Trace number 3450621

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark491.485
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 constraint45
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)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

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.4]
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-3450621-1307103420.opb>
0.00/0.02	c original problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6620 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.05	o 200
0.02/0.05	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.02/0.05	c presolving:
0.09/0.19	c (round 1) 0 del vars, 6420 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 414832 impls, 0 clqs
0.19/0.22	c (round 2) 6220 del vars, 6420 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 414832 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  6220 deleted vars, 6420 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  414832 implications, 0 cliques
0.19/0.22	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.19/0.22	c     200 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.18
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 2.0.1.5
0.19/0.22	c 
0.19/0.22	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c conflict/interconss = 0
0.19/0.22	c 
0.19/0.22	c # should binary conflicts be preferred?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c conflict/preferbinary = TRUE
0.19/0.22	c 
0.19/0.22	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 0]
0.19/0.22	c constraints/agelimit = 1
0.19/0.22	c 
0.19/0.22	c # should enforcement of pseudo solution be disabled?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/disableenfops = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1800
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 13950
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # belongs reading time to solving time?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c timing/reading = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.29/0.35	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.35	c t 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 2.000000e+02 |3190.00%
0.29/0.35	o 107
0.29/0.35	c r 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 1.070000e+02 |1660.15%
0.29/0.35	o 106
0.29/0.35	c R 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 1.060000e+02 |1643.70%
0.29/0.36	o 105
0.29/0.36	c s 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 1.050000e+02 |1627.25%
0.29/0.38	o 24
0.29/0.38	c z 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 2.400000e+01 | 294.80%
0.29/0.39	c   0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 2.400000e+01 | 294.80%
0.29/0.39	o 19
0.29/0.39	c b 0.4s|     1 |     0 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 6.079033e+00 | 1.900000e+01 | 212.55%
1.29/1.39	c   1.4s|     1 |     2 |  1672 |     - |  14M|   0 | 107 | 200 | 200 | 200 | 200 |   0 |   0 |  17 | 6.079033e+00 | 1.900000e+01 | 212.55%
1.99/2.07	o 18
1.99/2.07	c R 2.1s|     3 |     2 |  2547 | 437.5 |  14M|   2 |  70 | 200 | 200 | 200 | 200 |   0 |   0 |  33 | 6.150698e+00 | 1.800000e+01 | 192.65%
2.29/2.39	o 12
2.29/2.39	c b 2.4s|     3 |     4 |  2547 | 437.5 |  14M|   2 |  70 | 200 | 200 | 200 | 200 |   0 |   0 |  48 | 6.150698e+00 | 1.200000e+01 |  95.10%
2.79/2.80	o 11
2.79/2.80	c R 2.8s|    10 |     8 |  3303 | 181.2 |  14M|   9 |   - | 200 | 200 | 200 | 200 |   0 |   0 | 121 | 6.150698e+00 | 1.100000e+01 |  78.84%
117.79/117.80	c   118s| 10000 |  6994 |  1512k| 151.1 |  21M|  73 |   - | 200 | 200 | 200 | 200 |   0 |   0 |1757 | 7.499944e+00 | 1.100000e+01 |  46.67%
192.40/192.49	c   192s| 20000 | 12514 |  2647k| 132.3 |  26M|  75 |  72 | 200 | 200 | 200 | 200 |   0 |   0 |2644 | 7.772436e+00 | 1.100000e+01 |  41.53%
254.58/254.61	c   255s| 30000 | 17526 |  3629k| 120.9 |  32M|  78 |  75 | 200 | 200 | 200 | 200 |   0 |   0 |3224 | 7.857499e+00 | 1.100000e+01 |  39.99%
310.58/310.61	c   311s| 40000 | 22166 |  4534k| 113.3 |  39M|  78 |  52 | 200 | 200 | 200 | 200 |   0 |   0 |3703 | 7.956998e+00 | 1.100000e+01 |  38.24%
362.89/362.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.89/362.97	c   363s| 50000 | 26368 |  5392k| 107.8 |  44M|  80 |  70 | 200 | 200 | 200 | 200 |   0 |   0 |4167 | 8.017568e+00 | 1.100000e+01 |  37.20%
413.09/413.12	c   413s| 60000 | 30202 |  6218k| 103.6 |  49M|  82 |  74 | 200 | 200 | 200 | 200 |   0 |   0 |4519 | 8.080310e+00 | 1.100000e+01 |  36.13%
463.29/463.32	c   463s| 70000 | 33934 |  7031k| 100.4 |  54M|  87 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |4897 | 8.139882e+00 | 1.100000e+01 |  35.14%
513.19/513.24	c   513s| 80000 | 37782 |  7848k|  98.1 |  58M|  87 |  52 | 200 | 200 | 200 | 200 |   0 |   0 |5233 | 8.188228e+00 | 1.100000e+01 |  34.34%
563.79/563.84	c   564s| 90000 | 41682 |  8688k|  96.5 |  62M|  87 |   - | 200 | 200 | 200 | 200 |   0 |   0 |5521 | 8.226073e+00 | 1.100000e+01 |  33.72%
612.29/612.32	c   612s|100000 | 45624 |  9492k|  94.9 |  67M|  87 |  75 | 200 | 200 | 200 | 200 |   0 |   0 |5796 | 8.262928e+00 | 1.100000e+01 |  33.12%
661.10/661.14	c   661s|110000 | 49620 | 10302k|  93.6 |  71M|  87 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |6084 | 8.299193e+00 | 1.100000e+01 |  32.54%
708.30/708.33	c   708s|120000 | 53590 | 11082k|  92.3 |  76M|  87 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |6412 | 8.329275e+00 | 1.100000e+01 |  32.06%
754.19/754.24	c   754s|130000 | 57560 | 11850k|  91.1 |  80M|  87 |  53 | 200 | 200 | 200 | 200 |   0 |   0 |6621 | 8.361122e+00 | 1.100000e+01 |  31.56%
799.90/799.90	c   800s|140000 | 61554 | 12606k|  90.0 |  85M|  87 |  68 | 200 | 200 | 200 | 200 |   0 |   0 |6941 | 8.387964e+00 | 1.100000e+01 |  31.14%
844.81/844.86	c   845s|150000 | 65554 | 13352k|  89.0 |  90M|  87 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7214 | 8.409596e+00 | 1.100000e+01 |  30.80%
887.20/887.29	c   887s|160000 | 69574 | 14060k|  87.9 |  95M|  87 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7384 | 8.425757e+00 | 1.100000e+01 |  30.55%
929.70/929.75	c   930s|170000 | 73600 | 14764k|  86.8 |  99M|  87 |   - | 200 | 200 | 200 | 200 |   0 |   0 |7649 | 8.441970e+00 | 1.100000e+01 |  30.30%
972.31/972.33	c   972s|180000 | 77586 | 15471k|  85.9 | 104M|  87 |  46 | 200 | 200 | 200 | 200 |   0 |   0 |7917 | 8.459015e+00 | 1.100000e+01 |  30.04%
1012.70/1012.71	c  1013s|190000 | 81458 | 16143k|  85.0 | 109M|  89 |  59 | 200 | 200 | 200 | 200 |   0 |   0 |8168 | 8.472315e+00 | 1.100000e+01 |  29.83%
1053.29/1053.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.29/1053.30	c  1053s|200000 | 85212 | 16830k|  84.1 | 114M|  89 |  63 | 200 | 200 | 200 | 200 |   0 |   0 |8413 | 8.487318e+00 | 1.100000e+01 |  29.61%
1092.00/1092.06	c  1092s|210000 | 89110 | 17485k|  83.3 | 119M|  89 |  66 | 200 | 200 | 200 | 200 |   0 |   0 |8593 | 8.500185e+00 | 1.100000e+01 |  29.41%
1130.71/1130.78	c  1131s|220000 | 93030 | 18130k|  82.4 | 125M|  89 |  60 | 200 | 200 | 200 | 200 |   0 |   0 |8841 | 8.512326e+00 | 1.100000e+01 |  29.22%
1168.61/1168.60	c  1169s|230000 | 96878 | 18764k|  81.6 | 130M|  89 |  68 | 200 | 200 | 200 | 200 |   0 |   0 |9021 | 8.528326e+00 | 1.100000e+01 |  28.98%
1205.30/1205.35	c  1205s|240000 |100670 | 19378k|  80.7 | 135M|  89 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |9193 | 8.539509e+00 | 1.100000e+01 |  28.81%
1240.91/1240.96	c  1241s|250000 |104486 | 19973k|  79.9 | 141M|  89 |   - | 200 | 200 | 200 | 200 |   0 |   0 |9359 | 8.549560e+00 | 1.100000e+01 |  28.66%
1276.91/1276.98	c  1277s|260000 |108198 | 20569k|  79.1 | 146M|  89 |  78 | 200 | 200 | 200 | 200 |   0 |   0 |9559 | 8.561022e+00 | 1.100000e+01 |  28.49%
1312.01/1312.00	c  1312s|270000 |111874 | 21151k|  78.3 | 151M|  89 |  73 | 200 | 200 | 200 | 200 |   0 |   0 |9796 | 8.572390e+00 | 1.100000e+01 |  28.32%
1346.90/1346.97	c  1347s|280000 |115540 | 21736k|  77.6 | 157M|  89 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |9928 | 8.581841e+00 | 1.100000e+01 |  28.18%
1381.41/1381.49	c  1381s|290000 |119092 | 22310k|  76.9 | 162M|  89 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.595473e+00 | 1.100000e+01 |  27.97%
1415.62/1415.63	c  1416s|300000 |122576 | 22883k|  76.3 | 167M|  89 |  50 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.604844e+00 | 1.100000e+01 |  27.83%
1448.73/1448.78	c  1449s|310000 |126044 | 23430k|  75.6 | 172M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.615079e+00 | 1.100000e+01 |  27.68%
1480.63/1480.63	c  1481s|320000 |129240 | 23956k|  74.9 | 177M|  93 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.622445e+00 | 1.100000e+01 |  27.57%
1511.51/1511.56	c  1512s|330000 |132348 | 24477k|  74.2 | 182M|  93 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.630315e+00 | 1.100000e+01 |  27.46%
1542.22/1542.26	c  1542s|340000 |135406 | 24996k|  73.5 | 187M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  10k| 8.638850e+00 | 1.100000e+01 |  27.33%
1573.22/1573.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.22/1573.26	c  1573s|350000 |138356 | 25510k|  72.9 | 192M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.646486e+00 | 1.100000e+01 |  27.22%
1604.11/1604.16	c  1604s|360000 |141358 | 26023k|  72.3 | 197M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.654754e+00 | 1.100000e+01 |  27.10%
1634.11/1634.12	c  1634s|370000 |144210 | 26527k|  71.7 | 202M|  93 |  61 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.661563e+00 | 1.100000e+01 |  27.00%
1664.42/1664.43	c  1664s|380000 |147118 | 27038k|  71.2 | 207M|  93 |  43 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.669716e+00 | 1.100000e+01 |  26.88%
1695.22/1695.23	c  1695s|390000 |150046 | 27549k|  70.6 | 212M|  93 |  67 | 200 | 200 | 200 | 200 |   0 |   0 |  11k| 8.676206e+00 | 1.100000e+01 |  26.78%
1725.62/1725.60	c  1726s|400000 |152904 | 28061k|  70.2 | 217M|  93 |  56 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.683742e+00 | 1.100000e+01 |  26.67%
1756.22/1756.20	c  1756s|410000 |155774 | 28579k|  69.7 | 221M|  93 |   - | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.689371e+00 | 1.100000e+01 |  26.59%
1786.44/1786.46	c  1786s|420000 |158512 | 29084k|  69.2 | 226M|  93 |  57 | 200 | 200 | 200 | 200 |   0 |   0 |  12k| 8.696484e+00 | 1.100000e+01 |  26.49%
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 424442
1800.02/1800.00	c Primal Bound       : +1.10000000000000e+01 (680 solutions)
1800.02/1800.00	c Dual Bound         : +8.69882063771016e+00
1800.02/1800.00	c Gap                : 26.45 %
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1800.02/1800.00	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1800.02/1800.00	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1800.02/1800.00	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 
1800.02/1800.00	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
1800.02/1800.00	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 
1800.02/1800.00	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1800.02/1800.00	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 
1800.02/1800.00	v -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.18 (included in solving)
1800.02/1800.00	c   reading          :       0.02 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3450621-1307103420.opb
1800.02/1800.00	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 6620 initial, 6620 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3450621-1307103420.opb
1800.02/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 200 initial, 200 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.03       6220          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   pseudoboolean    :       0.01          0          0          0          0          0       6420          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0     294122          0        685          0        110       5408          0          0     584148
1800.02/1800.00	c   logicor          :        200          1     318506          0          0        680          0          0          0          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0          0        683          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :      88.82       0.00       0.00      88.82       0.00       0.00       0.00
1800.02/1800.00	c   logicor          :       4.96       0.00       4.96       0.00       0.00       0.00       0.00
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :          0          0          0          0
1800.02/1800.00	c   rootredcost      :          3          0          0          0
1800.02/1800.00	c   pseudoobj        :     809266          0          0          0
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :       0.16       0.16       0.00
1800.02/1800.00	c   rootredcost      :       0.20       0.20       0.00
1800.02/1800.00	c   pseudoobj        :       3.56       3.56       0.00
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.00	c   redcost          :       6.02     512186          0    3703438          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          2          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.02          2          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.02          2          0          0          0          0
1800.02/1800.00	c   cmir             :       0.01          2          0          0          0          0
1800.02/1800.00	c   flowcover        :       0.01          2          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :      88.66     294122        110       5408          0          0     584148
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   feaspump         :       0.01          0          0
1800.02/1800.00	c   oneopt           :       0.10          5          2
1800.02/1800.00	c   crossover        :       0.52         11          6
1800.02/1800.00	c   objpscostdiving  :      43.69        426        194
1800.02/1800.00	c   rootsoldiving    :       9.53        597          0
1800.02/1800.00	c   veclendiving     :      23.78       1458          0
1800.02/1800.00	c   linesearchdiving :      19.24       1459          0
1800.02/1800.00	c   guideddiving     :      15.61       1459          0
1800.02/1800.00	c   coefdiving       :      21.72       1459          6
1800.02/1800.00	c   pscostdiving     :      26.34       1459          0
1800.02/1800.00	c   fracdiving       :      14.83       1459          0
1800.02/1800.00	c   trivial          :       0.01          2          2
1800.02/1800.00	c   shiftandpropagate:       0.00          0          0
1800.02/1800.00	c   simplerounding   :       1.96     294123         82
1800.02/1800.00	c   zirounding       :       2.22      19201        384
1800.02/1800.00	c   rounding         :       1.65      43110          3
1800.02/1800.00	c   shifting         :       0.45       7871          1
1800.02/1800.00	c   intshifting      :       0.01          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   clique           :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.01          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.06          0          0
1800.02/1800.00	c   trysol           :       0.11          0          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :    1479.16     426379   25998568      60.98   17576.59
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:     164.05     184001    3313687      18.01   20199.81
1800.02/1800.00	c   strong branching :      84.09      12365    1247495     100.89   14834.61
1800.02/1800.00	c     (at root node) :          -         17      10022     589.53          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :     424442
1800.02/1800.00	c   nodes (total)    :     424442
1800.02/1800.00	c   nodes left       :     159708
1800.02/1800.00	c   max depth        :         93
1800.02/1800.00	c   max depth (total):         93
1800.02/1800.00	c   backtracks       :      41155 (9.7%)
1800.02/1800.00	c   delayed cutoffs  :          0
1800.02/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.02/1800.00	c   avg switch length:       6.89
1800.02/1800.00	c   switching time   :       6.54
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        680 (9 improvements)
1800.02/1800.00	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.02/1800.00	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 10 nodes, 2.80 seconds, depth 9, found by <rounding>)
1800.02/1800.00	c   Dual Bound       : +8.69882063771016e+00
1800.02/1800.00	c   Gap              :      26.45 %
1800.02/1800.00	c   Root Dual Bound  : +6.07903266278044e+00
1800.02/1800.00	c   Root Iterations  :       1672

Verifier Data

OK	11

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450621-1307103420/watcher-3450621-1307103420 -o /tmp/evaluation-result-3450621-1307103420/solver-3450621-1307103420 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450621-1307103420.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: 1.92 2.00 1.99 2/498 21497
/proc/meminfo: memFree=26606176/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=14624 CPUtime=0 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 2639 0 0 0 0 0 0 0 23 0 1 0 900572680 14974976 2592 33554432000 4194304 9163163 140735358983856 18446744073709551615 8045195 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21497/statm: 3656 2592 409 1214 0 2438 0

[startup+0.034369 s]
/proc/loadavg: 1.92 2.00 1.99 2/498 21497
/proc/meminfo: memFree=26606176/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=29360 CPUtime=0.02 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 6112 0 0 0 2 0 0 0 23 0 1 0 900572680 30064640 6065 33554432000 4194304 9163163 140735358983856 18446744073709551615 6919008 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 7340 6146 441 1214 0 6122 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29360

[startup+0.10037 s]
/proc/loadavg: 1.92 2.00 1.99 2/498 21497
/proc/meminfo: memFree=26606176/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=43580 CPUtime=0.09 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 9520 0 0 0 8 1 0 0 23 0 1 0 900572680 44625920 9472 33554432000 4194304 9163163 140735358983856 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 10895 9472 500 1214 0 9677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43580

[startup+0.300328 s]
/proc/loadavg: 1.92 2.00 1.99 2/498 21497
/proc/meminfo: memFree=26606176/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55324 CPUtime=0.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 12884 0 0 0 27 2 0 0 25 0 1 0 900572680 56651776 12570 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13831 12570 640 1214 0 12613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55324

[startup+0.700254 s]
/proc/loadavg: 1.92 2.00 1.99 2/498 21497
/proc/meminfo: memFree=26606176/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55196 CPUtime=0.69 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 14589 0 0 0 65 4 0 0 25 0 1 0 900572680 56520704 12676 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13799 12676 696 1214 0 12581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55196

[startup+1.5011 s]
/proc/loadavg: 1.92 2.00 1.99 3/499 21498
/proc/meminfo: memFree=26556728/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55340 CPUtime=1.49 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 14610 0 0 0 141 8 0 0 25 0 1 0 900572680 56668160 12697 33554432000 4194304 9163163 140735358983856 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13835 12697 699 1214 0 12617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55340

[startup+3.10081 s]
/proc/loadavg: 1.92 2.00 1.99 3/499 21498
/proc/meminfo: memFree=26555612/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55340 CPUtime=3.09 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 14612 0 0 0 289 20 0 0 25 0 1 0 900572680 56668160 12699 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13835 12699 699 1214 0 12617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55340

[startup+6.30022 s]
/proc/loadavg: 1.93 2.00 1.99 3/499 21498
/proc/meminfo: memFree=26554760/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55340 CPUtime=6.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 14613 0 0 0 591 38 0 0 25 0 1 0 900572680 56668160 12700 33554432000 4194304 9163163 140735358983856 18446744073709551615 7390832 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13835 12700 700 1214 0 12617 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55340

[startup+12.701 s]
/proc/loadavg: 1.93 2.00 1.99 3/499 21498
/proc/meminfo: memFree=26554240/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=55568 CPUtime=12.69 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 17406 0 0 0 1195 74 0 0 25 0 1 0 900572680 56901632 12755 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 13892 12755 714 1214 0 12674 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55568

[startup+25.5007 s]
/proc/loadavg: 1.95 2.00 1.99 3/499 21499
/proc/meminfo: memFree=26554608/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=56520 CPUtime=25.49 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 20404 0 0 0 2394 155 0 0 25 0 1 0 900572680 57876480 12998 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 14130 12998 717 1214 0 12912 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56520

[startup+51.1009 s]
/proc/loadavg: 1.96 2.00 1.99 3/499 21499
/proc/meminfo: memFree=26553832/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=57376 CPUtime=51.09 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 23499 0 0 0 4787 322 0 0 25 0 1 0 900572680 58753024 13233 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 14344 13233 717 1214 0 13126 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57376

[startup+102.318 s]
/proc/loadavg: 1.98 2.00 1.99 3/499 21501
/proc/meminfo: memFree=26548092/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=61960 CPUtime=102.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 30537 0 0 0 9552 679 0 0 25 0 1 0 900572680 63447040 14382 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 15490 14382 717 1214 0 14272 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 61960

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/499 21502
/proc/meminfo: memFree=26543068/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=66692 CPUtime=162.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 34543 0 0 0 15130 1099 0 0 25 0 1 0 900572680 68292608 15575 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 16673 15575 717 1214 0 15455 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66692

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/499 21504
/proc/meminfo: memFree=26537412/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=72308 CPUtime=222.3 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 35965 0 0 0 20706 1524 0 0 25 0 1 0 900572680 74043392 16996 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 18077 16996 717 1214 0 16859 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72308

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 21505
/proc/meminfo: memFree=26527056/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=85720 CPUtime=282.28 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 38979 0 0 0 26265 1963 0 0 25 0 1 0 900572680 87777280 20009 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 21430 20009 717 1214 0 20212 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 85720

[startup+342.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/499 21507
/proc/meminfo: memFree=26522168/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=89420 CPUtime=342.28 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 43004 0 0 0 31812 2416 0 0 25 0 1 0 900572680 91566080 21314 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 22355 21314 717 1214 0 21137 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 89420

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/499 21509
/proc/meminfo: memFree=26513536/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=96864 CPUtime=402.28 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 44865 0 0 0 37353 2875 0 0 25 0 1 0 900572680 99188736 23169 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 24216 23169 717 1214 0 22998 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 96864

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 21510
/proc/meminfo: memFree=26506284/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=103760 CPUtime=462.28 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 46609 0 0 0 42902 3326 0 0 25 0 1 0 900572680 106250240 24912 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 25940 24912 717 1214 0 24722 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 103760

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21512
/proc/meminfo: memFree=26497412/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=112348 CPUtime=522.28 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 48759 0 0 0 48449 3779 0 0 25 0 1 0 900572680 115044352 27059 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 28087 27059 717 1214 0 26869 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 112348

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 21513
/proc/meminfo: memFree=26490664/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=119368 CPUtime=582.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 50468 0 0 0 54001 4228 0 0 25 0 1 0 900572680 122232832 28768 33554432000 4194304 9163163 140735358983856 18446744073709551615 6682832 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 29842 28768 717 1214 0 28624 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 119368

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 21521
/proc/meminfo: memFree=26455532/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=155564 CPUtime=882.3 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 61901 0 0 0 81757 6473 0 0 25 0 1 0 900572680 159297536 37413 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 38891 37413 717 1214 0 37673 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 155564

[startup+942.301 s]
/proc/loadavg: 2.06 2.03 2.01 3/499 21523
/proc/meminfo: memFree=26449532/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=161760 CPUtime=942.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 63490 0 0 0 87293 6936 0 0 25 0 1 0 900572680 165642240 39002 33554432000 4194304 9163163 140735358983856 18446744073709551615 7390364 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 40440 39002 717 1214 0 39222 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 161760

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 21525
/proc/meminfo: memFree=26440908/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=168776 CPUtime=1002.29 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 65260 0 0 0 92846 7383 0 0 25 0 1 0 900572680 172826624 40772 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 42194 40772 717 1214 0 40976 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 168776

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21526
/proc/meminfo: memFree=26431292/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=179032 CPUtime=1062.3 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 70424 0 0 0 98394 7836 0 0 25 0 1 0 900572680 183328768 43310 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 44758 43310 717 1214 0 43540 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 179032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21528
/proc/meminfo: memFree=26423056/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=187216 CPUtime=1122.3 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 72515 0 0 0 103937 8293 0 0 25 0 1 0 900572680 191709184 45401 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 46804 45401 717 1214 0 45586 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 187216

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21529
/proc/meminfo: memFree=26413452/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=195940 CPUtime=1182.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 74686 0 0 0 109491 8740 0 0 25 0 1 0 900572680 200642560 47572 33554432000 4194304 9163163 140735358983856 18446744073709551615 7373796 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 48985 47572 717 1214 0 47767 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 195940

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 21531
/proc/meminfo: memFree=26402836/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=205084 CPUtime=1242.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 77043 0 0 0 115036 9195 0 0 25 0 1 0 900572680 210006016 49929 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 51271 49929 717 1214 0 50053 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 205084

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 21533
/proc/meminfo: memFree=26390872/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=216692 CPUtime=1302.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 79967 0 0 0 120591 9640 0 0 25 0 1 0 900572680 221892608 52853 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 54173 52853 717 1214 0 52955 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 216692

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 21700
/proc/meminfo: memFree=26191016/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=229480 CPUtime=1362.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 83133 0 0 0 126148 10083 0 0 25 0 1 0 900572680 234987520 56019 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 57370 56019 717 1214 0 56152 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 229480

[startup+1422.32 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 21702
/proc/meminfo: memFree=26138560/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=237132 CPUtime=1422.33 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 85079 0 0 0 131696 10537 0 0 25 0 1 0 900572680 242823168 57965 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 59283 57965 717 1214 0 58065 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 237132

[startup+1482.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/499 21703
/proc/meminfo: memFree=26125736/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=249272 CPUtime=1482.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 88152 0 0 0 137242 10989 0 0 25 0 1 0 900572680 255254528 61038 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 62318 61038 717 1214 0 61100 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 249272

[startup+1542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 21705
/proc/meminfo: memFree=26118120/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=259304 CPUtime=1542.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 90656 0 0 0 142789 11442 0 0 25 0 1 0 900572680 265527296 63542 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 64826 63542 717 1214 0 63608 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 259304

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 21707
/proc/meminfo: memFree=26107404/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=269744 CPUtime=1602.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 93314 0 0 0 148325 11906 0 0 25 0 1 0 900572680 276217856 66200 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 67436 66200 717 1214 0 66218 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 269744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 21708
/proc/meminfo: memFree=26095468/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=282028 CPUtime=1662.31 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 96370 0 0 0 153869 12362 0 0 25 0 1 0 900572680 288796672 69256 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 70507 69256 717 1214 0 69289 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 282028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21710
/proc/meminfo: memFree=26081520/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=295384 CPUtime=1722.32 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 99722 0 0 0 159415 12817 0 0 25 0 1 0 900572680 302473216 72608 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 73846 72608 717 1214 0 72628 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 295384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21711
/proc/meminfo: memFree=26072032/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=303400 CPUtime=1782.32 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 104310 0 0 0 164960 13272 0 0 25 0 1 0 900572680 310681600 74615 33554432000 4194304 9163163 140735358983856 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21497/statm: 75850 74615 719 1214 0 74632 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 303400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21712
/proc/meminfo: memFree=26068800/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=307324 CPUtime=1800.03 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) R 21495 21497 20254 0 -1 4202496 105311 0 0 0 166592 13411 0 0 18 0 1 0 900572680 314699776 75616 33554432000 4194304 9163163 140735358983856 18446744073709551615 8090608 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21497/statm: 76831 75616 722 1214 0 75613 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 307324

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21712
/proc/meminfo: memFree=26068800/32950928 swapFree=34421304/67111528
[pid=21497] ppid=21495 vsize=0 CPUtime=1800.05 cores=1,3,5,7
/proc/21497/stat : 21497 (scip-2.0.1.4b.l) S 21495 21497 20254 0 -1 4203524 105311 0 0 0 166593 13412 0 0 18 0 1 0 900572680 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21497/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.24
CPU time (s): 1800.06
CPU user time (s): 1665.93
CPU system time (s): 134.128
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 307324

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

runsolver used 8.00278 second user time and 19.942 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-03 14:17:00
IDJOB=3450621
IDBENCH=48145
IDSOLVER=1948
FILE ID=node113/3450621-1307103420
RUNJOBID= node113-1307092553-20273
PBS_JOBID= 13497976
Free space on /tmp= 73764 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_2.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450621-1307103420/watcher-3450621-1307103420 -o /tmp/evaluation-result-3450621-1307103420/solver-3450621-1307103420 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450621-1307103420.opb -t 1800 -m 15500

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=1388932687

node113.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.846
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.69
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26606340 kB
Buffers:        232936 kB
Cached:         712192 kB
SwapCached:      13476 kB
Active:        5422988 kB
Inactive:       601296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26606340 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           12084 kB
Writeback:           0 kB
AnonPages:     5077332 kB
Mapped:          23968 kB
Slab:           134404 kB
PageTables:     116372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154839604 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= 73752 MiB
End job on node113 at 2011-06-03 14:47:02