Trace number 3692189

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixedOPT12 4.69229 4.69404

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1.70574
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692189-1338033462.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.00	c problem read in 0.00
0.00/0.00	o 100
0.00/0.00	c feasible solution found by trivial heuristic, objective value  1.000000e+02
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.01	c     100 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.1.1.4
0.00/0.01	c 
0.00/0.01	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c conflict/interconss = 0
0.00/0.01	c 
0.00/0.01	c # should binary conflicts be preferred?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c conflict/preferbinary = TRUE
0.00/0.01	c 
0.00/0.01	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01	c constraints/agelimit = 1
0.00/0.01	c 
0.00/0.01	c # should enforcement of pseudo solution be disabled?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/disableenfops = TRUE
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |   253 |     - | 569k|   0 |  60 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 9.020971e+00 | 1.000000e+02 |1008.53%
0.00/0.02	o 60
0.00/0.02	c r 0.0s|     1 |     0 |   253 |     - | 572k|   0 |  60 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 9.020971e+00 | 6.000000e+01 | 565.12%
0.00/0.02	o 59
0.00/0.02	c R 0.0s|     1 |     0 |   253 |     - | 575k|   0 |  60 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 9.020971e+00 | 5.900000e+01 | 554.03%
0.00/0.02	o 58
0.00/0.02	c s 0.0s|     1 |     0 |   253 |     - | 578k|   0 |  60 | 100 | 100 | 100 | 100 |   0 |   0 |   0 | 9.020971e+00 | 5.800000e+01 | 542.95%
0.00/0.03	c   0.0s|     1 |     0 |   314 |     - | 849k|   0 |  60 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 9.119942e+00 | 5.800000e+01 | 535.97%
0.00/0.03	o 20
0.00/0.03	c b 0.0s|     1 |     0 |   314 |     - | 852k|   0 |  60 | 100 | 100 | 100 | 101 |   1 |   0 |   0 | 9.119942e+00 | 2.000000e+01 | 119.30%
0.00/0.04	c   0.0s|     1 |     0 |   342 |     - |1118k|   0 |  59 | 100 | 100 | 100 | 102 |   2 |   0 |   0 | 9.135027e+00 | 2.000000e+01 | 118.94%
0.03/0.05	c   0.0s|     1 |     0 |   374 |     - |1376k|   0 |  61 | 100 | 100 | 100 | 103 |   3 |   0 |   0 | 9.146659e+00 | 2.000000e+01 | 118.66%
0.03/0.06	c   0.1s|     1 |     0 |   426 |     - |1611k|   0 |  61 | 100 | 100 | 100 | 104 |   4 |   0 |   0 | 9.158356e+00 | 2.000000e+01 | 118.38%
0.03/0.07	c   0.1s|     1 |     0 |   448 |     - |1675k|   0 |  61 | 100 | 100 | 100 | 105 |   5 |   0 |   0 | 9.161658e+00 | 2.000000e+01 | 118.30%
0.03/0.08	c   0.1s|     1 |     0 |   466 |     - |1707k|   0 |  59 | 100 | 100 | 100 | 106 |   6 |   0 |   0 | 9.166360e+00 | 2.000000e+01 | 118.19%
0.03/0.09	c   0.1s|     1 |     0 |   482 |     - |1741k|   0 |  60 | 100 | 100 | 100 | 107 |   7 |   0 |   0 | 9.170154e+00 | 2.000000e+01 | 118.10%
0.09/0.10	c   0.1s|     1 |     0 |   496 |     - |1748k|   0 |  62 | 100 | 100 | 100 | 108 |   8 |   0 |   0 | 9.174292e+00 | 2.000000e+01 | 118.00%
0.09/0.11	c   0.1s|     1 |     0 |   509 |     - |1755k|   0 |  58 | 100 | 100 | 100 | 109 |   9 |   0 |   0 | 9.175755e+00 | 2.000000e+01 | 117.97%
0.29/0.31	c   0.3s|     1 |     2 |   509 |     - |1760k|   0 |  58 | 100 | 100 | 100 | 109 |   9 |   0 |  23 | 9.175755e+00 | 2.000000e+01 | 117.97%
0.49/0.51	o 20
0.49/0.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c z 0.5s|     6 |     7 |   843 |  66.8 |1780k|   5 |  31 | 100 | 100 | 100 | 107 |   9 |   0 | 101 | 9.286602e+00 | 2.000000e+01 | 115.36%
0.49/0.51	o 16
0.49/0.51	c b 0.5s|     7 |     6 |   843 |  55.7 |1783k|   6 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 101 | 9.286602e+00 | 1.600000e+01 |  72.29%
0.49/0.54	o 15
0.49/0.54	c z 0.5s|    10 |    11 |   922 |  45.9 |1796k|   9 |   8 | 100 | 100 | 100 | 107 |   9 |   0 | 139 | 9.286602e+00 | 1.500000e+01 |  61.52%
0.49/0.54	o 13
0.49/0.54	c * 0.5s|    11 |     6 |   935 |  42.6 |1797k|  10 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 139 | 9.286602e+00 | 1.300000e+01 |  39.99%
1.99/2.03	c   2.0s|   100 |    41 |  5131 |  46.7 |1939k|  13 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 832 | 9.286602e+00 | 1.300000e+01 |  39.99%
2.29/2.35	c   2.4s|   200 |    99 |  8961 |  42.5 |1970k|  16 |  42 | 100 | 100 | 100 | 107 |   9 |   0 | 912 | 9.522735e+00 | 1.300000e+01 |  36.52%
2.49/2.52	c   2.5s|   300 |   141 | 12382 |  39.7 |1999k|  18 |  50 | 100 | 100 | 100 | 107 |   9 |   0 | 926 | 9.913373e+00 | 1.300000e+01 |  31.14%
2.59/2.64	c   2.6s|   400 |   177 | 15179 |  36.8 |2027k|  21 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 939 | 1.007752e+01 | 1.300000e+01 |  29.00%
2.69/2.75	c   2.8s|   500 |   215 | 18210 |  35.5 |2058k|  21 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 949 | 1.018102e+01 | 1.300000e+01 |  27.69%
2.79/2.86	c   2.9s|   600 |   249 | 21217 |  34.6 |2089k|  21 |  32 | 100 | 100 | 100 | 107 |   9 |   0 | 955 | 1.027862e+01 | 1.300000e+01 |  26.48%
2.89/2.95	c   2.9s|   700 |   273 | 24026 |  33.6 |2115k|  21 |  44 | 100 | 100 | 100 | 107 |   9 |   0 | 955 | 1.027862e+01 | 1.300000e+01 |  26.48%
2.99/3.04	c   3.0s|   800 |   299 | 26604 |  32.7 |2142k|  21 |  56 | 100 | 100 | 100 | 107 |   9 |   0 | 957 | 1.051335e+01 | 1.300000e+01 |  23.65%
3.09/3.13	c   3.1s|   900 |   323 | 29107 |  31.8 |2171k|  21 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 959 | 1.054562e+01 | 1.300000e+01 |  23.27%
3.19/3.22	c   3.2s|  1000 |   349 | 31608 |  31.1 |2197k|  21 |   - | 100 | 100 | 100 | 107 |   9 |   0 | 962 | 1.054965e+01 | 1.300000e+01 |  23.23%
3.30/3.39	c   3.4s|  1100 |   391 | 37784 |  33.9 |2255k|  21 |  53 | 100 | 100 | 100 | 107 |   9 |   0 | 965 | 1.060039e+01 | 1.300000e+01 |  22.64%
3.59/3.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.60	c   3.6s|  1200 |   457 | 43402 |  35.8 |2325k|  21 |  55 | 100 | 100 | 100 | 107 |   9 |   0 | 982 | 1.069891e+01 | 1.300000e+01 |  21.51%
3.69/3.73	c   3.7s|  1300 |   505 | 46878 |  35.7 |2394k|  21 |  47 | 100 | 100 | 100 | 107 |   9 |   0 | 996 | 1.071543e+01 | 1.300000e+01 |  21.32%
3.79/3.86	c   3.9s|  1400 |   551 | 50368 |  35.6 |2455k|  21 |  57 | 100 | 100 | 100 | 107 |   9 |   0 |1000 | 1.073471e+01 | 1.300000e+01 |  21.10%
3.89/3.98	c   4.0s|  1500 |   591 | 53918 |  35.6 |2512k|  22 |  54 | 100 | 100 | 100 | 107 |   9 |   0 |1002 | 1.076400e+01 | 1.300000e+01 |  20.77%
4.09/4.10	c   4.1s|  1600 |   633 | 57353 |  35.5 |2562k|  22 |  56 | 100 | 100 | 100 | 107 |   9 |   0 |1003 | 1.077394e+01 | 1.300000e+01 |  20.66%
4.19/4.20	c   4.2s|  1700 |   665 | 60563 |  35.3 |2607k|  22 |   - | 100 | 100 | 100 | 107 |   9 |   0 |1003 | 1.078313e+01 | 1.300000e+01 |  20.56%
4.30/4.33	c   4.3s|  1800 |   701 | 64100 |  35.3 |2655k|  22 |  50 | 100 | 100 | 100 | 107 |   9 |   0 |1008 | 1.085157e+01 | 1.300000e+01 |  19.80%
4.39/4.43	c   4.4s|  1900 |   727 | 67072 |  35.1 |2690k|  22 |   - | 100 | 100 | 100 | 107 |   9 |   0 |1012 | 1.088816e+01 | 1.300000e+01 |  19.40%
4.49/4.53	c   4.5s|  2000 |   765 | 69977 |  34.8 |2744k|  22 |   - | 100 | 100 | 100 | 107 |   9 |   0 |1013 | 1.089381e+01 | 1.300000e+01 |  19.33%
4.59/4.62	c   4.6s|  2100 |   777 | 72620 |  34.4 |2772k|  22 |   - | 100 | 100 | 100 | 107 |   9 |   0 |1013 | 1.090048e+01 | 1.300000e+01 |  19.26%
4.59/4.68	o 12
4.59/4.68	c * 4.7s|  2169 |     9 | 74404 |  34.1 |1948k|  22 |   - | 100 | 100 | 100 | 107 |   9 |   0 |1013 | 1.090048e+01 | 1.200000e+01 |  10.09%
4.59/4.68	c 
4.59/4.68	c SCIP Status        : problem is solved [optimal solution found]
4.59/4.68	c Solving Time (sec) : 4.68
4.59/4.68	c Solving Nodes      : 2178
4.59/4.68	c Primal Bound       : +1.20000000000000e+01 (444 solutions)
4.59/4.68	c Dual Bound         : +1.20000000000000e+01
4.59/4.68	c Gap                : 0.00 %
4.59/4.68	s OPTIMUM FOUND
4.59/4.68	v -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 x76 -x75 
4.59/4.68	v -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 
4.59/4.68	v -x49 -x48 -x47 -x46 -x45 x44 -x43 x42 -x41 -x40 -x39 x38 x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 
4.59/4.68	v -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
4.59/4.68	c SCIP Status        : problem is solved [optimal solution found]
4.59/4.68	c Total Time         :       4.68
4.59/4.68	c   solving          :       4.68
4.59/4.68	c   presolving       :       0.00 (included in solving)
4.59/4.68	c   reading          :       0.00 (included in solving)
4.59/4.68	c   copying          :       0.01 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
4.59/4.68	c Original Problem   :
4.59/4.68	c   Problem name     : HOME/instance-3692189-1338033462.opb
4.59/4.68	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
4.59/4.68	c   Constraints      : 100 initial, 100 maximal
4.59/4.68	c   Objective sense  : minimize
4.59/4.68	c Presolved Problem  :
4.59/4.68	c   Problem name     : t_HOME/instance-3692189-1338033462.opb
4.59/4.68	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
4.59/4.68	c   Constraints      : 100 initial, 100 maximal
4.59/4.68	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
4.59/4.68	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   linear           :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
4.59/4.68	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
4.59/4.68	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
4.59/4.68	c   integral         :          0          0          0          0       1583          0        447          0         10        208          0          0       2956
4.59/4.68	c   logicor          :        100        100         10       2188          2          0        442          0          0          5          0          0          0
4.59/4.68	c   countsols        :          0          0          0          0          2          0        445          0          0          0          0          0          0
4.59/4.68	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
4.59/4.68	c   integral         :       2.08       0.00       0.00       0.00       2.08       0.00       0.00       0.00
4.59/4.68	c   logicor          :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
4.59/4.68	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.59/4.68	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
4.59/4.68	c   rootredcost      :          5          0          0          0
4.59/4.68	c   pseudoobj        :       4536          0          0          0
4.59/4.68	c   vbounds          :          0          0          0          0
4.59/4.68	c   redcost          :       2864          0          0      14011
4.59/4.68	c   probing          :          0          0          0          0
4.59/4.68	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
4.59/4.68	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
4.59/4.68	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
4.59/4.68	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
4.59/4.68	c   redcost          :       0.02       0.00       0.00       0.02       0.00
4.59/4.68	c   probing          :       0.00       0.00       0.00       0.00       0.00
4.59/4.68	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
4.59/4.68	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
4.59/4.68	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
4.59/4.68	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
4.59/4.68	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
4.59/4.68	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
4.59/4.68	c   applied globally :          -          -          -          0        0.0          -          -          -
4.59/4.68	c   applied locally  :          -          -          -          0        0.0          -          -          -
4.59/4.68	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
4.59/4.68	c   cut pool         :       0.00                     9          -          -         54          -    (maximal pool size: 365)
4.59/4.68	c   closecuts        :       0.00       0.00          0          0          0          0          0
4.59/4.68	c   impliedbounds    :       0.00       0.00         10          0          0          0          0
4.59/4.68	c   intobj           :       0.00       0.00          0          0          0          0          0
4.59/4.68	c   gomory           :       0.03       0.00         10          0          0          0          0
4.59/4.68	c   cgmip            :       0.00       0.00          0          0          0          0          0
4.59/4.68	c   strongcg         :       0.03       0.00         10          0          0        365          0
4.59/4.68	c   cmir             :       0.01       0.00         10          0          0          0          0
4.59/4.68	c   flowcover        :       0.02       0.00         10          0          0          0          0
4.59/4.68	c   clique           :       0.00       0.00          1          0          0          0          0
4.59/4.68	c   zerohalf         :       0.00       0.00          0          0          0          0          0
4.59/4.68	c   mcf              :       0.00       0.00          1          0          0          0          0
4.59/4.68	c   oddcycle         :       0.00       0.00          0          0          0          0          0
4.59/4.68	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
4.59/4.68	c Pricers            :   ExecTime  SetupTime      Calls       Vars
4.59/4.68	c   problem variables:       0.00          -          0          0
4.59/4.68	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
4.59/4.68	c   relpscost        :       2.08       0.00       1581         10        208          0          0       2956
4.59/4.68	c   pscost           :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   inference        :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c   random           :       0.00       0.00          0          0          0          0          0          0
4.59/4.68	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
4.59/4.68	c   LP solutions     :       0.00          -          -          2
4.59/4.68	c   pseudo solutions :       0.00          -          -          0
4.59/4.68	c   oneopt           :       0.00       0.00          6          2
4.59/4.68	c   fracdiving       :       0.03       0.00         14          0
4.59/4.68	c   guideddiving     :       0.02       0.00         14          0
4.59/4.68	c   veclendiving     :       0.02       0.00         14          0
4.59/4.68	c   linesearchdiving :       0.04       0.00         14          0
4.59/4.68	c   coefdiving       :       0.02       0.00         15          2
4.59/4.68	c   pscostdiving     :       0.04       0.00         15          5
4.59/4.68	c   smallcard        :       0.00       0.00          0          0
4.59/4.68	c   trivial          :       0.00       0.00          2          1
4.59/4.68	c   shiftandpropagate:       0.00       0.00          0          0
4.59/4.68	c   simplerounding   :       0.01       0.00       1590        103
4.59/4.68	c   zirounding       :       0.08       0.00       1486        322
4.59/4.68	c   rounding         :       0.04       0.00       1404          1
4.59/4.68	c   shifting         :       0.01       0.00        202          1
4.59/4.68	c   intshifting      :       0.00       0.00          0          0
4.59/4.68	c   twoopt           :       0.00       0.00          0          0
4.59/4.68	c   indoneopt        :       0.00       0.00          0          0
4.59/4.68	c   indtwoopt        :       0.00       0.00          0          0
4.59/4.68	c   fixandinfer      :       0.00       0.00          0          0
4.59/4.68	c   feaspump         :       0.00       0.00          0          0
4.59/4.68	c   clique           :       0.00       0.00          0          0
4.59/4.68	c   indrounding      :       0.00       0.00          0          0
4.59/4.68	c   indcoefdiving    :       0.00       0.00          0          0
4.59/4.68	c   nlpdiving        :       0.00       0.00          0          0
4.59/4.68	c   intdiving        :       0.00       0.00          0          0
4.59/4.68	c   actconsdiving    :       0.00       0.00          0          0
4.59/4.68	c   objpscostdiving  :       0.07       0.00          2          4
4.59/4.68	c   rootsoldiving    :       0.01       0.00          3          0
4.59/4.68	c   octane           :       0.00       0.00          0          0
4.59/4.68	c   rens             :       0.01       0.00          0          0
4.59/4.68	c   rins             :       0.00       0.00          0          0
4.59/4.68	c   localbranching   :       0.00       0.00          0          0
4.59/4.68	c   mutation         :       0.00       0.00          0          0
4.59/4.68	c   crossover        :       0.03       0.00          1          1
4.59/4.68	c   dins             :       0.00       0.00          0          0
4.59/4.68	c   vbounds          :       0.00       0.00          0          0
4.59/4.68	c   undercover       :       0.00       0.00          0          0
4.59/4.68	c   subnlp           :       0.00       0.00          0          0
4.59/4.68	c   trysol           :       0.00       0.00          0          0
4.59/4.68	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
4.59/4.68	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
4.59/4.68	c   dual LP          :       1.87       3557      65723      28.83   35200.92       0.06       1277
4.59/4.68	c   lex dual LP      :       0.00          0          0       0.00          -
4.59/4.68	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
4.59/4.68	c   diving/probing LP:       0.23        758       8722      11.51   37832.26
4.59/4.68	c   strong branching :       2.06       1013      67987      67.11   33082.83
4.59/4.68	c     (at root node) :          -         23       4718     205.13          -
4.59/4.68	c   conflict analysis:       0.00          0          0       0.00          -
4.59/4.68	c B&B Tree           :
4.59/4.68	c   number of runs   :          1
4.59/4.68	c   nodes            :       2178
4.59/4.68	c   nodes (total)    :       2178
4.59/4.68	c   nodes left       :          0
4.59/4.68	c   max depth        :         22
4.59/4.68	c   max depth (total):         22
4.59/4.68	c   backtracks       :        453 (20.8%)
4.59/4.68	c   delayed cutoffs  :          0
4.59/4.68	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
4.59/4.68	c   avg switch length:       4.26
4.59/4.68	c   switching time   :       0.02
4.59/4.68	c Solution           :
4.59/4.68	c   Solutions found  :        444 (10 improvements)
4.59/4.68	c   First Solution   : +1.00000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
4.59/4.68	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 2169 nodes, 4.68 seconds, depth 9, found by <relaxation>)
4.59/4.68	c   Dual Bound       : +1.20000000000000e+01
4.59/4.68	c   Gap              :       0.00 %
4.59/4.68	c   Root Dual Bound  : +9.17575506901830e+00
4.59/4.68	c   Root Iterations  :        509
4.59/4.69	c Time complete: 4.69.

Verifier Data

OK	12

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-3692189-1338033462/watcher-3692189-1338033462 -o /tmp/evaluation-result-3692189-1338033462/solver-3692189-1338033462 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692189-1338033462.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.03 2.02 2.00 4/176 19526
/proc/meminfo: memFree=27673724/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 1828 0 0 0 0 0 0 0 20 0 1 0 269471099 12316672 1782 33554432000 4194304 10219143 140734191509472 140736151564072 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 3007 1790 398 1471 0 1527 0

[startup+0.04781 s]
/proc/loadavg: 2.03 2.02 2.00 4/176 19526
/proc/meminfo: memFree=27673724/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=19380 CPUtime=0.03 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 3766 0 0 0 3 0 0 0 20 0 1 0 269471099 19845120 3463 33554432000 4194304 10219143 140734191509472 140736151564072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 4845 3463 765 1471 0 3365 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19380

[startup+0.100271 s]
/proc/loadavg: 2.03 2.02 2.00 4/176 19526
/proc/meminfo: memFree=27673724/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=20332 CPUtime=0.09 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 4072 0 0 0 9 0 0 0 20 0 1 0 269471099 20819968 3769 33554432000 4194304 10219143 140734191509472 140736151564072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5083 3769 765 1471 0 3603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20332

[startup+0.300273 s]
/proc/loadavg: 2.03 2.02 2.00 4/176 19526
/proc/meminfo: memFree=27673724/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=20708 CPUtime=0.29 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 5646 0 0 0 28 1 0 0 20 0 1 0 269471099 21204992 3902 33554432000 4194304 10219143 140734191509472 140736151564072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5177 3902 795 1471 0 3697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20708

[startup+0.700222 s]
/proc/loadavg: 2.03 2.02 2.00 4/176 19526
/proc/meminfo: memFree=27673724/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=20708 CPUtime=0.68 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 5653 0 0 0 67 1 0 0 20 0 1 0 269471099 21204992 3909 33554432000 4194304 10219143 140734191509472 140734191502920 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5177 3909 802 1471 0 3697 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 20708

[startup+1.50023 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27660208/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=20708 CPUtime=1.49 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 5653 0 0 0 145 4 0 0 20 0 1 0 269471099 21204992 3909 33554432000 4194304 10219143 140734191509472 140734191502920 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5177 3909 802 1471 0 3697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20708

[startup+3.10022 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27658720/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=21068 CPUtime=3.09 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 8916 0 0 0 298 11 0 0 20 0 1 0 269471099 21573632 4092 33554432000 4194304 10219143 140734191509472 140734191502728 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5267 4092 835 1471 0 3787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21068

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

[startup+3.90023 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27658348/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=21488 CPUtime=3.89 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 8986 0 0 0 375 14 0 0 20 0 1 0 269471099 22003712 4162 33554432000 4194304 10219143 140734191509472 140734191502824 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5372 4162 837 1471 0 3892 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 21488

[startup+4.30022 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27657388/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=21772 CPUtime=4.3 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 9069 0 0 0 414 16 0 0 20 0 1 0 269471099 22294528 4245 33554432000 4194304 10219143 140734191509472 140734191502824 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5443 4245 837 1471 0 3963 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 21772

[startup+4.50022 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27657388/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=21772 CPUtime=4.49 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 9076 0 0 0 432 17 0 0 20 0 1 0 269471099 22294528 4252 33554432000 4194304 10219143 140734191509472 140734191502824 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5443 4252 837 1471 0 3963 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 21772

[startup+4.60023 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 19527
/proc/meminfo: memFree=27657388/32873844 swapFree=6592/6592
[pid=19526] ppid=19524 vsize=21772 CPUtime=4.59 cores=1,3,5,7
/proc/19526/stat : 19526 (scip-2.1.1.4exp) R 19524 19526 17459 0 -1 4202496 9099 0 0 0 442 17 0 0 20 0 1 0 269471099 22294528 4275 33554432000 4194304 10219143 140734191509472 140734191502824 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/19526/statm: 5443 4275 837 1471 0 3963 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 21772

Child status: 0
Real time (s): 4.69404
CPU time (s): 4.69229
CPU user time (s): 4.51131
CPU system time (s): 0.180972
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 34956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51131
system time used= 0.180972
maximum resident set size= 28324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9110
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= 5

runsolver used 0.006998 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-26 13:57:42
IDJOB=3692189
IDBENCH=2860
IDSOLVER=2271
FILE ID=node140/3692189-1338033462
RUNJOBID= node140-1338029037-18946
PBS_JOBID= 14624335
Free space on /tmp= 71468 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692189-1338033462/watcher-3692189-1338033462 -o /tmp/evaluation-result-3692189-1338033462/solver-3692189-1338033462 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692189-1338033462.opb -t 1800 -m 15500

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

MD5SUM BENCH= 863d0ff562dc066d0163e86da5775aea
RANDOM SEED=741518353

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        27674352 kB
Buffers:          263128 kB
Cached:          3759048 kB
SwapCached:            0 kB
Active:          1056576 kB
Inactive:        3362948 kB
Active(anon):     399252 kB
Inactive(anon):        0 kB
Active(file):     657324 kB
Inactive(file):  3362948 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13500 kB
Writeback:             0 kB
AnonPages:        403036 kB
Mapped:            17584 kB
Shmem:               200 kB
Slab:             642508 kB
SReclaimable:      84672 kB
SUnreclaim:       557836 kB
KernelStack:        1464 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     519908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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= 71452 MiB
End job on node140 at 2012-05-26 13:57:47