Trace number 3736779

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)SAT20 1796.89 1797.18

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint23
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

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-3736779-1338722534.opb>
0.00/0.01	c original problem has 2728 variables (2728 bin, 0 int, 0 impl, 0 cont) and 2928 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.03	o 200
0.00/0.03	c feasible solution found by trivial heuristic, objective value  2.000000e+02
0.00/0.03	c presolving:
0.00/0.07	c (round 1) 0 del vars, 2928 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 73808 impls, 0 clqs
0.00/0.08	c (round 2) 2528 del vars, 2928 del conss, 200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 73808 impls, 0 clqs
0.00/0.08	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  2528 deleted vars, 2928 deleted constraints, 200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  73808 implications, 0 cliques
0.00/0.08	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.08	c     200 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.06
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.5
0.00/0.08	c 
0.00/0.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c conflict/interconss = 0
0.00/0.08	c 
0.00/0.08	c # should binary conflicts be preferred?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c conflict/preferbinary = TRUE
0.00/0.08	c 
0.00/0.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c constraints/agelimit = 1
0.00/0.08	c 
0.00/0.08	c # should enforcement of pseudo solution be disabled?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/disableenfops = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.18/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.20	c t 0.2s|     1 |     0 |  1999 |     - |6475k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.426308e+01 | 2.000000e+02 |1302.22%
0.18/0.20	o 129
0.18/0.20	c r 0.2s|     1 |     0 |  1999 |     - |6481k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.426308e+01 | 1.290000e+02 | 804.43%
0.18/0.20	o 128
0.18/0.20	c R 0.2s|     1 |     0 |  1999 |     - |6486k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.426308e+01 | 1.280000e+02 | 797.42%
0.18/0.20	o 127
0.18/0.20	c s 0.2s|     1 |     0 |  1999 |     - |6491k|   0 | 129 | 200 | 200 | 200 | 200 |   0 |   0 |   0 | 1.426308e+01 | 1.270000e+02 | 790.41%
0.18/0.24	c   0.2s|     1 |     0 |  2094 |     - |7319k|   0 | 126 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.429884e+01 | 1.270000e+02 | 788.18%
0.18/0.24	o 35
0.18/0.24	c b 0.2s|     1 |     0 |  2094 |     - |7324k|   0 | 126 | 200 | 200 | 200 | 201 |   1 |   0 |   0 | 1.429884e+01 | 3.500000e+01 | 144.78%
0.18/0.28	c   0.3s|     1 |     0 |  2183 |     - |7960k|   0 | 128 | 200 | 200 | 200 | 202 |   2 |   0 |   0 | 1.431907e+01 | 3.500000e+01 | 144.43%
0.29/0.31	c   0.3s|     1 |     0 |  2233 |     - |8227k|   0 | 126 | 200 | 200 | 200 | 203 |   3 |   0 |   0 | 1.432672e+01 | 3.500000e+01 | 144.30%
0.29/0.34	c   0.3s|     1 |     0 |  2284 |     - |8281k|   0 | 123 | 200 | 200 | 200 | 204 |   4 |   0 |   0 | 1.433595e+01 | 3.500000e+01 | 144.14%
0.29/0.38	c   0.4s|     1 |     0 |  2342 |     - |8294k|   0 | 123 | 200 | 200 | 200 | 205 |   5 |   0 |   0 | 1.433792e+01 | 3.500000e+01 | 144.11%
1.09/1.18	c   1.2s|     1 |     2 |  2342 |     - |8305k|   0 | 123 | 200 | 200 | 200 | 205 |   5 |   0 |  17 | 1.433792e+01 | 3.500000e+01 | 144.11%
3.09/3.16	o 32
3.09/3.16	c z 3.2s|    10 |    11 |  3968 | 180.7 |8362k|   9 |  54 | 200 | 200 | 200 | 205 |   5 |   0 | 158 | 1.450090e+01 | 3.200000e+01 | 120.68%
3.09/3.16	o 27
3.09/3.16	c b 3.2s|    11 |    10 |  3968 | 162.6 |8368k|  10 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 158 | 1.450090e+01 | 2.700000e+01 |  86.20%
3.29/3.39	o 23
3.29/3.39	c c 3.4s|    15 |    16 |  4752 | 172.1 |8545k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 221 | 1.450090e+01 | 2.300000e+01 |  58.61%
6.89/6.99	o 22
6.89/6.99	c v 7.0s|    53 |    54 | 10607 | 158.9 |8554k|  14 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 592 | 1.450090e+01 | 2.200000e+01 |  51.71%
9.39/9.48	o 21
9.39/9.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.39/9.48	c C 9.5s|   253 |   191 | 44137 | 165.9 |8641k|  23 |   - | 200 | 200 | 200 | 205 |   5 |   0 | 670 | 1.511721e+01 | 2.100000e+01 |  38.91%
126.37/126.45	c   126s| 10000 |  9886 |  1992k| 199.0 |  12M|  38 |  91 | 200 | 200 | 200 | 205 |   5 |   0 |1830 | 1.702384e+01 | 2.100000e+01 |  23.36%
216.66/216.76	c   217s| 20000 | 19852 |  3578k| 178.8 |  17M|  43 |  95 | 200 | 200 | 200 | 205 |   5 |   0 |2611 | 1.719963e+01 | 2.100000e+01 |  22.10%
297.74/297.82	c   298s| 30000 | 29594 |  5067k| 168.9 |  24M|  43 |  81 | 200 | 200 | 200 | 205 |   5 |   0 |3207 | 1.729924e+01 | 2.100000e+01 |  21.39%
374.03/374.19	c   374s| 40000 | 39162 |  6480k| 162.0 |  31M|  48 |  70 | 200 | 200 | 200 | 205 |   5 |   0 |3701 | 1.735276e+01 | 2.100000e+01 |  21.02%
446.23/446.39	c   446s| 50000 | 48496 |  7857k| 157.1 |  39M|  48 |  83 | 200 | 200 | 200 | 205 |   5 |   0 |4078 | 1.740683e+01 | 2.100000e+01 |  20.64%
517.40/517.59	c   518s| 60000 | 57790 |  9201k| 153.3 |  46M|  48 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |4467 | 1.744440e+01 | 2.100000e+01 |  20.38%
587.39/587.59	c   588s| 70000 | 66866 | 10550k| 150.7 |  54M|  48 |  84 | 200 | 200 | 200 | 205 |   5 |   0 |4826 | 1.747600e+01 | 2.100000e+01 |  20.16%
655.38/655.54	c   656s| 80000 | 75888 | 11856k| 148.2 |  62M|  48 |  83 | 200 | 200 | 200 | 205 |   5 |   0 |5163 | 1.750919e+01 | 2.100000e+01 |  19.94%
721.66/721.86	c   722s| 90000 | 84830 | 13138k| 146.0 |  70M|  48 |  65 | 200 | 200 | 200 | 205 |   5 |   0 |5428 | 1.753898e+01 | 2.100000e+01 |  19.73%
786.26/786.46	c   786s|100000 | 93594 | 14377k| 143.8 |  78M|  48 |  79 | 200 | 200 | 200 | 205 |   5 |   0 |5689 | 1.757220e+01 | 2.100000e+01 |  19.51%
850.94/851.15	c   851s|110000 |102076 | 15637k| 142.1 |  87M|  48 |  87 | 200 | 200 | 200 | 205 |   5 |   0 |5969 | 1.760041e+01 | 2.100000e+01 |  19.32%
867.53/867.79	o 20
867.53/867.79	c v 868s|112682 | 54961 | 15951k| 141.5 |  34M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |6029 | 1.760564e+01 | 2.000000e+01 |  13.60%
897.64/897.83	c   898s|120000 | 57067 | 16504k| 137.5 |  38M|  48 |  84 | 200 | 200 | 200 | 205 |   5 |   0 |6216 | 1.762859e+01 | 2.000000e+01 |  13.45%
935.03/935.28	c   935s|130000 | 58857 | 17200k| 132.3 |  43M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |6429 | 1.765593e+01 | 2.000000e+01 |  13.28%
972.32/972.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
972.32/972.56	c   973s|140000 | 60197 | 17895k| 127.8 |  47M|  48 |  84 | 200 | 200 | 200 | 205 |   5 |   0 |6648 | 1.767750e+01 | 2.000000e+01 |  13.14%
1008.62/1008.84	c  1009s|150000 | 61261 | 18575k| 123.8 |  51M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |6893 | 1.770289e+01 | 2.000000e+01 |  12.98%
1044.01/1044.20	c  1044s|160000 | 62269 | 19236k| 120.2 |  55M|  48 |  78 | 200 | 200 | 200 | 205 |   5 |   0 |7101 | 1.772763e+01 | 2.000000e+01 |  12.82%
1079.21/1079.49	c  1079s|170000 | 62869 | 19876k| 116.9 |  58M|  48 |  77 | 200 | 200 | 200 | 205 |   5 |   0 |7362 | 1.774889e+01 | 2.000000e+01 |  12.68%
1114.20/1114.41	c  1114s|180000 | 63409 | 20522k| 114.0 |  61M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |7646 | 1.777522e+01 | 2.000000e+01 |  12.52%
1148.90/1149.13	c  1149s|190000 | 63891 | 21155k| 111.3 |  64M|  48 |  77 | 200 | 200 | 200 | 205 |   5 |   0 |7915 | 1.779518e+01 | 2.000000e+01 |  12.39%
1182.09/1182.31	c  1182s|200000 | 64219 | 21765k| 108.8 |  67M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8083 | 1.781513e+01 | 2.000000e+01 |  12.26%
1214.88/1215.16	c  1215s|210000 | 64449 | 22365k| 106.5 |  70M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8310 | 1.783335e+01 | 2.000000e+01 |  12.15%
1247.28/1247.58	c  1248s|220000 | 64567 | 22949k| 104.3 |  73M|  48 |  88 | 200 | 200 | 200 | 205 |   5 |   0 |8623 | 1.785159e+01 | 2.000000e+01 |  12.03%
1280.78/1281.08	c  1281s|230000 | 64719 | 23568k| 102.5 |  76M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |8799 | 1.786969e+01 | 2.000000e+01 |  11.92%
1313.57/1313.88	c  1314s|240000 | 64767 | 24181k| 100.7 |  78M|  48 |  68 | 200 | 200 | 200 | 205 |   5 |   0 |8981 | 1.788713e+01 | 2.000000e+01 |  11.81%
1347.76/1348.05	c  1348s|250000 | 64799 | 24806k|  99.2 |  81M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9283 | 1.790447e+01 | 2.000000e+01 |  11.70%
1380.46/1380.70	c  1381s|260000 | 64701 | 25416k|  97.7 |  83M|  48 |  83 | 200 | 200 | 200 | 205 |   5 |   0 |9423 | 1.791850e+01 | 2.000000e+01 |  11.62%
1413.36/1413.69	c  1414s|270000 | 64633 | 26023k|  96.4 |  85M|  48 |  80 | 200 | 200 | 200 | 205 |   5 |   0 |9662 | 1.793485e+01 | 2.000000e+01 |  11.51%
1445.45/1445.73	c  1446s|280000 | 64453 | 26609k|  95.0 |  88M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |9850 | 1.795043e+01 | 2.000000e+01 |  11.42%
1476.54/1476.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.54/1476.82	c  1477s|290000 | 64307 | 27177k|  93.7 |  90M|  48 |  86 | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.796427e+01 | 2.000000e+01 |  11.33%
1508.24/1508.54	c  1509s|300000 | 64025 | 27756k|  92.5 |  92M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.798102e+01 | 2.000000e+01 |  11.23%
1538.64/1538.94	c  1539s|310000 | 63681 | 28317k|  91.3 |  93M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.799477e+01 | 2.000000e+01 |  11.14%
1570.23/1570.55	c  1571s|320000 | 63253 | 28892k|  90.3 |  95M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.801077e+01 | 2.000000e+01 |  11.04%
1600.33/1600.64	c  1601s|330000 | 62813 | 29445k|  89.2 |  96M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  10k| 1.802716e+01 | 2.000000e+01 |  10.94%
1630.72/1631.06	c  1631s|340000 | 62193 | 29999k|  88.2 |  98M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.804115e+01 | 2.000000e+01 |  10.86%
1660.63/1660.96	c  1661s|350000 | 61501 | 30553k|  87.3 |  99M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.805562e+01 | 2.000000e+01 |  10.77%
1691.21/1691.55	c  1692s|360000 | 60797 | 31103k|  86.4 |  99M|  48 |  82 | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.807111e+01 | 2.000000e+01 |  10.67%
1720.51/1720.81	c  1721s|370000 | 60071 | 31644k|  85.5 | 100M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.808571e+01 | 2.000000e+01 |  10.58%
1750.40/1750.79	c  1751s|380000 | 59251 | 32184k|  84.7 | 101M|  48 |  90 | 200 | 200 | 200 | 205 |   5 |   0 |  11k| 1.809901e+01 | 2.000000e+01 |  10.50%
1779.20/1779.59	c  1780s|390000 | 58331 | 32699k|  83.8 | 101M|  48 |   - | 200 | 200 | 200 | 205 |   5 |   0 |  12k| 1.811416e+01 | 2.000000e+01 |  10.41%
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.00
1796.70/1797.01	c Solving Nodes      : 396171
1796.70/1797.01	c Primal Bound       : +2.00000000000000e+01 (547 solutions)
1796.70/1797.01	c Dual Bound         : +1.81219442671745e+01
1796.70/1797.01	c Gap                : 10.36 %
1796.70/1797.01	s SATISFIABLE
1796.70/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.70/1797.01	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 
1796.70/1797.01	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1796.70/1797.01	v -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 
1796.70/1797.01	v -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 
1796.70/1797.01	v -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 
1796.70/1797.01	v -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 
1796.70/1797.01	v x43 -x42 -x41 x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 x19 -x18 -x17 
1796.70/1797.01	v x16 x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 x1 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.00
1796.70/1797.01	c   solving          :    1797.00
1796.70/1797.01	c   presolving       :       0.06 (included in solving)
1796.70/1797.01	c   reading          :       0.01 (included in solving)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3736779-1338722534.opb
1796.70/1797.01	c   Variables        : 2728 (2728 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 2928 initial, 2928 maximal
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3736779-1338722534.opb
1796.70/1797.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 200 initial, 200 maximal
1796.70/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.01       2528          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoboolean    :       0.00          0          0          0          0          0       2928        200          0          0
1796.70/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0     253099          0        552          0        306       3439          0          0     503332
1796.70/1797.01	c   logicor          :        200          6     387206          0          0        547          0          0         59          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0        550          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.01	c   integral         :      73.88       0.00       0.00      73.88       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :       3.19       0.00       3.19       0.00       0.00       0.00       0.00
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   rootredcost      :          5          0          0          0
1796.70/1797.01	c   pseudoobj        :     853558          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.01	c   vbounds          :       0.15       0.15       0.00
1796.70/1797.01	c   rootredcost      :       0.16       0.16       0.00
1796.70/1797.01	c   pseudoobj        :       3.64       3.64       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 325)
1796.70/1797.01	c   redcost          :       5.09     426067          0    4316200          0          0
1796.70/1797.01	c   impliedbounds    :       0.00          6          0          0          0          0
1796.70/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.06          6          0          0          0          0
1796.70/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.07          6          0          0        325          0
1796.70/1797.01	c   cmir             :       0.01          6          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.02          6          0          0          0          0
1796.70/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.70/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1796.70/1797.01	c Pricers            :       Time      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          0          0
1796.70/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :      73.75     253099        306       3439          0          0     503332
1796.70/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          0
1796.70/1797.01	c   feaspump         :       0.01          0          0
1796.70/1797.01	c   oneopt           :       0.07          8          2
1796.70/1797.01	c   crossover        :       0.70         18          4
1796.70/1797.01	c   objpscostdiving  :      54.48        280        239
1796.70/1797.01	c   rootsoldiving    :       9.68        309          0
1796.70/1797.01	c   pscostdiving     :      37.43       1506         57
1796.70/1797.01	c   coefdiving       :      35.34       1507         62
1796.70/1797.01	c   linesearchdiving :      35.14       1545          0
1796.70/1797.01	c   fracdiving       :      32.99       2171          0
1796.70/1797.01	c   guideddiving     :      33.14       2171          0
1796.70/1797.01	c   veclendiving     :      27.37       2380          9
1796.70/1797.01	c   trivial          :       0.00          2          2
1796.70/1797.01	c   shiftandpropagate:       0.00          0          0
1796.70/1797.01	c   simplerounding   :       2.08     253104         33
1796.70/1797.01	c   zirounding       :       0.75       6701        134
1796.70/1797.01	c   rounding         :       1.71      23975          1
1796.70/1797.01	c   shifting         :       0.69       8023          4
1796.70/1797.01	c   intshifting      :       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00          0          0
1796.70/1797.01	c   clique           :       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00          0          0
1796.70/1797.01	c   octane           :       0.00          0          0
1796.70/1797.01	c   rens             :       0.01          0          0
1796.70/1797.01	c   rins             :       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00          0          0
1796.70/1797.01	c   dins             :       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.05          0          0
1796.70/1797.01	c   trysol           :       0.08          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.01	c   dual LP          :    1406.71     397303   27433898      69.05   19502.14
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.01	c   diving/probing LP:     246.83     295198    5584911      18.92   22626.58
1796.70/1797.01	c   strong branching :      68.65      12109    1263754     104.36   18409.67
1796.70/1797.01	c     (at root node) :          -         17       9589     564.06          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :     396171
1796.70/1797.01	c   nodes (total)    :     396171
1796.70/1797.01	c   nodes left       :      57710
1796.70/1797.01	c   max depth        :         48
1796.70/1797.01	c   max depth (total):         48
1796.70/1797.01	c   backtracks       :      70517 (17.8%)
1796.70/1797.01	c   delayed cutoffs  :          0
1796.70/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.01	c   avg switch length:       6.01
1796.70/1797.01	c   switching time   :       6.31
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :        547 (11 improvements)
1796.70/1797.01	c   First Solution   : +2.00000000000000e+02   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1796.70/1797.01	c   Primal Bound     : +2.00000000000000e+01   (in run 1, after 112682 nodes, 867.72 seconds, depth 20, found by <veclendiving>)
1796.70/1797.01	c   Dual Bound       : +1.81219442671745e+01
1796.70/1797.01	c   Gap              :      10.36 %
1796.70/1797.01	c   Root Dual Bound  : +1.43379242216134e+01
1796.70/1797.01	c   Root Iterations  :       2342
1796.80/1797.18	c Time complete: 1796.88.

Verifier Data

OK	20

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 29486
/proc/meminfo: memFree=26276984/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 1670 0 0 0 0 0 0 0 20 0 1 0 338379540 11214848 1624 33554432000 4194304 9016284 140733631118448 140737043274392 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 2738 1633 340 1178 0 1556 0

[startup+0.0886529 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 29486
/proc/meminfo: memFree=26276984/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=31712 CPUtime=0.08 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 7020 0 0 0 8 0 0 0 20 0 1 0 338379540 32473088 6715 33554432000 4194304 9016284 140733631118448 140737043274392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 7928 6715 618 1178 0 6746 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31712

[startup+0.100331 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 29486
/proc/meminfo: memFree=26276984/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=31712 CPUtime=0.09 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 7065 0 0 0 9 0 0 0 20 0 1 0 338379540 32473088 6760 33554432000 4194304 9016284 140733631118448 140737043274392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 7928 6760 619 1178 0 6746 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31712

[startup+0.300226 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 29486
/proc/meminfo: memFree=26276984/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=35280 CPUtime=0.29 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 7993 0 0 0 28 1 0 0 20 0 1 0 338379540 36126720 7688 33554432000 4194304 9016284 140733631118448 140733631113016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 8820 7688 657 1178 0 7638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35280

[startup+0.700222 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 29486
/proc/meminfo: memFree=26276984/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=36512 CPUtime=0.69 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 9952 0 0 0 67 2 0 0 20 0 1 0 338379540 37388288 8009 33554432000 4194304 9016284 140733631118448 140733631113016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9128 8009 673 1178 0 7946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36512

[startup+1.50022 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26247208/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=36512 CPUtime=1.48 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 9990 0 0 0 146 2 0 0 20 0 1 0 338379540 37388288 8047 33554432000 4194304 9016284 140733631118448 140733631112200 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9128 8047 678 1178 0 7946 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36512

[startup+3.10022 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26247084/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=36512 CPUtime=3.09 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 9990 0 0 0 305 4 0 0 20 0 1 0 338379540 37388288 8047 33554432000 4194304 9016284 140733631118448 140733631112200 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9128 8047 678 1178 0 7946 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36512

[startup+6.30023 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26246736/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=36892 CPUtime=6.29 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 10059 0 0 0 620 9 0 0 20 0 1 0 338379540 37777408 8116 33554432000 4194304 9016284 140733631118448 140733631111704 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9223 8116 679 1178 0 8041 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36892

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26246380/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=37032 CPUtime=12.69 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 12724 0 0 0 1249 20 0 0 20 0 1 0 338379540 37920768 8179 33554432000 4194304 9016284 140733631118448 140733631112408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9258 8179 693 1178 0 8076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37032

[startup+25.5002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26246520/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=37324 CPUtime=25.48 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 12779 0 0 0 2508 40 0 0 20 0 1 0 338379540 38219776 8234 33554432000 4194304 9016284 140733631118448 140733631112200 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9331 8234 693 1178 0 8149 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37324

[startup+51.1002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29487
/proc/meminfo: memFree=26245404/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=38576 CPUtime=51.08 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 13122 0 0 0 5025 83 0 0 20 0 1 0 338379540 39501824 8577 33554432000 4194304 9016284 140733631118448 140733631112344 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9644 8577 693 1178 0 8462 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38576

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29487
/proc/meminfo: memFree=26247944/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=39908 CPUtime=102.28 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 21259 0 0 0 10056 172 0 0 20 0 1 0 338379540 40865792 8911 33554432000 4194304 9016284 140733631118448 140733631112408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 9977 8911 693 1178 0 8795 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39908

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29487
/proc/meminfo: memFree=26245276/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=42960 CPUtime=162.26 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 27222 0 0 0 15942 284 0 0 20 0 1 0 338379540 43991040 9698 33554432000 4194304 9016284 140733631118448 140733631112776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 10740 9698 693 1178 0 9558 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 42960

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29487
/proc/meminfo: memFree=26242928/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=46148 CPUtime=222.26 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 30670 0 0 0 21836 390 0 0 20 0 1 0 338379540 47255552 10491 33554432000 4194304 9016284 140733631118448 140733631112120 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 11537 10491 693 1178 0 10355 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 46148

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29488
/proc/meminfo: memFree=26236156/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=52232 CPUtime=282.24 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 32271 0 0 0 27726 498 0 0 20 0 1 0 338379540 53485568 12092 33554432000 4194304 9016284 140733631118448 140733631112184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 13058 12092 693 1178 0 11876 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 52232

[startup+342.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/177 29489
/proc/meminfo: memFree=26229336/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=58800 CPUtime=342.23 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 36510 0 0 0 33618 605 0 0 20 0 1 0 338379540 60211200 13775 33554432000 4194304 9016284 140733631118448 140733631112408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 14700 13775 693 1178 0 13518 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 58800

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 29489
/proc/meminfo: memFree=26220840/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=65224 CPUtime=402.22 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 38111 0 0 0 39496 726 0 0 20 0 1 0 338379540 66789376 15376 33554432000 4194304 9016284 140733631118448 140733631111864 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 16306 15376 693 1178 0 15124 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 65224

[startup+462.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 29489
/proc/meminfo: memFree=26246956/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=72808 CPUtime=462.22 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 40054 0 0 0 45379 843 0 0 20 0 1 0 338379540 74555392 17319 33554432000 4194304 9016284 140733631118448 140733631112360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 18202 17319 693 1178 0 17020 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 72808

[startup+522.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/178 29644
/proc/meminfo: memFree=27418140/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=81408 CPUtime=522.2 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 45032 0 0 0 51257 963 0 0 20 0 1 0 338379540 83361792 19699 33554432000 4194304 9016284 140733631118448 140733631111640 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 20352 19699 693 1178 0 19170 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 81408

[startup+582.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 29644
/proc/meminfo: memFree=27407652/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=89980 CPUtime=582.19 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 46640 0 0 0 57127 1092 0 0 20 0 1 0 338379540 92139520 21307 33554432000 4194304 9016284 140733631118448 140733631112536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 22495 21307 693 1178 0 21313 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 89980

[startup+642.3 s]

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

/proc/meminfo: memFree=27364864/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=132416 CPUtime=1062.1 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 78493 0 0 0 104162 2048 0 0 20 0 1 0 338379540 135593984 32061 33554432000 4194304 9016284 140733631118448 140733631112616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 33104 32061 693 1178 0 31922 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 132416

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 29649
/proc/meminfo: memFree=27364296/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=134312 CPUtime=1122.1 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 78937 0 0 0 110051 2159 0 0 20 0 1 0 338379540 137535488 32505 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 33578 32505 693 1178 0 32396 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 134312

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29649
/proc/meminfo: memFree=27359716/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=138416 CPUtime=1182.09 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 79975 0 0 0 115940 2269 0 0 20 0 1 0 338379540 141737984 33543 33554432000 4194304 9016284 140733631118448 140733631112728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 34604 33543 693 1178 0 33422 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 138416

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29650
/proc/meminfo: memFree=27355244/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=142252 CPUtime=1242.08 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 83616 0 0 0 121830 2378 0 0 20 0 1 0 338379540 145666048 34515 33554432000 4194304 9016284 140733631118448 140733631112360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 35563 34515 693 1178 0 34381 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 142252

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29650
/proc/meminfo: memFree=27352020/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=145204 CPUtime=1302.08 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 84357 0 0 0 127718 2490 0 0 20 0 1 0 338379540 148688896 35256 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 36301 35256 693 1178 0 35119 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 145204

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29650
/proc/meminfo: memFree=27345500/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=151888 CPUtime=1362.07 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 85968 0 0 0 133602 2605 0 0 20 0 1 0 338379540 155533312 36866 33554432000 4194304 9016284 140733631118448 140733631112360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 37972 36866 693 1178 0 36790 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 151888

[startup+1422.31 s]
/proc/loadavg: 2.13 2.04 2.01 3/177 29650
/proc/meminfo: memFree=27341904/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=156748 CPUtime=1422.05 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 87215 0 0 0 139487 2718 0 0 20 0 1 0 338379540 160509952 38113 33554432000 4194304 9016284 140733631118448 140733631112360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 39187 38113 693 1178 0 38005 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 156748

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 29650
/proc/meminfo: memFree=27337316/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=160944 CPUtime=1482.04 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 88266 0 0 0 145370 2834 0 0 20 0 1 0 338379540 164806656 39164 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 40236 39164 693 1178 0 39054 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 160944

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 29651
/proc/meminfo: memFree=27333768/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=164004 CPUtime=1542.04 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 89028 0 0 0 151254 2950 0 0 20 0 1 0 338379540 167940096 39925 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 41001 39925 693 1178 0 39819 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 164004

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 29651
/proc/meminfo: memFree=27328684/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=169068 CPUtime=1602.03 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 92845 0 0 0 157135 3068 0 0 20 0 1 0 338379540 173125632 41180 33554432000 4194304 9016284 140733631118448 140733631112408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 42267 41180 693 1178 0 41085 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 169068

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 29651
/proc/meminfo: memFree=27328740/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=169068 CPUtime=1662.02 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 92856 0 0 0 163019 3183 0 0 20 0 1 0 338379540 173125632 41191 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 42267 41191 693 1178 0 41085 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 169068

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 29654
/proc/meminfo: memFree=27326064/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=171680 CPUtime=1722 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 93505 0 0 0 168910 3290 0 0 20 0 1 0 338379540 175800320 41840 33554432000 4194304 9016284 140733631118448 140733631112408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 42920 41840 693 1178 0 41738 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 171680

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 29654
/proc/meminfo: memFree=27323096/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173808 CPUtime=1782 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94041 0 0 0 174796 3404 0 0 20 0 1 0 338379540 177979392 42376 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43452 42376 693 1178 0 42270 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 173808

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

[startup+1785.5 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 29654
/proc/meminfo: memFree=27323096/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173808 CPUtime=1785.19 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94041 0 0 0 175109 3410 0 0 20 0 1 0 338379540 177979392 42376 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43452 42376 693 1178 0 42270 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 173808

[startup+1791.91 s]
/proc/loadavg: 2.08 2.05 2.00 4/177 29654
/proc/meminfo: memFree=27322724/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173808 CPUtime=1791.6 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94041 0 0 0 175738 3422 0 0 20 0 1 0 338379540 177979392 42376 33554432000 4194304 9016284 140733631118448 140733631111864 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43452 42376 693 1178 0 42270 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 173808

[startup+1795.1 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 29654
/proc/meminfo: memFree=27323096/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173960 CPUtime=1794.8 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94069 0 0 0 176052 3428 0 0 20 0 1 0 338379540 178135040 42404 33554432000 4194304 9016284 140733631118448 140733631112616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43490 42404 693 1178 0 42308 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 173960

[startup+1795.9 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 29654
/proc/meminfo: memFree=27323096/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173960 CPUtime=1795.59 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94069 0 0 0 176129 3430 0 0 20 0 1 0 338379540 178135040 42404 33554432000 4194304 9016284 140733631118448 140733631112312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43490 42404 693 1178 0 42308 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 173960

[startup+1796.7 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 29654
/proc/meminfo: memFree=27322972/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173960 CPUtime=1796.39 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94069 0 0 0 176207 3432 0 0 20 0 1 0 338379540 178135040 42404 33554432000 4194304 9016284 140733631118448 140733631111864 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43490 42404 693 1178 0 42308 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 173960

[startup+1797.1 s]
/proc/loadavg: 2.08 2.05 2.00 3/177 29654
/proc/meminfo: memFree=27322972/32873844 swapFree=7372/7372
[pid=29486] ppid=29484 vsize=173960 CPUtime=1796.8 cores=1,3,5,7
/proc/29486/stat : 29486 (scip-2.0.1.4b_2) R 29484 29486 26510 0 -1 4202496 94071 0 0 0 176247 3433 0 0 20 0 1 0 338379540 178135040 42406 33554432000 4194304 9016284 140733631118448 140733631111864 6779402 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29486/statm: 43490 42406 695 1178 0 42308 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 173960

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.89
CPU user time (s): 1762.55
CPU system time (s): 34.3358
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 173960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.55
system time used= 34.3358
maximum resident set size= 172648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94076
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= 31
involuntary context switches= 1847

runsolver used 2.6066 second user time and 7.2199 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 13:22:14
IDJOB=3736779
IDBENCH=48122
IDSOLVER=2329
FILE ID=node118/3736779-1338722534
RUNJOBID= node118-1338703112-26527
PBS_JOBID= 14636719
Free space on /tmp= 70940 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_10_5.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-3736779-1338722534/watcher-3736779-1338722534 -o /tmp/evaluation-result-3736779-1338722534/solver-3736779-1338722534 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3736779-1338722534.opb -t 1800 -m 15500

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1906361938

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26277240 kB
Buffers:          493620 kB
Cached:          3920012 kB
SwapCached:            0 kB
Active:          2711072 kB
Inactive:        3017316 kB
Active(anon):    1304980 kB
Inactive(anon):    11328 kB
Active(file):    1406092 kB
Inactive(file):  3005988 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16844 kB
Writeback:             0 kB
AnonPages:       1321144 kB
Mapped:            14300 kB
Shmem:               200 kB
Slab:             725272 kB
SReclaimable:     166376 kB
SUnreclaim:       558896 kB
KernelStack:        1432 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1441288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1062912 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= 70936 MiB
End job on node118 at 2012-06-03 13:52:12