Trace number 3717594

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPTIMUM 13.7719 13.7758

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/
academics/normalized-send_wcsp.wbo
MD5SUM579550ba8a4368ea911c9080981cd647
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.084986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables84
Total number of constraints11473
Number of soft constraints11462
Number of constraints which are clauses11462
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 11462
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-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-3717594-1338203079.wbo>
0.01/0.05	c original problem has 11546 variables (11546 bin, 0 int, 0 impl, 0 cont) and 11474 constraints
0.01/0.05	c problem read in 0.05
0.19/0.21	c presolving:
0.29/0.34	c (round 1) 22927 del vars, 11466 del conss, 0 add conss, 11462 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6 impls, 8 clqs
0.49/0.53	c (round 2) 22927 del vars, 11466 del conss, 0 add conss, 11462 chg bounds, 0 chg sides, 0 chg coeffs, 14617 upgd conss, 540 impls, 8 clqs
0.49/0.57	c (round 3) 22927 del vars, 14613 del conss, 0 add conss, 11462 chg bounds, 0 chg sides, 0 chg coeffs, 14617 upgd conss, 540 impls, 8 clqs
0.59/0.61	c    (0.6s) probing: 51/81 (63.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.61	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.69/0.70	c presolving (4 rounds):
0.69/0.70	c  22927 deleted vars, 14613 deleted constraints, 0 added constraints, 11462 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.70	c  540 implications, 8 cliques
0.69/0.70	c presolved problem has 81 variables (81 bin, 0 int, 0 impl, 0 cont) and 8323 constraints
0.69/0.70	c     275 constraints of type <setppc>
0.69/0.70	c    8048 constraints of type <logicor>
0.69/0.70	c transformed objective value is always integral (scale: 1)
0.69/0.70	c Presolving Time: 0.62
0.69/0.70	c - non default parameters ----------------------------------------------------------------------
0.69/0.70	c # SCIP version 2.1.1.4
0.69/0.70	c 
0.69/0.70	c # maximal time in seconds to run
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/time = 1797
0.69/0.70	c 
0.69/0.70	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.70	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.70	c limits/memory = 13950
0.69/0.70	c 
0.69/0.70	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.70	c # [type: int, range: [1,2], default: 1]
0.69/0.70	c timing/clocktype = 2
0.69/0.70	c 
0.69/0.70	c # belongs reading time to solving time?
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.70	c timing/reading = TRUE
0.69/0.70	c 
0.69/0.70	c # force restart if we have a max FS instance and gap is 1?
0.69/0.70	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.70	c constraints/indicator/forcerestart = TRUE
0.69/0.70	c 
0.69/0.70	c # priority of branching rule <inference>
0.69/0.70	c # [type: int, range: [-536870912,536870911], default: 1000]
0.69/0.70	c branching/inference/priority = 1000000
0.69/0.70	c 
0.69/0.70	c # frequency offset for calling primal heuristic <coefdiving>
0.69/0.70	c # [type: int, range: [0,2147483647], default: 1]
0.69/0.70	c heuristics/coefdiving/freqofs = 0
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/shiftandpropagate/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.70	c heuristics/undercover/freq = -1
0.69/0.70	c 
0.69/0.70	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c separating/rapidlearning/freq = 0
0.69/0.70	c 
0.69/0.70	c # frequency for calling primal heuristic <indrounding> (-1: never, 0: only at depth freqofs)
0.69/0.70	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.70	c heuristics/indrounding/freq = 1
0.69/0.70	c 
0.69/0.70	c -----------------------------------------------------------------------------------------------
0.69/0.70	c start solving
0.69/0.70	c 
0.69/0.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.74	c   0.7s|     1 |     0 |    16 |     - |  54M|   0 |  16 |  81 |8323 |  81 |8323 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.22	c   1.2s|     1 |     0 |    64 |     - |  54M|   0 |  14 |  81 |8642 |  81 |8325 |   2 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |    97 |     - |  54M|   0 |  14 |  81 |8642 |  81 |8329 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.37	c   1.4s|     1 |     0 |   122 |     - |  54M|   0 |  15 |  81 |8642 |  81 |8332 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.5s|     1 |     0 |   135 |     - |  54M|   0 |  17 |  81 |8642 |  81 |8336 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.54	c   1.5s|     1 |     0 |   152 |     - |  55M|   0 |  17 |  81 |8642 |  81 |8340 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |   165 |     - |  55M|   0 |  19 |  81 |8642 |  81 |8342 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.93	c   1.9s|     1 |     2 |   258 |     - |  55M|   0 |  19 |  81 |8646 |  81 |8342 |  19 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
3.08/3.17	c   3.2s|   100 |    17 |   996 |   8.4 |  55M|  19 |   7 |  81 |8756 |  81 |8333 |  19 | 114 |   0 | 0.000000e+00 |      --      |    Inf 
4.30/4.35	c   4.4s|   200 |    21 |  1585 |   7.1 |  55M|  25 |  21 |  81 |8942 |  81 |8333 |  19 | 300 |   0 | 0.000000e+00 |      --      |    Inf 
5.18/5.20	c   5.2s|   300 |    25 |  2159 |   6.7 |  55M|  25 |   - |  81 |9101 |   0 |   0 |  19 | 461 |   0 | 0.000000e+00 |      --      |    Inf 
5.68/5.76	c   5.8s|   400 |    30 |  2571 |   6.0 |  55M|  25 |   8 |  81 |9228 |  81 |8333 |  19 | 590 |   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.71	c   6.7s|   500 |    34 |  3286 |   6.3 |  55M|  25 |   - |  81 |9352 |   0 |   0 |  19 | 726 |   0 | 0.000000e+00 |      --      |    Inf 
7.38/7.45	c   7.4s|   600 |    36 |  3754 |   6.0 |  55M|  25 |   - |  81 |9455 |   0 |   0 |  19 | 839 |   0 | 0.000000e+00 |      --      |    Inf 
7.78/7.85	c   7.8s|   700 |    31 |  4045 |   5.6 |  55M|  25 |  12 |  81 |9532 |  81 |8333 |  19 | 929 |   0 | 0.000000e+00 |      --      |    Inf 
8.18/8.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.18/8.23	c   8.2s|   800 |    33 |  4322 |   5.2 |  55M|  25 |  13 |  81 |9615 |  81 |8333 |  19 |1025 |   0 | 0.000000e+00 |      --      |    Inf 
8.48/8.58	c   8.6s|   900 |    38 |  4609 |   4.9 |  55M|  27 |   - |  81 |9720 |   0 |   0 |  19 |1144 |   0 | 0.000000e+00 |      --      |    Inf 
8.98/9.00	c   9.0s|  1000 |    30 |  4924 |   4.8 |  55M|  29 |  10 |  81 |9832 |  81 |8333 |  19 |1275 |   0 | 0.000000e+00 |      --      |    Inf 
9.38/9.41	c   9.4s|  1100 |    28 |  5242 |   4.6 |  55M|  29 |   - |  81 |9917 |   0 |   0 |  19 |1377 |   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.76	c   9.8s|  1200 |    26 |  5510 |   4.5 |  55M|  29 |   - |  81 |9987 |   0 |   0 |  19 |1471 |   0 | 0.000000e+00 |      --      |    Inf 
10.08/10.16	c  10.2s|  1300 |    25 |  5834 |   4.4 |  55M|  29 |   - |  81 |  10k|   0 |   0 |  19 |1590 |   0 | 0.000000e+00 |      --      |    Inf 
10.69/10.76	c  10.8s|  1400 |    31 |  6274 |   4.4 |  55M|  29 |   - |  81 |  10k|   0 |   0 |  19 |1695 |   0 | 0.000000e+00 |      --      |    Inf 
11.18/11.23	c  11.2s|  1500 |    35 |  6900 |   4.5 |  55M|  29 |  13 |  81 |  10k|  81 |8333 |  19 |1787 |   0 | 0.000000e+00 |      --      |    Inf 
11.68/11.70	c  11.7s|  1600 |    34 |  7242 |   4.4 |  55M|  29 |  10 |  81 |  10k|  81 |8333 |  19 |1895 |   0 | 0.000000e+00 |      --      |    Inf 
11.99/12.10	c  12.1s|  1700 |    32 |  7473 |   4.3 |  55M|  29 |  15 |  81 |  10k|  81 |8333 |  19 |2002 |   0 | 0.000000e+00 |      --      |    Inf 
12.38/12.48	c  12.5s|  1800 |    27 |  7754 |   4.2 |  55M|  29 |   - |  81 |  10k|   0 |   0 |  19 |2122 |   0 | 0.000000e+00 |      --      |    Inf 
12.79/12.81	c  12.8s|  1900 |    23 |  7978 |   4.1 |  55M|  29 |  12 |  81 |  10k|  81 |8333 |  19 |2234 |   0 | 0.000000e+00 |      --      |    Inf 
13.10/13.17	c  13.2s|  2000 |    19 |  8207 |   4.0 |  55M|  29 |  18 |  81 |  10k|  81 |8333 |  19 |2329 |   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.53	c  13.5s|  2100 |    17 |  8480 |   4.0 |  55M|  29 |   - |  81 |  10k|   0 |   0 |  19 |2434 |   0 | 0.000000e+00 |      --      |    Inf 
13.58/13.69	o 0
13.58/13.69	c *13.7s|  2142 |     0 |  8606 |   3.9 |  55M|  29 |   - |  81 |  10k|  81 |8333 |  19 |2475 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%
13.58/13.69	c 
13.58/13.69	c SCIP Status        : problem is solved [optimal solution found]
13.58/13.69	c Solving Time (sec) : 13.69
13.58/13.69	c Solving Nodes      : 2142
13.58/13.69	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
13.58/13.69	c Dual Bound         : +0.00000000000000e+00
13.58/13.69	c Gap                : 0.00 %
13.68/13.70	s OPTIMUM FOUND
13.68/13.70	v -x84 x83 x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 
13.68/13.70	v -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 
13.68/13.70	v -x32 -x31 -x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 
13.68/13.70	v -x5 -x4 -x3 -x2 -x1 
13.68/13.70	c SCIP Status        : problem is solved [optimal solution found]
13.68/13.70	c Total Time         :      13.69
13.68/13.70	c   solving          :      13.69
13.68/13.70	c   presolving       :       0.62 (included in solving)
13.68/13.70	c   reading          :       0.05 (included in solving)
13.68/13.70	c   copying          :       0.04 (2 #copies) (minimal 0.02, maximal 0.02, average 0.02)
13.68/13.70	c Original Problem   :
13.68/13.70	c   Problem name     : HOME/instance-3717594-1338203079.wbo
13.68/13.70	c   Variables        : 11546 (11546 binary, 0 integer, 0 implicit integer, 0 continuous)
13.68/13.70	c   Constraints      : 11474 initial, 11474 maximal
13.68/13.70	c   Objective sense  : minimize
13.68/13.70	c Presolved Problem  :
13.68/13.70	c   Problem name     : t_HOME/instance-3717594-1338203079.wbo
13.68/13.70	c   Variables        : 81 (81 binary, 0 integer, 0 implicit integer, 0 continuous)
13.68/13.70	c   Constraints      : 8323 initial, 10719 maximal
13.68/13.70	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
13.68/13.70	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
13.68/13.70	c   setppc           :       0.01       0.00          0          0          0          0          0       3147          0          0          0
13.68/13.70	c   linear           :       0.19       0.00      11462          3          0      11462          0          4          0          0          0
13.68/13.70	c   indicator        :       0.03       0.00      11462          0          0          0          0      11462          0          0          0
13.68/13.70	c   logicor          :       0.10       0.08          0          0          0          0          0          0          0          0          0
13.68/13.70	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
13.68/13.70	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
13.68/13.70	c   integral         :          0          0          0          0       1230          0       1235          0          0          0          0          0       2458
13.68/13.70	c   setppc           :        275        275          6      10212          0          0       1232       8785        988      10243          0          0          0
13.68/13.70	c   linear           :          0+       319          6       7327          0          0          0        386          7        281          0          0          0
13.68/13.70	c   logicor          :       8048+     10125          6       3927          1          0          3      13865        344       8890          0          0          0
13.68/13.70	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
13.68/13.70	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
13.68/13.70	c   integral         :       0.02       0.00       0.00       0.00       0.02       0.00       0.01       0.00
13.68/13.70	c   setppc           :       0.23       0.00       0.00       0.21       0.00       0.00       0.00       0.01
13.68/13.70	c   linear           :       0.04       0.00       0.00       0.04       0.00       0.00       0.00       0.00
13.68/13.70	c   logicor          :       1.09       0.08       0.00       0.98       0.00       0.00       0.00       0.02
13.68/13.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
13.68/13.70	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
13.68/13.70	c   rootredcost      :          0          0          0          0
13.68/13.70	c   pseudoobj        :          0          0          0          0
13.68/13.70	c   vbounds          :          0          0          0          0
13.68/13.70	c   redcost          :       1236          0          0          0
13.68/13.70	c   probing          :          0          0          0          0
13.68/13.70	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
13.68/13.70	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
13.68/13.70	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
13.68/13.70	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
13.68/13.70	c   redcost          :       0.01       0.00       0.00       0.01       0.00
13.68/13.70	c   probing          :       0.01       0.00       0.01       0.00       0.00
13.68/13.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
13.68/13.70	c   propagation      :       0.06       1339       1319       4263        9.9        107        8.7          -
13.68/13.70	c   infeasible LP    :       0.00         23         23         73       13.9          3        7.0          0
13.68/13.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
13.68/13.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
13.68/13.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
13.68/13.70	c   applied globally :          -          -          -       2475        8.4          -          -          -
13.68/13.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
13.68/13.70	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
13.68/13.70	c   cut pool         :       0.00                     5          -          -         13          -    (maximal pool size: 127)
13.68/13.70	c   closecuts        :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
13.68/13.70	c   intobj           :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   gomory           :       0.02       0.00          6          0          0        300          0
13.68/13.70	c   cgmip            :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   strongcg         :       0.19       0.00          6          0          0       3000          0
13.68/13.70	c   cmir             :       0.02       0.00          6          0          0          0          0
13.68/13.70	c   flowcover        :       0.15       0.00          6          0          0          0          0
13.68/13.70	c   clique           :       0.00       0.00          6          0          0          7          0
13.68/13.70	c   zerohalf         :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   mcf              :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   oddcycle         :       0.00       0.00          0          0          0          0          0
13.68/13.70	c   rapidlearning    :       0.38       0.00          1          0          0          0        319
13.68/13.70	c Pricers            :   ExecTime  SetupTime      Calls       Vars
13.68/13.70	c   problem variables:       0.00          -          0          0
13.68/13.70	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
13.68/13.70	c   inference        :       0.01       0.00       1229          0          0          0          0       2458
13.68/13.70	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   pscost           :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c   random           :       0.00       0.00          0          0          0          0          0          0
13.68/13.70	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
13.68/13.70	c   LP solutions     :       0.00          -          -          1
13.68/13.70	c   pseudo solutions :       0.00          -          -          0
13.68/13.70	c   oneopt           :       0.00       0.00          0          0
13.68/13.70	c   crossover        :       0.00       0.00          0          0
13.68/13.70	c   guideddiving     :       0.00       0.00          0          0
13.68/13.70	c   intshifting      :       0.00       0.00          0          0
13.68/13.70	c   veclendiving     :       0.03       0.00          3          0
13.68/13.70	c   linesearchdiving :       0.06       0.00          3          0
13.68/13.70	c   objpscostdiving  :       0.10       0.00          2          0
13.68/13.70	c   rootsoldiving    :       0.26       0.00          2          0
13.68/13.70	c   pscostdiving     :       0.17       0.00          4          0
13.68/13.70	c   feaspump         :       0.11       0.00          2          0
13.68/13.70	c   fracdiving       :       0.11       0.00          4          0
13.68/13.70	c   smallcard        :       0.00       0.00          0          0
13.68/13.70	c   trivial          :       0.02       0.00          2          0
13.68/13.70	c   shiftandpropagate:       0.00       0.00          0          0
13.68/13.70	c   simplerounding   :       0.00       0.00          0          0
13.68/13.70	c   zirounding       :       0.10       0.00          0          0
13.68/13.70	c   rounding         :       0.15       0.00        442          0
13.68/13.70	c   shifting         :       0.36       0.00        123          0
13.68/13.70	c   twoopt           :       0.00       0.00          0          0
13.68/13.70	c   indoneopt        :       0.01       0.00          0          0
13.68/13.70	c   indtwoopt        :       0.00       0.00          0          0
13.68/13.70	c   fixandinfer      :       0.00       0.00          0          0
13.68/13.70	c   clique           :       0.00       0.00          0          0
13.68/13.70	c   coefdiving       :       2.48       0.00         58          0
13.68/13.70	c   indrounding      :       0.04       0.00       1229          0
13.68/13.70	c   indcoefdiving    :       0.00       0.00          0          0
13.68/13.70	c   nlpdiving        :       0.00       0.00          0          0
13.68/13.70	c   intdiving        :       0.00       0.00          0          0
13.68/13.70	c   actconsdiving    :       0.00       0.00          0          0
13.68/13.70	c   octane           :       0.00       0.00          0          0
13.68/13.70	c   rens             :       0.10       0.00          1          0
13.68/13.70	c   rins             :       0.00       0.00          0          0
13.68/13.70	c   localbranching   :       0.00       0.00          0          0
13.68/13.70	c   mutation         :       0.00       0.00          0          0
13.68/13.70	c   dins             :       0.00       0.00          0          0
13.68/13.70	c   vbounds          :       0.00       0.00          0          0
13.68/13.70	c   undercover       :       0.00       0.00          0          0
13.68/13.70	c   subnlp           :       0.00       0.00          0          0
13.68/13.70	c   trysol           :       0.00       0.00          0          0
13.68/13.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
13.68/13.70	c   primal LP        :       0.01          1          0       0.00          -       0.01          1
13.68/13.70	c   dual LP          :       4.78       1242       6404       5.19    1338.80       0.04          7
13.68/13.70	c   lex dual LP      :       0.00          0          0       0.00          -
13.68/13.70	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
13.68/13.70	c   diving/probing LP:       2.57        861       2202       2.56     858.05
13.68/13.70	c   strong branching :       0.00          0          0       0.00          -
13.68/13.70	c     (at root node) :          -          0          0       0.00          -
13.68/13.70	c   conflict analysis:       0.00          0          0       0.00          -
13.68/13.70	c B&B Tree           :
13.68/13.70	c   number of runs   :          1
13.68/13.70	c   nodes            :       2142
13.68/13.70	c   nodes (total)    :       2142
13.68/13.70	c   nodes left       :          0
13.68/13.70	c   max depth        :         29
13.68/13.70	c   max depth (total):         29
13.68/13.70	c   backtracks       :        353 (16.5%)
13.68/13.70	c   delayed cutoffs  :        298
13.68/13.70	c   repropagations   :       4151 (3862 domain reductions, 264 cutoffs)
13.68/13.70	c   avg switch length:       5.44
13.68/13.70	c   switching time   :       0.94
13.68/13.70	c Solution           :
13.68/13.70	c   Solutions found  :          1 (1 improvements)
13.68/13.70	c   First Solution   : +0.00000000000000e+00   (in run 1, after 2142 nodes, 13.69 seconds, depth 13, found by <relaxation>)
13.68/13.70	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 2142 nodes, 13.69 seconds, depth 13, found by <relaxation>)
13.68/13.70	c   Dual Bound       : +0.00000000000000e+00
13.68/13.70	c   Gap              :       0.00 %
13.68/13.70	c   Root Dual Bound  : +0.00000000000000e+00
13.68/13.70	c   Root Iterations  :        165
13.68/13.77	c Time complete: 13.76.

Verifier Data

OK	0

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-3717594-1338203079/watcher-3717594-1338203079 -o /tmp/evaluation-result-3717594-1338203079/solver-3717594-1338203079 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717594-1338203079.wbo -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.16 2.08 2.01 3/176 3070
/proc/meminfo: memFree=30761608/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=10100 CPUtime=0 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 1 0 286432274 10342400 1244 33554432000 4194304 10173063 140735113934944 140735006110232 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 2525 1244 416 1460 0 1056 0

[startup+0.02568 s]
/proc/loadavg: 2.16 2.08 2.01 3/176 3070
/proc/meminfo: memFree=30761608/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=17076 CPUtime=0.01 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 3013 0 0 0 1 0 0 0 20 0 1 0 286432274 17485824 2968 33554432000 4194304 10173063 140735113934944 140735006110232 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 4269 2968 416 1460 0 2800 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17076

[startup+0.100355 s]
/proc/loadavg: 2.16 2.08 2.01 3/176 3070
/proc/meminfo: memFree=30761608/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=43384 CPUtime=0.09 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 9633 0 0 0 8 1 0 0 20 0 1 0 286432274 44425216 9552 33554432000 4194304 10173063 140735113934944 140735006110232 5823488 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 11458 9570 511 1460 0 9989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43384

[startup+0.300361 s]
/proc/loadavg: 2.16 2.08 2.01 3/176 3070
/proc/meminfo: memFree=30761608/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=91664 CPUtime=0.29 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 20676 0 0 0 24 5 0 0 20 0 1 0 286432274 93863936 20595 33554432000 4194304 10173063 140735113934944 140735006110232 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 22916 20595 569 1460 0 21447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91664

[startup+0.700307 s]
/proc/loadavg: 2.16 2.08 2.01 3/176 3070
/proc/meminfo: memFree=30761608/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=97384 CPUtime=0.69 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 23203 0 0 0 54 15 0 0 20 0 1 0 286432274 99721216 21985 33554432000 4194304 10173063 140735113934944 140735006110232 4953292 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 24346 21985 615 1460 0 22877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97384

[startup+1.50031 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 3071
/proc/meminfo: memFree=30641188/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=132592 CPUtime=1.49 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 33746 0 0 0 122 27 0 0 20 0 1 0 286432274 135774208 30675 33554432000 4194304 10173063 140735113934944 140735113928568 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 33148 30675 827 1460 0 31679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132592

[startup+3.10033 s]
/proc/loadavg: 2.15 2.08 2.01 3/177 3071
/proc/meminfo: memFree=30642428/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=130140 CPUtime=3.08 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 35239 0 0 0 278 30 0 0 20 0 1 0 286432274 133263360 30495 33554432000 4194304 10173063 140735113934944 140735113927928 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 32535 30495 847 1460 0 31066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 130140

[startup+6.30033 s]
/proc/loadavg: 2.22 2.09 2.02 3/177 3071
/proc/meminfo: memFree=30642056/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=130140 CPUtime=6.29 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 35247 0 0 0 594 35 0 0 20 0 1 0 286432274 133263360 30503 33554432000 4194304 10173063 140735113934944 140735113928488 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 32535 30503 847 1460 0 31066 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130140

[startup+12.7003 s]
/proc/loadavg: 2.20 2.09 2.02 3/177 3071
/proc/meminfo: memFree=30641948/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=130140 CPUtime=12.68 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 35247 0 0 0 1219 49 0 0 20 0 1 0 286432274 133263360 30503 33554432000 4194304 10173063 140735113934944 140735113927592 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 32535 30503 847 1460 0 31066 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130140

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

[startup+13.5003 s]
/proc/loadavg: 2.20 2.09 2.02 3/177 3071
/proc/meminfo: memFree=30641700/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=130140 CPUtime=13.49 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 35248 0 0 0 1297 52 0 0 20 0 1 0 286432274 133263360 30504 33554432000 4194304 10173063 140735113934944 140735113931432 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 32535 30504 847 1460 0 31066 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 130140

[startup+13.7003 s]
/proc/loadavg: 2.20 2.09 2.02 3/177 3071
/proc/meminfo: memFree=30641700/32873844 swapFree=7620/7620
[pid=3070] ppid=3068 vsize=130140 CPUtime=13.68 cores=1,3,5,7
/proc/3070/stat : 3070 (scip-2.1.1.4fix) R 3068 3070 1906 0 -1 4202496 35250 0 0 0 1316 52 0 0 20 0 1 0 286432274 133263360 30506 33554432000 4194304 10173063 140735113934944 140735113931432 5760629 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3070/statm: 32535 30506 849 1460 0 31066 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 130140

Child status: 0
Real time (s): 13.7758
CPU time (s): 13.7719
CPU user time (s): 13.233
CPU system time (s): 0.538918
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 135664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.233
system time used= 0.538918
maximum resident set size= 128636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35279
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= 14

runsolver used 0.014997 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-28 13:04:39
IDJOB=3717594
IDBENCH=79348
IDSOLVER=2300
FILE ID=node143/3717594-1338203079
RUNJOBID= node143-1338195608-1923
PBS_JOBID= 14624608
Free space on /tmp= 71648 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-send_wcsp.wbo
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717594-1338203079/watcher-3717594-1338203079 -o /tmp/evaluation-result-3717594-1338203079/solver-3717594-1338203079 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3717594-1338203079.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 579550ba8a4368ea911c9080981cd647
RANDOM SEED=1363721866

node143.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.787
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.57
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.787
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.787
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		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        30762004 kB
Buffers:          394260 kB
Cached:           641688 kB
SwapCached:            0 kB
Active:           873132 kB
Inactive:         399944 kB
Active(anon):     228268 kB
Inactive(anon):    11300 kB
Active(file):     644864 kB
Inactive(file):   388644 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14224 kB
Writeback:            12 kB
AnonPages:        367400 kB
Mapped:            17348 kB
Shmem:               200 kB
Slab:             698256 kB
SReclaimable:     140484 kB
SUnreclaim:       557772 kB
KernelStack:        1440 kB
PageTables:         4364 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     354832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71636 MiB
End job on node143 at 2012-05-28 13:04:53