Trace number 3690873

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT26854 1796.75 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

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: a3bf3a4-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-3690873-1338018738.opb>
0.00/0.02	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.00/0.02	c problem read in 0.02
0.00/0.03	c presolving:
0.03/0.09	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.09/0.13	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.16	c    (0.2s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	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.17	c  1260 implications, 210 cliques
0.09/0.17	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
0.09/0.17	c    1734 constraints of type <knapsack>
0.09/0.17	c     840 constraints of type <setppc>
0.09/0.17	c    1902 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.14
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 2.1.1.4
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1797
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 13950
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # belongs reading time to solving time?
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c timing/reading = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.38/0.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.38/0.47	c   0.5s|     1 |     0 |  1575 |     - |9441k|   0 | 218 | 540 |4516 | 540 |4476 |   0 |  40 |   0 | 1.742200e+04 |      --      |    Inf 
4.78/4.88	o 26854
4.78/4.88	c y 4.9s|     1 |     0 |  8939 |     - |  12M|   0 | 218 | 540 |4516 | 540 |4476 |   0 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
4.89/5.00	c   5.0s|     1 |     0 |  9383 |     - |  11M|   0 | 210 | 540 |4772 | 540 |4486 |  10 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
5.39/5.42	c   5.4s|     1 |     0 |  9742 |     - |  13M|   0 | 217 | 540 |4772 | 540 |4497 |  21 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
5.88/5.94	c   5.9s|     1 |     0 | 10141 |     - |  15M|   0 | 213 | 540 |4772 | 540 |4508 |  32 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
6.68/6.70	c   6.7s|     1 |     0 | 10286 |     - |  17M|   0 | 233 | 540 |4772 | 540 |4516 |  40 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
7.38/7.48	c   7.5s|     1 |     0 | 10459 |     - |  19M|   0 | 225 | 540 |4772 | 540 |4524 |  48 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
8.29/8.30	c   8.3s|     1 |     0 | 10655 |     - |  21M|   0 | 229 | 540 |4772 | 540 |4531 |  55 |  40 |   0 | 1.742200e+04 | 2.685400e+04 |  54.14%
9.58/9.62	c   9.6s|     1 |     2 | 10655 |     - |  21M|   0 | 229 | 540 |4772 | 540 |4531 |  55 |  40 |  10 | 1.742200e+04 | 2.685400e+04 |  54.14%
45.16/45.26	c  45.3s|   100 |    97 | 52206 | 419.7 |  22M|  23 | 193 | 540 |4791 | 540 |4514 |  55 |  59 | 277 | 1.742200e+04 | 2.685400e+04 |  54.14%
56.96/57.06	c  57.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.96/84.09	c  84.1s|   300 |   283 |197802 | 625.9 |  22M|  25 | 196 | 540 |4875 | 540 |4514 |  55 | 143 | 389 | 1.742200e+04 | 2.685400e+04 |  54.14%
110.76/110.89	c   111s|   400 |   383 |292971 | 707.6 |  22M|  25 | 205 | 540 |4987 | 540 |4514 |  55 | 261 | 501 | 1.742200e+04 | 2.685400e+04 |  54.14%
129.66/129.78	c   130s|   500 |   483 |368368 | 716.9 |  23M|  25 | 210 | 540 |5004 | 540 |4514 |  55 | 303 | 561 | 1.742200e+04 | 2.685400e+04 |  54.14%
141.76/141.85	c   142s|   600 |   581 |417565 | 679.3 |  23M|  25 | 205 | 540 |5003 | 540 |4514 |  55 | 334 | 599 | 1.742200e+04 | 2.685400e+04 |  54.14%
159.94/160.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.94/160.04	c   160s|   700 |   679 |484295 | 677.6 |  23M|  25 | 205 | 540 |4987 | 540 |4514 |  55 | 382 | 698 | 1.742200e+04 | 2.685400e+04 |  54.14%
175.34/175.48	c   175s|   800 |   777 |538713 | 660.9 |  23M|  25 | 208 | 540 |4950 | 540 |4514 |  55 | 411 | 791 | 1.742200e+04 | 2.685400e+04 |  54.14%
190.74/190.87	c   191s|   900 |   877 |595778 | 650.9 |  24M|  25 | 185 | 540 |4936 | 540 |4514 |  55 | 449 | 878 | 1.742200e+04 | 2.685400e+04 |  54.14%
201.54/201.64	c   202s|  1000 |   973 |644463 | 634.4 |  24M|  25 | 205 | 540 |4919 | 540 |4514 |  55 | 494 | 886 | 1.742200e+04 | 2.685400e+04 |  54.14%
214.64/214.73	c   215s|  1100 |  1073 |702089 | 629.1 |  24M|  25 | 229 | 540 |4863 | 540 |4514 |  55 | 502 | 905 | 1.742200e+04 | 2.685400e+04 |  54.14%
233.04/233.16	c   233s|  1200 |  1171 |769529 | 632.9 |  24M|  25 | 158 | 540 |4861 | 540 |4514 |  55 | 540 |1008 | 1.742200e+04 | 2.685400e+04 |  54.14%
252.33/252.48	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%
265.83/265.97	c   266s|  1400 |  1371 |891034 | 629.3 |  25M|  25 | 220 | 540 |4867 | 540 |4514 |  55 | 612 |1175 | 1.742200e+04 | 2.685400e+04 |  54.14%
276.73/276.82	c   277s|  1500 |  1469 |939713 | 619.8 |  25M|  25 | 185 | 540 |4864 | 540 |4514 |  55 | 648 |1185 | 1.742200e+04 | 2.685400e+04 |  54.14%
290.82/290.90	c   291s|  1600 |  1569 |  1001k| 619.9 |  25M|  25 | 194 | 540 |4867 | 540 |4514 |  55 | 672 |1202 | 1.742390e+04 | 2.685400e+04 |  54.12%
312.83/312.90	c   313s|  1700 |  1667 |  1085k| 632.4 |  25M|  25 | 211 | 540 |4876 | 540 |4514 |  55 | 717 |1303 | 1.742531e+04 | 2.685400e+04 |  54.11%
330.72/330.86	c   331s|  1800 |  1767 |  1153k| 635.0 |  26M|  25 | 209 | 540 |4889 | 540 |4514 |  55 | 772 |1399 | 1.742531e+04 | 2.685400e+04 |  54.11%
348.02/348.12	c   348s|  1900 |  1865 |  1218k| 636.2 |  26M|  25 | 229 | 540 |4877 | 540 |4514 |  55 | 795 |1477 | 1.742693e+04 | 2.685400e+04 |  54.09%
361.21/361.35	c   361s|  2000 |  1961 |  1277k| 633.6 |  26M|  25 | 218 | 540 |4886 | 540 |4514 |  55 | 843 |1496 | 1.743242e+04 | 2.685400e+04 |  54.05%
376.61/376.71	c   377s|  2100 |  2061 |  1345k| 636.2 |  26M|  26 | 231 | 540 |4910 | 540 |4514 |  55 | 901 |1504 | 1.743308e+04 | 2.685400e+04 |  54.04%
393.81/393.99	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.99	c   394s|  2200 |  2159 |  1412k| 637.6 |  27M|  26 | 214 | 540 |4891 | 540 |4514 |  55 | 924 |1577 | 1.743720e+04 | 2.685400e+04 |  54.00%
416.71/416.86	c   417s|  2300 |  2257 |  1503k| 649.5 |  27M|  27 | 201 | 540 |4855 | 540 |4514 |  55 | 939 |1675 | 1.743936e+04 | 2.685400e+04 |  53.99%
432.50/432.67	c   433s|  2400 |  2357 |  1563k| 647.1 |  27M|  28 | 204 | 540 |4819 | 540 |4514 |  55 | 949 |1750 | 1.744438e+04 | 2.685400e+04 |  53.94%
449.81/449.95	c   450s|  2500 |  2455 |  1637k| 650.8 |  27M|  28 | 237 | 540 |4813 | 540 |4514 |  55 |1003 |1789 | 1.744438e+04 | 2.685400e+04 |  53.94%
463.90/464.07	c   464s|  2600 |  2553 |  1701k| 650.5 |  28M|  28 | 215 | 540 |4827 | 540 |4514 |  55 |1042 |1795 | 1.744438e+04 | 2.685400e+04 |  53.94%
478.20/478.38	c   478s|  2700 |  2653 |  1766k| 650.7 |  28M|  28 | 227 | 540 |4804 | 540 |4514 |  55 |1068 |1805 | 1.744438e+04 | 2.685400e+04 |  53.94%
494.30/494.45	c   494s|  2800 |  2753 |  1827k| 649.1 |  28M|  28 | 169 | 540 |4812 | 540 |4514 |  55 |1105 |1876 | 1.744438e+04 | 2.685400e+04 |  53.94%
512.00/512.15	c   512s|  2900 |  2853 |  1894k| 649.9 |  28M|  28 | 226 | 540 |4819 | 540 |4514 |  55 |1150 |1943 | 1.745183e+04 | 2.685400e+04 |  53.87%
529.09/529.28	c   529s|  3000 |  2953 |  1958k| 649.5 |  28M|  28 | 214 | 540 |4808 | 540 |4514 |  55 |1187 |2031 | 1.745314e+04 | 2.685400e+04 |  53.86%
545.79/545.94	c   546s|  3100 |  3053 |  2026k| 650.6 |  29M|  29 | 221 | 540 |4778 | 540 |4514 |  55 |1206 |2084 | 1.745353e+04 | 2.685400e+04 |  53.86%
562.79/562.99	c   563s|  3200 |  3153 |  2105k| 654.7 |  29M|  29 | 198 | 540 |4754 | 540 |4514 |  55 |1236 |2095 | 1.745640e+04 | 2.685400e+04 |  53.83%
580.48/580.62	c   581s|  3300 |  3251 |  2183k| 658.7 |  29M|  29 | 240 | 540 |4752 | 540 |4514 |  55 |1261 |2114 | 1.745710e+04 | 2.685400e+04 |  53.83%
599.18/599.31	c   599s|  3400 |  3349 |  2259k| 661.7 |  29M|  29 | 209 | 540 |4746 | 540 |4514 |  55 |1304 |2166 | 1.745844e+04 | 2.685400e+04 |  53.82%
614.78/614.96	c   615s|  3500 |  3445 |  2319k| 659.9 |  30M|  29 | 237 | 540 |4757 | 540 |4514 |  55 |1348 |2225 | 1.746584e+04 | 2.685400e+04 |  53.75%
629.98/630.12	c   630s|  3600 |  3543 |  2378k| 657.8 |  30M|  29 | 220 | 540 |4753 | 540 |4514 |  55 |1367 |2283 | 1.746643e+04 | 2.685400e+04 |  53.75%
646.87/647.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.87/647.08	c   647s|  3700 |  3641 |  2444k| 658.0 |  30M|  29 | 213 | 540 |4772 | 540 |4514 |  55 |1408 |2365 | 1.747140e+04 | 2.685400e+04 |  53.70%
663.17/663.35	c   663s|  3800 |  3737 |  2510k| 658.1 |  30M|  31 | 176 | 540 |4763 | 540 |4514 |  55 |1440 |2420 | 1.747352e+04 | 2.685400e+04 |  53.68%
676.47/676.67	c   677s|  3900 |  3831 |  2570k| 656.5 |  31M|  31 | 206 | 540 |4799 | 540 |4514 |  55 |1510 |2433 | 1.747352e+04 | 2.685400e+04 |  53.68%
689.47/689.64	c   690s|  4000 |  3929 |  2629k| 654.9 |  31M|  31 | 204 | 540 |4806 | 540 |4514 |  55 |1558 |2444 | 1.747352e+04 | 2.685400e+04 |  53.68%
703.77/703.93	c   704s|  4100 |  4027 |  2696k| 655.1 |  31M|  31 | 171 | 540 |4813 | 540 |4514 |  55 |1609 |2451 | 1.747352e+04 | 2.685400e+04 |  53.68%
720.96/721.14	c   721s|  4200 |  4123 |  2776k| 658.6 |  31M|  31 | 205 | 540 |4825 | 540 |4514 |  55 |1663 |2453 | 1.747488e+04 | 2.685400e+04 |  53.67%
734.76/734.91	c   735s|  4300 |  4217 |  2841k| 658.5 |  32M|  31 | 184 | 540 |4833 | 540 |4514 |  55 |1708 |2453 | 1.747751e+04 | 2.685400e+04 |  53.65%
750.76/750.94	c   751s|  4400 |  4317 |  2916k| 660.5 |  32M|  31 | 215 | 540 |4856 | 540 |4514 |  55 |1768 |2455 | 1.748011e+04 | 2.685400e+04 |  53.63%
768.66/768.82	c   769s|  4500 |  4417 |  3002k| 665.0 |  32M|  35 | 216 | 540 |4866 | 540 |4514 |  55 |1823 |2456 | 1.748219e+04 | 2.685400e+04 |  53.61%
786.16/786.35	c   786s|  4600 |  4517 |  3071k| 665.6 |  32M|  35 | 166 | 540 |4904 | 540 |4514 |  55 |1919 |2516 | 1.748483e+04 | 2.685400e+04 |  53.58%
803.75/803.98	c   804s|  4700 |  4617 |  3142k| 666.5 |  33M|  35 | 235 | 540 |4890 | 540 |4514 |  55 |1964 |2581 | 1.748863e+04 | 2.685400e+04 |  53.55%
822.05/822.26	c   822s|  4800 |  4717 |  3212k| 667.3 |  33M|  35 | 187 | 540 |4858 | 540 |4514 |  55 |1986 |2651 | 1.749206e+04 | 2.685400e+04 |  53.52%
838.05/838.25	c   838s|  4900 |  4809 |  3275k| 666.5 |  33M|  35 | 223 | 540 |4850 | 540 |4514 |  55 |2037 |2716 | 1.749250e+04 | 2.685400e+04 |  53.52%
852.75/852.99	c   853s|  5000 |  4909 |  3344k| 667.0 |  33M|  35 | 178 | 540 |4831 | 540 |4514 |  55 |2078 |2724 | 1.749313e+04 | 2.685400e+04 |  53.51%
868.94/869.16	c   869s|  5100 |  5007 |  3419k| 668.6 |  34M|  35 | 242 | 540 |4836 | 540 |4514 |  55 |2128 |2737 | 1.749483e+04 | 2.685400e+04 |  53.50%
885.63/885.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.63/885.84	c   886s|  5200 |  5101 |  3498k| 670.8 |  34M|  35 | 191 | 540 |4864 | 540 |4514 |  55 |2194 |2738 | 1.749636e+04 | 2.685400e+04 |  53.48%
900.24/900.49	c   900s|  5300 |  5197 |  3559k| 669.7 |  34M|  35 | 209 | 540 |4848 | 540 |4514 |  55 |2239 |2771 | 1.749732e+04 | 2.685400e+04 |  53.47%
918.94/919.16	c   919s|  5400 |  5297 |  3634k| 671.1 |  34M|  35 | 194 | 540 |4818 | 540 |4514 |  55 |2272 |2832 | 1.749871e+04 | 2.685400e+04 |  53.46%
934.74/934.96	c   935s|  5500 |  5397 |  3696k| 670.2 |  35M|  35 | 210 | 540 |4828 | 540 |4514 |  55 |2335 |2894 | 1.750255e+04 | 2.685400e+04 |  53.43%
949.72/949.93	c   950s|  5600 |  5493 |  3755k| 668.8 |  35M|  35 | 227 | 540 |4821 | 540 |4514 |  55 |2374 |2951 | 1.750467e+04 | 2.685400e+04 |  53.41%
967.13/967.39	c   967s|  5700 |  5591 |  3828k| 669.8 |  35M|  36 | 144 | 540 |4814 | 540 |4514 |  55 |2403 |3003 | 1.750939e+04 | 2.685400e+04 |  53.37%
980.42/980.66	c   981s|  5800 |  5689 |  3887k| 668.5 |  36M|  36 | 206 | 540 |4796 | 540 |4514 |  55 |2444 |3020 | 1.751480e+04 | 2.685400e+04 |  53.32%
994.72/994.94	c   995s|  5900 |  5785 |  3953k| 668.3 |  36M|  36 | 222 | 540 |4799 | 540 |4514 |  55 |2495 |3024 | 1.751544e+04 | 2.685400e+04 |  53.32%
1013.01/1013.20	c  1013s|  6000 |  5877 |  4038k| 671.4 |  36M|  36 | 193 | 540 |4834 | 540 |4514 |  55 |2559 |3030 | 1.751641e+04 | 2.685400e+04 |  53.31%
1027.01/1027.29	c  1027s|  6100 |  5973 |  4101k| 670.7 |  36M|  36 | 213 | 540 |4831 | 540 |4514 |  55 |2596 |3051 | 1.751789e+04 | 2.685400e+04 |  53.29%
1042.31/1042.55	c  1043s|  6200 |  6071 |  4161k| 669.6 |  37M|  36 | 224 | 540 |4824 | 540 |4514 |  55 |2633 |3098 | 1.752011e+04 | 2.685400e+04 |  53.28%
1059.31/1059.56	c  1060s|  6300 |  6171 |  4229k| 669.8 |  37M|  36 | 228 | 540 |4794 | 540 |4514 |  55 |2658 |3156 | 1.752033e+04 | 2.685400e+04 |  53.27%
1075.01/1075.25	c  1075s|  6400 |  6269 |  4291k| 669.0 |  37M|  36 | 207 | 540 |4814 | 540 |4514 |  55 |2733 |3221 | 1.752577e+04 | 2.685400e+04 |  53.23%
1094.21/1094.44	c  1094s|  6500 |  6367 |  4370k| 670.9 |  37M|  36 | 220 | 540 |4816 | 540 |4514 |  55 |2776 |3285 | 1.752774e+04 | 2.685400e+04 |  53.21%
1109.10/1109.33	c  1109s|  6600 |  6465 |  4435k| 670.5 |  38M|  36 | 212 | 540 |4834 | 540 |4514 |  55 |2845 |3313 | 1.752990e+04 | 2.685400e+04 |  53.19%
1124.40/1124.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.40/1124.69	c  1125s|  6700 |  6562 |  4507k| 671.2 |  38M|  39 | 212 | 540 |4850 | 540 |4514 |  55 |2910 |3316 | 1.753138e+04 | 2.685400e+04 |  53.18%
1137.20/1137.47	c  1137s|  6800 |  6656 |  4566k| 670.0 |  38M|  39 | 210 | 540 |4847 | 540 |4514 |  55 |2944 |3322 | 1.753236e+04 | 2.685400e+04 |  53.17%
1148.20/1148.47	c  1148s|  6900 |  6754 |  4617k| 667.8 |  38M|  39 | 219 | 540 |4842 | 540 |4514 |  55 |2984 |3326 | 1.753236e+04 | 2.685400e+04 |  53.17%
1164.09/1164.34	c  1164s|  7000 |  6848 |  4687k| 668.2 |  38M|  39 | 228 | 540 |4839 | 540 |4514 |  55 |3033 |3347 | 1.753403e+04 | 2.685400e+04 |  53.15%
1180.99/1181.26	c  1181s|  7100 |  6944 |  4753k| 668.1 |  39M|  39 |   - | 540 |4823 | 540 |4514 |  55 |3071 |3400 | 1.753612e+04 | 2.685400e+04 |  53.14%
1196.49/1196.78	c  1197s|  7200 |  7044 |  4817k| 667.7 |  39M|  39 | 211 | 540 |4843 | 540 |4514 |  55 |3141 |3442 | 1.753612e+04 | 2.685400e+04 |  53.14%
1211.79/1212.04	c  1212s|  7300 |  7138 |  4879k| 667.0 |  39M|  39 | 214 | 540 |4862 | 540 |4514 |  55 |3192 |3491 | 1.753625e+04 | 2.685400e+04 |  53.13%
1228.78/1229.05	c  1229s|  7400 |  7232 |  4949k| 667.5 |  40M|  39 | 186 | 540 |4908 | 540 |4514 |  55 |3276 |3546 | 1.753625e+04 | 2.685400e+04 |  53.13%
1244.99/1245.21	c  1245s|  7500 |  7330 |  5017k| 667.7 |  40M|  39 | 214 | 540 |4918 | 540 |4514 |  55 |3334 |3599 | 1.753823e+04 | 2.685400e+04 |  53.12%
1258.28/1258.52	c  1259s|  7600 |  7428 |  5077k| 666.8 |  40M|  39 | 227 | 540 |4915 | 540 |4514 |  55 |3391 |3607 | 1.754055e+04 | 2.685400e+04 |  53.10%
1271.29/1271.53	c  1272s|  7700 |  7526 |  5139k| 666.2 |  40M|  39 | 197 | 540 |4906 | 540 |4514 |  55 |3439 |3611 | 1.754115e+04 | 2.685400e+04 |  53.09%
1284.77/1285.06	c  1285s|  7800 |  7624 |  5201k| 665.6 |  41M|  39 | 190 | 540 |4876 | 540 |4514 |  55 |3484 |3614 | 1.754566e+04 | 2.685400e+04 |  53.05%
1299.98/1300.26	c  1300s|  7900 |  7718 |  5271k| 666.0 |  41M|  39 |   - | 540 |4870 |   0 |   0 |  55 |3542 |3617 | 1.755363e+04 | 2.685400e+04 |  52.98%
1317.36/1317.65	c  1318s|  8000 |  7818 |  5346k| 667.0 |  41M|  39 | 196 | 540 |4881 | 540 |4514 |  55 |3622 |3648 | 1.756156e+04 | 2.685400e+04 |  52.91%
1332.46/1332.72	c  1333s|  8100 |  7918 |  5406k| 666.3 |  41M|  39 | 201 | 540 |4880 | 540 |4514 |  55 |3670 |3687 | 1.756297e+04 | 2.685400e+04 |  52.90%
1348.97/1349.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.97/1349.26	c  1349s|  8200 |  8016 |  5475k| 666.5 |  42M|  39 | 183 | 540 |4896 | 540 |4514 |  55 |3749 |3736 | 1.756558e+04 | 2.685400e+04 |  52.88%
1366.16/1366.41	c  1366s|  8300 |  8112 |  5545k| 666.9 |  42M|  39 | 197 | 540 |4934 | 540 |4514 |  55 |3840 |3789 | 1.757333e+04 | 2.685400e+04 |  52.81%
1383.57/1383.80	c  1384s|  8400 |  8206 |  5616k| 667.5 |  42M|  39 | 204 | 540 |4909 | 540 |4514 |  55 |3868 |3851 | 1.757918e+04 | 2.685400e+04 |  52.76%
1397.76/1398.10	c  1398s|  8500 |  8298 |  5678k| 666.9 |  42M|  39 | 245 | 540 |4910 | 540 |4514 |  55 |3935 |3892 | 1.757918e+04 | 2.685400e+04 |  52.76%
1411.35/1411.67	c  1412s|  8600 |  8398 |  5739k| 666.3 |  43M|  39 | 172 | 540 |4889 | 540 |4514 |  55 |3974 |3897 | 1.757918e+04 | 2.685400e+04 |  52.76%
1425.65/1425.95	c  1426s|  8700 |  8492 |  5805k| 666.1 |  43M|  39 | 211 | 540 |4903 | 540 |4514 |  55 |4055 |3903 | 1.757972e+04 | 2.685400e+04 |  52.76%
1439.35/1439.66	c  1440s|  8800 |  8590 |  5869k| 665.9 |  43M|  39 | 220 | 540 |4881 | 540 |4514 |  55 |4105 |3909 | 1.758298e+04 | 2.685400e+04 |  52.73%
1452.05/1452.31	c  1452s|  8900 |  8688 |  5928k| 665.0 |  43M|  39 | 181 | 540 |4879 | 540 |4514 |  55 |4160 |3909 | 1.758298e+04 | 2.685400e+04 |  52.73%
1463.64/1463.99	c  1464s|  9000 |  8782 |  5984k| 663.8 |  44M|  39 | 230 | 540 |4878 | 540 |4514 |  55 |4217 |3910 | 1.758298e+04 | 2.685400e+04 |  52.73%
1479.15/1479.43	c  1479s|  9100 |  8878 |  6047k| 663.5 |  44M|  39 | 222 | 540 |4886 | 540 |4514 |  55 |4274 |3951 | 1.758883e+04 | 2.685400e+04 |  52.68%
1497.64/1497.97	c  1498s|  9200 |  8976 |  6125k| 664.7 |  44M|  39 | 234 | 540 |4907 | 540 |4514 |  55 |4343 |3997 | 1.758883e+04 | 2.685400e+04 |  52.68%
1514.35/1514.64	c  1515s|  9300 |  9074 |  6192k| 664.8 |  44M|  39 | 234 | 540 |4904 | 540 |4514 |  55 |4394 |4048 | 1.758883e+04 | 2.685400e+04 |  52.68%
1529.64/1530.00	c  1530s|  9400 |  9167 |  6256k| 664.5 |  45M|  39 | 167 | 540 |4915 | 540 |4514 |  55 |4454 |4096 | 1.759000e+04 | 2.685400e+04 |  52.67%
1546.13/1546.50	c  1547s|  9500 |  9257 |  6325k| 664.8 |  45M|  39 | 222 | 540 |4909 | 540 |4514 |  55 |4525 |4150 | 1.759000e+04 | 2.685400e+04 |  52.67%
1559.63/1559.99	c  1560s|  9600 |  9355 |  6386k| 664.2 |  45M|  39 | 237 | 540 |4878 | 540 |4514 |  55 |4552 |4171 | 1.759121e+04 | 2.685400e+04 |  52.66%
1570.73/1571.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.73/1571.01	c  1571s|  9700 |  9453 |  6437k| 662.6 |  45M|  39 | 233 | 540 |4865 | 540 |4514 |  55 |4586 |4173 | 1.759302e+04 | 2.685400e+04 |  52.64%
1583.73/1584.02	c  1584s|  9800 |  9551 |  6497k| 662.0 |  46M|  39 | 221 | 540 |4853 | 540 |4514 |  55 |4617 |4179 | 1.759396e+04 | 2.685400e+04 |  52.63%
1596.73/1597.05	c  1597s|  9900 |  9647 |  6556k| 661.3 |  46M|  39 | 192 | 540 |4862 | 540 |4514 |  55 |4681 |4184 | 1.759396e+04 | 2.685400e+04 |  52.63%
1609.73/1610.06	c  1610s| 10000 |  9741 |  6617k| 660.7 |  46M|  39 | 235 | 540 |4877 | 540 |4514 |  55 |4756 |4187 | 1.760286e+04 | 2.685400e+04 |  52.55%
1626.72/1627.01	c  1627s| 10100 |  9841 |  6696k| 662.0 |  46M|  39 | 226 | 540 |4888 | 540 |4514 |  55 |4826 |4188 | 1.760912e+04 | 2.685400e+04 |  52.50%
1642.51/1642.85	c  1643s| 10200 |  9937 |  6759k| 661.7 |  47M|  39 | 203 | 540 |4868 | 540 |4514 |  55 |4868 |4235 | 1.761285e+04 | 2.685400e+04 |  52.47%
1655.91/1656.29	c  1656s| 10300 | 10033 |  6816k| 660.8 |  47M|  39 | 220 | 540 |4846 | 540 |4514 |  55 |4902 |4268 | 1.761285e+04 | 2.685400e+04 |  52.47%
1671.31/1671.68	c  1672s| 10400 | 10129 |  6880k| 660.6 |  47M|  39 | 175 | 540 |4859 | 540 |4514 |  55 |4972 |4308 | 1.761285e+04 | 2.685400e+04 |  52.47%
1686.61/1686.94	c  1687s| 10500 | 10223 |  6943k| 660.3 |  47M|  39 | 172 | 540 |4881 | 540 |4514 |  55 |5054 |4358 | 1.761492e+04 | 2.685400e+04 |  52.45%
1701.31/1701.67	c  1702s| 10600 | 10314 |  7004k| 659.8 |  48M|  39 | 179 | 540 |4908 | 540 |4514 |  55 |5137 |4402 | 1.761497e+04 | 2.685400e+04 |  52.45%
1717.00/1717.35	c  1717s| 10700 | 10412 |  7071k| 660.0 |  48M|  39 | 185 | 540 |4908 | 540 |4514 |  55 |5193 |4437 | 1.761566e+04 | 2.685400e+04 |  52.44%
1727.80/1728.12	c  1728s| 10800 | 10506 |  7120k| 658.3 |  48M|  39 | 197 | 540 |4888 | 540 |4514 |  55 |5233 |4448 | 1.762207e+04 | 2.685400e+04 |  52.39%
1741.19/1741.59	c  1742s| 10900 | 10604 |  7181k| 657.9 |  48M|  39 | 149 | 540 |4866 | 540 |4514 |  55 |5272 |4455 | 1.762360e+04 | 2.685400e+04 |  52.38%
1754.39/1754.73	c  1755s| 11000 | 10702 |  7243k| 657.6 |  48M|  39 | 207 | 540 |4853 | 540 |4514 |  55 |5317 |4462 | 1.762360e+04 | 2.685400e+04 |  52.38%
1770.89/1771.26	c  1771s| 11100 | 10798 |  7319k| 658.5 |  49M|  39 | 214 | 540 |4854 | 540 |4514 |  55 |5371 |4468 | 1.762475e+04 | 2.685400e+04 |  52.37%
1785.69/1786.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1785.69/1786.07	c  1786s| 11200 | 10890 |  7390k| 658.9 |  49M|  39 | 226 | 540 |4868 | 540 |4514 |  55 |5447 |4471 | 1.762475e+04 | 2.685400e+04 |  52.37%
1796.69/1797.00	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      : 11280
1796.69/1797.01	c Primal Bound       : +2.68540000000000e+04 (1 solutions)
1796.69/1797.01	c Dual Bound         : +1.76247500000000e+04
1796.69/1797.01	c Gap                : 52.37 %
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 -x174 
1796.69/1797.01	v -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 -x408 
1796.69/1797.01	v -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.14 (included in solving)
1796.69/1797.01	c   reading          :       0.02 (included in solving)
1796.69/1797.01	c   copying          :       0.03 (2 #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-3690873-1338018738.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-3690873-1338018738.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.05       0.00          0          0          0          0          0          0          0       3360       5040
1796.69/1797.01	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   linear           :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.69/1797.01	c   logicor          :       0.02       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      11191          0          7          0          1         94          0          0      22246
1796.69/1797.01	c   knapsack         :       1734       1734          6     156796          0          1          4       2619         34       8272          0          0          0
1796.69/1797.01	c   setppc           :        840        840          6     156762          0          1          2      45069        831     146293          0          0          0
1796.69/1797.01	c   linear           :          0+       256          6     155599          0          0          0        123          5        292          0          0          0
1796.69/1797.01	c   logicor          :       1902+      2301          6      58403          0          1          1       9183        199      13991          0          0          0
1796.69/1797.01	c   countsols        :          0          0          0          0          0          1          3          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         :     198.52       0.00       0.00       0.00     198.52       0.00       0.00       0.00
1796.69/1797.01	c   knapsack         :       4.96       0.00       0.04       4.92       0.00       0.00       0.00       0.00
1796.69/1797.01	c   setppc           :       2.24       0.00       0.00       2.19       0.00       0.00       0.00       0.05
1796.69/1797.01	c   linear           :       0.37       0.00       0.00       0.37       0.00       0.00       0.00       0.00
1796.69/1797.01	c   logicor          :       0.93       0.00       0.00       0.92       0.00       0.00       0.00       0.01
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      :          1          0          0          0
1796.69/1797.01	c   pseudoobj        :     167898         85         11          0
1796.69/1797.01	c   vbounds          :          0          0          0          0
1796.69/1797.01	c   redcost          :      11345          0          0        921
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.14       0.00       0.00       0.14       0.00
1796.69/1797.01	c   pseudoobj        :       0.26       0.00       0.00       0.26       0.00
1796.69/1797.01	c   vbounds          :       0.13       0.00       0.00       0.13       0.00
1796.69/1797.01	c   redcost          :       0.26       0.00       0.00       0.26       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.09       1080       1080       6149       26.8        333        9.6          -
1796.69/1797.01	c   infeasible LP    :       0.22       1275        444       4585       52.3         55        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 :          -          -          -       5471       24.0          -          -          -
1796.69/1797.01	c   applied locally  :          -          -          -         25       63.1          -          -          -
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.43       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.57       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.08       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    :       2.38       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        :     198.48       0.00      11191          1         94          0          0      22246
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          1          0          0          0          0          2
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.01       0.00          0          0
1796.69/1797.01	c   oneopt           :       0.02       0.00          1          0
1796.69/1797.01	c   guideddiving     :      91.20       0.00        260          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.01       0.00          0          0
1796.69/1797.01	c   zirounding       :       1.79       0.00          0          0
1796.69/1797.01	c   rounding         :       0.51       0.00       1452          0
1796.69/1797.01	c   shifting         :       0.35       0.00        419          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   indtwoopt        :       0.00       0.00          0          0
1796.69/1797.01	c   indoneopt        :       0.03       0.00          0          0
1796.69/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.69/1797.01	c   feaspump         :      20.41       0.00         33          0
1796.69/1797.01	c   clique           :       0.00       0.00          0          0
1796.69/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.69/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.69/1797.01	c   coefdiving       :      69.50       0.00         90          0
1796.69/1797.01	c   pscostdiving     :      75.95       0.00        180          0
1796.69/1797.01	c   fracdiving       :      91.83       0.00        313          0
1796.69/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.69/1797.01	c   veclendiving     :      59.48       0.00        107          0
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  :      20.01       0.00         16          0
1796.69/1797.01	c   rootsoldiving    :      18.04       0.00         14          0
1796.69/1797.01	c   linesearchdiving :      67.67       0.00        227          0
1796.69/1797.01	c   octane           :       0.00       0.00          0          0
1796.69/1797.01	c   rens             :       0.06       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.02       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          :    1063.91      11494    5414205     480.11    5088.97       0.21        217
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:     476.69      93289    2026015      21.72    4250.17
1796.69/1797.01	c   strong branching :     197.73       4472     904798     202.33    4575.86
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            :      11280
1796.69/1797.01	c   nodes (total)    :      11280
1796.69/1797.01	c   nodes left       :      10966
1796.69/1797.01	c   max depth        :         39
1796.69/1797.01	c   max depth (total):         39
1796.69/1797.01	c   backtracks       :       3050 (27.0%)
1796.69/1797.01	c   delayed cutoffs  :          3
1796.69/1797.01	c   repropagations   :        145 (374 domain reductions, 2 cutoffs)
1796.69/1797.01	c   avg switch length:       8.13
1796.69/1797.01	c   switching time   :       2.96
1796.69/1797.01	c Solution           :
1796.69/1797.01	c   Solutions found  :          1 (1 improvements)
1796.69/1797.01	c   First Solution   : +2.68540000000000e+04   (in run 1, after 1 nodes, 4.88 seconds, depth 0, found by <trysol>)
1796.69/1797.01	c   Primal Bound     : +2.68540000000000e+04   (in run 1, after 1 nodes, 4.88 seconds, depth 0, found by <trysol>)
1796.69/1797.01	c   Dual Bound       : +1.76247500000000e+04
1796.69/1797.01	c   Gap              :      52.37 %
1796.69/1797.01	c   Root Dual Bound  : +1.74220000000000e+04
1796.69/1797.01	c   Root Iterations  :      10655
1796.69/1797.04	c Time complete: 1796.73.

Verifier Data

OK	26854

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.00 1.69 3/172 28236
/proc/meminfo: memFree=29556288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=10496 CPUtime=0 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 1386 0 0 0 0 0 0 0 20 0 1 0 268002349 10747904 1340 33554432000 4194304 10173063 140735053580304 140734198918232 7545739 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 2624 1341 416 1460 0 1155 0

[startup+0.0389041 s]
/proc/loadavg: 2.05 2.00 1.69 3/172 28236
/proc/meminfo: memFree=29556288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=24904 CPUtime=0.03 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 4760 0 0 0 3 0 0 0 20 0 1 0 268002349 25501696 4714 33554432000 4194304 10173063 140735053580304 140735053444808 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 6226 4714 552 1460 0 4757 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24904

[startup+0.100255 s]
/proc/loadavg: 2.05 2.00 1.69 3/172 28236
/proc/meminfo: memFree=29556288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=28332 CPUtime=0.09 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 5972 0 0 0 7 2 0 0 20 0 1 0 268002349 29011968 5606 33554432000 4194304 10173063 140735053580304 140735053444808 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 7083 5606 585 1460 0 5614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28332

[startup+0.300213 s]
/proc/loadavg: 2.05 2.00 1.69 3/172 28236
/proc/meminfo: memFree=29556288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=42144 CPUtime=0.29 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 9717 0 0 0 25 4 0 0 20 0 1 0 268002349 43155456 9166 33554432000 4194304 10173063 140735053580304 140735053573608 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 10536 9166 768 1460 0 9067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42144

[startup+0.700185 s]
/proc/loadavg: 2.05 2.00 1.69 3/172 28236
/proc/meminfo: memFree=29556288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=43908 CPUtime=0.68 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 10452 0 0 0 64 4 0 0 20 0 1 0 268002349 44961792 9757 33554432000 4194304 10173063 140735053580304 140735053573608 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 10977 9757 788 1460 0 9508 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43908

[startup+1.50018 s]
/proc/loadavg: 2.05 2.00 1.69 3/175 28268
/proc/meminfo: memFree=29491612/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=43908 CPUtime=1.49 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 10475 0 0 0 144 5 0 0 20 0 1 0 268002349 44961792 9780 33554432000 4194304 10173063 140735053580304 140735053571512 8023746 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 10977 9780 788 1460 0 9508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43908

[startup+3.10018 s]
/proc/loadavg: 2.05 2.00 1.69 3/175 28268
/proc/meminfo: memFree=29489008/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=69676 CPUtime=3.08 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 17294 0 0 0 292 16 0 0 20 0 1 0 268002349 71348224 16170 33554432000 4194304 10173063 140735053580304 140735053574344 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 17419 16170 832 1460 0 15950 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69676

[startup+6.30018 s]
/proc/loadavg: 2.05 2.00 1.69 2/170 28292
/proc/meminfo: memFree=29507164/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70680 CPUtime=6.28 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 17604 0 0 0 580 48 0 0 20 0 1 0 268002349 72376320 16472 33554432000 4194304 10173063 140735053580304 140735053575224 5104125 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 17670 16472 856 1460 0 16201 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70680

[startup+12.7002 s]
/proc/loadavg: 2.04 2.00 1.69 3/175 28344
/proc/meminfo: memFree=29439492/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=12.68 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20061 0 0 0 1215 53 0 0 20 0 1 0 268002349 72499200 16765 33554432000 4194304 10173063 140735053580304 140735053573752 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/28236/statm: 17700 16765 864 1460 0 16231 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70800

[startup+25.5002 s]
/proc/loadavg: 1.96 1.98 1.69 3/175 28458
/proc/meminfo: memFree=29387064/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=25.47 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20064 0 0 0 2489 58 0 0 20 0 1 0 268002349 72499200 16803 33554432000 4194304 10173063 140735053580304 140735053573848 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 16803 864 1460 0 16231 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 70800

[startup+51.1003 s]
/proc/loadavg: 1.98 1.98 1.70 3/175 28458
/proc/meminfo: memFree=29382748/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=51.06 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20065 0 0 0 5038 68 0 0 20 0 1 0 268002349 72499200 17062 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17062 864 1460 0 16231 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70800

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.71 3/175 28458
/proc/meminfo: memFree=29310872/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=102.26 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 10131 95 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053573432 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70800

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.73 3/175 28459
/proc/meminfo: memFree=29305524/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=162.25 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 16098 127 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053573560 7594591 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70800

[startup+222.3 s]
/proc/loadavg: 2.03 2.00 1.75 3/175 28459
/proc/meminfo: memFree=29379936/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=222.23 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 22069 154 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053573224 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 70800

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/175 28459
/proc/meminfo: memFree=29379252/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=282.23 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 28036 187 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053572904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 70800

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/175 28459
/proc/meminfo: memFree=29379064/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=342.22 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 34006 216 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 70800

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/175 28459
/proc/meminfo: memFree=29376832/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=70800 CPUtime=402.21 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20066 0 0 0 39973 248 0 0 20 0 1 0 268002349 72499200 17063 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 17700 17063 865 1460 0 16231 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 70800

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/175 28460
/proc/meminfo: memFree=29372052/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=72560 CPUtime=462.21 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 20420 0 0 0 45945 276 0 0 20 0 1 0 268002349 74301440 17417 33554432000 4194304 10173063 140735053580304 140735053573608 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 18140 17417 865 1460 0 16671 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 72560

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/176 28463
/proc/meminfo: memFree=29357844/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=72804 CPUtime=522.2 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 21405 0 0 0 51916 304 0 0 20 0 1 0 268002349 74551296 17482 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 18201 17482 865 1460 0 16732 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 72804

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/176 28485
/proc/meminfo: memFree=29357020/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=72916 CPUtime=582.18 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 23366 0 0 0 57884 334 0 0 20 0 1 0 268002349 74665984 17566 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 18229 17566 865 1460 0 16760 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 72916

[startup+642.3 s]

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

/proc/meminfo: memFree=29348572/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=81816 CPUtime=1122.1 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 44536 0 0 0 111589 621 0 0 20 0 1 0 268002349 83779584 19752 33554432000 4194304 10173063 140735053580304 140735053573656 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 20454 19752 865 1460 0 18985 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 81816

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/175 28490
/proc/meminfo: memFree=29345604/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=84600 CPUtime=1182.09 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 47107 0 0 0 117556 653 0 0 20 0 1 0 268002349 86630400 20411 33554432000 4194304 10173063 140735053580304 140735053573160 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 21150 20411 865 1460 0 19681 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 84600

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.89 3/175 28490
/proc/meminfo: memFree=29342872/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=86900 CPUtime=1242.08 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 50025 0 0 0 123523 685 0 0 20 0 1 0 268002349 88985600 21004 33554432000 4194304 10173063 140735053580304 140735053573944 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 21725 21004 865 1460 0 20256 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 86900

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/175 28490
/proc/meminfo: memFree=29342252/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=87496 CPUtime=1302.08 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 50597 0 0 0 129492 716 0 0 20 0 1 0 268002349 89595904 21150 33554432000 4194304 10173063 140735053580304 140735053573224 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 21874 21150 865 1460 0 20405 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 87496

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/175 28490
/proc/meminfo: memFree=29342004/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=87800 CPUtime=1362.06 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 52149 0 0 0 135458 748 0 0 20 0 1 0 268002349 89907200 21222 33554432000 4194304 10173063 140735053580304 140735053573320 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 21950 21222 865 1460 0 20481 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 87800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28491
/proc/meminfo: memFree=29339584/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=89040 CPUtime=1422.06 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 53422 0 0 0 141428 778 0 0 20 0 1 0 268002349 91176960 21528 33554432000 4194304 10173063 140735053580304 140735053573544 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 22260 21528 865 1460 0 20791 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 89040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28491
/proc/meminfo: memFree=29339708/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=90344 CPUtime=1482.05 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 58495 0 0 0 147395 810 0 0 20 0 1 0 268002349 92512256 21845 33554432000 4194304 10173063 140735053580304 140735053573848 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 22586 21845 865 1460 0 21117 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 90344

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/175 28491
/proc/meminfo: memFree=29337288/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=92596 CPUtime=1542.04 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 59510 0 0 0 153362 842 0 0 20 0 1 0 268002349 94818304 22406 33554432000 4194304 10173063 140735053580304 140735053573560 8039730 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 23149 22406 865 1460 0 21680 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 92596

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 28491
/proc/meminfo: memFree=29335180/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=94700 CPUtime=1602.02 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 60973 0 0 0 159331 871 0 0 20 0 1 0 268002349 96972800 22944 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 23675 22944 865 1460 0 22206 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 94700

[startup+1662.3 s]
/proc/loadavg: 1.95 1.99 1.91 3/175 28529
/proc/meminfo: memFree=29411004/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=95144 CPUtime=1662.02 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 62746 0 0 0 165298 904 0 0 20 0 1 0 268002349 97427456 23117 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 23786 23117 865 1460 0 22317 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 95144

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.91 3/176 28533
/proc/meminfo: memFree=29337240/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=96592 CPUtime=1722 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63031 0 0 0 171271 929 0 0 20 0 1 0 268002349 98910208 23436 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24148 23436 865 1460 0 22679 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 96592

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/175 28533
/proc/meminfo: memFree=29269572/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1781.99 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63867 0 0 0 177241 958 0 0 20 0 1 0 268002349 100622336 23857 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23857 865 1460 0 23097 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 98264

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

[startup+1785.5 s]
/proc/loadavg: 2.07 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29265588/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1785.19 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63906 0 0 0 177560 959 0 0 20 0 1 0 268002349 100622336 23896 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23896 865 1460 0 23097 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 98264

[startup+1791.91 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29256908/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1791.6 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178197 963 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 98264

[startup+1795.1 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29255156/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1794.8 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178515 965 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053573336 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 98264

[startup+1795.9 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29255156/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1795.59 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178594 965 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053576792 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 98264

[startup+1796.7 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29254040/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1796.39 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178674 965 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 98264

[startup+1796.9 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29254040/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1796.59 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178694 965 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053573560 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 98264

[startup+1797 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28533
/proc/meminfo: memFree=29254040/32873844 swapFree=7104/7104
[pid=28236] ppid=28234 vsize=98264 CPUtime=1796.69 cores=0,2,4,6
/proc/28236/stat : 28236 (scip-2.1.1.4fix) R 28234 28236 28130 0 -1 4202496 63907 0 0 0 178704 965 0 0 20 0 1 0 268002349 100622336 23897 33554432000 4194304 10173063 140735053580304 140735053573560 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/28236/statm: 24566 23897 865 1460 0 23097 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (KiB) 98264

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.75
CPU user time (s): 1787.09
CPU system time (s): 9.65953
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 98544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.09
system time used= 9.65953
maximum resident set size= 95664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63912
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= 39
involuntary context switches= 2195

runsolver used 2.90456 second user time and 8.33273 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 09:52:18
IDJOB=3690873
IDBENCH=2010
IDSOLVER=2270
FILE ID=node104/3690873-1338018738
RUNJOBID= node104-1338016939-28146
PBS_JOBID= 14624367
Free space on /tmp= 71376 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. 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.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690873-1338018738/watcher-3690873-1338018738 -o /tmp/evaluation-result-3690873-1338018738/solver-3690873-1338018738 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690873-1338018738.opb -t 1800 -m 15500

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=2005382741

node104.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.266
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.53
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.266
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.266
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.91
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.266
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.92
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.266
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.266
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.266
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.266
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:        29556196 kB
Buffers:          227500 kB
Cached:          2308548 kB
SwapCached:            0 kB
Active:           710344 kB
Inactive:        1836852 kB
Active(anon):      13656 kB
Inactive(anon):        0 kB
Active(file):     696688 kB
Inactive(file):  1836852 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13672 kB
Writeback:             0 kB
AnonPages:        164944 kB
Mapped:            13128 kB
Shmem:               200 kB
Slab:             633432 kB
SReclaimable:      76428 kB
SUnreclaim:       557004 kB
KernelStack:        1472 kB
PageTables:         3324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      93692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71360 MiB
End job on node104 at 2012-05-26 10:22:15