Trace number 3692039

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.1.1.4. Exp with SoPlex 1.6.0.3 fixedSAT26263 1796.76 1797.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23954
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692039-1338031479.opb>
0.00/0.01	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.00/0.01	c problem read in 0.02
0.00/0.02	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.07/0.09	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 1260 impls, 210 clqs
0.09/0.12	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.12	c presolving (3 rounds):
0.09/0.12	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
0.09/0.12	c  1260 implications, 210 cliques
0.09/0.12	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.09/0.12	c    1734 constraints of type <knapsack>
0.09/0.12	c     840 constraints of type <setppc>
0.09/0.12	c    1902 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.10
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.1.1.4
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1797
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.13	c 
0.29/0.39	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.39	c   0.4s|     1 |     0 |  1575 |     - |  10M|   0 | 218 | 540 |4516 | 540 |4476 |   0 |  40 |   0 | 1.742200e+04 |      --      |    Inf 
4.09/4.19	o 26854
4.09/4.19	c y 4.2s|     1 |     0 |  8939 |     - |  13M|   0 | 218 | 540 |4516 | 540 |4476 |   0 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
4.19/4.30	c   4.3s|     1 |     0 |  9383 |     - |  11M|   0 | 210 | 540 |4772 | 540 |4486 |  10 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
4.59/4.69	c   4.7s|     1 |     0 |  9742 |     - |  13M|   0 | 217 | 540 |4772 | 540 |4497 |  21 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
5.09/5.19	c   5.2s|     1 |     0 | 10141 |     - |  15M|   0 | 213 | 540 |4772 | 540 |4508 |  32 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
5.89/5.91	c   5.9s|     1 |     0 | 10286 |     - |  17M|   0 | 233 | 540 |4772 | 540 |4516 |  40 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
6.59/6.64	c   6.6s|     1 |     0 | 10459 |     - |  19M|   0 | 225 | 540 |4772 | 540 |4524 |  48 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
7.38/7.44	c   7.4s|     1 |     0 | 10655 |     - |  22M|   0 | 229 | 540 |4772 | 540 |4531 |  55 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
8.59/8.66	c   8.7s|     1 |     2 | 10655 |     - |  22M|   0 | 229 | 540 |4772 | 540 |4531 |  55 |  40 |  10 | 1.742200e+04 | 2.685400e+04 |  54.14%
44.08/44.18	c  44.2s|   100 |    97 | 52206 | 419.7 |  22M|  23 | 193 | 540 |4791 | 540 |4514 |  55 |  59 | 277 | 1.742200e+04 | 2.685400e+04 |  54.14%
56.09/56.11	c  56.1s|   200 |   183 | 93237 | 415.0 |  22M|  25 | 203 | 540 |4807 | 540 |4514 |  55 |  75 | 325 | 1.742200e+04 | 2.685400e+04 |  54.14%
83.28/83.38	c  83.4s|   300 |   283 |197802 | 625.9 |  23M|  25 | 196 | 540 |4875 | 540 |4514 |  55 | 143 | 389 | 1.742200e+04 | 2.685400e+04 |  54.14%
110.37/110.42	c   110s|   400 |   383 |292971 | 707.6 |  23M|  25 | 205 | 540 |4987 | 540 |4514 |  55 | 261 | 501 | 1.742200e+04 | 2.685400e+04 |  54.14%
129.16/129.28	c   129s|   500 |   483 |368368 | 716.9 |  23M|  25 | 210 | 540 |5004 | 540 |4514 |  55 | 303 | 561 | 1.742200e+04 | 2.685400e+04 |  54.14%
141.26/141.31	c   141s|   600 |   581 |417565 | 679.3 |  23M|  25 | 205 | 540 |5003 | 540 |4514 |  55 | 334 | 599 | 1.742200e+04 | 2.685400e+04 |  54.14%
159.36/159.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.36/159.45	c   159s|   700 |   679 |484295 | 677.6 |  24M|  25 | 205 | 540 |4987 | 540 |4514 |  55 | 382 | 698 | 1.742200e+04 | 2.685400e+04 |  54.14%
174.76/174.86	c   175s|   800 |   777 |538713 | 660.9 |  24M|  25 | 208 | 540 |4950 | 540 |4514 |  55 | 411 | 791 | 1.742200e+04 | 2.685400e+04 |  54.14%
190.15/190.21	c   190s|   900 |   877 |595778 | 650.9 |  24M|  25 | 185 | 540 |4936 | 540 |4514 |  55 | 449 | 878 | 1.742200e+04 | 2.685400e+04 |  54.14%
200.84/200.95	c   201s|  1000 |   973 |644463 | 634.4 |  24M|  25 | 205 | 540 |4919 | 540 |4514 |  55 | 494 | 886 | 1.742200e+04 | 2.685400e+04 |  54.14%
213.94/214.00	c   214s|  1100 |  1073 |702089 | 629.1 |  25M|  25 | 229 | 540 |4863 | 540 |4514 |  55 | 502 | 905 | 1.742200e+04 | 2.685400e+04 |  54.14%
232.24/232.38	c   232s|  1200 |  1171 |769529 | 632.9 |  25M|  25 | 158 | 540 |4861 | 540 |4514 |  55 | 540 |1008 | 1.742200e+04 | 2.685400e+04 |  54.14%
251.54/251.64	c   252s|  1300 |  1271 |838882 | 637.6 |  25M|  25 | 207 | 540 |4892 | 540 |4514 |  55 | 598 |1113 | 1.742200e+04 | 2.685400e+04 |  54.14%
264.94/265.10	c   265s|  1400 |  1371 |891034 | 629.3 |  25M|  25 | 220 | 540 |4867 | 540 |4514 |  55 | 612 |1175 | 1.742200e+04 | 2.685400e+04 |  54.14%
275.83/275.92	c   276s|  1500 |  1469 |939713 | 619.8 |  26M|  25 | 185 | 540 |4864 | 540 |4514 |  55 | 648 |1185 | 1.742200e+04 | 2.685400e+04 |  54.14%
289.83/289.96	c   290s|  1600 |  1569 |  1001k| 619.9 |  26M|  25 | 194 | 540 |4867 | 540 |4514 |  55 | 672 |1202 | 1.742390e+04 | 2.685400e+04 |  54.12%
311.72/311.86	c   312s|  1700 |  1667 |  1085k| 632.4 |  26M|  25 | 211 | 540 |4875 | 540 |4514 |  55 | 717 |1303 | 1.742531e+04 | 2.685400e+04 |  54.11%
329.63/329.77	c   330s|  1800 |  1767 |  1153k| 635.0 |  26M|  25 | 209 | 540 |4890 | 540 |4514 |  55 | 773 |1399 | 1.742531e+04 | 2.685400e+04 |  54.11%
346.83/346.98	c   347s|  1900 |  1865 |  1218k| 636.2 |  26M|  25 | 229 | 540 |4875 | 540 |4514 |  55 | 797 |1477 | 1.742693e+04 | 2.685400e+04 |  54.09%
360.02/360.16	c   360s|  2000 |  1961 |  1277k| 633.6 |  27M|  25 | 218 | 540 |4886 | 540 |4514 |  55 | 847 |1496 | 1.743242e+04 | 2.685400e+04 |  54.05%
376.82/376.92	c   377s|  2100 |  2061 |  1353k| 639.7 |  27M|  26 | 231 | 540 |4886 | 540 |4514 |  55 | 877 |1504 | 1.743308e+04 | 2.685400e+04 |  54.04%
393.81/393.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.81/393.94	c   394s|  2200 |  2159 |  1417k| 639.9 |  27M|  26 | 216 | 540 |4869 | 540 |4514 |  55 | 906 |1580 | 1.743472e+04 | 2.685400e+04 |  54.03%
415.22/415.38	c   415s|  2300 |  2255 |  1500k| 648.1 |  27M|  26 | 188 | 540 |4902 | 540 |4514 |  55 | 988 |1670 | 1.744337e+04 | 2.685400e+04 |  53.95%
431.12/431.26	c   431s|  2400 |  2355 |  1558k| 645.2 |  28M|  26 | 208 | 540 |4883 | 540 |4514 |  55 |1009 |1750 | 1.744438e+04 | 2.685400e+04 |  53.94%
447.11/447.24	c   447s|  2500 |  2453 |  1625k| 646.4 |  28M|  26 | 213 | 540 |4816 | 540 |4514 |  55 |1020 |1789 | 1.744657e+04 | 2.685400e+04 |  53.92%
462.60/462.76	c   463s|  2600 |  2551 |  1697k| 648.9 |  28M|  26 | 208 | 540 |4813 | 540 |4514 |  55 |1063 |1797 | 1.744966e+04 | 2.685400e+04 |  53.89%
476.80/476.94	c   477s|  2700 |  2651 |  1761k| 648.7 |  28M|  26 | 204 | 540 |4803 | 540 |4514 |  55 |1090 |1806 | 1.745353e+04 | 2.685400e+04 |  53.86%
491.61/491.79	c   492s|  2800 |  2751 |  1818k| 645.8 |  29M|  27 | 220 | 540 |4801 | 540 |4514 |  55 |1118 |1859 | 1.745410e+04 | 2.685400e+04 |  53.85%
507.69/507.83	c   508s|  2900 |  2851 |  1878k| 644.5 |  29M|  27 | 177 | 540 |4787 | 540 |4514 |  55 |1145 |1922 | 1.745640e+04 | 2.685400e+04 |  53.83%
526.70/526.88	c   527s|  3000 |  2951 |  1950k| 646.8 |  29M|  27 | 207 | 540 |4778 | 540 |4514 |  55 |1170 |2013 | 1.745640e+04 | 2.685400e+04 |  53.83%
545.69/545.88	c   546s|  3100 |  3051 |  2028k| 651.1 |  29M|  33 | 216 | 540 |4788 | 540 |4514 |  55 |1213 |2088 | 1.745640e+04 | 2.685400e+04 |  53.83%
550.69/550.84	o 26603
550.69/550.84	c v 551s|  3131 |  3077 |  2050k| 651.8 |  29M|  33 |   - | 540 |4785 | 540 |4514 |  55 |1217 |2097 | 1.745640e+04 | 2.660300e+04 |  52.40%
556.99/557.16	o 26263
556.99/557.16	c v 557s|  3159 |  3102 |  2080k| 655.4 |  29M|  34 |   - | 540 |4811 | 540 |4514 |  55 |1252 |2099 | 1.745640e+04 | 2.626300e+04 |  50.45%
562.79/562.95	c   563s|  3200 |  3143 |  2105k| 654.8 |  29M|  34 | 211 | 540 |4821 | 540 |4514 |  55 |1276 |2112 | 1.745640e+04 | 2.626300e+04 |  50.45%
581.79/581.95	c   582s|  3300 |  3243 |  2194k| 662.0 |  30M|  34 | 219 | 540 |4844 | 540 |4514 |  55 |1337 |2121 | 1.745747e+04 | 2.626300e+04 |  50.44%
602.29/602.49	c   602s|  3400 |  3341 |  2286k| 669.5 |  30M|  34 | 210 | 540 |4843 | 540 |4514 |  55 |1373 |2151 | 1.745902e+04 | 2.626300e+04 |  50.43%
626.38/626.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.38/626.55	c   627s|  3500 |  3439 |  2390k| 680.0 |  30M|  34 | 197 | 540 |4817 | 540 |4514 |  55 |1423 |2215 | 1.746488e+04 | 2.626300e+04 |  50.38%
652.48/652.65	c   653s|  3600 |  3537 |  2500k| 691.9 |  30M|  34 | 210 | 540 |4821 | 540 |4514 |  55 |1483 |2299 | 1.746500e+04 | 2.626300e+04 |  50.38%
674.27/674.40	c   674s|  3700 |  3635 |  2590k| 697.6 |  31M|  34 | 206 | 540 |4836 | 540 |4514 |  55 |1549 |2364 | 1.746500e+04 | 2.626300e+04 |  50.38%
694.77/694.94	c   695s|  3800 |  3729 |  2686k| 704.4 |  31M|  34 | 236 | 540 |4884 | 540 |4514 |  55 |1648 |2378 | 1.746620e+04 | 2.626300e+04 |  50.36%
718.17/718.35	c   718s|  3900 |  3829 |  2797k| 714.7 |  31M|  34 | 163 | 540 |4916 | 540 |4514 |  55 |1733 |2381 | 1.746845e+04 | 2.626300e+04 |  50.35%
731.26/731.42	c   731s|  4000 |  3929 |  2857k| 711.9 |  31M|  34 | 181 | 540 |4905 | 540 |4514 |  55 |1766 |2386 | 1.746998e+04 | 2.626300e+04 |  50.33%
746.16/746.31	c   746s|  4100 |  4029 |  2926k| 711.4 |  32M|  34 | 225 | 540 |4853 | 540 |4514 |  55 |1795 |2390 | 1.747293e+04 | 2.626300e+04 |  50.31%
761.26/761.49	c   761s|  4200 |  4129 |  2995k| 711.0 |  32M|  34 | 196 | 540 |4826 | 540 |4514 |  55 |1837 |2394 | 1.747646e+04 | 2.626300e+04 |  50.28%
774.95/775.17	c   775s|  4300 |  4221 |  3058k| 708.9 |  32M|  34 | 223 | 540 |4807 | 540 |4514 |  55 |1871 |2407 | 1.748229e+04 | 2.626300e+04 |  50.23%
788.46/788.62	c   789s|  4400 |  4317 |  3121k| 707.1 |  32M|  34 | 179 | 540 |4819 | 540 |4514 |  55 |1913 |2408 | 1.748229e+04 | 2.626300e+04 |  50.23%
803.66/803.80	c   804s|  4500 |  4415 |  3184k| 705.4 |  33M|  34 | 214 | 540 |4849 | 540 |4514 |  55 |1987 |2440 | 1.748229e+04 | 2.626300e+04 |  50.23%
820.55/820.74	c   821s|  4600 |  4511 |  3252k| 704.9 |  33M|  34 | 197 | 540 |4848 | 540 |4514 |  55 |2031 |2500 | 1.748229e+04 | 2.626300e+04 |  50.23%
840.26/840.41	c   840s|  4700 |  4609 |  3329k| 706.3 |  33M|  34 | 227 | 540 |4875 | 540 |4514 |  55 |2108 |2581 | 1.748443e+04 | 2.626300e+04 |  50.21%
855.95/856.13	c   856s|  4800 |  4707 |  3396k| 705.6 |  33M|  34 | 175 | 540 |4859 | 540 |4514 |  55 |2134 |2626 | 1.748604e+04 | 2.626300e+04 |  50.19%
869.44/869.64	c   870s|  4900 |  4805 |  3459k| 703.9 |  34M|  34 | 217 | 540 |4842 | 540 |4514 |  55 |2170 |2636 | 1.748627e+04 | 2.626300e+04 |  50.19%
883.84/884.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.84/884.03	c   884s|  5000 |  4899 |  3525k| 703.0 |  34M|  34 | 225 | 540 |4832 | 540 |4514 |  55 |2231 |2641 | 1.748713e+04 | 2.626300e+04 |  50.18%
897.24/897.40	c   897s|  5100 |  4997 |  3586k| 701.4 |  34M|  34 | 184 | 540 |4815 | 540 |4514 |  55 |2266 |2644 | 1.748713e+04 | 2.626300e+04 |  50.18%
914.43/914.66	c   915s|  5200 |  5095 |  3658k| 701.7 |  34M|  34 | 192 | 540 |4808 | 540 |4514 |  55 |2308 |2683 | 1.748713e+04 | 2.626300e+04 |  50.18%
930.64/930.87	c   931s|  5300 |  5193 |  3723k| 700.8 |  35M|  34 | 204 | 540 |4802 | 540 |4514 |  55 |2355 |2741 | 1.748713e+04 | 2.626300e+04 |  50.18%
950.93/951.12	c   951s|  5400 |  5289 |  3805k| 702.9 |  35M|  34 | 205 | 540 |4796 | 540 |4514 |  55 |2391 |2815 | 1.748878e+04 | 2.626300e+04 |  50.17%
964.43/964.63	c   965s|  5500 |  5385 |  3861k| 700.3 |  35M|  34 | 226 | 540 |4821 | 540 |4514 |  55 |2448 |2861 | 1.748903e+04 | 2.626300e+04 |  50.17%
981.22/981.43	c   981s|  5600 |  5485 |  3931k| 700.2 |  35M|  36 | 224 | 540 |4831 | 540 |4514 |  55 |2508 |2909 | 1.748903e+04 | 2.626300e+04 |  50.17%
996.62/996.80	c   997s|  5700 |  5581 |  4003k| 700.6 |  36M|  36 | 201 | 540 |4821 | 540 |4514 |  55 |2557 |2916 | 1.748945e+04 | 2.626300e+04 |  50.16%
1011.02/1011.23	c  1011s|  5800 |  5675 |  4070k| 700.1 |  36M|  36 | 222 | 540 |4847 | 540 |4514 |  55 |2624 |2921 | 1.749005e+04 | 2.626300e+04 |  50.16%
1025.11/1025.32	c  1025s|  5900 |  5771 |  4136k| 699.5 |  36M|  36 | 203 | 540 |4839 | 540 |4514 |  55 |2672 |2922 | 1.749206e+04 | 2.626300e+04 |  50.14%
1038.51/1038.72	c  1039s|  6000 |  5871 |  4194k| 697.4 |  36M|  36 | 199 | 540 |4849 | 540 |4514 |  55 |2714 |2950 | 1.749206e+04 | 2.626300e+04 |  50.14%
1054.81/1055.08	c  1055s|  6100 |  5969 |  4261k| 696.9 |  37M|  36 | 209 | 540 |4853 | 540 |4514 |  55 |2771 |2998 | 1.749247e+04 | 2.626300e+04 |  50.14%
1072.22/1072.41	c  1072s|  6200 |  6069 |  4330k| 696.8 |  37M|  36 | 207 | 540 |4861 | 540 |4514 |  55 |2829 |3055 | 1.749247e+04 | 2.626300e+04 |  50.14%
1086.51/1086.79	c  1087s|  6300 |  6163 |  4385k| 694.5 |  37M|  36 | 190 | 540 |4838 | 540 |4514 |  55 |2855 |3110 | 1.749284e+04 | 2.626300e+04 |  50.14%
1101.11/1101.31	c  1101s|  6400 |  6257 |  4445k| 693.1 |  37M|  36 | 228 | 540 |4843 | 540 |4514 |  55 |2909 |3153 | 1.749740e+04 | 2.626300e+04 |  50.10%
1116.70/1116.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.70/1116.91	c  1117s|  6500 |  6353 |  4515k| 693.1 |  38M|  36 | 193 | 540 |4835 | 540 |4514 |  55 |2944 |3170 | 1.749925e+04 | 2.626300e+04 |  50.08%
1133.20/1133.45	c  1133s|  6600 |  6449 |  4591k| 694.2 |  38M|  36 | 214 | 540 |4841 | 540 |4514 |  55 |3019 |3181 | 1.750038e+04 | 2.626300e+04 |  50.07%
1147.60/1147.81	c  1148s|  6700 |  6545 |  4658k| 693.8 |  38M|  37 | 190 | 540 |4867 | 540 |4514 |  55 |3100 |3190 | 1.750052e+04 | 2.626300e+04 |  50.07%
1161.30/1161.52	c  1162s|  6800 |  6645 |  4721k| 692.8 |  38M|  37 | 250 | 540 |4862 | 540 |4514 |  55 |3149 |3191 | 1.750447e+04 | 2.626300e+04 |  50.04%
1179.39/1179.68	c  1180s|  6900 |  6745 |  4800k| 694.2 |  39M|  37 | 206 | 540 |4850 | 540 |4514 |  55 |3209 |3229 | 1.750858e+04 | 2.626300e+04 |  50.00%
1193.79/1194.05	c  1194s|  7000 |  6841 |  4857k| 692.5 |  39M|  37 | 172 | 540 |4852 | 540 |4514 |  55 |3258 |3281 | 1.750975e+04 | 2.626300e+04 |  49.99%
1211.38/1211.60	c  1212s|  7100 |  6941 |  4930k| 693.0 |  39M|  37 | 187 | 540 |4813 | 540 |4514 |  55 |3280 |3336 | 1.751345e+04 | 2.626300e+04 |  49.96%
1226.79/1227.02	c  1227s|  7200 |  7039 |  4992k| 692.1 |  39M|  37 | 191 | 540 |4779 | 540 |4514 |  55 |3295 |3389 | 1.751576e+04 | 2.626300e+04 |  49.94%
1243.39/1243.65	c  1244s|  7300 |  7135 |  5061k| 691.9 |  40M|  37 | 214 | 540 |4780 | 540 |4514 |  55 |3353 |3442 | 1.751576e+04 | 2.626300e+04 |  49.94%
1257.78/1258.09	c  1258s|  7400 |  7231 |  5126k| 691.5 |  40M|  37 | 219 | 540 |4781 | 540 |4514 |  55 |3382 |3447 | 1.751576e+04 | 2.626300e+04 |  49.94%
1272.08/1272.39	c  1272s|  7500 |  7327 |  5194k| 691.3 |  40M|  37 | 205 | 540 |4798 | 540 |4514 |  55 |3433 |3454 | 1.751625e+04 | 2.626300e+04 |  49.94%
1286.38/1286.66	c  1287s|  7600 |  7421 |  5259k| 690.8 |  40M|  37 | 192 | 540 |4811 | 540 |4514 |  55 |3489 |3460 | 1.751625e+04 | 2.626300e+04 |  49.94%
1301.27/1301.54	c  1302s|  7700 |  7515 |  5330k| 691.0 |  41M|  37 | 228 | 540 |4849 | 540 |4514 |  55 |3562 |3460 | 1.751853e+04 | 2.626300e+04 |  49.92%
1317.48/1317.77	c  1318s|  7800 |  7607 |  5398k| 690.9 |  41M|  37 | 221 | 540 |4826 | 540 |4514 |  55 |3588 |3497 | 1.751932e+04 | 2.626300e+04 |  49.91%
1332.97/1333.27	c  1333s|  7900 |  7703 |  5461k| 690.0 |  41M|  37 | 213 | 540 |4837 | 540 |4514 |  55 |3640 |3545 | 1.751932e+04 | 2.626300e+04 |  49.91%
1349.47/1349.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1349.47/1349.71	c  1350s|  8000 |  7803 |  5531k| 690.1 |  41M|  37 | 192 | 540 |4827 | 540 |4514 |  55 |3680 |3583 | 1.752137e+04 | 2.626300e+04 |  49.89%
1362.96/1363.27	c  1363s|  8100 |  7899 |  5584k| 688.2 |  42M|  37 | 198 | 540 |4812 | 540 |4514 |  55 |3719 |3628 | 1.752197e+04 | 2.626300e+04 |  49.89%
1378.07/1378.32	c  1378s|  8200 |  7991 |  5645k| 687.2 |  42M|  37 | 211 | 540 |4816 | 540 |4514 |  55 |3779 |3677 | 1.752244e+04 | 2.626300e+04 |  49.88%
1393.85/1394.18	c  1394s|  8300 |  8089 |  5714k| 687.3 |  42M|  37 | 220 | 540 |4826 | 540 |4514 |  55 |3822 |3705 | 1.752244e+04 | 2.626300e+04 |  49.88%
1408.35/1408.65	c  1409s|  8400 |  8187 |  5782k| 687.2 |  42M|  37 | 190 | 540 |4823 | 540 |4514 |  55 |3869 |3718 | 1.752244e+04 | 2.626300e+04 |  49.88%
1422.66/1422.94	c  1423s|  8500 |  8285 |  5848k| 686.9 |  43M|  37 | 222 | 540 |4774 | 540 |4514 |  55 |3906 |3724 | 1.752244e+04 | 2.626300e+04 |  49.88%
1440.05/1440.33	c  1440s|  8600 |  8379 |  5930k| 688.4 |  43M|  37 | 220 | 540 |4819 | 540 |4514 |  55 |3986 |3729 | 1.752385e+04 | 2.626300e+04 |  49.87%
1459.45/1459.72	c  1460s|  8700 |  8475 |  6021k| 690.9 |  43M|  37 | 234 | 540 |4830 | 540 |4514 |  55 |4050 |3729 | 1.752385e+04 | 2.626300e+04 |  49.87%
1475.25/1475.51	c  1476s|  8800 |  8573 |  6084k| 690.3 |  43M|  37 | 222 | 540 |4832 | 540 |4514 |  55 |4104 |3778 | 1.752385e+04 | 2.626300e+04 |  49.87%
1492.35/1492.65	c  1493s|  8900 |  8669 |  6157k| 690.8 |  44M|  37 | 218 | 540 |4837 | 540 |4514 |  55 |4168 |3822 | 1.752385e+04 | 2.626300e+04 |  49.87%
1510.34/1510.61	c  1511s|  9000 |  8767 |  6232k| 691.4 |  44M|  37 | 224 | 540 |4851 | 540 |4514 |  55 |4232 |3869 | 1.752512e+04 | 2.626300e+04 |  49.86%
1525.94/1526.24	c  1526s|  9100 |  8859 |  6296k| 690.8 |  44M|  37 | 206 | 540 |4893 | 540 |4514 |  55 |4310 |3920 | 1.752586e+04 | 2.626300e+04 |  49.85%
1541.44/1541.70	c  1542s|  9200 |  8957 |  6359k| 690.2 |  44M|  37 | 135 | 540 |4875 | 540 |4514 |  55 |4350 |3965 | 1.752586e+04 | 2.626300e+04 |  49.85%
1556.53/1556.81	c  1557s|  9300 |  9053 |  6425k| 689.9 |  45M|  37 | 233 | 540 |4858 | 540 |4514 |  55 |4395 |3988 | 1.752586e+04 | 2.626300e+04 |  49.85%
1571.43/1571.71	c  1572s|  9400 |  9151 |  6495k| 690.0 |  45M|  37 | 194 | 540 |4834 | 540 |4514 |  55 |4429 |3992 | 1.752650e+04 | 2.626300e+04 |  49.85%
1586.53/1586.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1586.53/1586.83	c  1587s|  9500 |  9249 |  6567k| 690.3 |  45M|  37 | 179 | 540 |4861 | 540 |4514 |  55 |4517 |3992 | 1.753012e+04 | 2.626300e+04 |  49.82%
1601.03/1601.33	c  1601s|  9600 |  9347 |  6636k| 690.2 |  45M|  37 |   - | 540 |4884 |   0 |   0 |  55 |4575 |3993 | 1.754126e+04 | 2.626300e+04 |  49.72%
1615.12/1615.45	c  1615s|  9700 |  9443 |  6702k| 689.9 |  46M|  37 | 196 | 540 |4909 | 540 |4514 |  55 |4639 |3997 | 1.755196e+04 | 2.626300e+04 |  49.63%
1632.22/1632.59	c  1633s|  9800 |  9541 |  6770k| 689.8 |  46M|  37 | 205 | 540 |4883 | 540 |4514 |  55 |4686 |4050 | 1.755196e+04 | 2.626300e+04 |  49.63%
1645.82/1646.15	c  1646s|  9900 |  9641 |  6828k| 688.7 |  46M|  37 | 224 | 540 |4871 | 540 |4514 |  55 |4731 |4075 | 1.755196e+04 | 2.626300e+04 |  49.63%
1662.32/1662.65	c  1663s| 10000 |  9741 |  6895k| 688.6 |  46M|  37 | 195 | 540 |4866 | 540 |4514 |  55 |4777 |4121 | 1.755196e+04 | 2.626300e+04 |  49.63%
1679.32/1679.68	c  1680s| 10100 |  9837 |  6969k| 689.1 |  47M|  37 | 235 | 540 |4868 | 540 |4514 |  55 |4835 |4171 | 1.756043e+04 | 2.626300e+04 |  49.56%
1692.71/1693.07	c  1693s| 10200 |  9935 |  7025k| 687.8 |  47M|  37 | 180 | 540 |4855 | 540 |4514 |  55 |4879 |4209 | 1.756368e+04 | 2.626300e+04 |  49.53%
1706.92/1707.22	c  1707s| 10300 | 10031 |  7087k| 687.1 |  47M|  37 | 169 | 540 |4827 | 540 |4514 |  55 |4910 |4235 | 1.756515e+04 | 2.626300e+04 |  49.52%
1720.40/1720.71	c  1721s| 10400 | 10123 |  7150k| 686.6 |  47M|  37 | 203 | 540 |4844 | 540 |4514 |  55 |4982 |4242 | 1.756716e+04 | 2.626300e+04 |  49.50%
1733.11/1733.47	c  1733s| 10500 | 10221 |  7209k| 685.7 |  48M|  37 | 218 | 540 |4827 | 540 |4514 |  55 |5023 |4246 | 1.756716e+04 | 2.626300e+04 |  49.50%
1747.01/1747.33	c  1747s| 10600 | 10319 |  7274k| 685.3 |  48M|  37 | 231 | 540 |4803 | 540 |4514 |  55 |5041 |4252 | 1.757518e+04 | 2.626300e+04 |  49.43%
1761.50/1761.80	c  1762s| 10700 | 10417 |  7340k| 685.1 |  48M|  37 | 187 | 540 |4803 | 540 |4514 |  55 |5089 |4256 | 1.758161e+04 | 2.626300e+04 |  49.38%
1774.30/1774.62	c  1775s| 10800 | 10513 |  7400k| 684.3 |  48M|  37 | 227 | 540 |4816 | 540 |4514 |  55 |5159 |4259 | 1.758473e+04 | 2.626300e+04 |  49.35%
1792.00/1792.35	c  1792s| 10900 | 10607 |  7477k| 685.1 |  49M|  37 | 221 | 540 |4826 | 540 |4514 |  55 |5219 |4289 | 1.758790e+04 | 2.626300e+04 |  49.32%
1796.69/1797.01	c 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Solving Time (sec) : 1797.01
1796.69/1797.01	c Solving Nodes      : 10925
1796.69/1797.01	c Primal Bound       : +2.62630000000000e+04 (3 solutions)
1796.69/1797.01	c Dual Bound         : +1.75878955223881e+04
1796.69/1797.01	c Gap                : 49.32 %
1796.69/1797.01	s SATISFIABLE
1796.69/1797.01	v -x325 x289 x253 x217 -x181 x145 x109 -x73 -x37 -x1 -x360 x324 -x288 -x252 -x216 x180 x144 x108 -x72 x36 x353 x317 x281 -x245 -x209 
1796.69/1797.01	v -x173 x137 x101 -x65 -x29 -x346 -x310 -x274 x238 x202 x166 -x130 -x94 x58 x22 x339 -x303 x267 x231 x195 -x159 -x123 -x87 
1796.69/1797.01	v x51 -x15 x332 -x296 -x260 -x224 x188 -x152 -x116 x80 x44 x8 -x359 -x323 x287 -x251 -x215 -x179 -x143 -x107 -x71 -x35 -x358 -x322 
1796.69/1797.01	v -x286 -x250 -x214 -x178 -x142 -x106 x70 -x34 -x357 -x321 -x285 -x249 x213 -x177 -x141 -x105 -x69 -x33 x356 -x320 -x284 -x248 
1796.69/1797.01	v -x212 -x176 -x140 -x104 -x68 -x32 -x355 -x319 -x283 x247 -x211 -x175 -x139 -x103 -x67 -x31 -x354 -x318 -x282 -x246 -x210 
1796.69/1797.01	v -x174 -x138 -x102 -x66 x30 -x352 -x316 -x280 -x244 x208 -x172 -x136 -x100 -x64 -x28 -x351 -x315 -x279 x243 -x207 -x171 -x135 
1796.69/1797.01	v -x99 -x63 -x27 -x350 -x314 -x278 -x242 -x206 -x170 -x134 -x98 x62 -x26 -x349 -x313 -x277 -x241 -x205 x169 -x133 -x97 -x61 -x25 
1796.69/1797.01	v -x348 -x312 -x276 -x240 -x204 -x168 x132 -x96 -x60 -x24 -x347 x311 -x275 -x239 -x203 -x167 -x131 -x95 -x59 -x23 x345 -x309 
1796.69/1797.01	v -x273 -x237 -x201 -x165 -x129 -x93 -x57 -x21 -x344 -x308 -x272 -x236 -x200 -x164 -x128 x92 -x56 -x20 -x343 -x307 x271 -x235 -x199 
1796.69/1797.01	v -x163 -x127 -x91 -x55 -x19 -x342 x306 -x270 -x234 -x198 -x162 -x126 -x90 -x54 -x18 -x341 -x305 -x269 -x233 -x197 -x161 -x125 
1796.69/1797.01	v x89 -x53 -x17 -x340 -x304 -x268 -x232 -x196 x160 -x124 -x88 -x52 -x16 -x338 -x302 -x266 -x230 -x194 -x158 -x122 -x86 -x50 
1796.69/1797.01	v x14 -x337 -x301 -x265 -x229 -x193 -x157 x121 -x85 -x49 -x13 -x336 -x300 -x264 -x228 -x192 x156 -x120 -x84 -x48 -x12 -x335 -x299 
1796.69/1797.01	v -x263 -x227 -x191 -x155 x119 -x83 -x47 -x11 -x334 -x298 -x262 x226 -x190 -x154 -x118 -x82 -x46 -x10 -x333 -x297 x261 -x225 
1796.69/1797.01	v -x189 -x153 -x117 -x81 -x45 -x9 -x331 x295 -x259 -x223 -x187 -x151 -x115 -x79 -x43 -x7 -x330 -x294 -x258 -x222 -x186 -x150 
1796.69/1797.01	v -x114 x78 -x42 -x6 x329 -x293 -x257 -x221 -x185 -x149 -x113 -x77 -x41 -x5 -x328 -x292 -x256 -x220 -x184 -x148 -x112 -x76 -x40 
1796.69/1797.01	v x4 -x327 -x291 -x255 -x219 -x183 -x147 -x111 -x75 x39 -x3 -x326 -x290 -x254 -x218 x182 -x146 -x110 -x74 -x38 -x2 -x540 x539 
1796.69/1797.01	v x538 x537 -x536 x535 -x534 -x533 -x532 -x531 x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 x521 x520 -x519 -x518 -x517 
1796.69/1797.01	v -x516 -x515 x514 -x513 -x512 -x511 -x510 -x509 -x508 x507 -x506 x505 -x504 -x503 -x502 x501 -x500 -x499 x498 -x497 -x496 -x495 
1796.69/1797.01	v x494 -x493 -x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 -x484 x483 -x482 -x481 -x480 x479 -x478 -x477 -x476 -x475 -x474 
1796.69/1797.01	v x473 -x472 -x471 -x470 -x469 -x468 x467 x466 -x465 -x464 x463 -x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 x454 -x453 -x452 
1796.69/1797.01	v -x451 -x450 -x449 x448 -x447 -x446 -x445 -x444 -x443 -x442 x441 -x440 -x439 x438 -x437 -x436 x435 x434 -x433 x432 -x431 -x430 
1796.69/1797.01	v -x429 -x428 x427 -x426 -x425 -x424 x423 -x422 -x421 -x420 -x419 -x418 x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 
1796.69/1797.01	v x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 x399 x398 -x397 -x396 -x395 -x394 -x393 -x392 x391 -x390 -x389 -x388 -x387 
1796.69/1797.01	v x386 -x385 -x384 -x383 -x382 x381 -x380 -x379 x378 -x377 -x376 x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 -x365 
1796.69/1797.01	v x364 x363 -x362 x361 
1796.69/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.01	c Total Time         :    1797.01
1796.69/1797.01	c   solving          :    1797.01
1796.69/1797.01	c   presolving       :       0.10 (included in solving)
1796.69/1797.01	c   reading          :       0.02 (included in solving)
1796.69/1797.01	c   copying          :       0.10 (7 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.69/1797.01	c Original Problem   :
1796.69/1797.01	c   Problem name     : HOME/instance-3692039-1338031479.opb
1796.69/1797.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 4476 initial, 4476 maximal
1796.69/1797.01	c   Objective sense  : minimize
1796.69/1797.01	c Presolved Problem  :
1796.69/1797.01	c   Problem name     : t_HOME/instance-3692039-1338031479.opb
1796.69/1797.01	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.01	c   Constraints      : 4476 initial, 5014 maximal
1796.69/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.69/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   knapsack         :       0.04       0.00          0          0          0          0          0          0          0       3360       5040
1796.69/1797.01	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   linear           :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.69/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   integral         :          0          0          0          0      10846          0          9          0          3         82          0          0      21560
1796.69/1797.01	c   knapsack         :       1734       1734          6     155851          0          2          6       2072         28       6666          0          0          0
1796.69/1797.01	c   setppc           :        840        840          6     155823          0          2          4      42228        739     138172          0          0          0
1796.69/1797.01	c   linear           :          0+       256          6     154651          0          0          0         95          7        283          0          0          0
1796.69/1797.01	c   logicor          :       1902+      2294          6      58987          0          2          3       8000        199      12866          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          2          5          0          0          0          0          0          0
1796.69/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.69/1797.01	c   integral         :     195.61       0.00       0.00       0.00     195.61       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :       4.60       0.00       0.03       4.57       0.00       0.00       0.00       0.00
1796.69/1797.01	c   setppc           :       2.11       0.00       0.00       2.09       0.00       0.00       0.00       0.02
1796.69/1797.01	c   linear           :       0.28       0.00       0.00       0.27       0.00       0.00       0.00       0.00
1796.69/1797.01	c   logicor          :       0.82       0.00       0.00       0.82       0.00       0.00       0.00       0.00
1796.69/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.69/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.69/1797.01	c   rootredcost      :          3          0          0          0
1796.69/1797.01	c   pseudoobj        :     166602         36          4          0
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   redcost          :      10985          0          0        888
1796.69/1797.01	c   probing          :          0          0          0          0
1796.69/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.69/1797.01	c   rootredcost      :       0.05       0.00       0.00       0.05       0.00
1796.69/1797.01	c   pseudoobj        :       0.16       0.00       0.00       0.16       0.00
1796.69/1797.01	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
1796.69/1797.01	c   redcost          :       0.17       0.00       0.00       0.17       0.00
1796.69/1797.01	c   probing          :       0.01       0.00       0.01       0.00       0.00
1796.69/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.01	c   propagation      :       0.04        977        977       5135       25.1        271       10.0          -
1796.69/1797.01	c   infeasible LP    :       0.19       1249        469       4876       52.3         60        7.3          0
1796.69/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.01	c   applied globally :          -          -          -       5216       24.0          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -         26       64.4          -          -          -
1796.69/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.01	c   cut pool         :       0.01                     5          -          -          1          -    (maximal pool size: 1508)
1796.69/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.69/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   gomory           :       2.31       0.00          6          0          0        150          0
1796.69/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   strongcg         :       0.54       0.00          6          0          0       3000          0
1796.69/1797.01	c   cmir             :       0.06       0.00          6          0          0          0          0
1796.69/1797.01	c   flowcover        :       0.07       0.00          6          0          0          0          0
1796.69/1797.01	c   clique           :       0.01       0.00          6          0          0         37          0
1796.69/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.69/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.69/1797.01	c   rapidlearning    :       1.89       0.00          1          0          0          0        256
1796.69/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.69/1797.01	c   problem variables:       0.00          -          0          0
1796.69/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.01	c   relpscost        :     195.60       0.00      10846          3         82          0          0      21560
1796.69/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.69/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.69/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.69/1797.01	c   LP solutions     :       0.00          -          -          0
1796.69/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.69/1797.01	c   crossover        :       0.09       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.01       0.00          3          0
1796.69/1797.01	c   linesearchdiving :      65.39       0.00        205          0
1796.69/1797.01	c   fracdiving       :      90.67       0.00        314          0
1796.69/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.69/1797.01	c   trivial          :       0.00       0.00          2          0
1796.69/1797.01	c   shiftandpropagate:       0.02       0.00          1          0
1796.69/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.69/1797.01	c   zirounding       :       1.70       0.00          0          0
1796.69/1797.01	c   rounding         :       0.50       0.00       1428          0
1796.69/1797.01	c   shifting         :       0.35       0.00        411          0
1796.69/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.69/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.69/1797.01	c   indoneopt        :       0.01       0.00          0          0
1796.69/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.01	c   feaspump         :       8.25       0.00         13          0
1796.69/1797.01	c   clique           :       0.00       0.00          0          0
1796.69/1797.01	c   coefdiving       :      67.26       0.00         85          0
1796.69/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   pscostdiving     :      74.60       0.00        180          0
1796.69/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   veclendiving     :     113.54       0.00        203          2
1796.69/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   objpscostdiving  :      16.54       0.00         20          0
1796.69/1797.01	c   rootsoldiving    :      17.60       0.00         15          0
1796.69/1797.01	c   guideddiving     :      88.44       0.00        263          0
1796.69/1797.01	c   octane           :       0.00       0.00          0          0
1796.69/1797.01	c   rens             :       0.05       0.00          1          0
1796.69/1797.01	c   rins             :       0.00       0.00          0          0
1796.69/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.69/1797.01	c   mutation         :       0.00       0.00          0          0
1796.69/1797.01	c   dins             :       0.00       0.00          0          0
1796.69/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.69/1797.01	c   undercover       :       0.00       0.00          0          0
1796.69/1797.01	c   subnlp           :       0.01       0.00          0          0
1796.69/1797.01	c   trysol           :       0.01       0.00          0          0
1796.69/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.69/1797.01	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
1796.69/1797.01	c   dual LP          :    1040.58      11120    5301539     484.82    5094.80       0.17        185
1796.69/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.69/1797.01	c   diving/probing LP:     506.83      91305    2192265      24.01    4325.48
1796.69/1797.01	c   strong branching :     194.88       4311     889242     206.27    4562.99
1796.69/1797.01	c     (at root node) :          -         10       5287     528.70          -
1796.69/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.01	c B&B Tree           :
1796.69/1797.01	c   number of runs   :          1
1796.69/1797.01	c   nodes            :      10925
1796.69/1797.01	c   nodes (total)    :      10925
1796.69/1797.01	c   nodes left       :      10632
1796.69/1797.01	c   max depth        :         37
1796.69/1797.01	c   max depth (total):         37
1796.69/1797.01	c   backtracks       :       2906 (26.6%)
1796.69/1797.01	c   delayed cutoffs  :          0
1796.69/1797.01	c   repropagations   :        175 (306 domain reductions, 0 cutoffs)
1796.69/1797.01	c   avg switch length:       8.04
1796.69/1797.01	c   switching time   :       2.74
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          3 (3 improvements)
1796.69/1797.01	c   First Solution   : +2.68540000000000e+04   (in run 1, after 1 nodes, 4.19 seconds, depth 0, found by <trysol>)
1796.69/1797.01	c   Primal Bound     : +2.62630000000000e+04   (in run 1, after 3159 nodes, 557.16 seconds, depth 29, found by <veclendiving>)
1796.69/1797.01	c   Dual Bound       : +1.75878955223881e+04
1796.69/1797.01	c   Gap              :      49.32 %
1796.69/1797.01	c   Root Dual Bound  : +1.74220000000000e+04
1796.69/1797.01	c   Root Iterations  :      10655
1796.69/1797.05	c Time complete: 1796.75.

Verifier Data

OK	26263

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.84 3/176 11077
/proc/meminfo: memFree=28828768/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=13364 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 2082 0 0 0 0 0 0 0 20 0 1 0 269273367 13684736 2037 33554432000 4194304 10219143 140733327416464 140733327279944 7589947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 3341 2037 421 1471 0 1861 0

[startup+0.0748191 s]
/proc/loadavg: 1.92 1.98 1.84 3/176 11077
/proc/meminfo: memFree=28828768/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=29924 CPUtime=0.07 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 6297 0 0 0 6 1 0 0 20 0 1 0 269273367 30642176 5995 33554432000 4194304 10219143 140733327416464 140733327413464 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 7481 5995 585 1471 0 6001 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29924

[startup+0.100301 s]
/proc/loadavg: 1.92 1.98 1.84 3/176 11077
/proc/meminfo: memFree=28828768/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=30180 CPUtime=0.09 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 6362 0 0 0 8 1 0 0 20 0 1 0 269273367 30904320 6060 33554432000 4194304 10219143 140733327416464 140733327413464 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 7545 6060 586 1471 0 6065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30180

[startup+0.300272 s]
/proc/loadavg: 1.92 1.98 1.84 3/176 11077
/proc/meminfo: memFree=28828768/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=43972 CPUtime=0.29 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 10099 0 0 0 28 1 0 0 20 0 1 0 269273367 45027328 9612 33554432000 4194304 10219143 140733327416464 140733327413464 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 10993 9612 764 1471 0 9513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43972

[startup+0.700223 s]
/proc/loadavg: 1.92 1.98 1.84 3/176 11077
/proc/meminfo: memFree=28828768/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=43880 CPUtime=0.69 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 10458 0 0 0 67 2 0 0 20 0 1 0 269273367 44933120 9826 33554432000 4194304 10219143 140733327416464 140733327413464 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 10970 9826 782 1471 0 9490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43880

[startup+1.50023 s]
/proc/loadavg: 1.92 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28791664/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=45300 CPUtime=1.49 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 10805 0 0 0 147 2 0 0 20 0 1 0 269273367 46387200 10153 33554432000 4194304 10219143 140733327416464 140733327407720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 11325 10153 782 1471 0 9845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45300

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28792044/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=74496 CPUtime=3.09 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 18377 0 0 0 302 7 0 0 20 0 1 0 269273367 76283904 17303 33554432000 4194304 10219143 140733327416464 140733327410424 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18624 17303 827 1471 0 17144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74496

[startup+6.30018 s]
/proc/loadavg: 1.93 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28764360/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72408 CPUtime=6.29 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 18608 0 0 0 616 13 0 0 20 0 1 0 269273367 74145792 16820 33554432000 4194304 10219143 140733327416464 140733327411384 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18102 16820 845 1471 0 16622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72408

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28762456/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=12.68 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21807 0 0 0 1252 16 0 0 20 0 1 0 269273367 74272768 17149 33554432000 4194304 10219143 140733327416464 140733327409912 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17149 850 1471 0 16653 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 72532

[startup+25.5001 s]
/proc/loadavg: 1.95 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28742608/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=25.49 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21807 0 0 0 2526 23 0 0 20 0 1 0 269273367 74272768 17149 33554432000 4194304 10219143 140733327416464 140733327409960 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17149 850 1471 0 16653 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72532

[startup+51.1001 s]
/proc/loadavg: 1.96 1.98 1.84 3/177 11078
/proc/meminfo: memFree=28716832/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=51.09 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21808 0 0 0 5070 39 0 0 20 0 1 0 269273367 74272768 17150 33554432000 4194304 10219143 140733327416464 140733327410104 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17150 851 1471 0 16653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72532

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.85 3/177 11078
/proc/meminfo: memFree=28715596/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=102.28 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21813 0 0 0 10159 69 0 0 20 0 1 0 269273367 74272768 17151 33554432000 4194304 10219143 140733327416464 140733327409336 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17151 852 1471 0 16653 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 72532

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.85 3/178 11080
/proc/meminfo: memFree=28715248/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=162.26 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21830 0 0 0 16123 103 0 0 20 0 1 0 269273367 74272768 17290 33554432000 4194304 10219143 140733327416464 140733327409064 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17290 852 1471 0 16653 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 72532

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.86 3/177 11080
/proc/meminfo: memFree=28714264/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=222.25 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21832 0 0 0 22085 140 0 0 20 0 1 0 269273367 74272768 17292 33554432000 4194304 10219143 140733327416464 140733327409816 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17292 852 1471 0 16653 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 72532

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.87 3/177 11080
/proc/meminfo: memFree=28711412/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=72532 CPUtime=282.23 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21832 0 0 0 28045 178 0 0 20 0 1 0 269273367 74272768 17292 33554432000 4194304 10219143 140733327416464 140733327410104 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18133 17292 852 1471 0 16653 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 72532

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.87 3/178 11083
/proc/meminfo: memFree=28710560/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=73048 CPUtime=342.22 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 21935 0 0 0 34013 209 0 0 20 0 1 0 269273367 74801152 17395 33554432000 4194304 10219143 140733327416464 140733327409816 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18262 17395 852 1471 0 16782 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 73048

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.88 3/177 11083
/proc/meminfo: memFree=28713072/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=74876 CPUtime=402.21 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 22332 0 0 0 39978 243 0 0 20 0 1 0 269273367 76673024 17789 33554432000 4194304 10219143 140733327416464 140733327409320 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18719 17789 852 1471 0 17239 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 74876

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.88 3/177 11084
/proc/meminfo: memFree=28711764/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=75120 CPUtime=462.2 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 22455 0 0 0 45943 277 0 0 20 0 1 0 269273367 76922880 17912 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 18780 17912 852 1471 0 17300 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 75120

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.89 3/177 11084
/proc/meminfo: memFree=28711332/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=76248 CPUtime=522.2 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 22735 0 0 0 51907 313 0 0 20 0 1 0 269273367 78077952 18191 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 19062 18191 852 1471 0 17582 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 76248

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.89 3/177 11084
/proc/meminfo: memFree=28710396/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=76248 CPUtime=582.18 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 22737 0 0 0 57869 349 0 0 20 0 1 0 269273367 78077952 18193 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 19062 18193 852 1471 0 17582 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 76248

[startup+642.3 s]

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

/proc/meminfo: memFree=28700732/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=84164 CPUtime=1122.11 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 34400 0 0 0 111540 671 0 0 20 0 1 0 269273367 86183936 20157 33554432000 4194304 10219143 140733327416464 140733327409768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 21041 20157 852 1471 0 19561 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 84164

[startup+1182.3 s]
/proc/loadavg: 2.11 2.02 1.92 3/177 11089
/proc/meminfo: memFree=28699832/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=85176 CPUtime=1182.09 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 34621 0 0 0 117505 704 0 0 20 0 1 0 269273367 87220224 20377 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 21294 20377 852 1471 0 19814 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 85176

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/177 11089
/proc/meminfo: memFree=28698720/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=85944 CPUtime=1242.09 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 34866 0 0 0 123466 743 0 0 20 0 1 0 269273367 88006656 20622 33554432000 4194304 10219143 140733327416464 140733327410008 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 21486 20622 852 1471 0 20006 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 85944

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/176 11089
/proc/meminfo: memFree=28696156/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=88604 CPUtime=1302.08 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 35535 0 0 0 129432 776 0 0 20 0 1 0 269273367 90730496 21291 33554432000 4194304 10219143 140733327416464 140733327409128 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 22151 21291 852 1471 0 20671 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 88604

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/177 11091
/proc/meminfo: memFree=28695232/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=89068 CPUtime=1362.06 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 35625 0 0 0 135393 813 0 0 20 0 1 0 269273367 91205632 21379 33554432000 4194304 10219143 140733327416464 140733327410104 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 22267 21379 852 1471 0 20787 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 89068

[startup+1422.31 s]
/proc/loadavg: 2.12 2.04 1.94 3/177 11091
/proc/meminfo: memFree=28692788/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=89600 CPUtime=1422.06 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 35789 0 0 0 141359 847 0 0 20 0 1 0 269273367 91750400 21543 33554432000 4194304 10219143 140733327416464 140733327410104 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 22400 21543 852 1471 0 20920 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 89600

[startup+1482.3 s]
/proc/loadavg: 2.10 2.05 1.94 3/177 11091
/proc/meminfo: memFree=28689688/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=91168 CPUtime=1482.05 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 36185 0 0 0 147320 885 0 0 20 0 1 0 269273367 93356032 21938 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 22792 21938 852 1471 0 21312 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 91168

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/178 11094
/proc/meminfo: memFree=28688728/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=93080 CPUtime=1542.03 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 36658 0 0 0 153280 923 0 0 20 0 1 0 269273367 95313920 22411 33554432000 4194304 10219143 140733327416464 140733327410104 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 23270 22411 852 1471 0 21790 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 93080

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/177 11094
/proc/meminfo: memFree=28685956/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=94440 CPUtime=1602.02 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39179 0 0 0 159244 958 0 0 20 0 1 0 269273367 96706560 22735 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 23610 22735 852 1471 0 22130 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 94440

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/177 11094
/proc/meminfo: memFree=28684588/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=95864 CPUtime=1662.01 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39557 0 0 0 165208 993 0 0 20 0 1 0 269273367 98164736 23112 33554432000 4194304 10219143 140733327416464 140733327409768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 23966 23112 852 1471 0 22486 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 95864

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/177 11095
/proc/meminfo: memFree=28683844/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=96368 CPUtime=1722.01 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39679 0 0 0 171173 1028 0 0 20 0 1 0 269273367 98680832 23234 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24092 23234 852 1471 0 22612 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 96368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11095
/proc/meminfo: memFree=28681952/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1782 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39887 0 0 0 177136 1064 0 0 20 0 1 0 269273367 99815424 23441 33554432000 4194304 10219143 140733327416464 140733327409912 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23441 852 1471 0 22889 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 97476

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11171
/proc/meminfo: memFree=28796864/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1785.2 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39889 0 0 0 177454 1066 0 0 20 0 1 0 269273367 99815424 23443 33554432000 4194304 10219143 140733327416464 140733327409768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23443 852 1471 0 22889 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 97476

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28619600/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1791.6 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39903 0 0 0 178091 1069 0 0 20 0 1 0 269273367 99815424 23457 33554432000 4194304 10219143 140733327416464 140733327409384 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23457 852 1471 0 22889 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 97476

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28610304/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1794.81 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39914 0 0 0 178409 1072 0 0 20 0 1 0 269273367 99815424 23468 33554432000 4194304 10219143 140733327416464 140733327409912 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23468 852 1471 0 22889 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 97476

[startup+1795.9 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28610304/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1795.6 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39914 0 0 0 178488 1072 0 0 20 0 1 0 269273367 99815424 23468 33554432000 4194304 10219143 140733327416464 140733327409912 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23468 852 1471 0 22889 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 97476

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28605912/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1796.39 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39914 0 0 0 178567 1072 0 0 20 0 1 0 269273367 99815424 23468 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23468 852 1471 0 22889 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 97476

[startup+1796.9 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28605912/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1796.59 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39914 0 0 0 178587 1072 0 0 20 0 1 0 269273367 99815424 23468 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23468 852 1471 0 22889 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 97476

[startup+1797 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 11361
/proc/meminfo: memFree=28605912/32873648 swapFree=7104/7104
[pid=11077] ppid=11075 vsize=97476 CPUtime=1796.69 cores=0,2,4,6
/proc/11077/stat : 11077 (scip-2.1.1.4exp) R 11075 11077 9598 0 -1 4202496 39914 0 0 0 178597 1072 0 0 20 0 1 0 269273367 99815424 23468 33554432000 4194304 10219143 140733327416464 140733327409720 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 24369 23468 852 1471 0 22889 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 97476

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.76
CPU user time (s): 1786.03
CPU system time (s): 10.7304
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 97476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.03
system time used= 10.7304
maximum resident set size= 98104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39919
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= 35
involuntary context switches= 2124

runsolver used 2.73558 second user time and 7.17091 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-26 13:24:39
IDJOB=3692039
IDBENCH=2010
IDSOLVER=2271
FILE ID=node127/3692039-1338031479
RUNJOBID= node127-1338029665-10821
PBS_JOBID= 14624344
Free space on /tmp= 71484 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692039-1338031479/watcher-3692039-1338031479 -o /tmp/evaluation-result-3692039-1338031479/solver-3692039-1338031479 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692039-1338031479.opb -t 1800 -m 15500

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=599622268

node127.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.348
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.69
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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28829404 kB
Buffers:          270800 kB
Cached:          2881652 kB
SwapCached:            0 kB
Active:           755496 kB
Inactive:        2509860 kB
Active(anon):     115208 kB
Inactive(anon):        0 kB
Active(file):     640288 kB
Inactive(file):  2509860 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28288 kB
Writeback:             0 kB
AnonPages:        152608 kB
Mapped:            17356 kB
Shmem:               200 kB
Slab:             642368 kB
SReclaimable:      86472 kB
SUnreclaim:       555896 kB
KernelStack:        1472 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     227860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71468 MiB
End job on node127 at 2012-05-26 13:54:36