Trace number 3488554

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT11 1797.27 1797.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1797.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

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.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488554-1307782689.opb>
0.00/0.02	c original problem has 6416 variables (6416 bin, 0 int, 0 impl, 0 cont) and 6616 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 200
0.00/0.05	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.05	c presolving:
0.09/0.19	c (round 1) 0 del vars, 6616 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 413032 impls, 0 clqs
0.19/0.22	c (round 2) 6216 del vars, 6616 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 413032 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (3 rounds):
0.19/0.23	c  6216 deleted vars, 6616 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  413032 implications, 0 cliques
0.19/0.23	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.19/0.23	c     200 constraints of type <logicor>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.19
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.5
0.19/0.23	c 
0.19/0.23	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c conflict/interconss = 0
0.19/0.23	c 
0.19/0.23	c # should binary conflicts be preferred?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c conflict/preferbinary = TRUE
0.19/0.23	c 
0.19/0.23	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.23	c constraints/agelimit = 1
0.19/0.23	c 
0.19/0.23	c # should enforcement of pseudo solution be disabled?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/disableenfops = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1797
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.29/0.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.33	c t 0.3s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 2.000000e+02 |3148.83%
0.29/0.33	o 107
0.29/0.33	c r 0.3s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 1.070000e+02 |1638.12%
0.29/0.33	o 106
0.29/0.33	c R 0.3s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 1.060000e+02 |1621.88%
0.29/0.33	o 105
0.29/0.33	c s 0.3s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 1.050000e+02 |1605.64%
0.29/0.36	o 22
0.29/0.36	c z 0.4s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 2.200000e+01 | 257.37%
0.29/0.37	c   0.4s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 2.200000e+01 | 257.37%
0.29/0.37	o 18
0.29/0.37	c b 0.4s|     1 |     0 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.156064e+00 | 1.800000e+01 | 192.39%
1.29/1.39	c   1.4s|     1 |     2 |  1461 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |  18 | 6.156064e+00 | 1.800000e+01 | 192.39%
2.79/2.86	o 17
2.79/2.86	c R 2.9s|     4 |     3 |  2572 | 370.3 |  14M|   3 |  62 | 200 | 200 | 200 | 200 |   0 |   0 |  59 | 6.224576e+00 | 1.700000e+01 | 173.11%
2.99/3.08	o 14
2.99/3.08	c b 3.1s|     4 |     5 |  2572 | 370.3 |  14M|   3 |  62 | 200 | 200 | 200 | 200 |   0 |   0 |  73 | 6.224576e+00 | 1.400000e+01 | 124.91%
3.39/3.42	o 13
3.39/3.42	c R 3.4s|     8 |     7 |  3058 | 228.1 |  14M|   7 |  20 | 200 | 200 | 200 | 200 |   0 |   0 | 121 | 6.224576e+00 | 1.300000e+01 | 108.85%
3.39/3.47	o 12
3.39/3.47	c R 3.5s|    10 |     9 |  3137 | 186.2 |  14M|   9 |   6 | 200 | 200 | 200 | 200 |   0 |   0 | 146 | 6.224576e+00 | 1.200000e+01 |  92.78%
3.39/3.47	o 11
3.39/3.47	c * 3.5s|    10 |     7 |  3148 | 187.4 |  14M|   9 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 156 | 6.224576e+00 | 1.100000e+01 |  76.72%
120.90/120.95	c   121s| 10000 |  6743 |  1492k| 149.1 |  20M|  77 |  77 | 200 | 200 | 200 | 200 |   0 |   0 |1720 | 7.571214e+00 | 1.100000e+01 |  45.29%
199.59/199.69	c   200s| 20000 | 12249 |  2614k| 130.7 |  26M|  82 |   - | 200 | 200 | 200 | 200 |   0 |   0 |2509 | 7.795141e+00 | 1.100000e+01 |  41.11%
263.19/263.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.19/263.28	c   263s| 30000 | 16855 |  3589k| 119.6 |  31M|  86 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |3097 | 7.894650e+00 | 1.100000e+01 |  39.33%
321.90/321.90	c   322s| 40000 | 21147 |  4492k| 112.3 |  37M|  87 |  65 | 200 | 200 | 200 | 200 |   0 |   0 |3554 | 7.976710e+00 | 1.100000e+01 |  37.90%
377.39/377.48	c   377s| 50000 | 25107 |  5335k| 106.7 |  42M|  87 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |3982 | 8.027186e+00 | 1.100000e+01 |  37.03%
431.99/432.07	c   432s| 60000 | 28835 |  6183k| 103.0 |  46M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4270 | 8.086151e+00 | 1.100000e+01 |  36.04%
485.59/485.63	c   486s| 70000 | 32377 |  7012k| 100.2 |  50M|  93 |  71 | 200 | 200 | 200 | 200 |   0 |   0 |4636 | 8.133812e+00 | 1.100000e+01 |  35.24%
538.69/538.78	c   539s| 80000 | 35907 |  7844k|  98.0 |  54M|  93 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |4970 | 8.184323e+00 | 1.100000e+01 |  34.40%
590.99/591.00	c   591s| 90000 | 39443 |  8663k|  96.2 |  58M|  93 |  68 | 200 | 200 | 200 | 200 |   0 |   0 |5238 | 8.217796e+00 | 1.100000e+01 |  33.86%
643.50/643.54	c   644s|100000 | 42919 |  9492k|  94.9 |  62M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5549 | 8.254937e+00 | 1.100000e+01 |  33.25%
695.10/695.18	c   695s|110000 | 46451 | 10305k|  93.7 |  66M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5870 | 8.284729e+00 | 1.100000e+01 |  32.77%
744.90/744.94	c   745s|120000 | 50013 | 11111k|  92.6 |  70M|  93 |  62 | 200 | 200 | 200 | 200 |   0 |   0 |6078 | 8.314048e+00 | 1.100000e+01 |  32.31%
794.30/794.35	c   794s|130000 | 53489 | 11899k|  91.5 |  74M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |6367 | 8.339690e+00 | 1.100000e+01 |  31.90%
841.90/841.96	c   842s|140000 | 57015 | 12665k|  90.5 |  78M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |6609 | 8.362526e+00 | 1.100000e+01 |  31.54%
888.90/888.93	c   889s|150000 | 60403 | 13427k|  89.5 |  82M|  93 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |6805 | 8.381338e+00 | 1.100000e+01 |  31.24%
934.51/934.54	c   935s|160000 | 63791 | 14154k|  88.5 |  87M|  93 |  71 | 200 | 200 | 200 | 200 |   0 |   0 |7072 | 8.401691e+00 | 1.100000e+01 |  30.93%
979.10/979.13	c   979s|170000 | 67205 | 14862k|  87.4 |  91M|  93 |  53 | 200 | 200 | 200 | 200 |   0 |   0 |7344 | 8.419620e+00 | 1.100000e+01 |  30.65%
1022.91/1022.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1022.91/1022.95	c  1023s|180000 | 70433 | 15560k|  86.4 |  95M|  93 |  52 | 200 | 200 | 200 | 200 |   0 |   0 |7603 | 8.434686e+00 | 1.100000e+01 |  30.41%
1065.81/1065.86	c  1066s|190000 | 73815 | 16242k|  85.5 |  99M|  93 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |7819 | 8.447361e+00 | 1.100000e+01 |  30.22%
1107.90/1107.95	c  1108s|200000 | 77043 | 16912k|  84.6 | 104M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8065 | 8.463955e+00 | 1.100000e+01 |  29.96%
1148.60/1148.66	c  1149s|210000 | 80385 | 17559k|  83.6 | 108M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8277 | 8.478030e+00 | 1.100000e+01 |  29.75%
1188.81/1188.88	c  1189s|220000 | 83611 | 18208k|  82.8 | 112M|  97 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8427 | 8.495566e+00 | 1.100000e+01 |  29.48%
1228.31/1228.32	c  1228s|230000 | 86851 | 18836k|  81.9 | 117M|  97 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |8674 | 8.507395e+00 | 1.100000e+01 |  29.30%
1268.41/1268.41	c  1268s|240000 | 90061 | 19483k|  81.2 | 121M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8897 | 8.522181e+00 | 1.100000e+01 |  29.07%
1306.21/1306.28	c  1306s|250000 | 93137 | 20091k|  80.4 | 125M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9068 | 8.530425e+00 | 1.100000e+01 |  28.95%
1345.11/1345.14	c  1345s|260000 | 96357 | 20715k|  79.7 | 130M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9263 | 8.541111e+00 | 1.100000e+01 |  28.79%
1383.11/1383.15	c  1383s|270000 | 99421 | 21318k|  79.0 | 134M|  99 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |9508 | 8.550787e+00 | 1.100000e+01 |  28.64%
1420.31/1420.39	c  1420s|280000 |102409 | 21910k|  78.2 | 139M|  99 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |9745 | 8.561654e+00 | 1.100000e+01 |  28.48%
1456.42/1456.48	c  1456s|290000 |105337 | 22487k|  77.5 | 143M|  99 |  73 | 200 | 200 | 200 | 200 |   0 |   0 |9911 | 8.569095e+00 | 1.100000e+01 |  28.37%
1492.51/1492.56	c  1493s|300000 |108169 | 23068k|  76.9 | 148M|  99 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.579180e+00 | 1.100000e+01 |  28.22%
1528.61/1528.67	c  1529s|310000 |111043 | 23645k|  76.3 | 152M|  99 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.586408e+00 | 1.100000e+01 |  28.11%
1565.02/1565.00	c  1565s|320000 |113823 | 24222k|  75.7 | 156M|  99 |  53 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.598893e+00 | 1.100000e+01 |  27.92%
1599.91/1599.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.91/1599.92	c  1600s|330000 |116507 | 24785k|  75.1 | 161M|  99 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.607265e+00 | 1.100000e+01 |  27.80%
1634.81/1634.89	c  1635s|340000 |119279 | 25341k|  74.5 | 165M|  99 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.617644e+00 | 1.100000e+01 |  27.65%
1670.51/1670.51	c  1671s|350000 |121933 | 25906k|  74.0 | 170M|  99 |  58 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.626370e+00 | 1.100000e+01 |  27.52%
1704.82/1704.84	c  1705s|360000 |124591 | 26465k|  73.5 | 174M|  99 |  79 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.633712e+00 | 1.100000e+01 |  27.41%
1739.12/1739.11	c  1739s|370000 |127217 | 27015k|  73.0 | 178M|  99 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.640128e+00 | 1.100000e+01 |  27.31%
1773.62/1773.66	c  1774s|380000 |129763 | 27565k|  72.5 | 183M|  99 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.647347e+00 | 1.100000e+01 |  27.21%
1797.01/1797.00	c 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Solving Time (sec) : 1797.00
1797.01/1797.00	c Solving Nodes      : 386973
1797.01/1797.00	c Primal Bound       : +1.10000000000000e+01 (651 solutions)
1797.01/1797.00	c Dual Bound         : +8.65237242869891e+00
1797.01/1797.00	c Gap                : 27.13 %
1797.01/1797.00	s SATISFIABLE
1797.01/1797.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.01/1797.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1797.01/1797.00	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1797.01/1797.00	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1797.01/1797.00	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 
1797.01/1797.00	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1797.01/1797.00	v -x69 -x68 x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1797.01/1797.00	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 x19 
1797.01/1797.00	v -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1797.01/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.00	c Total Time         :    1797.00
1797.01/1797.00	c   solving          :    1797.00
1797.01/1797.01	c   presolving       :       0.19 (included in solving)
1797.01/1797.01	c   reading          :       0.02 (included in solving)
1797.01/1797.01	c Original Problem   :
1797.01/1797.01	c   Problem name     : HOME/instance-3488554-1307782689.opb
1797.01/1797.01	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.01	c   Constraints      : 6616 initial, 6616 maximal
1797.01/1797.01	c Presolved Problem  :
1797.01/1797.01	c   Problem name     : t_HOME/instance-3488554-1307782689.opb
1797.01/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.01	c   Constraints      : 200 initial, 200 maximal
1797.01/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   dualfix          :       0.03       6216          0          0          0          0          0          0          0          0
1797.01/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       6616        200          0          0
1797.01/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.01/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.01	c   integral         :          0          0          0     260957          0        655          0         95       5321          0          0     518454
1797.01/1797.01	c   logicor          :        200          1     264638          1          0        650          0          0          0          0          0          0
1797.01/1797.01	c   countsols        :          0          0          0          1          0        653          0          0          0          0          0          0
1797.01/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.01	c   integral         :      95.32       0.00       0.00      95.31       0.00       0.00       0.00
1797.01/1797.01	c   logicor          :       3.81       0.00       3.81       0.00       0.00       0.00       0.00
1797.01/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.01	c   vbounds          :          0          0          0          0
1797.01/1797.01	c   rootredcost      :          5          0          0          0
1797.01/1797.01	c   pseudoobj        :     701094          0          0          0
1797.01/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.01	c   vbounds          :       0.14       0.14       0.00
1797.01/1797.01	c   rootredcost      :       0.14       0.14       0.00
1797.01/1797.01	c   pseudoobj        :       3.07       3.07       0.00
1797.01/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.01/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1797.01/1797.01	c   redcost          :       4.98     454196          0    2911751          0          0
1797.01/1797.01	c   impliedbounds    :       0.00          2          0          0          0          0
1797.01/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.01	c   gomory           :       0.02          2          0          0          0          0
1797.01/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.01	c   strongcg         :       0.02          2          0          0          0          0
1797.01/1797.01	c   cmir             :       0.01          2          0          0          0          0
1797.01/1797.01	c   flowcover        :       0.01          2          0          0          0          0
1797.01/1797.01	c   clique           :       0.00          1          0          0          0          0
1797.01/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.01/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.01/1797.01	c Pricers            :       Time      Calls       Vars
1797.01/1797.01	c   problem variables:       0.00          0          0
1797.01/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.01	c   relpscost        :      95.17     260956         95       5321          0          0     518454
1797.01/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.01/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.01	c   LP solutions     :       0.00          -          1
1797.01/1797.01	c   pseudo solutions :       0.00          -          0
1797.01/1797.01	c   feaspump         :       0.01          0          0
1797.01/1797.01	c   oneopt           :       0.08          6          2
1797.01/1797.01	c   crossover        :       0.42         10          6
1797.01/1797.01	c   veclendiving     :      19.05       1041          0
1797.01/1797.01	c   linesearchdiving :      16.00       1041          0
1797.01/1797.01	c   guideddiving     :      11.74       1041          0
1797.01/1797.01	c   rootsoldiving    :       9.34        521          0
1797.01/1797.01	c   coefdiving       :      17.33       1042          3
1797.01/1797.01	c   pscostdiving     :      20.03       1042          0
1797.01/1797.01	c   fracdiving       :      11.40       1042          0
1797.01/1797.01	c   trivial          :       0.01          2          2
1797.01/1797.01	c   shiftandpropagate:       0.00          0          0
1797.01/1797.01	c   simplerounding   :       1.84     260956         76
1797.01/1797.01	c   zirounding       :       2.16      18551        371
1797.01/1797.01	c   rounding         :       1.72      46210          4
1797.01/1797.01	c   shifting         :       0.42       7336          1
1797.01/1797.01	c   intshifting      :       0.00          0          0
1797.01/1797.01	c   twoopt           :       0.00          0          0
1797.01/1797.01	c   fixandinfer      :       0.00          0          0
1797.01/1797.01	c   clique           :       0.00          0          0
1797.01/1797.01	c   intdiving        :       0.00          0          0
1797.01/1797.01	c   actconsdiving    :       0.00          0          0
1797.01/1797.01	c   objpscostdiving  :      44.62        400        185
1797.01/1797.01	c   octane           :       0.00          0          0
1797.01/1797.01	c   rens             :       0.01          0          0
1797.01/1797.01	c   rins             :       0.00          0          0
1797.01/1797.01	c   localbranching   :       0.00          0          0
1797.01/1797.01	c   mutation         :       0.00          0          0
1797.01/1797.01	c   dins             :       0.00          0          0
1797.01/1797.01	c   vbounds          :       0.00          0          0
1797.01/1797.01	c   undercover       :       0.00          0          0
1797.01/1797.01	c   subnlp           :       0.06          0          0
1797.01/1797.01	c   trysol           :       0.10          0          0
1797.01/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.01/1797.01	c   dual LP          :    1500.87     388607   25076563      64.53   16707.98
1797.01/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.01	c   diving/probing LP:     141.46     138164    2871547      20.78   20299.66
1797.01/1797.01	c   strong branching :      90.96      11686    1290943     110.47   14191.92
1797.01/1797.01	c     (at root node) :          -         18      10153     564.06          -
1797.01/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.01	c B&B Tree           :
1797.01/1797.01	c   number of runs   :          1
1797.01/1797.01	c   nodes            :     386973
1797.01/1797.01	c   nodes (total)    :     386973
1797.01/1797.01	c   nodes left       :     131482
1797.01/1797.01	c   max depth        :         99
1797.01/1797.01	c   max depth (total):         99
1797.01/1797.01	c   backtracks       :      34129 (8.8%)
1797.01/1797.01	c   delayed cutoffs  :          0
1797.01/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.01/1797.01	c   avg switch length:       6.60
1797.01/1797.01	c   switching time   :       5.56
1797.01/1797.01	c Solution           :
1797.01/1797.01	c   Solutions found  :        651 (11 improvements)
1797.01/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1797.01/1797.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 10 nodes, 3.47 seconds, depth 9, found by <relaxation>)
1797.01/1797.01	c   Dual Bound       : +8.65237242869891e+00
1797.01/1797.01	c   Gap              :      27.13 %
1797.01/1797.01	c   Root Dual Bound  : +6.15606373077442e+00
1797.01/1797.01	c   Root Iterations  :       1461
1797.21/1797.24	c Time complete: 1797.25.

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488554-1307782689/watcher-3488554-1307782689 -o /tmp/evaluation-result-3488554-1307782689/solver-3488554-1307782689 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488554-1307782689.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.02 2.01 1.97 2/175 27879
/proc/meminfo: memFree=30100004/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=12692 CPUtime=0 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 2154 0 0 0 0 0 0 0 24 0 1 0 889868526 12996608 2108 33554432000 4194304 9016284 140734175534816 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27879/statm: 3173 2116 353 1178 0 1991 0

[startup+0.0139721 s]
/proc/loadavg: 2.02 2.01 1.97 2/175 27879
/proc/meminfo: memFree=30100004/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=16808 CPUtime=0 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 3206 0 0 0 0 0 0 0 24 0 1 0 889868526 17211392 3160 33554432000 4194304 9016284 140734175534816 18446744073709551615 7874895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27879/statm: 4202 3160 378 1178 0 3020 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16808

[startup+0.101007 s]
/proc/loadavg: 2.02 2.01 1.97 2/175 27879
/proc/meminfo: memFree=30100004/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=43604 CPUtime=0.09 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 9560 0 0 0 8 1 0 0 24 0 1 0 889868526 44650496 9514 33554432000 4194304 9016284 140734175534816 18446744073709551615 6817776 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 10901 9514 478 1178 0 9719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43604

[startup+0.300969 s]
/proc/loadavg: 2.02 2.01 1.97 2/175 27879
/proc/meminfo: memFree=30100004/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=56808 CPUtime=0.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 13263 0 0 0 27 2 0 0 25 0 1 0 889868526 58171392 12956 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14202 12956 620 1178 0 13020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56808

[startup+0.700899 s]
/proc/loadavg: 2.02 2.01 1.97 2/175 27879
/proc/meminfo: memFree=30100004/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57556 CPUtime=0.69 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 15000 0 0 0 67 2 0 0 25 0 1 0 889868526 58937344 13284 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14389 13284 670 1178 0 13207 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57556

[startup+1.50076 s]
/proc/loadavg: 2.02 2.01 1.97 3/176 27880
/proc/meminfo: memFree=30048808/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57556 CPUtime=1.49 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 15005 0 0 0 145 4 0 0 25 0 1 0 889868526 58937344 13289 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14389 13289 675 1178 0 13207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57556

[startup+3.10049 s]
/proc/loadavg: 2.02 2.01 1.97 3/176 27880
/proc/meminfo: memFree=30048560/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57556 CPUtime=3.09 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 15005 0 0 0 299 10 0 0 25 0 1 0 889868526 58937344 13289 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14389 13289 675 1178 0 13207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57556

[startup+6.30093 s]
/proc/loadavg: 2.02 2.01 1.97 3/176 27881
/proc/meminfo: memFree=30048116/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57556 CPUtime=6.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 15005 0 0 0 607 22 0 0 25 0 1 0 889868526 58937344 13289 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14389 13289 675 1178 0 13207 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57556

[startup+12.7008 s]
/proc/loadavg: 2.16 2.04 1.98 3/176 27881
/proc/meminfo: memFree=30048296/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57284 CPUtime=12.69 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 17661 0 0 0 1227 42 0 0 25 0 1 0 889868526 58658816 13234 33554432000 4194304 9016284 140734175534816 18446744073709551615 7219008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14321 13234 687 1178 0 13139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57284

[startup+25.5006 s]
/proc/loadavg: 2.13 2.04 1.98 3/176 27882
/proc/meminfo: memFree=30048928/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=57748 CPUtime=25.49 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 20459 0 0 0 2456 93 0 0 25 0 1 0 889868526 59133952 13321 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14437 13321 690 1178 0 13255 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57748

[startup+51.1002 s]
/proc/loadavg: 2.09 2.03 1.98 3/176 27882
/proc/meminfo: memFree=30048664/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=58832 CPUtime=51.09 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 23604 0 0 0 4916 193 0 0 25 0 1 0 889868526 60243968 13593 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 14708 13593 690 1178 0 13526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58832

[startup+102.306 s]
/proc/loadavg: 2.07 2.04 1.99 3/176 27884
/proc/meminfo: memFree=30044688/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=62220 CPUtime=102.3 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 30260 0 0 0 9826 404 0 0 25 0 1 0 889868526 63713280 14459 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 15555 14459 690 1178 0 14373 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62220

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 1.99 3/176 27885
/proc/meminfo: memFree=30039944/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=66436 CPUtime=162.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 36859 0 0 0 15574 655 0 0 25 0 1 0 889868526 68030464 15524 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 16609 15524 691 1178 0 15427 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66436

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/176 27895
/proc/meminfo: memFree=30033996/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=71736 CPUtime=222.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 38211 0 0 0 21310 919 0 0 25 0 1 0 889868526 73457664 16876 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 17934 16876 691 1178 0 16752 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71736

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/176 27897
/proc/meminfo: memFree=30026920/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=79016 CPUtime=282.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 40066 0 0 0 27044 1185 0 0 25 0 1 0 889868526 80912384 18721 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 19754 18721 691 1178 0 18572 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79016

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/176 27899
/proc/meminfo: memFree=30019852/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=85860 CPUtime=342.3 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 44526 0 0 0 32782 1448 0 0 25 0 1 0 889868526 87920640 20428 33554432000 4194304 9016284 140734175534816 18446744073709551615 7219179 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 21465 20428 691 1178 0 20283 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85860

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 27901
/proc/meminfo: memFree=30013872/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=92108 CPUtime=402.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 46113 0 0 0 38526 1703 0 0 25 0 1 0 889868526 94318592 22012 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27879/statm: 23027 22012 691 1178 0 21845 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92108

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 27904
/proc/meminfo: memFree=30008392/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=97348 CPUtime=462.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 47427 0 0 0 44264 1965 0 0 25 0 1 0 889868526 99684352 23326 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 24337 23326 691 1178 0 23155 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 97348

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 27906
/proc/meminfo: memFree=30002392/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=102952 CPUtime=522.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 48819 0 0 0 50000 2229 0 0 25 0 1 0 889868526 105422848 24718 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 25738 24718 691 1178 0 24556 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 102952

[startup+582.301 s]
/proc/loadavg: 2.20 2.06 2.01 3/176 27984
/proc/meminfo: memFree=30525076/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=110260 CPUtime=582.29 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 50692 0 0 0 55703 2526 0 0 25 0 1 0 889868526 112906240 26591 33554432000 4194304 9016284 140734175534816 18446744073709551615 6523973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 27565 26591 691 1178 0 26383 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 110260

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=30389660/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=166644 CPUtime=1122.3 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 69716 0 0 0 107001 5229 0 0 25 0 1 0 889868526 170643456 40306 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 41661 40306 691 1178 0 40479 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 166644

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28000
/proc/meminfo: memFree=30371668/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=173776 CPUtime=1182.3 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 71485 0 0 0 112694 5536 0 0 25 0 1 0 889868526 177946624 42075 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 43444 42075 691 1178 0 42262 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 173776

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28002
/proc/meminfo: memFree=30353168/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=180856 CPUtime=1242.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 73293 0 0 0 118395 5836 0 0 25 0 1 0 889868526 185196544 43883 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 45214 43883 691 1178 0 44032 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 180856

[startup+1302.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/176 28004
/proc/meminfo: memFree=30338028/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=186996 CPUtime=1302.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 74793 0 0 0 124099 6132 0 0 25 0 1 0 889868526 191483904 45383 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 46749 45383 691 1178 0 45567 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 186996

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 28005
/proc/meminfo: memFree=30319532/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=190836 CPUtime=1362.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 75837 0 0 0 129788 6443 0 0 25 0 1 0 889868526 195416064 46427 33554432000 4194304 9016284 140734175534816 18446744073709551615 7219367 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 47709 46427 691 1178 0 46527 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 190836

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 28006
/proc/meminfo: memFree=30299304/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=202060 CPUtime=1422.32 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 78599 0 0 0 135477 6755 0 0 25 0 1 0 889868526 206909440 49189 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 50515 49189 691 1178 0 49333 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 202060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 28008
/proc/meminfo: memFree=30278580/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=211256 CPUtime=1482.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 80902 0 0 0 141169 7062 0 0 25 0 1 0 889868526 216326144 51492 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 52814 51492 691 1178 0 51632 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 211256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 28010
/proc/meminfo: memFree=30254760/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=222608 CPUtime=1542.32 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 83760 0 0 0 146856 7376 0 0 25 0 1 0 889868526 227950592 54350 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 55652 54350 691 1178 0 54470 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 222608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28012
/proc/meminfo: memFree=30241360/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=229896 CPUtime=1602.32 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 85632 0 0 0 152554 7678 0 0 25 0 1 0 889868526 235413504 56222 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 57474 56222 691 1178 0 56292 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 229896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28013
/proc/meminfo: memFree=30221880/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=236136 CPUtime=1662.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 87210 0 0 0 158247 7984 0 0 25 0 1 0 889868526 241803264 57800 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 59034 57800 691 1178 0 57852 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 236136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28014
/proc/meminfo: memFree=30202756/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=245412 CPUtime=1722.32 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 89523 0 0 0 163929 8303 0 0 25 0 1 0 889868526 251301888 60113 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 61353 60113 691 1178 0 60171 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 245412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30183884/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=254136 CPUtime=1782.31 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 91736 0 0 0 169624 8607 0 0 25 0 1 0 889868526 260235264 62326 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63534 62326 691 1178 0 62352 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 254136

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30182396/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=254636 CPUtime=1785.51 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 91862 0 0 0 169927 8624 0 0 25 0 1 0 889868526 260747264 62452 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63659 62452 691 1178 0 62477 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 254636

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180536/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1791.92 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92062 0 0 0 170533 8659 0 0 25 0 1 0 889868526 261566464 62652 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62652 691 1178 0 62677 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 255436

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180412/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1795.12 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92065 0 0 0 170837 8675 0 0 25 0 1 0 889868526 261566464 62655 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62655 691 1178 0 62677 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 255436

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180412/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1795.91 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92065 0 0 0 170913 8678 0 0 25 0 1 0 889868526 261566464 62655 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62655 691 1178 0 62677 0
Current children cumulated CPU time (s) 1795.91
Current children cumulated vsize (KiB) 255436

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180288/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1796.72 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92065 0 0 0 170989 8683 0 0 25 0 1 0 889868526 261566464 62655 33554432000 4194304 9016284 140734175534816 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62655 691 1178 0 62677 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 255436

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180288/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1797.11 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92068 0 0 0 171027 8684 0 0 25 0 1 0 889868526 261566464 62658 33554432000 4194304 9016284 140734175534816 18446744073709551615 4839196 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62658 693 1178 0 62677 0
Current children cumulated CPU time (s) 1797.11
Current children cumulated vsize (KiB) 255436

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28016
/proc/meminfo: memFree=30180288/32951132 swapFree=67054616/67111528
[pid=27879] ppid=27877 vsize=255436 CPUtime=1797.21 cores=1,3,5,7
/proc/27879/stat : 27879 (scip-2.0.1.4b_2) R 27877 27879 24772 0 -1 4202496 92068 0 0 0 171037 8684 0 0 25 0 1 0 889868526 261566464 62658 33554432000 4194304 9016284 140734175534816 18446744073709551615 4897769 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27879/statm: 63859 62658 693 1178 0 62677 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 255436

Child status: 0
Real time (s): 1797.24
CPU time (s): 1797.27
CPU user time (s): 1710.41
CPU system time (s): 86.8578
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 255436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1710.41
system time used= 86.8578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92073
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= 5
involuntary context switches= 7700

runsolver used 2.52662 second user time and 5.65614 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 10:58:09
IDJOB=3488554
IDBENCH=48158
IDSOLVER=1979
FILE ID=node131/3488554-1307782689
RUNJOBID= node131-1307777345-27394
PBS_JOBID= 13550872
Free space on /tmp= 74052 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488554-1307782689/watcher-3488554-1307782689 -o /tmp/evaluation-result-3488554-1307782689/solver-3488554-1307782689 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488554-1307782689.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=288361535

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30100688 kB
Buffers:        282032 kB
Cached:        1693280 kB
SwapCached:       9824 kB
Active:        1125528 kB
Inactive:      1474592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30100688 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           16740 kB
Writeback:           0 kB
AnonPages:      623000 kB
Mapped:          16064 kB
Slab:           185124 kB
PageTables:       6000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   823224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74036 MiB
End job on node131 at 2011-06-11 11:28:06