Trace number 3450634

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)11 1800.14 1800.14

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.02	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.02	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3450634-1307104040.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, 6416 del conss, 0 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, 6416 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 413032 impls, 0 clqs
0.19/0.22	c    (0.2s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (3 rounds):
0.19/0.22	c  6216 deleted vars, 6416 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  413032 implications, 0 cliques
0.19/0.22	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.19/0.22	c     200 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.18
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 2.0.1.5
0.19/0.22	c 
0.19/0.22	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c conflict/interconss = 0
0.19/0.22	c 
0.19/0.22	c # should binary conflicts be preferred?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c conflict/preferbinary = TRUE
0.19/0.22	c 
0.19/0.22	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c constraints/agelimit = 1
0.19/0.22	c 
0.19/0.22	c # should enforcement of pseudo solution be disabled?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/disableenfops = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1800
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 13950
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # belongs reading time to solving time?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c timing/reading = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	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.84	o 17
2.79/2.84	c R 2.8s|     4 |     3 |  2572 | 370.3 |  14M|   3 |  62 | 200 | 200 | 200 | 200 |   0 |   0 |  59 | 6.224576e+00 | 1.700000e+01 | 173.11%
3.00/3.07	o 14
3.00/3.07	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.40	o 13
3.39/3.40	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.44	o 12
3.39/3.44	c R 3.4s|    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.45	o 11
3.39/3.45	c * 3.4s|    10 |     7 |  3148 | 187.4 |  14M|   9 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 156 | 6.224576e+00 | 1.100000e+01 |  76.72%
119.59/119.68	c   120s| 10000 |  6743 |  1492k| 149.1 |  20M|  77 |  77 | 200 | 200 | 200 | 200 |   0 |   0 |1720 | 7.571214e+00 | 1.100000e+01 |  45.29%
199.01/199.03	c   199s| 20000 | 12303 |  2646k| 132.2 |  26M|  81 |   - | 200 | 200 | 200 | 200 |   0 |   0 |2520 | 7.811925e+00 | 1.100000e+01 |  40.81%
261.00/261.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
261.00/261.01	c   261s| 30000 | 16915 |  3595k| 119.8 |  31M|  84 |   - | 200 | 200 | 200 | 200 |   0 |   0 |3112 | 7.910783e+00 | 1.100000e+01 |  39.05%
319.01/319.04	c   319s| 40000 | 21131 |  4501k| 112.5 |  37M|  87 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |3599 | 7.987818e+00 | 1.100000e+01 |  37.71%
373.29/373.37	c   373s| 50000 | 25003 |  5341k| 106.8 |  42M|  87 |  64 | 200 | 200 | 200 | 200 |   0 |   0 |3991 | 8.043646e+00 | 1.100000e+01 |  36.75%
429.09/429.19	c   429s| 60000 | 28901 |  6213k| 103.5 |  46M|  88 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |4362 | 8.100821e+00 | 1.100000e+01 |  35.79%
483.90/484.01	c   484s| 70000 | 32587 |  7081k| 101.2 |  51M|  88 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |4672 | 8.151649e+00 | 1.100000e+01 |  34.94%
536.80/536.86	c   537s| 80000 | 36143 |  7913k|  98.9 |  55M|  93 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |4967 | 8.188341e+00 | 1.100000e+01 |  34.34%
588.88/588.97	c   589s| 90000 | 39635 |  8742k|  97.1 |  59M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |5262 | 8.231042e+00 | 1.100000e+01 |  33.64%
639.88/639.96	c   640s|100000 | 43061 |  9561k|  95.6 |  63M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5549 | 8.265691e+00 | 1.100000e+01 |  33.08%
690.58/690.62	c   691s|110000 | 46533 | 10373k|  94.3 |  67M|  93 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |5898 | 8.294860e+00 | 1.100000e+01 |  32.61%
739.20/739.25	c   739s|120000 | 49883 | 11166k|  93.0 |  71M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |6099 | 8.321224e+00 | 1.100000e+01 |  32.19%
787.19/787.20	c   787s|130000 | 53217 | 11934k|  91.8 |  74M|  93 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |6355 | 8.344156e+00 | 1.100000e+01 |  31.83%
833.18/833.27	c   833s|140000 | 56581 | 12688k|  90.6 |  79M|  93 |  62 | 200 | 200 | 200 | 200 |   0 |   0 |6570 | 8.370659e+00 | 1.100000e+01 |  31.41%
878.99/879.04	c   879s|150000 | 59949 | 13426k|  89.5 |  83M|  93 |  73 | 200 | 200 | 200 | 200 |   0 |   0 |6822 | 8.392285e+00 | 1.100000e+01 |  31.07%
923.48/923.56	c   924s|160000 | 63163 | 14137k|  88.4 |  87M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7104 | 8.416592e+00 | 1.100000e+01 |  30.69%
966.58/966.61	c   967s|170000 | 66387 | 14824k|  87.2 |  91M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7384 | 8.433963e+00 | 1.100000e+01 |  30.43%
1008.99/1009.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1008.99/1009.08	c  1009s|180000 | 69601 | 15504k|  86.1 |  95M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7638 | 8.448705e+00 | 1.100000e+01 |  30.20%
1051.28/1051.38	c  1051s|190000 | 72779 | 16190k|  85.2 |  99M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7837 | 8.466004e+00 | 1.100000e+01 |  29.93%
1092.48/1092.58	c  1093s|200000 | 75901 | 16855k|  84.3 | 104M|  93 |  71 | 200 | 200 | 200 | 200 |   0 |   0 |8072 | 8.479589e+00 | 1.100000e+01 |  29.72%
1133.39/1133.49	c  1133s|210000 | 79007 | 17515k|  83.4 | 108M|  93 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8307 | 8.494525e+00 | 1.100000e+01 |  29.50%
1173.19/1173.20	c  1173s|220000 | 82189 | 18156k|  82.5 | 112M|  93 |  52 | 200 | 200 | 200 | 200 |   0 |   0 |8516 | 8.510605e+00 | 1.100000e+01 |  29.25%
1212.29/1212.37	c  1212s|230000 | 85247 | 18788k|  81.7 | 116M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8692 | 8.524075e+00 | 1.100000e+01 |  29.05%
1251.29/1251.37	c  1251s|240000 | 88349 | 19420k|  80.9 | 121M|  93 |  64 | 200 | 200 | 200 | 200 |   0 |   0 |8871 | 8.535501e+00 | 1.100000e+01 |  28.87%
1289.39/1289.45	c  1289s|250000 | 91439 | 20036k|  80.1 | 125M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9023 | 8.546830e+00 | 1.100000e+01 |  28.70%
1327.19/1327.22	c  1327s|260000 | 94415 | 20650k|  79.4 | 129M|  93 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |9183 | 8.557014e+00 | 1.100000e+01 |  28.55%
1364.29/1364.32	c  1364s|270000 | 97495 | 21256k|  78.7 | 134M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9333 | 8.569368e+00 | 1.100000e+01 |  28.36%
1402.40/1402.42	c  1402s|280000 |100429 | 21875k|  78.1 | 138M|  93 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |9554 | 8.577865e+00 | 1.100000e+01 |  28.24%
1439.69/1439.79	c  1440s|290000 |103295 | 22481k|  77.5 | 143M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9825 | 8.588440e+00 | 1.100000e+01 |  28.08%
1475.39/1475.44	c  1475s|300000 |106191 | 23060k|  76.9 | 147M|  93 |  70 | 200 | 200 | 200 | 200 |   0 |   0 |9975 | 8.595714e+00 | 1.100000e+01 |  27.97%
1511.48/1511.53	c  1512s|310000 |109011 | 23650k|  76.3 | 151M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.604181e+00 | 1.100000e+01 |  27.84%
1546.60/1546.65	c  1547s|320000 |111753 | 24220k|  75.7 | 156M|  93 |  48 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.611049e+00 | 1.100000e+01 |  27.74%
1582.09/1582.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1582.09/1582.15	c  1582s|330000 |114525 | 24788k|  75.1 | 160M|  93 |  58 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.620665e+00 | 1.100000e+01 |  27.60%
1617.19/1617.29	c  1617s|340000 |117125 | 25354k|  74.6 | 164M|  98 |  55 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.627194e+00 | 1.100000e+01 |  27.50%
1651.29/1651.33	c  1651s|350000 |119831 | 25909k|  74.0 | 169M|  98 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.632351e+00 | 1.100000e+01 |  27.43%
1684.89/1684.91	c  1685s|360000 |122497 | 26459k|  73.5 | 173M|  98 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.638859e+00 | 1.100000e+01 |  27.33%
1719.49/1719.55	c  1720s|370000 |125097 | 27007k|  73.0 | 177M|  98 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.646249e+00 | 1.100000e+01 |  27.22%
1752.31/1752.35	c  1752s|380000 |127691 | 27543k|  72.5 | 182M|  98 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.653621e+00 | 1.100000e+01 |  27.11%
1785.79/1785.89	c  1786s|390000 |130251 | 28079k|  72.0 | 186M|  98 |  58 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.660417e+00 | 1.100000e+01 |  27.01%
1799.99/1800.00	c 
1799.99/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.00	c Solving Time (sec) : 1800.00
1799.99/1800.00	c Solving Nodes      : 394297
1799.99/1800.00	c Primal Bound       : +1.10000000000000e+01 (629 solutions)
1799.99/1800.00	c Dual Bound         : +8.66346128448196e+00
1799.99/1800.00	c Gap                : 26.97 %
1799.99/1800.01	s SATISFIABLE
1799.99/1800.01	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1799.99/1800.01	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1799.99/1800.01	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1799.99/1800.01	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1799.99/1800.01	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 
1799.99/1800.01	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 
1799.99/1800.01	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 
1799.99/1800.01	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 
1799.99/1800.01	v -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1799.99/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.01	c Total Time         :    1800.00
1799.99/1800.01	c   solving          :    1800.00
1799.99/1800.01	c   presolving       :       0.18 (included in solving)
1799.99/1800.01	c   reading          :       0.02 (included in solving)
1799.99/1800.01	c Original Problem   :
1799.99/1800.01	c   Problem name     : HOME/instance-3450634-1307104040.opb
1799.99/1800.01	c   Variables        : 6416 (6416 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.01	c   Constraints      : 6616 initial, 6616 maximal
1799.99/1800.01	c Presolved Problem  :
1799.99/1800.01	c   Problem name     : t_HOME/instance-3450634-1307104040.opb
1799.99/1800.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.01	c   Constraints      : 200 initial, 200 maximal
1799.99/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.99/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   dualfix          :       0.03       6216          0          0          0          0          0          0          0          0
1799.99/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.01	c   pseudoboolean    :       0.01          0          0          0          0          0       6416          0          0          0
1799.99/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.99/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.01	c   integral         :          0          0          0     264465          0        633          0         88       5101          0          0     525610
1799.99/1800.01	c   logicor          :        200          1     270879          1          0        628          0          0          0          0          0          0
1799.99/1800.01	c   countsols        :          0          0          0          1          0        631          0          0          0          0          0          0
1799.99/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.99/1800.01	c   integral         :      94.82       0.00       0.00      94.82       0.00       0.00       0.00
1799.99/1800.01	c   logicor          :       3.98       0.00       3.98       0.00       0.00       0.00       0.00
1799.99/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.99/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.99/1800.01	c   vbounds          :          0          0          0          0
1799.99/1800.01	c   rootredcost      :          5          0          0          0
1799.99/1800.01	c   pseudoobj        :     711450          0          0          0
1799.99/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.99/1800.01	c   vbounds          :       0.14       0.14       0.00
1799.99/1800.01	c   rootredcost      :       0.18       0.18       0.00
1799.99/1800.01	c   pseudoobj        :       3.17       3.17       0.00
1799.99/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.99/1800.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.99/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.99/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.99/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.99/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.99/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1799.99/1800.01	c   redcost          :       5.19     461517          0    2972405          0          0
1799.99/1800.01	c   impliedbounds    :       0.00          2          0          0          0          0
1799.99/1800.01	c   intobj           :       0.00          0          0          0          0          0
1799.99/1800.01	c   gomory           :       0.02          2          0          0          0          0
1799.99/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1799.99/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1799.99/1800.01	c   strongcg         :       0.02          2          0          0          0          0
1799.99/1800.01	c   cmir             :       0.01          2          0          0          0          0
1799.99/1800.01	c   flowcover        :       0.01          2          0          0          0          0
1799.99/1800.01	c   clique           :       0.00          1          0          0          0          0
1799.99/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1799.99/1800.01	c   mcf              :       0.00          1          0          0          0          0
1799.99/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1799.99/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1799.99/1800.01	c Pricers            :       Time      Calls       Vars
1799.99/1800.01	c   problem variables:       0.00          0          0
1799.99/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.01	c   relpscost        :      94.67     264464         88       5101          0          0     525610
1799.99/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1799.99/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1799.99/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1799.99/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1799.99/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.99/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.99/1800.01	c   random           :       0.00          0          0          0          0          0          0
1799.99/1800.01	c Primal Heuristics  :       Time      Calls      Found
1799.99/1800.01	c   LP solutions     :       0.00          -          1
1799.99/1800.01	c   pseudo solutions :       0.00          -          0
1799.99/1800.01	c   feaspump         :       0.01          0          0
1799.99/1800.01	c   intshifting      :       0.01          0          0
1799.99/1800.01	c   oneopt           :       0.09          6          2
1799.99/1800.01	c   crossover        :       0.43         10          6
1799.99/1800.01	c   objpscostdiving  :      42.10        378        170
1799.99/1800.01	c   guideddiving     :      11.17       1038          0
1799.99/1800.01	c   pscostdiving     :      19.73       1039          0
1799.99/1800.01	c   coefdiving       :      16.75       1039          3
1799.99/1800.01	c   fracdiving       :      11.73       1039          0
1799.99/1800.01	c   linesearchdiving :      15.52       1039          0
1799.99/1800.01	c   veclendiving     :      18.42       1039          0
1799.99/1800.01	c   rootsoldiving    :       9.39        520          0
1799.99/1800.01	c   trivial          :       0.01          2          2
1799.99/1800.01	c   shiftandpropagate:       0.00          0          0
1799.99/1800.01	c   simplerounding   :       1.79     264464         76
1799.99/1800.01	c   zirounding       :       2.18      18201        364
1799.99/1800.01	c   rounding         :       1.80      46474          4
1799.99/1800.01	c   shifting         :       0.44       7371          1
1799.99/1800.01	c   twoopt           :       0.00          0          0
1799.99/1800.01	c   fixandinfer      :       0.00          0          0
1799.99/1800.01	c   clique           :       0.00          0          0
1799.99/1800.01	c   intdiving        :       0.00          0          0
1799.99/1800.01	c   actconsdiving    :       0.00          0          0
1799.99/1800.01	c   octane           :       0.00          0          0
1799.99/1800.01	c   rens             :       0.01          0          0
1799.99/1800.01	c   rins             :       0.00          0          0
1799.99/1800.01	c   localbranching   :       0.00          0          0
1799.99/1800.01	c   mutation         :       0.00          0          0
1799.99/1800.01	c   dins             :       0.00          0          0
1799.99/1800.01	c   vbounds          :       0.00          0          0
1799.99/1800.01	c   undercover       :       0.00          0          0
1799.99/1800.01	c   subnlp           :       0.06          0          0
1799.99/1800.01	c   trysol           :       0.10          0          0
1799.99/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.99/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1799.99/1800.01	c   dual LP          :    1508.30     395867   25512883      64.45   16914.95
1799.99/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1799.99/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1799.99/1800.01	c   diving/probing LP:     136.90     136060    2799669      20.58   20450.09
1799.99/1800.01	c   strong branching :      90.42      11541    1294289     112.15   14313.75
1799.99/1800.01	c     (at root node) :          -         18      10153     564.06          -
1799.99/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1799.99/1800.01	c B&B Tree           :
1799.99/1800.01	c   number of runs   :          1
1799.99/1800.01	c   nodes            :     394297
1799.99/1800.01	c   nodes (total)    :     394297
1799.99/1800.01	c   nodes left       :     131314
1799.99/1800.01	c   max depth        :         98
1799.99/1800.01	c   max depth (total):         98
1799.99/1800.01	c   backtracks       :      34824 (8.8%)
1799.99/1800.01	c   delayed cutoffs  :          0
1799.99/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.99/1800.01	c   avg switch length:       6.63
1799.99/1800.01	c   switching time   :       5.76
1799.99/1800.01	c Solution           :
1799.99/1800.01	c   Solutions found  :        629 (11 improvements)
1799.99/1800.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1799.99/1800.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 10 nodes, 3.44 seconds, depth 9, found by <relaxation>)
1799.99/1800.01	c   Dual Bound       : +8.66346128448196e+00
1799.99/1800.01	c   Gap              :      26.97 %
1799.99/1800.01	c   Root Dual Bound  : +6.15606373077442e+00
1799.99/1800.01	c   Root Iterations  :       1461

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450634-1307104040/watcher-3450634-1307104040 -o /tmp/evaluation-result-3450634-1307104040/solver-3450634-1307104040 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450634-1307104040.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 2/575 24769
/proc/meminfo: memFree=23409780/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=16956 CPUtime=0.01 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 3236 0 0 0 1 0 0 0 25 0 1 0 822001756 17362944 3190 33554432000 4194304 9163163 140735100115408 18446744073709551615 6919044 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24769/statm: 4239 3190 409 1214 0 3021 0

[startup+0.0711869 s]
/proc/loadavg: 2.10 2.04 2.01 2/575 24769
/proc/meminfo: memFree=23409780/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=39368 CPUtime=0.06 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 8497 0 0 0 6 0 0 0 25 0 1 0 822001756 40312832 8450 33554432000 4194304 9163163 140735100115408 18446744073709551615 4965530 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 9842 8450 500 1214 0 8624 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39368

[startup+0.101184 s]
/proc/loadavg: 2.10 2.04 2.01 2/575 24769
/proc/meminfo: memFree=23409780/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=43752 CPUtime=0.09 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 9587 0 0 0 9 0 0 0 25 0 1 0 822001756 44802048 9540 33554432000 4194304 9163163 140735100115408 18446744073709551615 6567826 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 10938 9540 500 1214 0 9720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43752

[startup+0.301157 s]
/proc/loadavg: 2.10 2.04 2.01 2/575 24769
/proc/meminfo: memFree=23409780/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=56968 CPUtime=0.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 13296 0 0 0 28 1 0 0 25 0 1 0 822001756 58335232 12983 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14242 12983 643 1214 0 13024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56968

[startup+0.701069 s]
/proc/loadavg: 2.10 2.04 2.01 2/575 24769
/proc/meminfo: memFree=23409780/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57184 CPUtime=0.7 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 15063 0 0 0 68 2 0 0 25 0 1 0 822001756 58556416 13120 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14296 13120 697 1214 0 13078 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 57184

[startup+1.50092 s]
/proc/loadavg: 2.10 2.04 2.01 3/576 24770
/proc/meminfo: memFree=23358560/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57184 CPUtime=1.49 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 15069 0 0 0 147 2 0 0 25 0 1 0 822001756 58556416 13126 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14296 13126 700 1214 0 13078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57184

[startup+3.1006 s]
/proc/loadavg: 2.10 2.04 2.01 3/576 24771
/proc/meminfo: memFree=23357196/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57184 CPUtime=3.09 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 15069 0 0 0 304 5 0 0 25 0 1 0 822001756 58556416 13126 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14296 13126 700 1214 0 13078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57184

[startup+6.30105 s]
/proc/loadavg: 2.10 2.04 2.01 3/576 24771
/proc/meminfo: memFree=23357060/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57372 CPUtime=6.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 15135 0 0 0 618 11 0 0 25 0 1 0 822001756 58748928 13192 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14343 13192 701 1214 0 13125 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57372

[startup+12.7009 s]
/proc/loadavg: 2.08 2.04 2.01 3/576 24771
/proc/meminfo: memFree=23356716/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57488 CPUtime=12.69 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 17909 0 0 0 1250 19 0 0 25 0 1 0 822001756 58867712 13267 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14372 13267 715 1214 0 13154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57488

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 2.01 3/576 24771
/proc/meminfo: memFree=23354728/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=57756 CPUtime=25.49 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 20696 0 0 0 2511 38 0 0 25 0 1 0 822001756 59142144 13328 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14439 13328 718 1214 0 13221 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57756

[startup+51.1009 s]
/proc/loadavg: 2.17 2.06 2.01 3/576 24772
/proc/meminfo: memFree=23355200/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=58932 CPUtime=51.09 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 23844 0 0 0 5036 73 0 0 25 0 1 0 822001756 60346368 13605 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 14733 13605 718 1214 0 13515 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58932

[startup+102.322 s]
/proc/loadavg: 2.13 2.06 2.01 3/576 24773
/proc/meminfo: memFree=23352708/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=62368 CPUtime=102.31 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 30520 0 0 0 10084 147 0 0 25 0 1 0 822001756 63864832 14477 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 15592 14477 718 1214 0 14374 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 62368

[startup+162.301 s]
/proc/loadavg: 2.13 2.08 2.02 3/576 24775
/proc/meminfo: memFree=23346716/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=66672 CPUtime=162.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 37188 0 0 0 15989 240 0 0 25 0 1 0 822001756 68272128 15572 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 16668 15572 720 1214 0 15450 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66672

[startup+222.301 s]
/proc/loadavg: 2.08 2.08 2.02 3/576 24776
/proc/meminfo: memFree=23340608/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=72120 CPUtime=222.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 38561 0 0 0 21892 337 0 0 25 0 1 0 822001756 73850880 16945 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 18030 16945 720 1214 0 16812 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 72120

[startup+282.301 s]
/proc/loadavg: 2.03 2.06 2.01 3/576 24778
/proc/meminfo: memFree=23338472/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=79488 CPUtime=282.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 40428 0 0 0 27796 433 0 0 25 0 1 0 822001756 81395712 18812 33554432000 4194304 9163163 140735100115408 18446744073709551615 7390377 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 19872 18812 720 1214 0 18654 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79488

[startup+342.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/576 24780
/proc/meminfo: memFree=23325420/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=85856 CPUtime=342.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 44727 0 0 0 33699 530 0 0 25 0 1 0 822001756 87916544 20450 33554432000 4194304 9163163 140735100115408 18446744073709551615 7376862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 21464 20450 720 1214 0 20246 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 85856

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/576 24781
/proc/meminfo: memFree=23318556/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=92940 CPUtime=402.3 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 46481 0 0 0 39601 629 0 0 25 0 1 0 822001756 95170560 22200 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 23235 22200 720 1214 0 22017 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92940

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 24783
/proc/meminfo: memFree=23311812/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=98360 CPUtime=462.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 47858 0 0 0 45507 722 0 0 25 0 1 0 822001756 100720640 23577 33554432000 4194304 9163163 140735100115408 18446744073709551615 7390360 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 24590 23577 720 1214 0 23372 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 98360

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24784
/proc/meminfo: memFree=23312632/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=104068 CPUtime=522.28 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 49309 0 0 0 51407 821 0 0 25 0 1 0 822001756 106565632 25028 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 26017 25028 720 1214 0 24799 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 104068

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 24786
/proc/meminfo: memFree=23299836/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=111968 CPUtime=582.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 51229 0 0 0 57310 919 0 0 25 0 1 0 822001756 114655232 26948 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 27992 26948 720 1214 0 26774 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 111968

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 24794
/proc/meminfo: memFree=23277580/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=140428 CPUtime=882.28 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 61090 0 0 0 86828 1400 0 0 25 0 1 0 822001756 143798272 34118 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 35107 34118 720 1214 0 33889 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 140428

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24796
/proc/meminfo: memFree=23265656/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=146488 CPUtime=942.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 62639 0 0 0 92735 1494 0 0 25 0 1 0 822001756 150003712 35667 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 36622 35667 720 1214 0 35404 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 146488

[startup+1002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/576 24825
/proc/meminfo: memFree=23207628/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=154456 CPUtime=1002.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 64146 0 0 0 98632 1597 0 0 25 0 1 0 822001756 158162944 37174 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 38614 37174 720 1214 0 37396 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 154456

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/576 24827
/proc/meminfo: memFree=23176752/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=161312 CPUtime=1062.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 68535 0 0 0 104527 1702 0 0 25 0 1 0 822001756 165183488 38913 33554432000 4194304 9163163 140735100115408 18446744073709551615 7379350 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 40328 38913 720 1214 0 39110 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 161312

[startup+1122.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/576 24828
/proc/meminfo: memFree=23169100/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=168624 CPUtime=1122.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 70399 0 0 0 110419 1810 0 0 25 0 1 0 822001756 172670976 40777 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 42156 40777 720 1214 0 40938 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 168624

[startup+1182.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/576 24830
/proc/meminfo: memFree=23162688/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=174488 CPUtime=1182.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 71852 0 0 0 116318 1911 0 0 25 0 1 0 822001756 178675712 42230 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 43622 42230 720 1214 0 42404 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 174488

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/576 24832
/proc/meminfo: memFree=23154920/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=182068 CPUtime=1242.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 73783 0 0 0 122215 2014 0 0 25 0 1 0 822001756 186437632 44161 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 45517 44161 720 1214 0 44299 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 182068

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 24833
/proc/meminfo: memFree=23146772/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=189480 CPUtime=1302.31 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 75636 0 0 0 128113 2118 0 0 25 0 1 0 822001756 194027520 46014 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 47370 46014 720 1214 0 46152 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 189480

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24835
/proc/meminfo: memFree=23140752/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=196928 CPUtime=1362.28 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 77515 0 0 0 134004 2224 0 0 25 0 1 0 822001756 201654272 47893 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 49232 47893 720 1214 0 48014 0
Current children cumulated CPU time (s) 1362.28
Current children cumulated vsize (KiB) 196928

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 24836
/proc/meminfo: memFree=23134364/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=202852 CPUtime=1422.31 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 78997 0 0 0 139904 2327 0 0 25 0 1 0 822001756 207720448 49375 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 50713 49375 720 1214 0 49495 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 202852

[startup+1482.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/576 24838
/proc/meminfo: memFree=23121364/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=216292 CPUtime=1482.28 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 82356 0 0 0 145798 2430 0 0 25 0 1 0 822001756 221483008 52734 33554432000 4194304 9163163 140735100115408 18446744073709551615 7390764 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 54073 52734 720 1214 0 52855 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 216292

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/576 24840
/proc/meminfo: memFree=23113368/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=223600 CPUtime=1542.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 84191 0 0 0 151694 2535 0 0 25 0 1 0 822001756 228966400 54569 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 55900 54569 720 1214 0 54682 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 223600

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/576 24841
/proc/meminfo: memFree=23105344/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=231572 CPUtime=1602.28 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 86231 0 0 0 157593 2635 0 0 25 0 1 0 822001756 237129728 56609 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 57893 56609 720 1214 0 56675 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 231572

[startup+1662.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/576 24843
/proc/meminfo: memFree=23098696/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=238436 CPUtime=1662.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 87937 0 0 0 163490 2739 0 0 25 0 1 0 822001756 244158464 58315 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 59609 58315 720 1214 0 58391 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 238436

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/576 24844
/proc/meminfo: memFree=23087948/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=248560 CPUtime=1722.29 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 90495 0 0 0 169387 2842 0 0 25 0 1 0 822001756 254525440 60873 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 62140 60873 720 1214 0 60922 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 248560

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/576 24846
/proc/meminfo: memFree=23079808/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=255216 CPUtime=1782.3 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 92206 0 0 0 175283 2947 0 0 25 0 1 0 822001756 261341184 62584 33554432000 4194304 9163163 140735100115408 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24769/statm: 63804 62584 720 1214 0 62586 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 255216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/576 24846
/proc/meminfo: memFree=23078312/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=256984 CPUtime=1800.11 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 92610 0 0 0 177033 2978 0 0 25 0 1 0 822001756 263151616 62988 33554432000 4194304 9163163 140735100115408 18446744073709551615 6918305 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24769/statm: 64246 62988 723 1214 0 63028 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 256984

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/576 24846
/proc/meminfo: memFree=23078312/32951124 swapFree=58940260/67111528
[pid=24769] ppid=24767 vsize=256984 CPUtime=1800.11 cores=0,2,4,6
/proc/24769/stat : 24769 (scip-2.0.1.4b.l) R 24767 24769 23203 0 -1 4202496 92610 0 0 0 177033 2978 0 0 25 0 1 0 822001756 263151616 62988 33554432000 4194304 9163163 140735100115408 18446744073709551615 6918305 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24769/statm: 64246 62988 723 1214 0 63028 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 256984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.14
CPU time (s): 1800.14
CPU user time (s): 1770.34
CPU system time (s): 29.7975
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 256984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.34
system time used= 29.7975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92610
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= 6
involuntary context switches= 3537

runsolver used 11.0103 second user time and 22.2296 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 14:27:20
IDJOB=3450634
IDBENCH=48158
IDSOLVER=1948
FILE ID=node139/3450634-1307104040
RUNJOBID= node139-1307093003-23221
PBS_JOBID= 13497985
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
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.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450634-1307104040/watcher-3450634-1307104040 -o /tmp/evaluation-result-3450634-1307104040/solver-3450634-1307104040 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450634-1307104040.opb -t 1800 -m 15500

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=1426401024

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:     32951124 kB
MemFree:      23410060 kB
Buffers:        241388 kB
Cached:         597868 kB
SwapCached:       3628 kB
Active:        8750476 kB
Inactive:       486880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23410060 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           12476 kB
Writeback:           0 kB
AnonPages:     8396192 kB
Mapped:          35944 kB
Slab:           152356 kB
PageTables:      79144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171090296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node139 at 2011-06-03 14:57:22