Trace number 3737657

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT-14 525.549 525.65

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark160.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3737657-1338717139.opb>
0.00/0.01	c original problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5012 impls, 100 clqs
0.03/0.04	c    (0.0s) probing: 101/714 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.04	c presolving (2 rounds):
0.03/0.04	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.04	c  5012 implications, 100 cliques
0.03/0.04	c presolved problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 765 constraints
0.03/0.04	c     150 constraints of type <setppc>
0.03/0.04	c     614 constraints of type <and>
0.03/0.04	c       1 constraints of type <linear>
0.03/0.04	c transformed objective value is always integral (scale: 1)
0.03/0.04	c Presolving Time: 0.03
0.03/0.04	c - non default parameters ----------------------------------------------------------------------
0.03/0.04	c # SCIP version 1.2.1.3
0.03/0.04	c 
0.03/0.04	c # frequency for displaying node information lines
0.03/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.04	c display/freq = 10000
0.03/0.04	c 
0.03/0.04	c # maximal time in seconds to run
0.03/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.04	c limits/time = 1790
0.03/0.04	c 
0.03/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.04	c limits/memory = 13950
0.03/0.04	c 
0.03/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.04	c # [type: int, range: [1,2], default: 1]
0.03/0.04	c timing/clocktype = 2
0.03/0.04	c 
0.03/0.04	c # should presolving try to simplify inequalities
0.03/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.04	c constraints/linear/simplifyinequalities = TRUE
0.03/0.04	c 
0.03/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.04	c constraints/indicator/addCouplingCons = TRUE
0.03/0.04	c 
0.03/0.04	c # should presolving try to simplify knapsacks
0.03/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.04	c 
0.03/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.03/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.04	c heuristics/undercover/freq = 0
0.03/0.04	c 
0.03/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.04	c separating/rapidlearning/freq = 0
0.03/0.04	c 
0.03/0.04	c -----------------------------------------------------------------------------------------------
0.03/0.04	c start solving
0.03/0.04	c 
0.03/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.05	c t 0.0s|     1 |     0 |   172 |     - |3429k|   0 | 124 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.03/0.05	o -4
0.03/0.05	c R 0.0s|     1 |     0 |   172 |     - |3443k|   0 | 124 | 714 | 765 | 714 |1379 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.19/0.26	o -8
0.19/0.26	c y 0.3s|     1 |     0 |   172 |     - |4544k|   0 | 124 | 714 | 766 | 714 |1379 |   0 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.19/0.26	c   0.3s|     1 |     0 |   175 |     - |3652k|   0 | 101 | 714 | 841 | 714 |1382 |   3 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.29/0.31	c   0.3s|     1 |     0 |   470 |     - |3677k|   0 | 195 | 714 | 841 | 714 |1383 |   4 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.29/0.36	c   0.3s|     1 |     0 |   701 |     - |3739k|   0 | 335 | 714 | 841 | 714 |1385 |   6 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.39/0.44	c   0.4s|     1 |     0 |   733 |     - |3989k|   0 | 337 | 714 | 841 | 714 |1389 |  10 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.49/0.52	c   0.5s|     1 |     0 |   831 |     - |4241k|   0 | 354 | 714 | 841 | 714 |1393 |  14 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
0.59/0.66	c   0.7s|     1 |     0 |  1087 |     - |4460k|   0 | 365 | 714 | 841 | 714 |1397 |  18 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
5.09/5.10	c   5.1s|     1 |     2 |  1087 |     - |4460k|   0 | 365 | 714 | 841 | 714 |1397 |  18 |   1 |  26 |-2.500000e+01 |-8.000000e+00 |  68.00%
9.09/9.15	o -9
9.09/9.15	c R 9.1s|    11 |    10 |  4522 | 343.5 |4303k|  10 |  40 | 714 | 841 | 714 | 708 | 355 |   1 | 166 |-2.500000e+01 |-9.000000e+00 |  64.00%
9.19/9.29	o -10
9.19/9.29	c * 9.3s|    14 |    10 |  4576 | 268.4 |4319k|  13 |   - | 714 | 841 | 714 | 707 | 355 |   1 | 254 |-2.500000e+01 |-1.000000e+01 |  60.00%
20.78/20.83	o -11
20.78/20.83	c *20.8s|    98 |    77 | 24336 | 239.7 |4518k|  16 |   - | 714 | 843 | 714 | 704 |1561 |   3 | 602 |-2.441497e+01 |-1.100000e+01 |  54.95%
22.48/22.57	o -12
22.48/22.57	c g22.6s|   147 |    97 | 34551 | 229.2 |4591k|  21 |   - | 714 | 847 | 714 | 842 |1943 |   7 | 638 |-2.441497e+01 |-1.200000e+01 |  50.85%
45.78/45.88	o -13
45.78/45.88	c l45.9s|   805 |   489 |183515 | 226.9 |5661k|  34 |   - | 714 | 861 | 714 | 713 |5642 |  21 |1097 |-2.116820e+01 |-1.300000e+01 |  38.59%
131.66/131.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.66/131.70	c   132s| 10000 |  2744 |827621 |  82.7 |  14M|  52 | 119 | 714 | 993 | 714 | 855 |  21k| 213 |2912 |-1.853767e+01 |-1.300000e+01 |  29.87%
179.46/179.56	c   180s| 20000 |  3561 |  1197k|  59.8 |  18M|  58 |   - | 714 |1016 | 714 | 811 |  29k| 322 |4194 |-1.803166e+01 |-1.300000e+01 |  27.90%
223.35/223.41	c   223s| 30000 |  4275 |  1551k|  51.7 |  22M|  58 |  48 | 714 |1052 | 714 | 809 |  38k| 490 |5083 |-1.770462e+01 |-1.300000e+01 |  26.57%
260.14/260.25	c   260s| 40000 |  4837 |  1881k|  47.0 |  25M|  58 |   - | 714 |1104 |   0 |   0 |  45k| 657 |5131 |-1.748710e+01 |-1.300000e+01 |  25.66%
299.14/299.26	c   299s| 50000 |  5239 |  2199k|  44.0 |  27M|  58 |   - | 714 |1083 | 714 | 812 |  51k| 737 |5958 |-1.734003e+01 |-1.300000e+01 |  25.03%
331.33/331.46	o -14
331.33/331.46	c * 331s| 58436 |  2636 |  2464k|  42.2 |  13M|  58 |   - | 714 |1094 | 714 | 796 |  57k| 827 |6580 |-1.722978e+01 |-1.400000e+01 |  18.75%
339.23/339.36	c   339s| 60000 |  2644 |  2529k|  42.1 |  13M|  58 |   - | 714 |1083 | 714 | 793 |  58k| 832 |6704 |-1.720407e+01 |-1.400000e+01 |  18.62%
388.03/388.15	c   388s| 70000 |  2630 |  2933k|  41.9 |  15M|  58 |   - | 714 |1029 | 714 | 799 |  65k| 845 |7620 |-1.706235e+01 |-1.400000e+01 |  17.95%
434.41/434.53	c   435s| 80000 |  2420 |  3325k|  41.6 |  16M|  58 | 130 | 714 |1014 | 714 | 689 |  72k| 860 |8413 |-1.686932e+01 |-1.400000e+01 |  17.01%
477.89/478.01	c   478s| 90000 |  1902 |  3698k|  41.1 |  15M|  58 |   - | 714 | 990 | 714 | 685 |  78k| 870 |9155 |-1.666347e+01 |-1.400000e+01 |  15.98%
518.29/518.43	c   518s|100000 |   896 |  4040k|  40.4 |  12M|  58 |   - | 714 | 943 | 714 | 829 |  83k| 878 |  10k|-1.623112e+01 |-1.400000e+01 |  13.75%
525.49/525.64	c 
525.49/525.64	c SCIP Status        : problem is solved [optimal solution found]
525.49/525.64	c Solving Time (sec) : 525.63
525.49/525.64	c Solving Nodes      : 102433
525.49/525.64	c Primal Bound       : -1.40000000000000e+01 (15 solutions)
525.49/525.64	c Dual Bound         : -1.40000000000000e+01
525.49/525.64	c Gap                : 0.00 %
525.49/525.64	s OPTIMUM FOUND
525.49/525.64	v x85 -x63 -x78 -x89 -x97 x60 -x87 -x72 -x56 -x82 x99 -x94 x93 -x91 -x61 -x57 x81 -x71 -x83 x73 -x98 x90 -x74 -x70 -x66 -x62 -x80 
525.49/525.64	v -x69 -x68 -x100 -x92 -x53 -x54 -x65 -x55 -x51 x96 x67 -x59 -x58 x95 -x86 -x79 x76 -x88 x64 x77 -x75 x84 -x52 -x50 -x49 x48 -x47 
525.49/525.64	v -x46 -x45 x44 -x43 x42 -x41 -x40 -x39 x38 x37 x36 -x35 -x34 x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 x21 
525.49/525.64	v x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
525.49/525.64	c SCIP Status        : problem is solved [optimal solution found]
525.49/525.64	c Solving Time       :     525.63
525.49/525.64	c Original Problem   :
525.49/525.64	c   Problem name     : HOME/instance-3737657-1338717139.opb
525.49/525.64	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
525.49/525.64	c   Constraints      : 765 initial, 765 maximal
525.49/525.64	c Presolved Problem  :
525.49/525.64	c   Problem name     : t_HOME/instance-3737657-1338717139.opb
525.49/525.64	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
525.49/525.64	c   Constraints      : 765 initial, 1133 maximal
525.49/525.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
525.49/525.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   implics          :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   probing          :       0.01          0          0          0          0          0          0          0          0
525.49/525.64	c   setppc           :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   and              :       0.02          0          0          0          0          0          0          0          0
525.49/525.64	c   linear           :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0
525.49/525.64	c   root node        :          -         23          -          -         23          -          -          -          -
525.49/525.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
525.49/525.64	c   integral         :          0          0          0      53624          0         78       1831          0          0     105526
525.49/525.64	c   setppc           :        150          6     349606          2          0        494     251786          0          0          0
525.49/525.64	c   and              :        614      88376     349112          2          0        134    2658690      83990          0          0
525.49/525.64	c   linear           :          1+         7     348976          2          0         13       6956          0          0          0
525.49/525.64	c   logicor          :          0+         6      95133          0          0          4      70592          0          0          0
525.49/525.64	c   countsols        :          0          0          0          3          0          0          0          0          0          0
525.49/525.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
525.49/525.64	c   integral         :      69.64       0.00       0.00      69.64       0.00
525.49/525.64	c   setppc           :       0.65       0.00       0.65       0.00       0.00
525.49/525.64	c   and              :       5.02       2.19       2.83       0.00       0.00
525.49/525.64	c   linear           :       1.02       0.00       1.02       0.00       0.00
525.49/525.64	c   logicor          :       0.31       0.00       0.31       0.00       0.00
525.49/525.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
525.49/525.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
525.49/525.64	c   vbounds          :       0.05          2          0          0
525.49/525.64	c   rootredcost      :       0.05          7          0          0
525.49/525.64	c   pseudoobj        :       0.57     350914         33        526
525.49/525.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
525.49/525.64	c   propagation      :       0.01        677        669       1014       15.4          6       35.0          -
525.49/525.64	c   infeasible LP    :       0.00         33         33         49       23.7          0        0.0          0
525.49/525.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
525.49/525.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
525.49/525.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
525.49/525.64	c   applied globally :          -          -          -        883       12.4          -          -          -
525.49/525.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
525.49/525.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
525.49/525.64	c   cut pool         :       0.00          5          -          -         61          -    (maximal pool size: 178)
525.49/525.64	c   redcost          :       1.66      95133          0     386876          0          0
525.49/525.64	c   impliedbounds    :       0.00          6          0          0          0          0
525.49/525.64	c   intobj           :       0.00          0          0          0          0          0
525.49/525.64	c   cgmip            :       0.00          0          0          0          0          0
525.49/525.64	c   gomory           :       0.13          6          0          0        119          0
525.49/525.64	c   strongcg         :       0.13          6          0          0        817          0
525.49/525.64	c   cmir             :       0.03          6          0          0          0          0
525.49/525.64	c   flowcover        :       0.03          6          0          0          0          0
525.49/525.64	c   clique           :       0.01          6          0          0         23          0
525.49/525.64	c   zerohalf         :       0.00          0          0          0          0          0
525.49/525.64	c   mcf              :       0.00          1          0          0          0          0
525.49/525.64	c   rapidlearning    :       0.13          1          0          0          0         75
525.49/525.64	c Pricers            :       Time      Calls       Vars
525.49/525.64	c   problem variables:       0.00          0          0
525.49/525.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
525.49/525.64	c   relpscost        :      69.61      53621         78       1831          0          0     105526
525.49/525.64	c   pscost           :       0.00          0          0          0          0          0          0
525.49/525.64	c   inference        :       0.00          0          0          0          0          0          0
525.49/525.64	c   mostinf          :       0.00          0          0          0          0          0          0
525.49/525.64	c   leastinf         :       0.00          0          0          0          0          0          0
525.49/525.64	c   fullstrong       :       0.00          0          0          0          0          0          0
525.49/525.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
525.49/525.64	c   random           :       0.00          0          0          0          0          0          0
525.49/525.64	c Primal Heuristics  :       Time      Calls      Found
525.49/525.64	c   LP solutions     :       0.01          -          3
525.49/525.64	c   pseudo solutions :       0.00          -          0
525.49/525.64	c   feaspump         :       0.00          0          0
525.49/525.64	c   oneopt           :       0.02          7          0
525.49/525.64	c   crossover        :       0.34         17          1
525.49/525.64	c   objpscostdiving  :       5.31         46          0
525.49/525.64	c   rootsoldiving    :       1.66         54          0
525.49/525.64	c   linesearchdiving :       3.54        108          1
525.49/525.64	c   guideddiving     :       5.11        108          1
525.49/525.64	c   pscostdiving     :       3.74        108          0
525.49/525.64	c   coefdiving       :       4.06        108          0
525.49/525.64	c   veclendiving     :       3.78        108          0
525.49/525.64	c   fracdiving       :       5.26        108          0
525.49/525.64	c   trivial          :       0.00          2          3
525.49/525.64	c   simplerounding   :       0.02          0          0
525.49/525.64	c   zirounding       :       0.04       1000          0
525.49/525.64	c   rounding         :       2.74      18252          2
525.49/525.64	c   shifting         :       0.79       2394          3
525.49/525.64	c   intshifting      :       0.00          0          0
525.49/525.64	c   twoopt           :       0.00          0          0
525.49/525.64	c   fixandinfer      :       0.00          0          0
525.49/525.64	c   intdiving        :       0.00          0          0
525.49/525.64	c   actconsdiving    :       0.00          0          0
525.49/525.64	c   octane           :       0.00          0          0
525.49/525.64	c   rens             :       0.00          0          0
525.49/525.64	c   rins             :       0.00          0          0
525.49/525.64	c   localbranching   :       0.00          0          0
525.49/525.64	c   mutation         :       0.00          0          0
525.49/525.64	c   dins             :       0.00          0          0
525.49/525.64	c   undercover       :       0.04          1          0
525.49/525.64	c   nlp              :       0.01          0          0
525.49/525.64	c   trysol           :       0.02          0          0
525.49/525.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
525.49/525.64	c   primal LP        :       3.17          0          0       0.00       0.00
525.49/525.64	c   dual LP          :     382.53     130427    3840805      29.45   10040.63
525.49/525.64	c   lex dual LP      :       0.00          0          0       0.00          -
525.49/525.64	c   barrier LP       :       0.00          0          0       0.00          -
525.49/525.64	c   diving/probing LP:      28.59      27353     266275       9.73    9313.30
525.49/525.64	c   strong branching :      67.86      10021     676389      67.50    9967.11
525.49/525.64	c     (at root node) :          -         26      23970     921.92          -
525.49/525.64	c   conflict analysis:       0.00          0          0       0.00          -
525.49/525.64	c B&B Tree           :
525.49/525.64	c   number of runs   :          1
525.49/525.64	c   nodes            :     102433
525.49/525.64	c   nodes (total)    :     102433
525.49/525.64	c   nodes left       :          0
525.49/525.64	c   max depth        :         58
525.49/525.64	c   max depth (total):         58
525.49/525.64	c   backtracks       :      15540 (15.2%)
525.49/525.64	c   delayed cutoffs  :          4
525.49/525.64	c   repropagations   :       5910 (6105 domain reductions, 0 cutoffs)
525.49/525.64	c   avg switch length:       5.57
525.49/525.64	c   switching time   :       8.52
525.49/525.64	c Solution           :
525.49/525.64	c   Solutions found  :         15 (9 improvements)
525.49/525.64	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
525.49/525.64	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 58436 nodes, 331.44 seconds, depth 27, found by <relaxation>)
525.49/525.64	c   Dual Bound       : -1.40000000000000e+01
525.49/525.64	c   Gap              :       0.00 %
525.49/525.64	c   Root Dual Bound  : -2.50000000000000e+01
525.49/525.64	c   Root Iterations  :       1087
525.49/525.64	c Time complete: 525.54.

Verifier Data

OK	-14

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-3737657-1338717139/watcher-3737657-1338717139 -o /tmp/evaluation-result-3737657-1338717139/solver-3737657-1338717139 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737657-1338717139.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.00 1.93 4/172 21924
/proc/meminfo: memFree=28169928/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 1448 0 0 0 0 0 0 0 20 0 1 0 337838465 9158656 1395 33554432000 4194304 8395647 140734602391216 140736001586744 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 2236 1404 374 1026 0 1206 0

[startup+0.040671 s]
/proc/loadavg: 2.00 2.00 1.93 4/172 21924
/proc/meminfo: memFree=28169928/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=17292 CPUtime=0.03 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 3702 0 0 0 3 0 0 0 20 0 1 0 337838465 17707008 3295 33554432000 4194304 8395647 140734602391216 140734602388200 4494373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 4323 3295 497 1026 0 3293 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17292

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 1.93 4/172 21924
/proc/meminfo: memFree=28169928/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=0.09 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8252 0 0 0 8 1 0 0 20 0 1 0 337838465 35753984 7806 33554432000 4194304 8395647 140734602391216 140734602388200 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7806 600 1026 0 7699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34916

[startup+0.300249 s]
/proc/loadavg: 2.00 2.00 1.93 4/172 21924
/proc/meminfo: memFree=28169928/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=0.29 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8365 0 0 0 25 4 0 0 20 0 1 0 337838465 35753984 7919 33554432000 4194304 8395647 140734602391216 140734602388200 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7919 636 1026 0 7699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34916

[startup+0.700198 s]
/proc/loadavg: 2.00 2.00 1.93 4/172 21924
/proc/meminfo: memFree=28169928/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=0.68 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8399 0 0 0 64 4 0 0 20 0 1 0 337838465 35753984 7938 33554432000 4194304 8395647 140734602391216 140734602388200 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7938 639 1026 0 7699 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34916

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27931296/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=1.49 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8399 0 0 0 144 5 0 0 20 0 1 0 337838465 35753984 7938 33554432000 4194304 8395647 140734602391216 140734602386088 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7938 639 1026 0 7699 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34916

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27903736/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=3.09 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8399 0 0 0 303 6 0 0 20 0 1 0 337838465 35753984 7938 33554432000 4194304 8395647 140734602391216 140734602386088 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7938 639 1026 0 7699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34916

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27620548/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=6.29 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8400 0 0 0 621 8 0 0 20 0 1 0 337838465 35753984 7939 33554432000 4194304 8395647 140734602391216 140734602386424 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 7939 640 1026 0 7699 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34916

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27589384/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=12.68 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8405 0 0 0 1255 13 0 0 20 0 1 0 337838465 35753984 8279 33554432000 4194304 8395647 140734602391216 140734602386088 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 8279 642 1026 0 7699 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34916

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27573896/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=34916 CPUtime=25.48 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8409 0 0 0 2524 24 0 0 20 0 1 0 337838465 35753984 8279 33554432000 4194304 8395647 140734602391216 140734602386088 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8729 8279 642 1026 0 7699 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34916

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27570076/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=33832 CPUtime=51.07 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 8810 0 0 0 5059 48 0 0 20 0 1 0 337838465 34643968 8048 33554432000 4194304 8395647 140734602391216 140734602386776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 8458 8048 652 1026 0 7428 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33832

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27548292/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=43324 CPUtime=102.27 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 11539 0 0 0 10125 102 0 0 20 0 1 0 337838465 44363776 10243 33554432000 4194304 8395647 140734602391216 140734602386024 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 10831 10243 652 1026 0 9801 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43324

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21934
/proc/meminfo: memFree=27523268/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=44864 CPUtime=162.26 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 13666 0 0 0 16062 164 0 0 20 0 1 0 337838465 45940736 10774 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 11216 10774 652 1026 0 10186 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 44864

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21935
/proc/meminfo: memFree=27519452/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=49472 CPUtime=222.25 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 16746 0 0 0 21992 233 0 0 20 0 1 0 337838465 50659328 11923 33554432000 4194304 8395647 140734602391216 140734602386776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 12368 11923 652 1026 0 11338 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 49472

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 21935
/proc/meminfo: memFree=27494064/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=56208 CPUtime=282.24 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 18427 0 0 0 27931 293 0 0 20 0 1 0 337838465 57556992 13604 33554432000 4194304 8395647 140734602391216 140734602386776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 14052 13604 652 1026 0 13022 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 56208

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/177 21935
/proc/meminfo: memFree=27485572/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60120 CPUtime=342.23 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 26795 0 0 0 33862 361 0 0 20 0 1 0 337838465 61562880 14620 33554432000 4194304 8395647 140734602391216 140734602386392 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15030 14620 652 1026 0 14000 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 60120

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/177 21935
/proc/meminfo: memFree=27482476/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60220 CPUtime=402.22 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 32334 0 0 0 39796 426 0 0 20 0 1 0 337838465 61665280 14645 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15055 14645 652 1026 0 14025 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 60220

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 21936
/proc/meminfo: memFree=27482384/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=462.2 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 45731 489 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 60296

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21939
/proc/meminfo: memFree=27482252/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=522.19 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51664 555 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386680 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 60296

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

[startup+523.1 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21940
/proc/meminfo: memFree=27482004/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=522.99 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51743 556 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 522.99
Current children cumulated vsize (KiB) 60296

[startup+524.707 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21962
/proc/meminfo: memFree=27482576/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=524.6 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51902 558 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 524.6
Current children cumulated vsize (KiB) 60296

[startup+525.1 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21962
/proc/meminfo: memFree=27482576/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=524.99 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51941 558 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 524.99
Current children cumulated vsize (KiB) 60296

[startup+525.5 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21962
/proc/meminfo: memFree=27482576/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=525.39 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51981 558 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 525.39
Current children cumulated vsize (KiB) 60296

[startup+525.6 s]
/proc/loadavg: 2.00 2.02 1.94 3/178 21962
/proc/meminfo: memFree=27482576/32873844 swapFree=7108/7108
[pid=21924] ppid=21922 vsize=60296 CPUtime=525.49 cores=1,3,5,7
/proc/21924/stat : 21924 (pbscip.linux.x8) R 21922 21924 21683 0 -1 4202496 34194 0 0 0 51990 559 0 0 20 0 1 0 337838465 61743104 14664 33554432000 4194304 8395647 140734602391216 140734602386344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21924/statm: 15074 14664 652 1026 0 14044 0
Current children cumulated CPU time (s) 525.49
Current children cumulated vsize (KiB) 60296

Child status: 0
Real time (s): 525.65
CPU time (s): 525.549
CPU user time (s): 519.955
CPU system time (s): 5.59415
CPU usage (%): 99.9808
Max. virtual memory (cumulated for all children) (KiB): 69080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.955
system time used= 5.59415
maximum resident set size= 65996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34198
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= 21
involuntary context switches= 542

runsolver used 0.775882 second user time and 2.10268 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 11:52:19
IDJOB=3737657
IDBENCH=48277
IDSOLVER=2326
FILE ID=node139/3737657-1338717139
RUNJOBID= node139-1338713558-21700
PBS_JOBID= 14636736
Free space on /tmp= 71096 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737657-1338717139/watcher-3737657-1338717139 -o /tmp/evaluation-result-3737657-1338717139/solver-3737657-1338717139 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3737657-1338717139.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=144631659

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.91
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.750
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.750
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:        28177376 kB
Buffers:          502268 kB
Cached:          3310512 kB
SwapCached:          828 kB
Active:          1711388 kB
Inactive:        2110260 kB
Active(anon):       2712 kB
Inactive(anon):     7952 kB
Active(file):    1708676 kB
Inactive(file):  2102308 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             12048 kB
Writeback:             0 kB
AnonPages:        220912 kB
Mapped:            10808 kB
Shmem:                 8 kB
Slab:             733232 kB
SReclaimable:     175388 kB
SUnreclaim:       557844 kB
KernelStack:        1472 kB
PageTables:         3316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71076 MiB
End job on node139 at 2012-06-03 12:01:05