Trace number 3736812

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT11 1796.94 1797.25

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 benchmark1789.78
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-3736812-1338722716.opb>
0.00/0.03	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6604 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	o 200
0.00/0.06	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.06	c presolving:
0.29/0.32	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.29/0.36	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.29/0.36	c    (0.4s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.36	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.29/0.36	c presolving (3 rounds):
0.29/0.36	c  6204 deleted vars, 6604 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.36	c  411740 implications, 0 cliques
0.29/0.36	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.29/0.36	c     200 constraints of type <logicor>
0.29/0.36	c transformed objective value is always integral (scale: 1)
0.29/0.36	c Presolving Time: 0.31
0.29/0.36	c - non default parameters ----------------------------------------------------------------------
0.29/0.36	c # SCIP version 2.0.1.5
0.29/0.36	c 
0.29/0.36	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c conflict/interconss = 0
0.29/0.36	c 
0.29/0.36	c # should binary conflicts be preferred?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c conflict/preferbinary = TRUE
0.29/0.36	c 
0.29/0.36	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c constraints/agelimit = 1
0.29/0.36	c 
0.29/0.36	c # should enforcement of pseudo solution be disabled?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/disableenfops = TRUE
0.29/0.36	c 
0.29/0.36	c # frequency for displaying node information lines
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.36	c display/freq = 10000
0.29/0.36	c 
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = 1797
0.29/0.36	c 
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = 13950
0.29/0.36	c 
0.29/0.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.36	c # [type: int, range: [1,2], default: 1]
0.29/0.36	c timing/clocktype = 2
0.29/0.36	c 
0.29/0.36	c # belongs reading time to solving time?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c timing/reading = TRUE
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify inequalities
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/linear/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/indicator/addCouplingCons = TRUE
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify knapsacks
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c start solving
0.29/0.36	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c t 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.000000e+02 |3149.78%
0.39/0.48	o 103
0.39/0.48	c r 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.030000e+02 |1573.64%
0.39/0.48	o 102
0.39/0.48	c R 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.020000e+02 |1557.39%
0.39/0.48	o 101
0.39/0.48	c s 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.010000e+02 |1541.14%
0.48/0.50	o 24
0.48/0.50	c z 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.400000e+01 | 289.97%
0.48/0.51	c   0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 2.400000e+01 | 289.97%
0.48/0.51	o 19
0.48/0.51	c b 0.5s|     1 |     0 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.154254e+00 | 1.900000e+01 | 208.73%
1.59/1.61	c   1.6s|     1 |     2 |  1489 |     - |  14M|   0 | 103 | 200 | 200 | 200 | 200 |   0 |   0 |  17 | 6.154254e+00 | 1.900000e+01 | 208.73%
2.69/2.73	o 18
2.69/2.73	c R 2.7s|     4 |     3 |  2607 | 372.7 |  14M|   3 |  74 | 200 | 200 | 200 | 200 |   0 |   0 |  48 | 6.238960e+00 | 1.800000e+01 | 188.51%
3.09/3.10	o 14
3.09/3.10	c b 3.1s|     4 |     5 |  2607 | 372.7 |  14M|   3 |  74 | 200 | 200 | 200 | 200 |   0 |   0 |  66 | 6.238960e+00 | 1.400000e+01 | 124.40%
3.49/3.59	o 13
3.49/3.59	c R 3.6s|    11 |    10 |  3353 | 186.4 |  14M|  10 |   5 | 200 | 200 | 200 | 200 |   0 |   0 | 148 | 6.238960e+00 | 1.300000e+01 | 108.37%
3.58/3.60	o 12
3.58/3.60	c R 3.6s|    11 |     8 |  3368 | 187.9 |  14M|  10 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 157 | 6.238960e+00 | 1.200000e+01 |  92.34%
5.39/5.41	o 11
5.39/5.41	c * 5.4s|    20 |    11 |  4870 | 177.9 |  14M|  10 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 297 | 6.238960e+00 | 1.100000e+01 |  76.31%
118.87/118.99	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.35/192.40	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.64/254.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.64/254.73	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.73/311.86	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.72/364.89	c   365s| 50000 | 25067 |  5157k| 103.1 |  42M|  91 |  40 | 200 | 200 | 200 | 200 |   0 |   0 |3915 | 8.100326e+00 | 1.100000e+01 |  35.80%
417.80/417.92	c   418s| 60000 | 29033 |  5972k|  99.5 |  46M|  91 |  65 | 200 | 200 | 200 | 200 |   0 |   0 |4267 | 8.146324e+00 | 1.100000e+01 |  35.03%
472.00/472.18	c   472s| 70000 | 32931 |  6810k|  97.3 |  51M|  91 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4632 | 8.188680e+00 | 1.100000e+01 |  34.33%
526.39/526.50	c   526s| 80000 | 36959 |  7664k|  95.8 |  55M|  91 |   - | 200 | 200 | 200 | 200 |   0 |   0 |4945 | 8.230569e+00 | 1.100000e+01 |  33.65%
580.68/580.85	c   581s| 90000 | 40955 |  8524k|  94.7 |  59M|  93 |  76 | 200 | 200 | 200 | 200 |   0 |   0 |5211 | 8.273250e+00 | 1.100000e+01 |  32.96%
632.17/632.38	c   632s|100000 | 44879 |  9346k|  93.4 |  64M|  93 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |5462 | 8.313811e+00 | 1.100000e+01 |  32.31%
682.56/682.76	c   683s|110000 | 48711 | 10153k|  92.3 |  68M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |5733 | 8.350947e+00 | 1.100000e+01 |  31.72%
732.46/732.61	c   733s|120000 | 52705 | 10952k|  91.3 |  72M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5993 | 8.375919e+00 | 1.100000e+01 |  31.33%
779.75/779.90	c   780s|130000 | 56621 | 11704k|  90.0 |  77M|  95 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |6245 | 8.397877e+00 | 1.100000e+01 |  30.99%
825.04/825.21	c   825s|140000 | 60451 | 12426k|  88.7 |  81M|  95 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |6475 | 8.420677e+00 | 1.100000e+01 |  30.63%
870.13/870.34	c   870s|150000 | 64273 | 13135k|  87.6 |  85M|  95 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |6747 | 8.440988e+00 | 1.100000e+01 |  30.32%
913.82/914.04	c   914s|160000 | 68091 | 13825k|  86.4 |  90M|  95 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |7042 | 8.459754e+00 | 1.100000e+01 |  30.03%
955.61/955.86	c   956s|170000 | 71859 | 14486k|  85.2 |  95M|  95 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7305 | 8.476475e+00 | 1.100000e+01 |  29.77%
997.00/997.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
997.00/997.27	c   997s|180000 | 75543 | 15145k|  84.1 |  99M|  96 |  54 | 200 | 200 | 200 | 200 |   0 |   0 |7584 | 8.494183e+00 | 1.100000e+01 |  29.50%
1038.10/1038.37	c  1038s|190000 | 79227 | 15802k|  83.2 | 104M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |7814 | 8.509521e+00 | 1.100000e+01 |  29.27%
1077.09/1077.31	c  1077s|200000 | 82695 | 16424k|  82.1 | 109M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8028 | 8.524925e+00 | 1.100000e+01 |  29.03%
1116.39/1116.65	c  1117s|210000 | 86221 | 17054k|  81.2 | 113M|  96 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |8226 | 8.536759e+00 | 1.100000e+01 |  28.85%
1154.98/1155.22	c  1155s|220000 | 89729 | 17671k|  80.3 | 118M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8440 | 8.549922e+00 | 1.100000e+01 |  28.66%
1192.67/1192.94	c  1193s|230000 | 93139 | 18282k|  79.5 | 123M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |8664 | 8.561639e+00 | 1.100000e+01 |  28.48%
1229.87/1230.11	c  1230s|240000 | 96483 | 18874k|  78.6 | 128M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |8861 | 8.572782e+00 | 1.100000e+01 |  28.31%
1266.76/1267.03	c  1267s|250000 | 99801 | 19457k|  77.8 | 133M|  96 |  49 | 200 | 200 | 200 | 200 |   0 |   0 |9145 | 8.583427e+00 | 1.100000e+01 |  28.15%
1303.05/1303.39	c  1303s|260000 |102975 | 20044k|  77.1 | 137M|  96 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |9379 | 8.595681e+00 | 1.100000e+01 |  27.97%
1338.84/1339.18	c  1339s|270000 |106181 | 20626k|  76.4 | 142M|  96 |  51 | 200 | 200 | 200 | 200 |   0 |   0 |9551 | 8.607293e+00 | 1.100000e+01 |  27.80%
1374.44/1374.77	c  1375s|280000 |109279 | 21189k|  75.7 | 147M|  96 |  68 | 200 | 200 | 200 | 200 |   0 |   0 |9765 | 8.617599e+00 | 1.100000e+01 |  27.65%
1409.44/1409.77	c  1410s|290000 |112323 | 21742k|  75.0 | 152M|  96 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |9982 | 8.626813e+00 | 1.100000e+01 |  27.51%
1444.04/1444.33	c  1444s|300000 |115319 | 22294k|  74.3 | 156M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.635736e+00 | 1.100000e+01 |  27.38%
1477.73/1478.08	c  1478s|310000 |118235 | 22840k|  73.7 | 161M|  96 |  61 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.643545e+00 | 1.100000e+01 |  27.26%
1511.32/1511.68	c  1512s|320000 |121191 | 23384k|  73.1 | 166M|  96 |  44 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.650390e+00 | 1.100000e+01 |  27.16%
1546.32/1546.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.32/1546.64	c  1547s|330000 |124015 | 23933k|  72.5 | 171M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.658345e+00 | 1.100000e+01 |  27.05%
1579.61/1579.99	c  1580s|340000 |126849 | 24473k|  72.0 | 175M|  96 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.666142e+00 | 1.100000e+01 |  26.93%
1613.30/1613.69	c  1614s|350000 |129589 | 25017k|  71.5 | 180M|  96 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.675845e+00 | 1.100000e+01 |  26.79%
1647.20/1647.51	c  1648s|360000 |132301 | 25557k|  71.0 | 185M|  96 |  69 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.683380e+00 | 1.100000e+01 |  26.68%
1680.90/1681.24	c  1681s|370000 |134951 | 26100k|  70.5 | 189M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.691902e+00 | 1.100000e+01 |  26.55%
1714.29/1714.63	c  1715s|380000 |137597 | 26643k|  70.1 | 194M|  97 |  50 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.699148e+00 | 1.100000e+01 |  26.45%
1747.89/1748.25	c  1748s|390000 |140195 | 27174k|  69.7 | 198M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.706437e+00 | 1.100000e+01 |  26.34%
1780.88/1781.29	c  1781s|400000 |142709 | 27709k|  69.3 | 203M|  97 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.713122e+00 | 1.100000e+01 |  26.25%
1796.68/1797.01	c 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Solving Time (sec) : 1797.01
1796.68/1797.01	c Solving Nodes      : 404466
1796.68/1797.01	c Primal Bound       : +1.10000000000000e+01 (687 solutions)
1796.68/1797.01	c Dual Bound         : +8.71695121668477e+00
1796.68/1797.01	c Gap                : 26.19 %
1796.68/1797.01	s SATISFIABLE
1796.68/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 
1796.68/1797.01	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1796.68/1797.01	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1796.68/1797.01	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1796.68/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 
1796.68/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 
1796.68/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 
1796.68/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 
1796.68/1797.01	v -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 x1 
1796.68/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.68/1797.01	c Total Time         :    1797.01
1796.68/1797.01	c   solving          :    1797.01
1796.68/1797.01	c   presolving       :       0.31 (included in solving)
1796.68/1797.01	c   reading          :       0.03 (included in solving)
1796.68/1797.01	c Original Problem   :
1796.68/1797.01	c   Problem name     : HOME/instance-3736812-1338722716.opb
1796.68/1797.01	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 6604 initial, 6604 maximal
1796.68/1797.01	c Presolved Problem  :
1796.68/1797.01	c   Problem name     : t_HOME/instance-3736812-1338722716.opb
1796.68/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.68/1797.01	c   Constraints      : 200 initial, 200 maximal
1796.68/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.68/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   dualfix          :       0.03       6204          0          0          0          0          0          0          0          0
1796.68/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.68/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0       6604        200          0          0
1796.68/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.68/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   integral         :          0          0          0     275959          0        691          0        127       5525          0          0     548302
1796.68/1797.01	c   logicor          :        200          1     283230          1          0        686          0          0          0          0          0          0
1796.68/1797.01	c   countsols        :          0          0          0          1          0        689          0          0          0          0          0          0
1796.68/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.68/1797.01	c   integral         :      96.46       0.00       0.00      96.46       0.00       0.00       0.00
1796.68/1797.01	c   logicor          :       4.14       0.00       4.13       0.00       0.00       0.00       0.00
1796.68/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.68/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.68/1797.01	c   vbounds          :          0          0          0          0
1796.68/1797.01	c   rootredcost      :          5          0          0          0
1796.68/1797.01	c   pseudoobj        :     729642          0          0          0
1796.68/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.68/1797.01	c   vbounds          :       0.55       0.55       0.00
1796.68/1797.01	c   rootredcost      :       0.54       0.54       0.00
1796.68/1797.01	c   pseudoobj        :       3.53       3.53       0.00
1796.68/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.68/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.68/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.68/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.68/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.68/1797.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.68/1797.01	c   redcost          :       5.44     481936          0    3303455          0          0
1796.68/1797.01	c   impliedbounds    :       0.00          2          0          0          0          0
1796.68/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.68/1797.01	c   gomory           :       0.02          2          0          0          0          0
1796.68/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.68/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.68/1797.01	c   strongcg         :       0.02          2          0          0          0          0
1796.68/1797.01	c   cmir             :       0.01          2          0          0          0          0
1796.68/1797.01	c   flowcover        :       0.01          2          0          0          0          0
1796.68/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.68/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.68/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.68/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.68/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1796.68/1797.01	c Pricers            :       Time      Calls       Vars
1796.68/1797.01	c   problem variables:       0.00          0          0
1796.68/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.68/1797.01	c   relpscost        :      95.82     275958        127       5525          0          0     548302
1796.68/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.68/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.68/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.68/1797.01	c   LP solutions     :       0.00          -          1
1796.68/1797.01	c   pseudo solutions :       0.00          -          0
1796.68/1797.01	c   feaspump         :       0.03          0          0
1796.68/1797.01	c   oneopt           :       0.33          6          2
1796.68/1797.01	c   veclendiving     :      18.22       1096          0
1796.68/1797.01	c   linesearchdiving :      15.15       1097          0
1796.68/1797.01	c   coefdiving       :      16.68       1097          0
1796.68/1797.01	c   guideddiving     :      11.25       1097          0
1796.68/1797.01	c   pscostdiving     :      20.99       1097          0
1796.68/1797.01	c   fracdiving       :      11.77       1097          0
1796.68/1797.01	c   trivial          :       0.01          2          2
1796.68/1797.01	c   shiftandpropagate:       0.00          0          0
1796.68/1797.01	c   simplerounding   :       2.56     275959         71
1796.68/1797.01	c   zirounding       :       2.63      21001        420
1796.68/1797.01	c   rounding         :       2.09      47656          4
1796.68/1797.01	c   shifting         :       0.51       8653          5
1796.68/1797.01	c   intshifting      :       0.02          0          0
1796.68/1797.01	c   twoopt           :       0.00          0          0
1796.68/1797.01	c   fixandinfer      :       0.00          0          0
1796.68/1797.01	c   clique           :       0.00          0          0
1796.68/1797.01	c   intdiving        :       0.00          0          0
1796.68/1797.01	c   actconsdiving    :       0.00          0          0
1796.68/1797.01	c   objpscostdiving  :      41.80        390        179
1796.68/1797.01	c   rootsoldiving    :       9.39        541          0
1796.68/1797.01	c   octane           :       0.00          0          0
1796.68/1797.01	c   rens             :       0.01          0          0
1796.68/1797.01	c   rins             :       0.00          0          0
1796.68/1797.01	c   localbranching   :       0.00          0          0
1796.68/1797.01	c   mutation         :       0.00          0          0
1796.68/1797.01	c   crossover        :       0.75         10          3
1796.68/1797.01	c   dins             :       0.00          0          0
1796.68/1797.01	c   vbounds          :       0.00          0          0
1796.68/1797.01	c   undercover       :       0.00          0          0
1796.68/1797.01	c   subnlp           :       0.28          0          0
1796.68/1797.01	c   trysol           :       0.62          0          0
1796.68/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.68/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.68/1797.01	c   dual LP          :    1490.80     406146   25196957      62.04   16901.67
1796.68/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.68/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.68/1797.01	c   diving/probing LP:     136.13     135399    2765519      20.42   20314.81
1796.68/1797.01	c   strong branching :      91.23      12114    1311824     108.29   14379.67
1796.68/1797.01	c     (at root node) :          -         17      11635     684.41          -
1796.68/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.68/1797.01	c B&B Tree           :
1796.68/1797.01	c   number of runs   :          1
1796.68/1797.01	c   nodes            :     404466
1796.68/1797.01	c   nodes (total)    :     404466
1796.68/1797.01	c   nodes left       :     143831
1796.68/1797.01	c   max depth        :         97
1796.68/1797.01	c   max depth (total):         97
1796.68/1797.01	c   backtracks       :      36879 (9.1%)
1796.68/1797.01	c   delayed cutoffs  :          0
1796.68/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.68/1797.01	c   avg switch length:       6.72
1796.68/1797.01	c   switching time   :       5.94
1796.68/1797.01	c Solution           :
1796.68/1797.01	c   Solutions found  :        687 (11 improvements)
1796.68/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1796.68/1797.01	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 20 nodes, 5.41 seconds, depth 10, found by <relaxation>)
1796.68/1797.01	c   Dual Bound       : +8.71695121668477e+00
1796.68/1797.01	c   Gap              :      26.19 %
1796.68/1797.01	c   Root Dual Bound  : +6.15425410382143e+00
1796.68/1797.01	c   Root Iterations  :       1489
1796.88/1797.24	c Time complete: 1796.93.

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3736812-1338722716/watcher-3736812-1338722716 -o /tmp/evaluation-result-3736812-1338722716/solver-3736812-1338722716 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3736812-1338722716.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.03 2.01 2.00 3/176 12876
/proc/meminfo: memFree=28290788/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 1496 0 0 0 0 0 0 0 20 0 1 0 338396040 9682944 1450 33554432000 4194304 9016284 140735042286864 140736087484552 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12876/statm: 2364 1451 311 1178 0 1182 0

[startup+0.0730691 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 12876
/proc/meminfo: memFree=28290788/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=37144 CPUtime=0.06 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 7898 0 0 0 5 1 0 0 20 0 1 0 338396040 38035456 7853 33554432000 4194304 9016284 140735042286864 140735042283208 7825944 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12876/statm: 9286 7881 478 1178 0 8104 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37144

[startup+0.100253 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 12876
/proc/meminfo: memFree=28290788/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=41348 CPUtime=0.09 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 9000 0 0 0 8 1 0 0 20 0 1 0 338396040 42340352 8954 33554432000 4194304 9016284 140735042286864 140735042283208 6817713 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12876/statm: 10337 8954 478 1178 0 9155 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41348

[startup+0.300215 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 12876
/proc/meminfo: memFree=28290788/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=52360 CPUtime=0.29 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 12002 0 0 0 28 1 0 0 20 0 1 0 338396040 53616640 11699 33554432000 4194304 9016284 140735042286864 140735042283208 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12876/statm: 13090 11699 478 1178 0 11908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52360

[startup+0.700209 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 12876
/proc/meminfo: memFree=28290788/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=55476 CPUtime=0.69 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 14667 0 0 0 67 2 0 0 20 0 1 0 338396040 56807424 12732 33554432000 4194304 9016284 140735042286864 140735042284024 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/12876/statm: 13869 12732 668 1178 0 12687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55476

[startup+1.50024 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12877
/proc/meminfo: memFree=28241552/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=55476 CPUtime=1.48 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 14667 0 0 0 145 3 0 0 20 0 1 0 338396040 56807424 12732 33554432000 4194304 9016284 140735042286864 140735042280616 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 13869 12732 668 1178 0 12687 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55476

[startup+3.10024 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12877
/proc/meminfo: memFree=28241436/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=55476 CPUtime=3.09 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 14674 0 0 0 303 6 0 0 20 0 1 0 338396040 56807424 12739 33554432000 4194304 9016284 140735042286864 140735042280264 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 13869 12739 675 1178 0 12687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55476

[startup+6.30028 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12877
/proc/meminfo: memFree=28241436/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=55896 CPUtime=6.29 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 14776 0 0 0 620 9 0 0 20 0 1 0 338396040 57237504 12841 33554432000 4194304 9016284 140735042286864 140735042280616 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 13974 12841 675 1178 0 12792 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55896

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12877
/proc/meminfo: memFree=28240964/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=55896 CPUtime=12.68 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 14790 0 0 0 1252 16 0 0 20 0 1 0 338396040 57237504 12855 33554432000 4194304 9016284 140735042286864 140735042280824 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 13974 12855 675 1178 0 12792 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55896

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 12916
/proc/meminfo: memFree=28867088/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=56632 CPUtime=25.49 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 20536 0 0 0 2516 33 0 0 20 0 1 0 338396040 57991168 13118 33554432000 4194304 9016284 140735042286864 140735042280024 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 14158 13118 689 1178 0 12976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56632

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12916
/proc/meminfo: memFree=28864940/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=57300 CPUtime=51.08 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 23433 0 0 0 5037 71 0 0 20 0 1 0 338396040 58675200 13577 33554432000 4194304 9016284 140735042286864 140735042280824 7219239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 14325 13577 689 1178 0 13143 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57300

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12916
/proc/meminfo: memFree=28856360/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=61300 CPUtime=102.27 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 33105 0 0 0 10079 148 0 0 20 0 1 0 338396040 62771200 14586 33554432000 4194304 9016284 140735042286864 140735042280920 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 15325 14586 690 1178 0 14143 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61300

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12917
/proc/meminfo: memFree=28852200/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=65624 CPUtime=162.25 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 34211 0 0 0 15990 235 0 0 20 0 1 0 338396040 67198976 15690 33554432000 4194304 9016284 140735042286864 140735042280728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 16406 15690 690 1178 0 15224 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 65624

[startup+222.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 12917
/proc/meminfo: memFree=28846616/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=71432 CPUtime=222.25 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 38526 0 0 0 21897 328 0 0 20 0 1 0 338396040 73146368 17119 33554432000 4194304 9016284 140735042286864 140735042280232 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 17858 17119 690 1178 0 16676 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 71432

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12917
/proc/meminfo: memFree=28839296/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=79172 CPUtime=282.24 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 40480 0 0 0 27807 417 0 0 20 0 1 0 338396040 81072128 19056 33554432000 4194304 9016284 140735042286864 140735042280824 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 19793 19056 690 1178 0 18611 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 79172

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 12920
/proc/meminfo: memFree=28832832/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=85780 CPUtime=342.22 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 44801 0 0 0 33714 508 0 0 20 0 1 0 338396040 87838720 20705 33554432000 4194304 9016284 140735042286864 140735042281192 7219305 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 21445 20705 690 1178 0 20263 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 85780

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12920
/proc/meminfo: memFree=28826196/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=92524 CPUtime=402.21 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 46485 0 0 0 39626 595 0 0 20 0 1 0 338396040 94744576 22385 33554432000 4194304 9016284 140735042286864 140735042280280 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 23131 22385 690 1178 0 21949 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 92524

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12921
/proc/meminfo: memFree=28819128/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=99760 CPUtime=462.2 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 48306 0 0 0 45531 689 0 0 20 0 1 0 338396040 102154240 24200 33554432000 4194304 9016284 140735042286864 140735042280824 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 24940 24200 690 1178 0 23758 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 99760

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12921
/proc/meminfo: memFree=28813352/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=104516 CPUtime=522.19 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 49499 0 0 0 51437 782 0 0 20 0 1 0 338396040 107024384 25392 33554432000 4194304 9016284 140735042286864 140735042280728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 26129 25392 690 1178 0 24947 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 104516

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12922
/proc/meminfo: memFree=28806840/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=111512 CPUtime=582.17 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 51269 0 0 0 57343 874 0 0 20 0 1 0 338396040 114188288 27170 33554432000 4194304 9016284 140735042286864 140735042280776 7219374 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 27878 27170 690 1178 0 26696 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 111512

[startup+642.3 s]

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

/proc/meminfo: memFree=28750856/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=167836 CPUtime=1062.09 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 67524 0 0 0 104585 1624 0 0 20 0 1 0 338396040 171864064 40730 33554432000 4194304 9016284 140735042286864 140735042280776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 41959 40730 690 1178 0 40777 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 167836

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12928
/proc/meminfo: memFree=28742300/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=176088 CPUtime=1122.08 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 72269 0 0 0 110486 1722 0 0 20 0 1 0 338396040 180314112 42814 33554432000 4194304 9016284 140735042286864 140735042280280 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 44022 42814 690 1178 0 42840 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 176088

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12928
/proc/meminfo: memFree=28734220/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=184012 CPUtime=1182.07 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 74226 0 0 0 116390 1817 0 0 20 0 1 0 338396040 188428288 44779 33554432000 4194304 9016284 140735042286864 140735042280728 7219360 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 46003 44779 690 1178 0 44821 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 184012

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12928
/proc/meminfo: memFree=28728268/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=189936 CPUtime=1242.07 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 75760 0 0 0 122292 1915 0 0 20 0 1 0 338396040 194494464 46313 33554432000 4194304 9016284 140735042286864 140735042280232 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 47484 46313 690 1178 0 46302 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 189936

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12928
/proc/meminfo: memFree=28717352/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=200636 CPUtime=1302.06 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 78444 0 0 0 128196 2010 0 0 20 0 1 0 338396040 205451264 48997 33554432000 4194304 9016284 140735042286864 140735042280728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 50159 48997 690 1178 0 48977 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 200636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12929
/proc/meminfo: memFree=28711324/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=206712 CPUtime=1362.05 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 79957 0 0 0 134105 2100 0 0 20 0 1 0 338396040 211673088 50509 33554432000 4194304 9016284 140735042286864 140735042280728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 51678 50509 690 1178 0 50496 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 206712

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12929
/proc/meminfo: memFree=28700536/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=217328 CPUtime=1422.04 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 82659 0 0 0 140004 2200 0 0 20 0 1 0 338396040 222543872 53211 33554432000 4194304 9016284 140735042286864 140735042281000 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 54332 53211 690 1178 0 53150 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 217328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12929
/proc/meminfo: memFree=28688916/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=227784 CPUtime=1482.02 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 85283 0 0 0 145903 2299 0 0 20 0 1 0 338396040 233250816 55900 33554432000 4194304 9016284 140735042286864 140735042281192 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 56946 55900 690 1178 0 55764 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 227784

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 12932
/proc/meminfo: memFree=28677312/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=238412 CPUtime=1542.03 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 87902 0 0 0 151803 2400 0 0 20 0 1 0 338396040 244133888 58519 33554432000 4194304 9016284 140735042286864 140735042279784 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 59603 58519 690 1178 0 58421 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 238412

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 12932
/proc/meminfo: memFree=28666904/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=248800 CPUtime=1602.01 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 90518 0 0 0 157705 2496 0 0 20 0 1 0 338396040 254771200 61135 33554432000 4194304 9016284 140735042286864 140735042280280 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 62200 61135 690 1178 0 61018 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 248800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12933
/proc/meminfo: memFree=28658008/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=257420 CPUtime=1662 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 92632 0 0 0 163607 2593 0 0 20 0 1 0 338396040 263598080 63274 33554432000 4194304 9016284 140735042286864 140735042280728 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 64355 63274 690 1178 0 63173 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 257420

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 12933
/proc/meminfo: memFree=28650196/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=266396 CPUtime=1721.99 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 94934 0 0 0 169508 2691 0 0 20 0 1 0 338396040 272789504 65576 33554432000 4194304 9016284 140735042286864 140735042281192 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 66599 65576 690 1178 0 65417 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 266396

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28639408/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=275532 CPUtime=1781.98 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97228 0 0 0 175410 2788 0 0 20 0 1 0 338396040 282144768 67870 33554432000 4194304 9016284 140735042286864 140735042280776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 68883 67870 690 1178 0 67701 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 275532

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

[startup+1785.6 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 12933
/proc/meminfo: memFree=28639284/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=276580 CPUtime=1785.28 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97455 0 0 0 175735 2793 0 0 20 0 1 0 338396040 283217920 68097 33554432000 4194304 9016284 140735042286864 140735042280776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69145 68097 690 1178 0 67963 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 276580

[startup+1792.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28638044/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=277196 CPUtime=1791.68 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97615 0 0 0 176365 2803 0 0 20 0 1 0 338396040 283848704 68257 33554432000 4194304 9016284 140735042286864 140735042281032 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69299 68257 690 1178 0 68117 0
Current children cumulated CPU time (s) 1791.68
Current children cumulated vsize (KiB) 277196

[startup+1795.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28637548/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=277524 CPUtime=1794.88 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97727 0 0 0 176680 2808 0 0 20 0 1 0 338396040 284184576 68369 33554432000 4194304 9016284 140735042286864 140735042280776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69381 68369 690 1178 0 68199 0
Current children cumulated CPU time (s) 1794.88
Current children cumulated vsize (KiB) 277524

[startup+1796 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28637548/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=277524 CPUtime=1795.68 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97728 0 0 0 176758 2810 0 0 20 0 1 0 338396040 284184576 68370 33554432000 4194304 9016284 140735042286864 140735042280968 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69381 68370 690 1178 0 68199 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (KiB) 277524

[startup+1796.8 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28637548/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=278268 CPUtime=1796.48 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 97880 0 0 0 176836 2812 0 0 20 0 1 0 338396040 284946432 68522 33554432000 4194304 9016284 140735042286864 140735042280776 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69567 68522 690 1178 0 68385 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (KiB) 278268

[startup+1797.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 12933
/proc/meminfo: memFree=28637548/32873844 swapFree=7644/7644
[pid=12876] ppid=12874 vsize=279292 CPUtime=1796.88 cores=0,2,4,6
/proc/12876/stat : 12876 (scip-2.0.1.4b_2) R 12874 12876 10351 0 -1 4202496 98163 0 0 0 176875 2813 0 0 20 0 1 0 338396040 285995008 68805 33554432000 4194304 9016284 140735042286864 140735042282680 4839856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12876/statm: 69823 68805 692 1178 0 68641 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (KiB) 279292

Child status: 0
Real time (s): 1797.25
CPU time (s): 1796.94
CPU user time (s): 1768.8
CPU system time (s): 28.1417
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 279292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.8
system time used= 28.1417
maximum resident set size= 275220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98168
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= 43
involuntary context switches= 2182

runsolver used 2.34564 second user time and 7.48986 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 13:25:16
IDJOB=3736812
IDBENCH=48128
IDSOLVER=2329
FILE ID=node147/3736812-1338722716
RUNJOBID= node147-1338702405-10367
PBS_JOBID= 14636713
Free space on /tmp= 70764 MiB

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

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1754838719

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28291316 kB
Buffers:          449164 kB
Cached:          2596420 kB
SwapCached:         3380 kB
Active:          2172156 kB
Inactive:        1548672 kB
Active(anon):     671344 kB
Inactive(anon):     5908 kB
Active(file):    1500812 kB
Inactive(file):  1542764 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             16928 kB
Writeback:             0 kB
AnonPages:        680520 kB
Mapped:            12064 kB
Shmem:                 0 kB
Slab:             722220 kB
SReclaimable:     163424 kB
SUnreclaim:       558796 kB
KernelStack:        1440 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     797844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node147 at 2012-06-03 13:55:14