Trace number 3692483

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 fixedOPT36 417.294 417.364

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1440225.opb
MD5SUMae858a83a4b73fde0d05a86f9f6907e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.20351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1285
Total number of constraints330
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint64
Number of terms in the objective function 1285
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1285
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1285
Number of bits of the biggest sum of numbers11
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: 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-3692483-1338042737.opb>
0.00/0.01	c original problem has 1285 variables (1285 bin, 0 int, 0 impl, 0 cont) and 330 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c presolving:
0.01/0.03	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 330 upgd conss, 0 impls, 330 clqs
0.01/0.04	c (round 2) 8 del vars, 2 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 330 upgd conss, 0 impls, 328 clqs
0.01/0.04	c    (0.0s) probing: 51/1277 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.01/0.05	c presolving (3 rounds):
0.01/0.05	c  8 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.05	c  0 implications, 328 cliques
0.01/0.05	c presolved problem has 1277 variables (1277 bin, 0 int, 0 impl, 0 cont) and 328 constraints
0.01/0.05	c     328 constraints of type <setppc>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.03
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 2.1.1.4
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1797
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 13950
0.01/0.05	c 
0.01/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.05	c # [type: int, range: [1,2], default: 1]
0.01/0.05	c timing/clocktype = 2
0.01/0.05	c 
0.01/0.05	c # belongs reading time to solving time?
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c timing/reading = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.09/0.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   572 |     - |5467k|   0 | 233 |1277 | 426 |1277 | 328 |   0 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.19/2.27	c   2.3s|     1 |     0 |  5791 |     - |6556k|   0 | 250 |1277 | 795 |1277 | 332 |   4 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.29/2.32	c   2.3s|     1 |     0 |  5828 |     - |6574k|   0 | 249 |1277 | 795 |1277 | 337 |   9 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.29/2.35	c   2.4s|     1 |     0 |  5871 |     - |6595k|   0 | 259 |1277 | 795 |1277 | 342 |  14 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.29/2.39	c   2.4s|     1 |     0 |  5899 |     - |6615k|   0 | 262 |1277 | 795 |1277 | 347 |  19 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.39/2.43	c   2.4s|     1 |     0 |  5917 |     - |6638k|   0 | 262 |1277 | 795 |1277 | 350 |  22 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
2.39/2.47	c   2.5s|     1 |     0 |  5956 |     - |6661k|   0 | 266 |1277 | 795 |1277 | 357 |  29 |  98 |   0 | 3.600000e+01 |      --      |    Inf 
3.08/3.11	c   3.1s|     1 |     2 |  5956 |     - |6662k|   0 | 266 |1277 | 795 |1277 | 357 |  29 |  98 |   9 | 3.600000e+01 |      --      |    Inf 
18.59/18.62	c  18.6s|   100 |    15 | 24645 | 188.8 |6863k|  16 |   - |1277 | 824 |1277 | 348 |  29 | 127 | 280 | 3.600000e+01 |      --      |    Inf 
21.28/21.38	c  21.4s|   200 |    15 | 40930 | 175.7 |6897k|  23 |   - |1277 | 865 |   0 |   0 |  29 | 168 | 301 | 3.600000e+01 |      --      |    Inf 
24.38/24.49	c  24.5s|   300 |    18 | 58071 | 174.3 |6957k|  23 |   - |1277 | 899 |1277 | 348 |  29 | 202 | 325 | 3.600000e+01 |      --      |    Inf 
27.29/27.32	c  27.3s|   400 |    20 | 78799 | 182.6 |7058k|  23 |   - |1277 | 988 |1277 | 348 |  29 | 291 | 336 | 3.600000e+01 |      --      |    Inf 
30.48/30.51	c  30.5s|   500 |    24 | 98811 | 186.1 |7081k|  23 | 145 |1277 |1042 |1277 | 348 |  29 | 345 | 361 | 3.600000e+01 |      --      |    Inf 
33.98/34.10	c  34.1s|   600 |    30 |119659 | 189.8 |7137k|  23 | 146 |1277 |1077 |1277 | 348 |  29 | 380 | 393 | 3.600000e+01 |      --      |    Inf 
40.47/40.51	c  40.5s|   700 |    44 |168939 | 233.2 |7266k|  32 | 164 |1277 |1111 |1277 | 348 |  29 | 417 | 417 | 3.600000e+01 |      --      |    Inf 
43.98/44.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.98/44.01	c  44.0s|   800 |    45 |188490 | 228.5 |7325k|  32 |   - |1277 |1157 |1277 | 348 |  29 | 464 | 457 | 3.600000e+01 |      --      |    Inf 
47.47/47.51	c  47.5s|   900 |    53 |210876 | 227.9 |7378k|  32 |   - |1277 |1167 |1277 | 348 |  29 | 476 | 493 | 3.600000e+01 |      --      |    Inf 
50.67/50.74	c  50.7s|  1000 |    57 |230920 | 225.2 |7461k|  32 | 201 |1277 |1237 |1277 | 348 |  29 | 550 | 519 | 3.600000e+01 |      --      |    Inf 
54.38/54.45	c  54.5s|  1100 |    65 |253081 | 224.9 |7509k|  32 | 106 |1277 |1265 |1277 | 348 |  29 | 581 | 551 | 3.600000e+01 |      --      |    Inf 
57.57/57.61	c  57.6s|  1200 |    77 |271203 | 221.2 |7653k|  32 |   - |1277 |1315 |1277 | 348 |  29 | 634 | 581 | 3.600000e+01 |      --      |    Inf 
60.88/60.96	c  61.0s|  1300 |    81 |290699 | 219.2 |7697k|  32 |   - |1277 |1345 |1277 | 348 |  29 | 671 | 614 | 3.600000e+01 |      --      |    Inf 
64.57/64.69	c  64.7s|  1400 |    79 |314536 | 220.6 |7694k|  32 | 113 |1277 |1376 |1277 | 348 |  29 | 704 | 647 | 3.600000e+01 |      --      |    Inf 
68.57/68.63	c  68.6s|  1500 |    80 |338719 | 222.0 |7727k|  32 |   - |1277 |1420 |   0 |   0 |  29 | 751 | 681 | 3.600000e+01 |      --      |    Inf 
71.27/71.36	c  71.4s|  1600 |    80 |355777 | 218.8 |7756k|  32 | 114 |1277 |1450 |1277 | 348 |  29 | 784 | 705 | 3.600000e+01 |      --      |    Inf 
75.17/75.29	c  75.3s|  1700 |    86 |379668 | 220.0 |7813k|  32 |   - |1277 |1488 |1277 | 348 |  29 | 831 | 737 | 3.600000e+01 |      --      |    Inf 
79.27/79.32	c  79.3s|  1800 |    96 |405041 | 221.8 |7849k|  32 |   - |1277 |1531 |1277 | 348 |  29 | 884 | 769 | 3.600000e+01 |      --      |    Inf 
82.27/82.39	c  82.4s|  1900 |   106 |423607 | 219.9 |7887k|  32 |  97 |1277 |1562 |1277 | 348 |  29 | 921 | 795 | 3.600000e+01 |      --      |    Inf 
85.68/85.71	c  85.7s|  2000 |   106 |443307 | 218.8 |7912k|  32 | 150 |1277 |1610 |1277 | 348 |  29 | 975 | 834 | 3.600000e+01 |      --      |    Inf 
88.07/88.11	c  88.1s|  2100 |   107 |457199 | 215.0 |7978k|  32 |   - |1277 |1671 |1277 | 348 |  29 |1047 | 858 | 3.600000e+01 |      --      |    Inf 
91.18/91.23	c  91.2s|  2200 |   113 |478554 | 214.9 |7989k|  32 |   - |1277 |1673 |1277 | 348 |  29 |1064 | 883 | 3.600000e+01 |      --      |    Inf 
98.87/98.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.87/98.95	c  98.9s|  2300 |   123 |541392 | 232.9 |8075k|  32 |   - |1277 |1708 |1277 | 348 |  29 |1114 | 915 | 3.600000e+01 |      --      |    Inf 
102.87/102.96	c   103s|  2400 |   133 |566030 | 233.5 |8113k|  32 | 146 |1277 |1728 |1277 | 348 |  29 |1145 | 954 | 3.600000e+01 |      --      |    Inf 
107.47/107.51	c   108s|  2500 |   143 |593468 | 235.1 |8160k|  32 |   - |1277 |1731 |1277 | 348 |  29 |1173 | 986 | 3.600000e+01 |      --      |    Inf 
111.37/111.43	c   111s|  2600 |   153 |616133 | 234.8 |8179k|  32 | 139 |1277 |1749 |1277 | 348 |  29 |1212 |1021 | 3.600000e+01 |      --      |    Inf 
114.06/114.18	c   114s|  2700 |   155 |631060 | 231.6 |8201k|  32 | 138 |1277 |1760 |1277 | 348 |  29 |1253 |1053 | 3.600000e+01 |      --      |    Inf 
116.86/116.95	c   117s|  2800 |   159 |646771 | 228.9 |8264k|  32 | 131 |1277 |1788 |1277 | 348 |  29 |1292 |1085 | 3.600000e+01 |      --      |    Inf 
120.76/120.90	c   121s|  2900 |   165 |674885 | 230.7 |8322k|  32 |   - |1277 |1801 |1277 | 348 |  29 |1321 |1116 | 3.600000e+01 |      --      |    Inf 
123.96/124.00	c   124s|  3000 |   167 |692245 | 228.8 |8305k|  32 | 153 |1277 |1808 |1277 | 348 |  29 |1352 |1153 | 3.600000e+01 |      --      |    Inf 
126.37/126.43	c   126s|  3100 |   172 |706984 | 226.2 |8350k|  32 | 173 |1277 |1835 |1277 | 348 |  29 |1400 |1183 | 3.600000e+01 |      --      |    Inf 
129.46/129.56	c   130s|  3200 |   171 |724713 | 224.7 |8351k|  32 | 174 |1277 |1839 |1277 | 348 |  29 |1431 |1221 | 3.600000e+01 |      --      |    Inf 
132.17/132.25	c   132s|  3300 |   169 |740123 | 222.5 |8355k|  32 | 150 |1277 |1861 |1277 | 348 |  29 |1470 |1253 | 3.600000e+01 |      --      |    Inf 
135.66/135.75	c   136s|  3400 |   175 |761483 | 222.3 |8409k|  32 | 136 |1277 |1881 |1277 | 348 |  29 |1510 |1285 | 3.600000e+01 |      --      |    Inf 
139.16/139.27	c   139s|  3500 |   174 |782084 | 221.8 |8403k|  32 | 168 |1277 |1888 |1277 | 348 |  29 |1544 |1325 | 3.600000e+01 |      --      |    Inf 
143.06/143.17	c   143s|  3600 |   170 |806431 | 222.4 |8418k|  32 |   - |1277 |1905 |1277 | 348 |  29 |1599 |1365 | 3.600000e+01 |      --      |    Inf 
147.16/147.21	c   147s|  3700 |   178 |831979 | 223.3 |8431k|  32 | 143 |1277 |1928 |1277 | 348 |  29 |1641 |1397 | 3.600000e+01 |      --      |    Inf 
150.46/150.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.46/150.50	c   151s|  3800 |   186 |852614 | 222.9 |8425k|  32 | 110 |1277 |1923 |1277 | 348 |  29 |1666 |1429 | 3.600000e+01 |      --      |    Inf 
154.16/154.29	c   154s|  3900 |   198 |877574 | 223.5 |8479k|  32 | 132 |1277 |1950 |1277 | 348 |  29 |1709 |1466 | 3.600000e+01 |      --      |    Inf 
156.76/156.88	c   157s|  4000 |   200 |892229 | 221.6 |8538k|  32 |   - |1277 |1992 |   0 |   0 |  29 |1765 |1499 | 3.600000e+01 |      --      |    Inf 
161.56/161.67	c   162s|  4100 |   215 |923285 | 223.8 |8561k|  32 |   - |1277 |1968 |1277 | 348 |  29 |1804 |1537 | 3.600000e+01 |      --      |    Inf 
165.66/165.71	c   166s|  4200 |   214 |948216 | 224.4 |8536k|  32 | 161 |1277 |1972 |1277 | 348 |  29 |1835 |1576 | 3.600000e+01 |      --      |    Inf 
169.06/169.16	c   169s|  4300 |   222 |969932 | 224.2 |8614k|  32 |   - |1277 |1992 |   0 |   0 |  29 |1885 |1606 | 3.600000e+01 |      --      |    Inf 
172.56/172.63	c   173s|  4400 |   226 |992121 | 224.2 |8629k|  32 | 123 |1277 |2021 |1277 | 348 |  29 |1939 |1644 | 3.600000e+01 |      --      |    Inf 
175.05/175.14	c   175s|  4500 |   222 |  1007k| 222.7 |8639k|  32 |   - |1277 |2020 |1277 | 348 |  29 |1957 |1667 | 3.600000e+01 |      --      |    Inf 
178.46/178.59	c   179s|  4600 |   226 |  1027k| 222.2 |8657k|  32 | 132 |1277 |2021 |1277 | 348 |  29 |1994 |1709 | 3.600000e+01 |      --      |    Inf 
181.86/181.92	c   182s|  4700 |   238 |  1052k| 222.8 |8649k|  32 |   - |1277 |2024 |1277 | 348 |  29 |2026 |1730 | 3.600000e+01 |      --      |    Inf 
186.05/186.14	c   186s|  4800 |   242 |  1079k| 223.8 |8688k|  32 | 132 |1277 |2032 |1277 | 348 |  29 |2064 |1748 | 3.600000e+01 |      --      |    Inf 
188.06/188.19	c   188s|  4900 |   248 |  1097k| 222.9 |8726k|  32 | 166 |1277 |2039 |1277 | 348 |  29 |2095 |1749 | 3.600000e+01 |      --      |    Inf 
190.35/190.45	c   190s|  5000 |   254 |  1117k| 222.3 |8753k|  32 | 139 |1277 |2032 |1277 | 348 |  29 |2135 |1752 | 3.600000e+01 |      --      |    Inf 
192.26/192.36	c   192s|  5100 |   246 |  1134k| 221.3 |8686k|  32 | 127 |1277 |2029 |1277 | 348 |  29 |2159 |1752 | 3.600000e+01 |      --      |    Inf 
194.16/194.29	c   194s|  5200 |   244 |  1150k| 220.2 |8686k|  32 |   - |1277 |2051 |   0 |   0 |  29 |2191 |1752 | 3.600000e+01 |      --      |    Inf 
196.56/196.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.56/196.67	c   197s|  5300 |   246 |  1170k| 219.7 |8717k|  32 |   - |1277 |2068 |1277 | 348 |  29 |2244 |1753 | 3.600000e+01 |      --      |    Inf 
198.66/198.76	c   199s|  5400 |   249 |  1188k| 219.0 |8735k|  32 | 141 |1277 |2081 |1277 | 348 |  29 |2280 |1754 | 3.600000e+01 |      --      |    Inf 
201.36/201.41	c   201s|  5500 |   247 |  1212k| 219.5 |8683k|  32 |   - |1277 |2160 |1277 | 348 |  29 |2391 |1754 | 3.600000e+01 |      --      |    Inf 
203.35/203.42	c   203s|  5600 |   243 |  1227k| 218.2 |8678k|  32 |   - |1277 |2168 |1277 | 348 |  29 |2419 |1765 | 3.600000e+01 |      --      |    Inf 
207.45/207.50	c   208s|  5700 |   251 |  1252k| 218.8 |8717k|  32 | 167 |1277 |2172 |1277 | 348 |  29 |2461 |1800 | 3.600000e+01 |      --      |    Inf 
210.15/210.22	c   210s|  5800 |   251 |  1270k| 218.0 |8710k|  32 | 105 |1277 |2173 |1277 | 348 |  29 |2479 |1825 | 3.600000e+01 |      --      |    Inf 
212.85/212.97	c   213s|  5900 |   247 |  1286k| 217.0 |8705k|  32 | 123 |1277 |2182 |1277 | 348 |  29 |2508 |1856 | 3.600000e+01 |      --      |    Inf 
216.15/216.20	c   216s|  6000 |   244 |  1308k| 217.0 |8710k|  32 |   - |1277 |2204 |1277 | 348 |  29 |2566 |1884 | 3.600000e+01 |      --      |    Inf 
218.65/218.73	c   219s|  6100 |   246 |  1324k| 216.3 |8739k|  32 |   - |1277 |2222 |1277 | 348 |  29 |2604 |1904 | 3.600000e+01 |      --      |    Inf 
221.25/221.36	c   221s|  6200 |   246 |  1339k| 215.1 |8756k|  32 |   - |1277 |2240 |1277 | 348 |  29 |2633 |1936 | 3.600000e+01 |      --      |    Inf 
223.45/223.57	c   224s|  6300 |   244 |  1354k| 214.0 |8759k|  32 |   - |1277 |2265 |1277 | 348 |  29 |2673 |1958 | 3.600000e+01 |      --      |    Inf 
226.35/226.45	c   226s|  6400 |   242 |  1370k| 213.2 |8756k|  33 |   - |1277 |2260 |1277 | 348 |  29 |2690 |1991 | 3.600000e+01 |      --      |    Inf 
229.35/229.44	c   229s|  6500 |   236 |  1390k| 213.1 |8706k|  34 |   - |1277 |2251 |   0 |   0 |  29 |2711 |2014 | 3.600000e+01 |      --      |    Inf 
232.45/232.52	c   233s|  6600 |   230 |  1408k| 212.6 |8670k|  34 |   - |1277 |2241 |1277 | 348 |  29 |2735 |2052 | 3.600000e+01 |      --      |    Inf 
234.94/235.06	c   235s|  6700 |   234 |  1425k| 212.0 |8685k|  34 | 150 |1277 |2248 |1277 | 348 |  29 |2775 |2071 | 3.600000e+01 |      --      |    Inf 
237.75/237.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.75/237.88	c   238s|  6800 |   230 |  1441k| 211.1 |8692k|  34 | 141 |1277 |2255 |1277 | 348 |  29 |2809 |2105 | 3.600000e+01 |      --      |    Inf 
240.75/240.89	c   241s|  6900 |   230 |  1461k| 211.0 |8663k|  34 | 128 |1277 |2238 |1277 | 348 |  29 |2831 |2128 | 3.600000e+01 |      --      |    Inf 
244.34/244.45	c   244s|  7000 |   234 |  1483k| 211.2 |8680k|  34 | 138 |1277 |2239 |1277 | 348 |  29 |2890 |2159 | 3.600000e+01 |      --      |    Inf 
247.15/247.24	c   247s|  7100 |   228 |  1500k| 210.6 |8678k|  34 |   - |1277 |2244 |1277 | 348 |  29 |2916 |2188 | 3.600000e+01 |      --      |    Inf 
249.84/249.90	c   250s|  7200 |   232 |  1517k| 210.0 |8707k|  34 | 141 |1277 |2276 |1277 | 348 |  29 |2979 |2210 | 3.600000e+01 |      --      |    Inf 
252.35/252.49	c   252s|  7300 |   228 |  1534k| 209.4 |8738k|  34 |   - |1277 |2310 |1277 | 348 |  29 |3027 |2234 | 3.600000e+01 |      --      |    Inf 
254.54/254.62	c   255s|  7400 |   228 |  1547k| 208.3 |8740k|  34 | 156 |1277 |2325 |1277 | 348 |  29 |3072 |2260 | 3.600000e+01 |      --      |    Inf 
257.35/257.45	c   257s|  7500 |   224 |  1564k| 207.8 |8753k|  34 |   - |1277 |2326 |1277 | 348 |  29 |3112 |2291 | 3.600000e+01 |      --      |    Inf 
260.25/260.33	c   260s|  7600 |   224 |  1581k| 207.3 |8750k|  34 |   - |1277 |2324 |1277 | 348 |  29 |3151 |2321 | 3.600000e+01 |      --      |    Inf 
264.04/264.11	c   264s|  7700 |   224 |  1607k| 208.0 |8818k|  34 |   - |1277 |2394 |1277 | 348 |  29 |3282 |2350 | 3.600000e+01 |      --      |    Inf 
267.04/267.11	c   267s|  7800 |   220 |  1625k| 207.6 |8763k|  34 | 140 |1277 |2387 |1277 | 348 |  29 |3336 |2381 | 3.600000e+01 |      --      |    Inf 
269.84/269.91	c   270s|  7900 |   226 |  1643k| 207.2 |8753k|  34 | 134 |1277 |2376 |1277 | 348 |  29 |3373 |2404 | 3.600000e+01 |      --      |    Inf 
272.04/272.16	c   272s|  8000 |   222 |  1656k| 206.4 |8749k|  34 |   - |1277 |2374 |1277 | 348 |  29 |3429 |2424 | 3.600000e+01 |      --      |    Inf 
274.84/274.92	c   275s|  8100 |   218 |  1672k| 205.8 |8708k|  34 |   - |1277 |2362 |1277 | 348 |  29 |3469 |2458 | 3.600000e+01 |      --      |    Inf 
277.84/277.92	c   278s|  8200 |   218 |  1691k| 205.6 |8676k|  34 | 166 |1277 |2343 |1277 | 348 |  29 |3507 |2488 | 3.600000e+01 |      --      |    Inf 
280.84/280.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.84/280.94	c   281s|  8300 |   218 |  1709k| 205.2 |8722k|  34 |   - |1277 |2399 |1277 | 348 |  29 |3590 |2519 | 3.600000e+01 |      --      |    Inf 
283.54/283.66	c   284s|  8400 |   222 |  1724k| 204.6 |8705k|  34 | 150 |1277 |2376 |1277 | 348 |  29 |3616 |2552 | 3.600000e+01 |      --      |    Inf 
285.95/286.09	c   286s|  8500 |   222 |  1740k| 204.1 |8730k|  34 | 130 |1277 |2405 |1277 | 348 |  29 |3688 |2573 | 3.600000e+01 |      --      |    Inf 
288.34/288.47	c   288s|  8600 |   220 |  1754k| 203.4 |8724k|  34 |   - |1277 |2407 |1277 | 348 |  29 |3731 |2596 | 3.600000e+01 |      --      |    Inf 
291.74/291.82	c   292s|  8700 |   218 |  1779k| 203.8 |8732k|  34 | 149 |1277 |2443 |1277 | 348 |  29 |3798 |2620 | 3.600000e+01 |      --      |    Inf 
294.44/294.56	c   295s|  8800 |   214 |  1795k| 203.4 |8724k|  34 | 124 |1277 |2433 |1277 | 348 |  29 |3841 |2651 | 3.600000e+01 |      --      |    Inf 
297.54/297.66	c   298s|  8900 |   218 |  1814k| 203.2 |8756k|  34 | 142 |1277 |2445 |1277 | 348 |  29 |3902 |2685 | 3.600000e+01 |      --      |    Inf 
299.84/299.99	c   300s|  9000 |   214 |  1829k| 202.6 |8739k|  34 |   - |1277 |2431 |1277 | 348 |  29 |3942 |2708 | 3.600000e+01 |      --      |    Inf 
303.54/303.67	c   304s|  9100 |   218 |  1857k| 203.4 |8692k|  34 | 142 |1277 |2376 |1277 | 348 |  29 |3993 |2730 | 3.600000e+01 |      --      |    Inf 
306.44/306.54	c   307s|  9200 |   216 |  1874k| 203.1 |8703k|  34 |   - |1277 |2366 |1277 | 348 |  29 |4052 |2759 | 3.600000e+01 |      --      |    Inf 
309.54/309.63	c   310s|  9300 |   216 |  1893k| 203.0 |8674k|  34 |   - |1277 |2339 |1277 | 348 |  29 |4111 |2789 | 3.600000e+01 |      --      |    Inf 
312.43/312.51	c   313s|  9400 |   216 |  1909k| 202.6 |8633k|  34 | 181 |1277 |2309 |1277 | 348 |  29 |4165 |2827 | 3.600000e+01 |      --      |    Inf 
315.33/315.48	c   315s|  9500 |   224 |  1929k| 202.5 |8634k|  34 | 179 |1277 |2279 |1277 | 348 |  29 |4180 |2847 | 3.600000e+01 |      --      |    Inf 
318.84/318.99	c   319s|  9600 |   224 |  1952k| 202.8 |8599k|  34 |   - |1277 |2218 |1277 | 348 |  29 |4219 |2883 | 3.600000e+01 |      --      |    Inf 
322.24/322.34	c   322s|  9700 |   226 |  1973k| 202.9 |8590k|  34 | 144 |1277 |2238 |1277 | 348 |  29 |4286 |2911 | 3.600000e+01 |      --      |    Inf 
324.63/324.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.63/324.76	c   325s|  9800 |   226 |  1990k| 202.5 |8639k|  34 |   - |1277 |2252 |1277 | 348 |  29 |4343 |2930 | 3.600000e+01 |      --      |    Inf 
327.24/327.37	c   327s|  9900 |   224 |  2005k| 202.0 |8616k|  34 |   - |1277 |2234 |1277 | 348 |  29 |4403 |2962 | 3.600000e+01 |      --      |    Inf 
330.84/330.99	c   331s| 10000 |   224 |  2028k| 202.3 |8615k|  34 |   - |1277 |2192 |1277 | 348 |  29 |4437 |2990 | 3.600000e+01 |      --      |    Inf 
333.63/333.74	c   334s| 10100 |   226 |  2045k| 202.0 |8651k|  34 |   - |1277 |2212 |1277 | 348 |  29 |4501 |3017 | 3.600000e+01 |      --      |    Inf 
336.14/336.28	c   336s| 10200 |   226 |  2061k| 201.6 |8649k|  34 | 149 |1277 |2232 |1277 | 348 |  29 |4547 |3045 | 3.600000e+01 |      --      |    Inf 
338.64/338.71	c   339s| 10300 |   231 |  2076k| 201.0 |8679k|  34 | 167 |1277 |2170 |1277 | 348 |  29 |4620 |3068 | 3.600000e+01 |      --      |    Inf 
341.23/341.39	c   341s| 10400 |   227 |  2093k| 200.8 |8654k|  34 |   - |1277 |2167 |1277 | 348 |  29 |4660 |3089 | 3.600000e+01 |      --      |    Inf 
343.63/343.72	c   344s| 10500 |   229 |  2112k| 200.6 |8640k|  34 | 121 |1277 |2170 |1277 | 348 |  29 |4698 |3098 | 3.600000e+01 |      --      |    Inf 
346.23/346.37	c   346s| 10600 |   227 |  2133k| 200.7 |8624k|  34 | 157 |1277 |2172 |1277 | 348 |  29 |4751 |3106 | 3.600000e+01 |      --      |    Inf 
349.23/349.33	c   349s| 10700 |   222 |  2156k| 201.0 |8601k|  34 |   - |1277 |2137 |1277 | 348 |  29 |4806 |3114 | 3.600000e+01 |      --      |    Inf 
352.13/352.27	c   352s| 10800 |   226 |  2175k| 200.9 |8594k|  34 |   - |1277 |2076 |   0 |   0 |  29 |4867 |3138 | 3.600000e+01 |      --      |    Inf 
357.83/357.93	c   358s| 10900 |   232 |  2225k| 203.7 |8608k|  34 | 157 |1277 |2068 |1277 | 348 |  29 |4915 |3151 | 3.600000e+01 |      --      |    Inf 
360.43/360.55	c   361s| 11000 |   233 |  2249k| 204.0 |8581k|  34 | 215 |1277 |2044 |1277 | 348 |  29 |4952 |3155 | 3.600000e+01 |      --      |    Inf 
362.63/362.77	c   363s| 11100 |   235 |  2269k| 203.9 |8588k|  34 | 162 |1277 |2037 |1277 | 348 |  29 |4996 |3156 | 3.600000e+01 |      --      |    Inf 
364.52/364.64	c   365s| 11200 |   235 |  2285k| 203.5 |8580k|  34 | 170 |1277 |2034 |1277 | 348 |  29 |5020 |3159 | 3.600000e+01 |      --      |    Inf 
366.33/366.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.33/366.47	c   366s| 11300 |   241 |  2301k| 203.1 |8617k|  34 |   - |1277 |2032 |1277 | 348 |  29 |5067 |3159 | 3.600000e+01 |      --      |    Inf 
368.23/368.37	c   368s| 11400 |   240 |  2317k| 202.8 |8613k|  34 | 137 |1277 |2040 |1277 | 348 |  29 |5114 |3161 | 3.600000e+01 |      --      |    Inf 
370.63/370.71	c   371s| 11500 |   242 |  2337k| 202.8 |8639k|  34 | 129 |1277 |2040 |1277 | 348 |  29 |5162 |3164 | 3.600000e+01 |      --      |    Inf 
372.73/372.81	c   373s| 11600 |   234 |  2356k| 202.7 |8604k|  34 |   - |1277 |2040 |1277 | 348 |  29 |5207 |3164 | 3.600000e+01 |      --      |    Inf 
374.93/375.05	c   375s| 11700 |   230 |  2376k| 202.6 |8568k|  34 |   - |1277 |2022 |1277 | 348 |  29 |5260 |3165 | 3.600000e+01 |      --      |    Inf 
376.73/376.88	c   377s| 11800 |   230 |  2392k| 202.3 |8582k|  34 |   - |1277 |2014 |1277 | 348 |  29 |5302 |3165 | 3.600000e+01 |      --      |    Inf 
378.93/379.07	c   379s| 11900 |   232 |  2411k| 202.2 |8594k|  34 | 102 |1277 |2015 |1277 | 348 |  29 |5342 |3166 | 3.600000e+01 |      --      |    Inf 
381.03/381.20	c   381s| 12000 |   229 |  2431k| 202.1 |8568k|  34 | 189 |1277 |2009 |1277 | 348 |  29 |5363 |3166 | 3.600000e+01 |      --      |    Inf 
383.32/383.42	c   383s| 12100 |   233 |  2444k| 201.6 |8588k|  34 | 127 |1277 |2001 |1277 | 348 |  29 |5418 |3186 | 3.600000e+01 |      --      |    Inf 
386.33/386.45	c   386s| 12200 |   237 |  2464k| 201.5 |8596k|  34 | 142 |1277 |1990 |1277 | 348 |  29 |5458 |3211 | 3.600000e+01 |      --      |    Inf 
389.92/390.01	c   390s| 12300 |   231 |  2486k| 201.7 |8566k|  34 | 156 |1277 |1977 |1277 | 348 |  29 |5477 |3241 | 3.600000e+01 |      --      |    Inf 
393.02/393.11	c   393s| 12400 |   225 |  2506k| 201.6 |8557k|  34 | 166 |1277 |1990 |1277 | 348 |  29 |5521 |3263 | 3.600000e+01 |      --      |    Inf 
395.62/395.73	c   396s| 12500 |   226 |  2525k| 201.6 |8551k|  34 | 128 |1277 |1985 |1277 | 348 |  29 |5567 |3274 | 3.600000e+01 |      --      |    Inf 
398.23/398.32	c   398s| 12600 |   224 |  2541k| 201.3 |8597k|  34 |   - |1277 |2070 |1277 | 348 |  29 |5662 |3292 | 3.600000e+01 |      --      |    Inf 
401.53/401.63	c   402s| 12700 |   224 |  2561k| 201.3 |8592k|  34 | 146 |1277 |2090 |1277 | 348 |  29 |5691 |3328 | 3.600000e+01 |      --      |    Inf 
404.42/404.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.42/404.57	c   405s| 12800 |   224 |  2579k| 201.1 |8554k|  34 | 109 |1277 |2058 |1277 | 348 |  29 |5726 |3354 | 3.600000e+01 |      --      |    Inf 
407.33/407.43	c   407s| 12900 |   216 |  2598k| 201.0 |8529k|  34 | 149 |1277 |2066 |1277 | 348 |  29 |5767 |3376 | 3.600000e+01 |      --      |    Inf 
410.13/410.23	c   410s| 13000 |   220 |  2616k| 200.9 |8536k|  34 | 158 |1277 |2051 |1277 | 348 |  29 |5779 |3398 | 3.600000e+01 |      --      |    Inf 
413.12/413.20	c   413s| 13100 |   217 |  2634k| 200.7 |8555k|  34 |   - |1277 |2088 |   0 |   0 |  29 |5820 |3429 | 3.600000e+01 |      --      |    Inf 
416.32/416.49	c   416s| 13200 |   221 |  2657k| 200.9 |8552k|  34 |  89 |1277 |2091 |1277 | 348 |  29 |5854 |3448 | 3.600000e+01 |      --      |    Inf 
417.22/417.35	o 36
417.22/417.35	c * 417s| 13232 |     0 |  2662k| 200.8 |7266k|  34 |   - |1277 |2100 |1277 | 348 |  29 |5865 |3459 | 3.600000e+01 | 3.600000e+01 |   0.00%
417.22/417.35	c 
417.22/417.35	c SCIP Status        : problem is solved [optimal solution found]
417.22/417.35	c Solving Time (sec) : 417.35
417.22/417.35	c Solving Nodes      : 13232
417.22/417.35	c Primal Bound       : +3.60000000000000e+01 (1 solutions)
417.22/417.35	c Dual Bound         : +3.60000000000000e+01
417.22/417.35	c Gap                : 0.00 %
417.22/417.35	s OPTIMUM FOUND
417.22/417.35	v x1285 -x1284 -x1283 -x1282 -x1281 -x1280 -x1279 -x1278 x1277 -x1276 -x1275 -x1274 -x1273 -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 
417.22/417.35	v -x1266 -x1265 -x1264 -x1263 -x1262 -x1261 -x1260 -x1259 -x1258 -x1257 -x1256 x1255 -x1254 -x1253 -x1252 -x1251 -x1250 -x1249 
417.22/417.35	v -x1248 -x1247 -x1246 x1245 -x1244 -x1243 -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 
417.22/417.35	v -x1230 -x1229 -x1228 -x1227 -x1226 -x1225 -x1224 x1223 -x1222 -x1221 -x1220 -x1219 x1218 x1217 -x1216 -x1215 -x1214 -x1213 
417.22/417.35	v -x1212 -x1211 -x1210 -x1209 -x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 -x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 
417.22/417.35	v -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 -x1182 -x1181 -x1180 -x1179 -x1178 -x1177 
417.22/417.35	v -x1176 -x1175 -x1174 -x1173 -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 x1165 -x1164 -x1163 -x1162 -x1161 -x1160 -x1159 
417.22/417.35	v -x1158 -x1157 -x1156 -x1155 -x1154 -x1153 -x1152 -x1151 -x1150 -x1149 -x1148 -x1147 -x1146 -x1145 -x1144 -x1143 -x1142 -x1141 
417.22/417.35	v -x1140 -x1139 -x1138 -x1137 -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 -x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 
417.22/417.35	v -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 -x1116 -x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 -x1107 -x1106 
417.22/417.35	v -x1105 -x1104 -x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 -x1096 -x1095 -x1094 -x1093 x1092 -x1091 -x1090 -x1089 -x1088 
417.22/417.35	v -x1087 -x1086 -x1085 -x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 
417.22/417.35	v -x1069 -x1068 -x1067 -x1066 -x1065 -x1064 -x1063 -x1062 -x1061 -x1060 x1059 -x1058 -x1057 -x1056 -x1055 -x1054 -x1053 -x1052 
417.22/417.35	v -x1051 -x1050 -x1049 -x1048 -x1047 -x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 -x1039 -x1038 -x1037 -x1036 -x1035 -x1034 
417.22/417.35	v -x1033 -x1032 -x1031 -x1030 -x1029 -x1028 -x1027 -x1026 -x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 
417.22/417.35	v -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 -x1009 -x1008 -x1007 -x1006 -x1005 -x1004 -x1003 -x1002 -x1001 -x1000 -x999 x998 
417.22/417.35	v -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 -x978 -x977 
417.22/417.35	v -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 -x957 -x956 
417.22/417.35	v -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 x939 -x938 -x937 x936 -x935 
417.22/417.35	v -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 -x916 -x915 -x914 
417.22/417.35	v -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 -x895 x894 -x893 
417.22/417.35	v -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 -x874 -x873 -x872 
417.22/417.35	v -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 -x853 -x852 -x851 
417.22/417.35	v -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 -x832 -x831 
417.22/417.35	v -x830 -x829 x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 -x811 -x810 
417.22/417.35	v -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 -x790 -x789 
417.22/417.35	v -x788 -x787 -x786 -x785 -x784 -x783 -x782 x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 -x769 -x768 
417.22/417.35	v -x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 -x748 -x747 
417.22/417.35	v -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 -x727 -x726 
417.22/417.35	v -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 x706 -x705 
417.22/417.35	v -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 -x685 -x684 
417.22/417.35	v -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x663 
417.22/417.35	v -x662 -x661 -x660 x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 -x648 x647 -x646 -x645 -x644 -x643 -x642 
417.22/417.35	v -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 -x622 -x621 
417.22/417.35	v -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 -x601 
417.22/417.35	v -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 x586 -x585 -x584 -x583 -x582 -x581 -x580 
417.22/417.35	v -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 
417.22/417.35	v -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 -x539 -x538 
417.22/417.35	v -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 -x518 -x517 
417.22/417.35	v -x516 x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x497 -x496 
417.22/417.35	v -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x475 
417.22/417.35	v -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 
417.22/417.35	v -x453 -x452 -x451 -x450 -x449 -x448 -x447 x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 
417.22/417.35	v -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 
417.22/417.35	v -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 x397 -x396 -x395 -x394 -x393 -x392 
417.22/417.35	v -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 
417.22/417.35	v -x370 -x369 -x368 -x367 -x366 -x365 -x364 x363 -x362 -x361 -x360 -x359 -x358 x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 
417.22/417.35	v -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 
417.22/417.35	v -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 -x308 
417.22/417.35	v -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 -x287 
417.22/417.35	v -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 
417.22/417.35	v -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 
417.22/417.35	v -x244 -x243 -x242 -x241 -x240 -x239 x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 
417.22/417.35	v -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 
417.22/417.35	v -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 
417.22/417.35	v -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 
417.22/417.35	v -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 
417.22/417.35	v -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 
417.22/417.35	v -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 
417.22/417.35	v -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 
417.22/417.35	v -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 
417.22/417.35	v -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 
417.22/417.35	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 x3 -x2 -x1 
417.22/417.35	c SCIP Status        : problem is solved [optimal solution found]
417.22/417.35	c Total Time         :     417.35
417.22/417.35	c   solving          :     417.35
417.22/417.35	c   presolving       :       0.03 (included in solving)
417.22/417.35	c   reading          :       0.01 (included in solving)
417.22/417.35	c   copying          :       0.02 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
417.22/417.35	c Original Problem   :
417.22/417.35	c   Problem name     : HOME/instance-3692483-1338042737.opb
417.22/417.35	c   Variables        : 1285 (1285 binary, 0 integer, 0 implicit integer, 0 continuous)
417.22/417.35	c   Constraints      : 330 initial, 330 maximal
417.22/417.35	c   Objective sense  : minimize
417.22/417.35	c Presolved Problem  :
417.22/417.35	c   Problem name     : t_HOME/instance-3692483-1338042737.opb
417.22/417.35	c   Variables        : 1277 (1277 binary, 0 integer, 0 implicit integer, 0 continuous)
417.22/417.35	c   Constraints      : 328 initial, 2452 maximal
417.22/417.35	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
417.22/417.35	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   setppc           :       0.01       0.00          8          0          0          0          0          2          0          0          0
417.22/417.35	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
417.22/417.35	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
417.22/417.35	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
417.22/417.35	c   integral         :          0          0          0          0       7087          0          6          0         39        675          0          0      13468
417.22/417.35	c   setppc           :        328        328          7      45912          1          0          3     526575        654     833917          0          0          0
417.22/417.35	c   linear           :          0+       369          6      45080          0          0          0       2567          4       5466          1          0          0
417.22/417.35	c   logicor          :          0+      2012          7      22188          0          0          0       6622         97       7106          0          0          0
417.22/417.35	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
417.22/417.35	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
417.22/417.35	c   integral         :     113.56       0.00       0.00       0.00     113.56       0.00       0.00       0.00
417.22/417.35	c   setppc           :       1.87       0.00       0.00       1.33       0.00       0.00       0.00       0.54
417.22/417.35	c   linear           :       0.23       0.00       0.00       0.23       0.00       0.00       0.00       0.00
417.22/417.35	c   logicor          :       0.35       0.00       0.00       0.34       0.00       0.00       0.00       0.02
417.22/417.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
417.22/417.35	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
417.22/417.35	c   rootredcost      :          0          0          0          0
417.22/417.35	c   pseudoobj        :          0          0          0          0
417.22/417.35	c   vbounds          :          0          0          0          0
417.22/417.35	c   redcost          :       7093          0          0          0
417.22/417.35	c   probing          :          0          0          0          0
417.22/417.35	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
417.22/417.35	c   rootredcost      :       0.04       0.00       0.00       0.04       0.00
417.22/417.35	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
417.22/417.35	c   vbounds          :       0.04       0.00       0.00       0.04       0.00
417.22/417.35	c   redcost          :       0.14       0.00       0.00       0.14       0.00
417.22/417.35	c   probing          :       0.01       0.00       0.01       0.00       0.00
417.22/417.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
417.22/417.35	c   propagation      :       0.24        755        755       4492       62.9        111       32.5          -
417.22/417.35	c   infeasible LP    :       2.75       6192       1888      15025      141.0         35       29.2          0
417.22/417.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
417.22/417.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
417.22/417.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
417.22/417.35	c   applied globally :          -          -          -       5862       38.6          -          -          -
417.22/417.35	c   applied locally  :          -          -          -          3      253.3          -          -          -
417.22/417.35	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
417.22/417.35	c   cut pool         :       0.00                     5          -          -          6          -    (maximal pool size: 57)
417.22/417.35	c   closecuts        :       0.00       0.00          0          0          0          0          0
417.22/417.35	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
417.22/417.35	c   intobj           :       0.00       0.00          0          0          0          0          0
417.22/417.35	c   gomory           :       0.02       0.00          6          0          0          0          0
417.22/417.35	c   cgmip            :       0.00       0.00          0          0          0          0          0
417.22/417.35	c   strongcg         :       0.02       0.00          6          0          0          0          0
417.22/417.35	c   cmir             :       0.03       0.00          6          0          0          0          0
417.22/417.35	c   flowcover        :       0.04       0.00          6          0          0          0          0
417.22/417.35	c   clique           :       0.05       0.00          6          0          0         57          0
417.22/417.35	c   zerohalf         :       0.00       0.00          0          0          0          0          0
417.22/417.35	c   mcf              :       0.00       0.00          1          0          0          0          0
417.22/417.35	c   oddcycle         :       0.00       0.00          0          0          0          0          0
417.22/417.35	c   rapidlearning    :       1.53       0.00          1          0          1          0        369
417.22/417.35	c Pricers            :   ExecTime  SetupTime      Calls       Vars
417.22/417.35	c   problem variables:       0.00          -          0          0
417.22/417.35	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
417.22/417.35	c   relpscost        :     113.54       0.00       7086         39        675          0          0      13468
417.22/417.35	c   pscost           :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   inference        :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c   random           :       0.00       0.00          0          0          0          0          0          0
417.22/417.35	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
417.22/417.35	c   LP solutions     :       0.00          -          -          1
417.22/417.35	c   pseudo solutions :       0.00          -          -          0
417.22/417.35	c   oneopt           :       0.02       0.00          0          0
417.22/417.35	c   crossover        :       0.01       0.00          0          0
417.22/417.35	c   guideddiving     :       0.00       0.00          0          0
417.22/417.35	c   linesearchdiving :       2.97       0.00         21          0
417.22/417.35	c   pscostdiving     :       7.63       0.00         21          0
417.22/417.35	c   fracdiving       :       8.68       0.00         21          0
417.22/417.35	c   veclendiving     :      16.25       0.00         21          0
417.22/417.35	c   objpscostdiving  :       1.53       0.00         11          0
417.22/417.35	c   rootsoldiving    :       3.60       0.00         11          0
417.22/417.35	c   feaspump         :       2.57       0.00         11          0
417.22/417.35	c   coefdiving       :       2.17       0.00         22          0
417.22/417.35	c   smallcard        :       0.00       0.00          0          0
417.22/417.35	c   trivial          :       0.00       0.00          2          0
417.22/417.35	c   shiftandpropagate:       0.01       0.00          1          0
417.22/417.35	c   simplerounding   :       0.01       0.00          0          0
417.22/417.35	c   zirounding       :       0.16       0.00          0          0
417.22/417.35	c   rounding         :       0.22       0.00       1129          0
417.22/417.35	c   shifting         :       0.23       0.00        307          0
417.22/417.35	c   intshifting      :       0.00       0.00          0          0
417.22/417.35	c   twoopt           :       0.00       0.00          0          0
417.22/417.35	c   indoneopt        :       0.03       0.00          0          0
417.22/417.35	c   indtwoopt        :       0.00       0.00          0          0
417.22/417.35	c   fixandinfer      :       0.00       0.00          0          0
417.22/417.35	c   clique           :       0.00       0.00          0          0
417.22/417.35	c   indcoefdiving    :       0.00       0.00          0          0
417.22/417.35	c   indrounding      :       0.00       0.00          0          0
417.22/417.35	c   nlpdiving        :       0.00       0.00          0          0
417.22/417.35	c   intdiving        :       0.00       0.00          0          0
417.22/417.35	c   actconsdiving    :       0.00       0.00          0          0
417.22/417.35	c   octane           :       0.00       0.00          0          0
417.22/417.35	c   rens             :       0.10       0.00          1          0
417.22/417.35	c   rins             :       0.00       0.00          0          0
417.22/417.35	c   localbranching   :       0.00       0.00          0          0
417.22/417.35	c   mutation         :       0.00       0.00          0          0
417.22/417.35	c   dins             :       0.00       0.00          0          0
417.22/417.35	c   vbounds          :       0.00       0.00          0          0
417.22/417.35	c   undercover       :       0.00       0.00          0          0
417.22/417.35	c   subnlp           :       0.01       0.00          0          0
417.22/417.35	c   trysol           :       0.02       0.00          0          0
417.22/417.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
417.22/417.35	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
417.22/417.35	c   dual LP          :     247.38      12947    2258344     174.94    9128.89       0.05         38
417.22/417.35	c   lex dual LP      :       0.00          0          0       0.00          -
417.22/417.35	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
417.22/417.35	c   diving/probing LP:      43.74       7197     403968      56.13    9234.72
417.22/417.35	c   strong branching :     113.24       3459     962668     278.31    8500.79
417.22/417.35	c     (at root node) :          -          9       3709     412.11          -
417.22/417.35	c   conflict analysis:       0.00          0          0       0.00          -
417.22/417.35	c B&B Tree           :
417.22/417.35	c   number of runs   :          1
417.22/417.35	c   nodes            :      13232
417.22/417.35	c   nodes (total)    :      13232
417.22/417.35	c   nodes left       :          0
417.22/417.35	c   max depth        :         34
417.22/417.35	c   max depth (total):         34
417.22/417.35	c   backtracks       :       2322 (17.5%)
417.22/417.35	c   delayed cutoffs  :         20
417.22/417.35	c   repropagations   :       5288 (28901 domain reductions, 18 cutoffs)
417.22/417.35	c   avg switch length:       4.74
417.22/417.35	c   switching time   :       1.77
417.22/417.35	c Solution           :
417.22/417.35	c   Solutions found  :          1 (1 improvements)
417.22/417.35	c   First Solution   : +3.60000000000000e+01   (in run 1, after 13232 nodes, 417.35 seconds, depth 20, found by <relaxation>)
417.22/417.35	c   Primal Bound     : +3.60000000000000e+01   (in run 1, after 13232 nodes, 417.35 seconds, depth 20, found by <relaxation>)
417.22/417.35	c   Dual Bound       : +3.60000000000000e+01
417.22/417.35	c   Gap              :       0.00 %
417.22/417.35	c   Root Dual Bound  : +3.60000000000000e+01
417.22/417.35	c   Root Iterations  :       5956
417.22/417.36	c Time complete: 417.29.

Verifier Data

OK	36

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32219
/proc/meminfo: memFree=25924512/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=13332 CPUtime=0 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 2064 0 0 0 0 0 0 0 20 0 1 0 270400439 13651968 2019 33554432000 4194304 10219143 140734429531840 140736017105368 7157197 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 3333 2019 413 1471 0 1853 0

[startup+0.0210739 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32219
/proc/meminfo: memFree=25924512/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=21704 CPUtime=0.01 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 3962 0 0 0 1 0 0 0 20 0 1 0 270400439 22224896 3917 33554432000 4194304 10219143 140734429531840 140736017105368 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 5426 3917 547 1471 0 3946 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21704

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32219
/proc/meminfo: memFree=25924512/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=29628 CPUtime=0.09 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 6505 0 0 0 8 1 0 0 20 0 1 0 270400439 30339072 6091 33554432000 4194304 10219143 140734429531840 140736017105368 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 7407 6091 736 1471 0 5927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29628

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32219
/proc/meminfo: memFree=25924512/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=29632 CPUtime=0.29 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 6686 0 0 0 28 1 0 0 20 0 1 0 270400439 30343168 6211 33554432000 4194304 10219143 140734429531840 140734429523096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 7408 6211 754 1471 0 5928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29632

[startup+0.700229 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32219
/proc/meminfo: memFree=25924512/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=29632 CPUtime=0.69 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 6686 0 0 0 67 2 0 0 20 0 1 0 270400439 30343168 6211 33554432000 4194304 10219143 140734429531840 140734429523096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 7408 6211 754 1471 0 5928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29632

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32220
/proc/meminfo: memFree=25880568/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=55760 CPUtime=1.49 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 12922 0 0 0 125 24 0 0 20 0 1 0 270400439 57098240 12447 33554432000 4194304 10219143 140734429531840 140734429524888 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 13940 12447 799 1471 0 12460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55760

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32220
/proc/meminfo: memFree=25875484/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=3.08 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14121 0 0 0 263 45 0 0 20 0 1 0 270400439 57561088 12940 33554432000 4194304 10219143 140734429531840 140734429527000 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 12940 825 1471 0 12573 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 56212

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32220
/proc/meminfo: memFree=25876100/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=6.29 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14121 0 0 0 580 49 0 0 20 0 1 0 270400439 57561088 12940 33554432000 4194304 10219143 140734429531840 140734429525672 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 12940 825 1471 0 12573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56212

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32220
/proc/meminfo: memFree=25874640/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=12.69 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14127 0 0 0 1212 57 0 0 20 0 1 0 270400439 57561088 12946 33554432000 4194304 10219143 140734429531840 140734429524552 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 12946 830 1471 0 12573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56212

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32220
/proc/meminfo: memFree=25876780/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=25.49 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14127 0 0 0 2476 73 0 0 20 0 1 0 270400439 57561088 12946 33554432000 4194304 10219143 140734429531840 140734429525512 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 12946 830 1471 0 12573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56212

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 32260
/proc/meminfo: memFree=27676368/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=51.08 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14132 0 0 0 5001 107 0 0 20 0 1 0 270400439 57561088 12959 33554432000 4194304 10219143 140734429531840 140734429525096 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 12959 830 1471 0 12573 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56212

[startup+102.306 s]
/proc/loadavg: 2.15 2.04 2.01 3/177 32260
/proc/meminfo: memFree=26974948/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=102.28 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 10041 187 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525384 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 56212

[startup+162.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/177 32260
/proc/meminfo: memFree=26913488/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=162.26 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 15968 258 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525192 7755536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 56212

[startup+222.3 s]
/proc/loadavg: 2.15 2.09 2.03 3/177 32260
/proc/meminfo: memFree=26830116/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=222.25 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 21887 338 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429524968 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 56212

[startup+282.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/177 32260
/proc/meminfo: memFree=26820588/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=282.24 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 27807 417 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525336 8099239 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 56212

[startup+342.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/177 32261
/proc/meminfo: memFree=26818412/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=342.23 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 33727 496 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525192 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 56212

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=27068716/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=402.23 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 39644 579 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 56212

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

[startup+409.5 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=27068824/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=409.42 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 40355 587 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 409.42
Current children cumulated vsize (KiB) 56212

[startup+412.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=27008932/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=412.62 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 40671 591 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525192 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 412.62
Current children cumulated vsize (KiB) 56212

[startup+415.9 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=26388416/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=415.82 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 40987 595 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 415.82
Current children cumulated vsize (KiB) 56212

[startup+416.7 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=26388416/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=416.62 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 41066 596 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429524360 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 416.62
Current children cumulated vsize (KiB) 56212

[startup+417.1 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=26341792/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=417.02 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 41106 596 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429524360 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 417.02
Current children cumulated vsize (KiB) 56212

[startup+417.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 32261
/proc/meminfo: memFree=26341792/32873648 swapFree=6844/6844
[pid=32219] ppid=32217 vsize=56212 CPUtime=417.22 cores=1,3,5,7
/proc/32219/stat : 32219 (scip-2.1.1.4exp) R 32217 32219 29540 0 -1 4202496 14134 0 0 0 41126 596 0 0 20 0 1 0 270400439 57561088 13073 33554432000 4194304 10219143 140734429531840 140734429525096 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32219/statm: 14053 13073 830 1471 0 12573 0
Current children cumulated CPU time (s) 417.22
Current children cumulated vsize (KiB) 56212

Child status: 0
Real time (s): 417.364
CPU time (s): 417.294
CPU user time (s): 411.32
CPU system time (s): 5.97309
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 57812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 411.32
system time used= 5.97309
maximum resident set size= 53052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14139
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= 9
involuntary context switches= 430

runsolver used 0.949855 second user time and 2.27065 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-26 16:32:17
IDJOB=3692483
IDBENCH=89878
IDSOLVER=2271
FILE ID=node115/3692483-1338042737
RUNJOBID= node115-1338029660-30504
PBS_JOBID= 14624356
Free space on /tmp= 71520 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1440225.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-3692483-1338042737/watcher-3692483-1338042737 -o /tmp/evaluation-result-3692483-1338042737/solver-3692483-1338042737 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692483-1338042737.opb -t 1800 -m 15500

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

MD5SUM BENCH= ae858a83a4b73fde0d05a86f9f6907e8
RANDOM SEED=966856816

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.92
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.462
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.462
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.462
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:        25924884 kB
Buffers:          242800 kB
Cached:          3163224 kB
SwapCached:            0 kB
Active:          3829064 kB
Inactive:        2343868 kB
Active(anon):    2769116 kB
Inactive(anon):        0 kB
Active(file):    1059948 kB
Inactive(file):  2343868 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13616 kB
Writeback:             0 kB
AnonPages:       2773564 kB
Mapped:            17492 kB
Shmem:               200 kB
Slab:             631968 kB
SReclaimable:      76348 kB
SUnreclaim:       555620 kB
KernelStack:        1456 kB
PageTables:         9928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3204884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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= 71504 MiB
End job on node115 at 2012-05-26 16:39:14