Trace number 3488524

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.3 1797.26

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
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.14
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 constraint44
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)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

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-3488524-1307780333.opb>
0.00/0.02	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6604 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.03/0.05	o 200
0.03/0.05	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.03/0.05	c presolving:
0.09/0.19	c (round 1) 0 del vars, 6604 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 411740 impls, 0 clqs
0.19/0.22	c (round 2) 6204 del vars, 6604 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 411740 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  6204 deleted vars, 6604 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  411740 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.19
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 = 1797
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 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.000000e+02 |3149.78%
0.29/0.33	o 103
0.29/0.33	c r 0.3s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.030000e+02 |1573.64%
0.29/0.33	o 102
0.29/0.33	c R 0.3s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.020000e+02 |1557.39%
0.29/0.33	o 101
0.29/0.33	c s 0.3s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.010000e+02 |1541.14%
0.29/0.36	o 24
0.29/0.36	c z 0.4s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.400000e+01 | 289.97%
0.29/0.37	c   0.4s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.400000e+01 | 289.97%
0.29/0.37	o 19
0.29/0.37	c b 0.4s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.900000e+01 | 208.73%
1.39/1.45	c   1.4s|     1 |     2 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |  17 | 6.154254e+00 | 1.900000e+01 | 208.73%
2.49/2.57	o 18
2.49/2.57	c R 2.6s|     4 |     3 |  2607 | 372.7 |  14M|   3 |  74 | 200 | 200 | 200 | 200 |   0 |   0 |  48 | 6.238960e+00 | 1.800000e+01 | 188.51%
2.89/2.94	o 14
2.89/2.94	c b 2.9s|     4 |     5 |  2607 | 372.7 |  14M|   3 |  74 | 200 | 200 | 200 | 200 |   0 |   0 |  66 | 6.238960e+00 | 1.400000e+01 | 124.40%
3.39/3.43	o 13
3.39/3.43	c R 3.4s|    11 |    10 |  3353 | 186.4 |  14M|  10 |   5 | 200 | 200 | 200 | 200 |   0 |   0 | 148 | 6.238960e+00 | 1.300000e+01 | 108.37%
3.39/3.44	o 12
3.39/3.44	c R 3.4s|    11 |     8 |  3368 | 187.9 |  14M|  10 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 157 | 6.238960e+00 | 1.200000e+01 |  92.34%
5.19/5.26	o 11
5.19/5.26	c * 5.3s|    20 |    11 |  4870 | 177.9 |  14M|  10 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 297 | 6.238960e+00 | 1.100000e+01 |  76.31%
118.70/118.72	c   119s| 10000 |  6813 |  1472k| 147.1 |  20M|  80 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |1676 | 7.543592e+00 | 1.100000e+01 |  45.82%
192.10/192.18	c   192s| 20000 | 11875 |  2541k| 127.0 |  25M|  85 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |2512 | 7.800677e+00 | 1.100000e+01 |  41.01%
254.49/254.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.49/254.56	c   255s| 30000 | 16617 |  3493k| 116.4 |  31M|  87 |   - | 200 | 200 | 200 | 200 |   0 |   0 |2997 | 7.944577e+00 | 1.100000e+01 |  38.46%
311.50/311.50	c   312s| 40000 | 21109 |  4358k| 108.9 |  37M|  91 |  51 | 200 | 200 | 200 | 200 |   0 |   0 |3491 | 8.025039e+00 | 1.100000e+01 |  37.07%
364.29/364.31	c   364s| 50000 | 25067 |  5157k| 103.1 |  42M|  91 |  40 | 200 | 200 | 200 | 200 |   0 |   0 |3915 | 8.100326e+00 | 1.100000e+01 |  35.80%
417.30/417.35	c   417s| 60000 | 29033 |  5972k|  99.5 |  46M|  91 |  65 | 200 | 200 | 200 | 200 |   0 |   0 |4267 | 8.146324e+00 | 1.100000e+01 |  35.03%
471.40/471.42	c   471s| 70000 | 32931 |  6810k|  97.3 |  51M|  91 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4632 | 8.188680e+00 | 1.100000e+01 |  34.33%
525.41/525.45	c   525s| 80000 | 36959 |  7664k|  95.8 |  55M|  91 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4945 | 8.230569e+00 | 1.100000e+01 |  33.65%
579.40/579.45	c   579s| 90000 | 40955 |  8524k|  94.7 |  59M|  93 |  76 | 200 | 200 | 200 | 200 |   0 |   0 |5211 | 8.273250e+00 | 1.100000e+01 |  32.96%
630.61/630.69	c   631s|100000 | 44879 |  9346k|  93.4 |  64M|  93 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |5462 | 8.313811e+00 | 1.100000e+01 |  32.31%
680.91/680.96	c   681s|110000 | 48711 | 10153k|  92.3 |  68M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |5733 | 8.350947e+00 | 1.100000e+01 |  31.72%
730.50/730.53	c   731s|120000 | 52705 | 10952k|  91.3 |  72M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5993 | 8.375919e+00 | 1.100000e+01 |  31.33%
777.61/777.63	c   778s|130000 | 56621 | 11704k|  90.0 |  77M|  95 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |6245 | 8.397877e+00 | 1.100000e+01 |  30.99%
822.81/822.89	c   823s|140000 | 60451 | 12426k|  88.7 |  81M|  95 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |6475 | 8.420677e+00 | 1.100000e+01 |  30.63%
867.82/867.85	c   868s|150000 | 64273 | 13135k|  87.6 |  85M|  95 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |6747 | 8.440988e+00 | 1.100000e+01 |  30.32%
911.51/911.51	c   912s|160000 | 68091 | 13825k|  86.4 |  90M|  95 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |7042 | 8.459754e+00 | 1.100000e+01 |  30.03%
953.11/953.19	c   953s|170000 | 71859 | 14486k|  85.2 |  95M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7305 | 8.476475e+00 | 1.100000e+01 |  29.77%
994.42/994.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.42/994.49	c   994s|180000 | 75543 | 15145k|  84.1 |  99M|  96 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |7584 | 8.494183e+00 | 1.100000e+01 |  29.50%
1035.42/1035.47	c  1035s|190000 | 79227 | 15802k|  83.2 | 104M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |7814 | 8.509521e+00 | 1.100000e+01 |  29.27%
1074.31/1074.36	c  1074s|200000 | 82695 | 16424k|  82.1 | 109M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8028 | 8.524925e+00 | 1.100000e+01 |  29.03%
1113.62/1113.65	c  1114s|210000 | 86221 | 17054k|  81.2 | 113M|  96 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |8226 | 8.536759e+00 | 1.100000e+01 |  28.85%
1151.92/1151.93	c  1152s|220000 | 89729 | 17671k|  80.3 | 118M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8440 | 8.549922e+00 | 1.100000e+01 |  28.66%
1189.62/1189.62	c  1190s|230000 | 93139 | 18282k|  79.5 | 123M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8664 | 8.561639e+00 | 1.100000e+01 |  28.48%
1226.52/1226.56	c  1227s|240000 | 96483 | 18874k|  78.6 | 128M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8861 | 8.572782e+00 | 1.100000e+01 |  28.31%
1263.32/1263.39	c  1263s|250000 | 99801 | 19457k|  77.8 | 133M|  96 |  49 | 200 | 200 | 200 | 200 |   0 |   0 |9145 | 8.583427e+00 | 1.100000e+01 |  28.15%
1299.62/1299.68	c  1300s|260000 |102975 | 20044k|  77.1 | 137M|  96 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |9379 | 8.595681e+00 | 1.100000e+01 |  27.97%
1335.43/1335.45	c  1335s|270000 |106181 | 20626k|  76.4 | 142M|  96 |  51 | 200 | 200 | 200 | 200 |   0 |   0 |9551 | 8.607293e+00 | 1.100000e+01 |  27.80%
1370.82/1370.88	c  1371s|280000 |109279 | 21189k|  75.7 | 147M|  96 |  68 | 200 | 200 | 200 | 200 |   0 |   0 |9765 | 8.617599e+00 | 1.100000e+01 |  27.65%
1405.53/1405.58	c  1406s|290000 |112323 | 21742k|  75.0 | 152M|  96 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |9982 | 8.626813e+00 | 1.100000e+01 |  27.51%
1440.02/1440.03	c  1440s|300000 |115319 | 22294k|  74.3 | 156M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.635736e+00 | 1.100000e+01 |  27.38%
1473.73/1473.70	c  1474s|310000 |118235 | 22840k|  73.7 | 161M|  96 |  61 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.643545e+00 | 1.100000e+01 |  27.26%
1507.22/1507.28	c  1507s|320000 |121191 | 23384k|  73.1 | 166M|  96 |  44 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.650390e+00 | 1.100000e+01 |  27.16%
1542.23/1542.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.23/1542.24	c  1542s|330000 |124015 | 23933k|  72.5 | 171M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.658345e+00 | 1.100000e+01 |  27.05%
1575.53/1575.59	c  1576s|340000 |126849 | 24473k|  72.0 | 175M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.666142e+00 | 1.100000e+01 |  26.93%
1609.23/1609.28	c  1609s|350000 |129589 | 25017k|  71.5 | 180M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.675845e+00 | 1.100000e+01 |  26.79%
1643.13/1643.10	c  1643s|360000 |132301 | 25557k|  71.0 | 185M|  96 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.683380e+00 | 1.100000e+01 |  26.68%
1676.83/1676.82	c  1677s|370000 |134951 | 26100k|  70.5 | 189M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.691902e+00 | 1.100000e+01 |  26.55%
1710.13/1710.19	c  1710s|380000 |137597 | 26643k|  70.1 | 194M|  97 |  50 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.699148e+00 | 1.100000e+01 |  26.45%
1743.73/1743.79	c  1744s|390000 |140195 | 27174k|  69.7 | 198M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.706437e+00 | 1.100000e+01 |  26.34%
1776.84/1776.81	c  1777s|400000 |142709 | 27709k|  69.3 | 203M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.713122e+00 | 1.100000e+01 |  26.25%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 405834
1797.03/1797.00	c Primal Bound       : +1.10000000000000e+01 (687 solutions)
1797.03/1797.00	c Dual Bound         : +8.71827455078479e+00
1797.03/1797.00	c Gap                : 26.17 %
1797.03/1797.01	s SATISFIABLE
1797.03/1797.01	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1797.03/1797.01	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1797.03/1797.01	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1797.03/1797.01	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1797.03/1797.01	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1797.03/1797.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 
1797.03/1797.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 
1797.03/1797.01	v -x44 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.03/1797.01	v -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 x1 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.00
1797.03/1797.01	c   solving          :    1797.00
1797.03/1797.01	c   presolving       :       0.19 (included in solving)
1797.03/1797.01	c   reading          :       0.02 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3488524-1307780333.opb
1797.03/1797.01	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 6604 initial, 6604 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3488524-1307780333.opb
1797.03/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 200 initial, 200 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.03       6204          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       6604        200          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0     276810          0        691          0        127       5525          0          0     550004
1797.03/1797.01	c   logicor          :        200          1     284102          1          0        686          0          0          0          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          1          0        689          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :      96.01       0.00       0.00      96.01       0.00       0.00       0.00
1797.03/1797.01	c   logicor          :       4.28       0.00       4.28       0.00       0.00       0.00       0.00
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :          5          0          0          0
1797.03/1797.01	c   pseudoobj        :     731841          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.14       0.14       0.00
1797.03/1797.01	c   rootredcost      :       0.14       0.14       0.00
1797.03/1797.01	c   pseudoobj        :       3.18       3.18       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1797.03/1797.01	c   redcost          :       5.41     483485          0    3316688          0          0
1797.03/1797.01	c   impliedbounds    :       0.00          2          0          0          0          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :       0.02          2          0          0          0          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       0.02          2          0          0          0          0
1797.03/1797.01	c   cmir             :       0.01          2          0          0          0          0
1797.03/1797.01	c   flowcover        :       0.01          2          0          0          0          0
1797.03/1797.01	c   clique           :       0.00          1          0          0          0          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :      95.86     276809        127       5525          0          0     550004
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          2          0          0          0          0          4
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          1
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   feaspump         :       0.01          0          0
1797.03/1797.01	c   oneopt           :       0.09          6          2
1797.03/1797.01	c   crossover        :       0.52         11          3
1797.03/1797.01	c   objpscostdiving  :      42.24        390        179
1797.03/1797.01	c   rootsoldiving    :       9.48        542          0
1797.03/1797.01	c   fracdiving       :      11.61       1097          0
1797.03/1797.01	c   veclendiving     :      18.23       1097          0
1797.03/1797.01	c   linesearchdiving :      15.00       1098          0
1797.03/1797.01	c   coefdiving       :      16.57       1098          0
1797.03/1797.01	c   guideddiving     :      11.10       1098          0
1797.03/1797.01	c   pscostdiving     :      20.81       1098          0
1797.03/1797.01	c   trivial          :       0.01          2          2
1797.03/1797.01	c   shiftandpropagate:       0.00          0          0
1797.03/1797.01	c   simplerounding   :       1.88     276810         71
1797.03/1797.01	c   zirounding       :       2.40      21001        420
1797.03/1797.01	c   rounding         :       1.77      47740          4
1797.03/1797.01	c   shifting         :       0.48       8670          5
1797.03/1797.01	c   intshifting      :       0.01          0          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.01          0          0
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.06          0          0
1797.03/1797.01	c   trysol           :       0.11          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.03/1797.01	c   dual LP          :    1501.32     407514   25267990      62.01   16830.57
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:     137.19     135518    2767009      20.42   20169.76
1797.03/1797.01	c   strong branching :      91.44      12114    1311824     108.29   14345.66
1797.03/1797.01	c     (at root node) :          -         17      11635     684.41          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :     405834
1797.03/1797.01	c   nodes (total)    :     405834
1797.03/1797.01	c   nodes left       :     144169
1797.03/1797.01	c   max depth        :         97
1797.03/1797.01	c   max depth (total):         97
1797.03/1797.01	c   backtracks       :      37016 (9.1%)
1797.03/1797.01	c   delayed cutoffs  :          0
1797.03/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.03/1797.01	c   avg switch length:       6.73
1797.03/1797.01	c   switching time   :       5.98
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :        687 (11 improvements)
1797.03/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1797.03/1797.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 20 nodes, 5.26 seconds, depth 10, found by <relaxation>)
1797.03/1797.01	c   Dual Bound       : +8.71827455078479e+00
1797.03/1797.01	c   Gap              :      26.17 %
1797.03/1797.01	c   Root Dual Bound  : +6.15425410382143e+00
1797.03/1797.01	c   Root Iterations  :       1489
1797.23/1797.26	c Time complete: 1797.3.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 14258
/proc/meminfo: memFree=31610292/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=12700 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 2187 0 0 0 0 0 0 0 25 0 1 0 889636074 13004800 2141 33554432000 4194304 9016284 140736586187152 18446744073709551615 5055872 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14258/statm: 3175 2143 369 1178 0 1993 0

[startup+0.0367731 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 14258
/proc/meminfo: memFree=31610292/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=30892 CPUtime=0.03 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 6708 0 0 0 2 1 0 0 25 0 1 0 889636074 31633408 6662 33554432000 4194304 9016284 140736586187152 18446744073709551615 6468785 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 7723 6665 424 1178 0 6541 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30892

[startup+0.100769 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 14258
/proc/meminfo: memFree=31610292/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=43244 CPUtime=0.09 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 9474 0 0 0 8 1 0 0 25 0 1 0 889636074 44281856 9428 33554432000 4194304 9016284 140736586187152 18446744073709551615 6480372 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 10811 9428 478 1178 0 9629 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43244

[startup+0.300727 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 14258
/proc/meminfo: memFree=31610292/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55160 CPUtime=0.29 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 12857 0 0 0 27 2 0 0 18 0 1 0 889636074 56483840 12545 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13790 12545 620 1178 0 12608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55160

[startup+0.700654 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 14258
/proc/meminfo: memFree=31610292/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55472 CPUtime=0.69 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 14668 0 0 0 65 4 0 0 18 0 1 0 889636074 56803328 12733 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13868 12733 668 1178 0 12686 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55472

[startup+1.50052 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14259
/proc/meminfo: memFree=31557732/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55472 CPUtime=1.49 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 14673 0 0 0 142 7 0 0 19 0 1 0 889636074 56803328 12738 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13868 12738 673 1178 0 12686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55472

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14259
/proc/meminfo: memFree=31552900/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55472 CPUtime=3.09 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 14675 0 0 0 291 18 0 0 23 0 1 0 889636074 56803328 12740 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13868 12740 675 1178 0 12686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55472

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14260
/proc/meminfo: memFree=31546412/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55892 CPUtime=6.29 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 14777 0 0 0 592 37 0 0 25 0 1 0 889636074 57233408 12842 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13973 12842 675 1178 0 12791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55892

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14260
/proc/meminfo: memFree=31550436/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=55636 CPUtime=12.69 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 17548 0 0 0 1197 72 0 0 25 0 1 0 889636074 56971264 12825 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 13909 12825 687 1178 0 12727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55636

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14260
/proc/meminfo: memFree=31549160/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=56628 CPUtime=25.49 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 20533 0 0 0 2404 145 0 0 25 0 1 0 889636074 57987072 13044 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14258/statm: 14157 13044 689 1178 0 12975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56628

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14261
/proc/meminfo: memFree=31549412/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=57296 CPUtime=51.09 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 23436 0 0 0 4816 293 0 0 25 0 1 0 889636074 58671104 13210 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 14324 13210 689 1178 0 13142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57296

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14262
/proc/meminfo: memFree=31545552/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=61296 CPUtime=102.29 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 33120 0 0 0 9606 623 0 0 25 0 1 0 889636074 62767104 14233 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 15324 14233 690 1178 0 14142 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 61296

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14264
/proc/meminfo: memFree=31540536/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=65620 CPUtime=162.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 34241 0 0 0 15210 1020 0 0 25 0 1 0 889636074 67194880 15354 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 16405 15354 690 1178 0 15223 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 65620

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14265
/proc/meminfo: memFree=31537368/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=71560 CPUtime=222.29 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 38602 0 0 0 20815 1414 0 0 25 0 1 0 889636074 73277440 16831 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 17890 16831 690 1178 0 16708 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71560

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14267
/proc/meminfo: memFree=31531012/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=79168 CPUtime=282.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 40541 0 0 0 26410 1820 0 0 25 0 1 0 889636074 81068032 18755 33554432000 4194304 9016284 140736586187152 18446744073709551615 6523220 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 19792 18755 690 1178 0 18610 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79168

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14269
/proc/meminfo: memFree=31520436/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=85776 CPUtime=342.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 44874 0 0 0 32014 2216 0 0 25 0 1 0 889636074 87834624 20420 33554432000 4194304 9016284 140736586187152 18446744073709551615 7219221 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 21444 20420 690 1178 0 20262 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 85776

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14270
/proc/meminfo: memFree=31511692/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=92520 CPUtime=402.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 46595 0 0 0 37625 2605 0 0 25 0 1 0 889636074 94740480 22141 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 23130 22141 690 1178 0 21948 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92520

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14272
/proc/meminfo: memFree=31508032/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=99896 CPUtime=462.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 48446 0 0 0 43227 3003 0 0 25 0 1 0 889636074 102293504 23986 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 24974 23986 690 1178 0 23792 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 99896

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14273
/proc/meminfo: memFree=31501780/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=104884 CPUtime=522.31 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 49715 0 0 0 48823 3408 0 0 25 0 1 0 889636074 107401216 25255 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 26221 25255 690 1178 0 25039 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 104884

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14275
/proc/meminfo: memFree=31493556/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=111508 CPUtime=582.3 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 51404 0 0 0 54414 3816 0 0 25 0 1 0 889636074 114184192 26944 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 27877 26944 690 1178 0 26695 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111508

[startup+642.301 s]

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

/proc/meminfo: memFree=31430060/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=177116 CPUtime=1122.31 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 72757 0 0 0 104651 7580 0 0 25 0 1 0 889636074 181366784 42900 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 44279 42900 690 1178 0 43097 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 177116

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14291
/proc/meminfo: memFree=31418484/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=184832 CPUtime=1182.32 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 74704 0 0 0 110236 7996 0 0 25 0 1 0 889636074 189267968 44847 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 46208 44847 690 1178 0 45026 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 184832

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14292
/proc/meminfo: memFree=31417196/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=190116 CPUtime=1242.32 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 76094 0 0 0 115816 8416 0 0 25 0 1 0 889636074 194678784 46237 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 47529 46237 690 1178 0 46347 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 190116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14294
/proc/meminfo: memFree=31402412/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=200632 CPUtime=1302.32 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 78718 0 0 0 121382 8850 0 0 25 0 1 0 889636074 205447168 48861 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 50158 48861 690 1178 0 48976 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 200632

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14296
/proc/meminfo: memFree=31398616/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=207372 CPUtime=1362.32 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 80426 0 0 0 126950 9282 0 0 25 0 1 0 889636074 212348928 50569 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 51843 50569 690 1178 0 50661 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 207372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14297
/proc/meminfo: memFree=31389128/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=217744 CPUtime=1422.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 83012 0 0 0 132539 9694 0 0 25 0 1 0 889636074 222969856 53155 33554432000 4194304 9016284 140736586187152 18446744073709551615 4842368 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 54436 53155 690 1178 0 53254 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 217744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14299
/proc/meminfo: memFree=31378656/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=228840 CPUtime=1482.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 85849 0 0 0 138124 10109 0 0 25 0 1 0 889636074 234332160 55992 33554432000 4194304 9016284 140736586187152 18446744073709551615 7200787 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 57210 55992 690 1178 0 56028 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 228840

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14301
/proc/meminfo: memFree=31365484/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=241132 CPUtime=1542.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 88875 0 0 0 143718 10515 0 0 25 0 1 0 889636074 246919168 59018 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 60283 59018 690 1178 0 59101 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 241132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14302
/proc/meminfo: memFree=31352036/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=250244 CPUtime=1602.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 91174 0 0 0 149299 10934 0 0 25 0 1 0 889636074 256249856 61317 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 62561 61317 690 1178 0 61379 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 250244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14304
/proc/meminfo: memFree=31345996/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=257416 CPUtime=1662.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 92960 0 0 0 154881 11352 0 0 25 0 1 0 889636074 263593984 63103 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 64354 63103 690 1178 0 63172 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 257416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14305
/proc/meminfo: memFree=31337240/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=267932 CPUtime=1722.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 95622 0 0 0 160480 11753 0 0 25 0 1 0 889636074 274362368 65765 33554432000 4194304 9016284 140736586187152 18446744073709551615 18446744073699066043 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 66983 65765 690 1178 0 65801 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 267932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14307
/proc/meminfo: memFree=31325060/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=276832 CPUtime=1782.33 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 97826 0 0 0 166061 12172 0 0 25 0 1 0 889636074 283475968 67969 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 69208 67969 690 1178 0 68026 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 276832

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14307
/proc/meminfo: memFree=31326032/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=277192 CPUtime=1785.53 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 100631 0 0 0 166358 12195 0 0 25 0 1 0 889636074 283844608 68119 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 69298 68119 690 1178 0 68116 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 277192

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14307
/proc/meminfo: memFree=31325772/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=277520 CPUtime=1791.93 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 100719 0 0 0 166954 12239 0 0 25 0 1 0 889636074 284180480 68207 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 69380 68207 690 1178 0 68198 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 277520

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14307
/proc/meminfo: memFree=31325024/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=280104 CPUtime=1795.14 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 101322 0 0 0 167251 12263 0 0 25 0 1 0 889636074 286826496 68810 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 70026 68810 690 1178 0 68844 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 280104

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 14307
/proc/meminfo: memFree=31325024/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=280104 CPUtime=1795.94 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 101326 0 0 0 167325 12269 0 0 25 0 1 0 889636074 286826496 68814 33554432000 4194304 9016284 140736586187152 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 70026 68814 690 1178 0 68844 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 280104

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 14331
/proc/meminfo: memFree=31532624/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=280104 CPUtime=1796.74 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 101328 0 0 0 167399 12275 0 0 25 0 1 0 889636074 286826496 68816 33554432000 4194304 9016284 140736586187152 18446744073709551615 6404138 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14258/statm: 70026 68816 690 1178 0 68844 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 280104

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 14331
/proc/meminfo: memFree=31532624/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=280104 CPUtime=1797.13 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 101330 0 0 0 167437 12276 0 0 25 0 1 0 889636074 286826496 68818 33554432000 4194304 9016284 140736586187152 18446744073709551615 4839890 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14258/statm: 70026 68818 692 1178 0 68844 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 280104

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 1.99 2/172 14331
/proc/meminfo: memFree=31532624/32951124 swapFree=67050780/67111528
[pid=14258] ppid=14256 vsize=280104 CPUtime=1797.23 cores=1,3,5,7
/proc/14258/stat : 14258 (scip-2.0.1.4b_2) R 14256 14258 1779 0 -1 4202496 101330 0 0 0 167447 12276 0 0 25 0 1 0 889636074 286826496 68818 33554432000 4194304 9016284 140736586187152 18446744073709551615 6812643 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14258/statm: 70026 68818 692 1178 0 68844 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 280104

Child status: 0
Real time (s): 1797.26
CPU time (s): 1797.3
CPU user time (s): 1674.52
CPU system time (s): 122.781
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 288904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1674.52
system time used= 122.781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101335
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= 19811

runsolver used 2.34464 second user time and 5.83711 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-11 10:18:53
IDJOB=3488524
IDBENCH=48128
IDSOLVER=1979
FILE ID=node101/3488524-1307780333
RUNJOBID= node101-1307776514-12559
PBS_JOBID= 13550859
Free space on /tmp= 74092 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_1.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-3488524-1307780333/watcher-3488524-1307780333 -o /tmp/evaluation-result-3488524-1307780333/solver-3488524-1307780333 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488524-1307780333.opb -t 1800 -m 15500

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1075401796

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31611100 kB
Buffers:        212644 kB
Cached:         731368 kB
SwapCached:      27764 kB
Active:         451588 kB
Inactive:       703624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31611100 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:           34116 kB
Writeback:           0 kB
AnonPages:      205852 kB
Mapped:          11768 kB
Slab:           121688 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   392936 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= 74092 MiB
End job on node101 at 2011-06-11 10:48:50