Trace number 2705024

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.25 1790.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark180.163
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 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-2705024-1278577846.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.12	o 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.12	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  5391 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.3
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1789.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.09/0.19	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.19	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.49/0.55	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.363670e+05 |    Inf 
8.29/8.35	o 576
8.29/8.35	c * 8.3s|  4201 |  4167 |  1854 |   0.4 |  32M|2543 |   - |5645 |5414 |5645 | 253 | 536 |   0 | 411 | 0.000000e+00 | 5.760000e+02 |    Inf 
17.49/17.56	c  17.5s| 10000 |  9969 |  2205 |   0.2 |  43M|2543 |   0 |5645 |5414 |5645 | 211 | 612 |   0 | 464 | 0.000000e+00 | 5.760000e+02 |    Inf 
34.09/34.14	c  34.1s| 20000 | 19969 |  3178 |   0.1 |  64M|2543 |   0 |5645 |5414 |5645 | 230 | 840 |   0 | 517 | 0.000000e+00 | 5.760000e+02 |    Inf 
51.18/51.20	c  51.2s| 30000 | 29970 |  5108 |   0.2 |  84M|2543 |   0 |5645 |5414 |5645 | 213 |1281 |   0 | 628 | 0.000000e+00 | 5.760000e+02 |    Inf 
55.38/55.49	o 523
55.38/55.49	c *55.5s| 32472 | 32355 |  5645 |   0.2 |  89M|2543 |   - |5645 |5414 |5645 | 232 |1396 |   0 | 675 | 0.000000e+00 | 5.230000e+02 |    Inf 
69.29/69.33	c  69.3s| 40000 | 39874 |  7430 |   0.2 | 105M|2543 |   0 |5645 |5456 |5645 | 206 |1810 |  42 | 740 | 0.000000e+00 | 5.230000e+02 |    Inf 
77.09/77.16	o 516
77.09/77.16	c *77.1s| 44008 | 43829 |  8349 |   0.2 | 114M|2543 |   - |5645 |5483 |5645 | 207 |2014 |  69 | 776 | 0.000000e+00 | 5.160000e+02 |    Inf 
83.49/83.58	o 499
83.49/83.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.49/83.58	c *83.5s| 47093 | 46391 |  9607 |   0.2 | 121M|2543 |   - |5645 |5879 |5645 | 212 |2346 | 465 | 811 | 0.000000e+00 | 4.990000e+02 |    Inf 
84.70/84.76	o 481
84.70/84.76	c *84.7s| 47574 | 46375 |  9877 |   0.2 | 122M|2543 |   - |5645 |6043 |5645 | 192 |2393 | 629 | 811 | 0.000000e+00 | 4.810000e+02 |    Inf 
85.69/85.79	o 479
85.69/85.79	c *85.8s| 48000 | 46739 | 10270 |   0.2 | 123M|2543 |   - |5645 |6083 |5645 | 206 |2467 | 669 | 817 | 0.000000e+00 | 4.790000e+02 |    Inf 
87.18/87.20	o 451
87.18/87.20	c *87.2s| 48554 | 46509 | 10752 |   0.2 | 123M|2543 |   - |5645 |6272 |5645 | 209 |2570 | 858 | 837 | 0.000000e+00 | 4.510000e+02 |    Inf 
87.18/87.25	o 449
87.18/87.25	c *87.2s| 48562 | 46474 | 10766 |   0.2 | 123M|2543 |   - |5645 |6276 |5645 | 209 |2570 | 862 | 837 | 0.000000e+00 | 4.490000e+02 |    Inf 
87.78/87.82	o 417
87.78/87.82	c *87.8s| 48782 | 45796 | 10965 |   0.2 | 121M|2543 |   - |5645 |6354 |5645 | 220 |2609 | 940 | 837 | 0.000000e+00 | 4.170000e+02 |    Inf 
88.49/88.52	o 405
88.49/88.52	c *88.5s| 49136 | 45796 | 11040 |   0.2 | 120M|2543 |   - |5645 |6355 |5645 | 204 |2628 | 941 | 840 | 0.000000e+00 | 4.050000e+02 |    Inf 
89.79/89.82	o 333
89.79/89.82	c *89.8s| 49736 | 44424 | 11383 |   0.2 | 117M|2543 |   - |5645 |6525 |5645 | 214 |2692 |1111 | 852 | 0.000000e+00 | 3.330000e+02 |    Inf 
90.19/90.21	o 273
90.19/90.21	c *90.2s| 49983 | 42540 | 11404 |   0.2 | 113M|2543 |   - |5645 |6525 |5645 | 214 |2694 |1111 | 852 | 0.000000e+00 | 2.730000e+02 |    Inf 
90.19/90.27	c  90.2s| 50000 | 42555 | 11482 |   0.2 | 113M|2543 |   0 |5645 |6526 |5645 | 191 |2699 |1112 | 853 | 0.000000e+00 | 2.730000e+02 |    Inf 
93.99/94.00	o 265
93.99/94.00	c *94.0s| 51193 | 43136 | 13606 |   0.3 | 118M|2543 |   - |5645 |7135 |5645 | 226 |3223 |1721 |1015 | 0.000000e+00 | 2.650000e+02 |    Inf 
94.09/94.17	o 263
94.09/94.17	c *94.1s| 51245 | 43097 | 13680 |   0.3 | 118M|2543 |   - |5645 |7173 |5645 | 192 |3239 |1759 |1015 | 0.000000e+00 | 2.630000e+02 |    Inf 
101.58/101.66	o 255
101.58/101.66	c * 102s| 53674 | 44524 | 17904 |   0.3 | 126M|2543 |   - |5645 |8307 |5645 | 215 |4329 |2910 |1096 | 0.000000e+00 | 2.550000e+02 |    Inf 
104.29/104.35	o 247
104.29/104.35	c * 104s| 54563 | 44799 | 19355 |   0.4 | 129M|2543 |   - |5645 |8593 |5645 | 221 |4691 |3225 |1111 | 0.000000e+00 | 2.470000e+02 |    Inf 
109.59/109.63	o 234
109.59/109.63	c * 110s| 56233 | 45273 | 22012 |   0.4 | 133M|2543 |   - |5645 |9232 |5645 | 194 |5309 |3999 |1151 | 0.000000e+00 | 2.340000e+02 |    Inf 
121.39/121.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.39/121.49	c   121s| 60000 | 48096 | 28372 |   0.5 | 147M|2543 |   3 |5645 |  10k|5645 | 184 |6974 |5773 |1252 | 0.000000e+00 | 2.340000e+02 |    Inf 
123.58/123.64	o 227
123.58/123.64	c * 124s| 60713 | 48109 | 29546 |   0.5 | 148M|2543 |   - |5645 |  10k|5645 | 224 |7330 |6121 |1267 | 0.000000e+00 | 2.270000e+02 |    Inf 
126.28/126.34	o 216
126.28/126.34	c * 126s| 61667 | 47836 | 30670 |   0.5 | 148M|2543 |   - |5645 |  10k|5645 | 201 |7614 |6474 |1299 | 0.000000e+00 | 2.160000e+02 |    Inf 
139.99/140.09	o 211
139.99/140.09	c * 140s| 65956 | 50485 | 39272 |   0.6 | 163M|2543 |   - |5645 |  10k|5645 | 221 |9850 |8566 |1363 | 0.000000e+00 | 2.110000e+02 |    Inf 
152.38/152.48	c   152s| 70000 | 53480 | 47518 |   0.7 | 177M|2543 |   0 |5645 |  10k|5645 | 195 |  11k|  10k|1423 | 0.000000e+00 | 2.110000e+02 |    Inf 
174.48/174.56	o 200
174.48/174.56	c * 175s| 76969 | 57546 | 60230 |   0.8 | 197M|2543 |   - |5645 |9354 |5645 | 208 |  15k|  13k|1452 | 0.000000e+00 | 2.000000e+02 |    Inf 
183.29/183.39	c   183s| 80000 | 59966 | 64432 |   0.8 | 210M|2543 |   0 |5645 |9119 |5645 | 188 |  16k|  14k|1486 | 0.000000e+00 | 2.000000e+02 |    Inf 
200.49/200.55	o 190
200.49/200.55	c * 201s| 85362 | 62206 | 73181 |   0.9 | 223M|2543 |   - |5645 |8728 |5645 | 214 |  19k|  16k|1583 | 0.000000e+00 | 1.900000e+02 |    Inf 
202.59/202.64	o 189
202.59/202.64	c * 203s| 86028 | 62506 | 74246 |   0.9 | 225M|2543 |   - |5645 |8676 |5645 | 217 |  19k|  16k|1598 | 0.000000e+00 | 1.890000e+02 |    Inf 
202.79/202.82	o 188
202.79/202.82	c * 203s| 86102 | 62368 | 74308 |   0.9 | 225M|2543 |   - |5645 |8674 |5645 | 213 |  19k|  16k|1598 | 0.000000e+00 | 1.880000e+02 |    Inf 
202.79/202.83	o 178
202.79/202.83	c * 203s| 86103 | 59715 | 74308 |   0.9 | 216M|2543 |   - |5645 |8674 |5645 | 213 |  19k|  16k|1598 | 0.000000e+00 | 1.780000e+02 |    Inf 
212.39/212.43	o 159
212.39/212.43	c * 212s| 89413 | 56995 | 77499 |   0.9 | 208M|2543 |   - |5645 |8481 |5645 | 238 |  20k|  18k|1639 | 0.000000e+00 | 1.590000e+02 |    Inf 
212.39/212.44	o 156
212.39/212.44	c * 212s| 89414 | 56129 | 77499 |   0.9 | 206M|2543 |   - |5645 |8481 |5645 | 238 |  20k|  18k|1639 | 0.000000e+00 | 1.560000e+02 |    Inf 
214.28/214.38	c   214s| 90000 | 56557 | 78925 |   0.9 | 208M|2543 |   1 |5645 |8294 |5645 | 200 |  21k|  18k|1660 | 0.000000e+00 | 1.560000e+02 |    Inf 
230.99/231.03	o 154
230.99/231.03	c * 231s| 95003 | 59322 | 90260 |   0.9 | 226M|2543 |   - |5645 |7613 |5645 | 215 |  24k|  21k|1763 | 0.000000e+00 | 1.540000e+02 |    Inf 
247.29/247.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.29/247.37	c   247s|100000 | 62840 |100730 |   1.0 | 246M|2543 |   0 |5645 |7648 |5645 | 207 |  27k|  23k|1893 | 0.000000e+00 | 1.540000e+02 |    Inf 
273.49/273.56	o 152
273.49/273.56	c * 274s|108133 | 67674 |115858 |   1.1 | 275M|2543 |   - |5645 |7311 |5645 | 237 |  31k|  27k|2100 | 0.000000e+00 | 1.520000e+02 |    Inf 
276.29/276.32	o 147
276.29/276.32	c * 276s|109085 | 66615 |116851 |   1.1 | 270M|2543 |   - |5645 |7455 |5645 | 200 |  31k|  27k|2108 | 0.000000e+00 | 1.470000e+02 |    Inf 
278.98/279.02	c   279s|110000 | 67327 |117843 |   1.1 | 273M|2543 |   0 |5645 |7462 |5645 | 185 |  31k|  27k|2119 | 0.000000e+00 | 1.470000e+02 |    Inf 
287.38/287.44	o 142
287.38/287.44	c * 287s|112540 | 67203 |124368 |   1.1 | 277M|2543 |   - |5645 |7733 |5645 | 212 |  33k|  29k|2184 | 0.000000e+00 | 1.420000e+02 |    Inf 
289.69/289.78	o 140
289.69/289.78	c * 290s|113216 | 67040 |125794 |   1.1 | 276M|2543 |   - |5645 |7590 |5645 | 199 |  34k|  29k|2215 | 0.000000e+00 | 1.400000e+02 |    Inf 
313.69/313.75	c   314s|120000 | 71289 |143092 |   1.2 | 304M|2543 |   1 |5645 |7183 |5645 | 238 |  39k|  33k|2341 | 0.000000e+00 | 1.400000e+02 |    Inf 
327.59/327.62	o 133
327.59/327.62	c * 328s|124141 | 71249 |152521 |   1.2 | 311M|2543 |   - |5645 |7483 |5645 | 217 |  42k|  36k|2444 | 0.000000e+00 | 1.330000e+02 |    Inf 
331.48/331.51	o 116
331.48/331.51	c * 331s|125315 | 64960 |155445 |   1.2 | 284M|2543 |   - |5645 |7485 |5645 | 211 |  43k|  36k|2476 | 0.000000e+00 | 1.160000e+02 |    Inf 
347.60/347.62	c   348s|130000 | 67772 |172824 |   1.3 | 312M|2543 |   0 |5645 |8661 |5645 | 201 |  47k|  40k|2725 | 0.000000e+00 | 1.160000e+02 |    Inf 
347.69/347.77	o 114
347.69/347.77	c * 348s|130077 | 67113 |172847 |   1.3 | 309M|2543 |   - |5645 |8684 |5645 | 203 |  47k|  40k|2725 | 0.000000e+00 | 1.140000e+02 |    Inf 
347.69/347.79	o 101
347.69/347.79	c * 348s|130078 | 61154 |172847 |   1.3 | 283M|2543 |   - |5645 |8684 |5645 | 203 |  47k|  40k|2725 | 0.000000e+00 | 1.010000e+02 |    Inf 
350.59/350.64	o 97
350.59/350.64	c * 351s|130860 | 58084 |175211 |   1.3 | 268M|2543 |   - |5645 |8220 |5645 | 257 |  48k|  40k|2729 | 0.000000e+00 | 9.700000e+01 |    Inf 
350.79/350.89	o 84
350.79/350.89	c * 351s|130898 | 49788 |175536 |   1.3 | 223M|2543 |   - |5645 |8018 |5645 | 285 |  48k|  40k|2734 | 0.000000e+00 | 8.400000e+01 |    Inf 
356.09/356.18	o 71
356.09/356.18	c * 356s|132157 | 43609 |181972 |   1.4 | 196M|2543 |   - |5645 |6697 |5645 | 203 |  50k|  41k|2800 | 0.000000e+00 | 7.100000e+01 |    Inf 
357.08/357.10	o 68
357.08/357.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.08/357.10	c * 357s|132426 | 42242 |183500 |   1.4 | 193M|2543 |   - |5645 |6483 |5645 | 241 |  50k|  42k|2813 | 0.000000e+00 | 6.800000e+01 |    Inf 
360.49/360.52	o 62
360.49/360.52	c * 360s|133486 | 39699 |187434 |   1.4 | 183M|2543 |   - |5645 |6447 |5645 | 246 |  51k|  43k|2856 | 0.000000e+00 | 6.200000e+01 |    Inf 
360.49/360.58	o 57
360.49/360.58	c * 361s|133491 | 36915 |187506 |   1.4 | 169M|2543 |   - |5645 |6232 |5645 | 260 |  51k|  43k|2857 | 0.000000e+00 | 5.700000e+01 |    Inf 
360.59/360.68	o 49
360.59/360.68	c * 361s|133512 | 33585 |187590 |   1.4 | 157M|2543 |   - |5645 |6099 |5645 | 262 |  51k|  43k|2858 | 0.000000e+00 | 4.900000e+01 |    Inf 
360.99/361.00	o 47
360.99/361.00	c * 361s|133616 | 32032 |188082 |   1.4 | 151M|2543 |   - |5645 |5875 |5645 | 262 |  51k|  43k|2862 | 0.000000e+00 | 4.700000e+01 |    Inf 
361.09/361.11	o 41
361.09/361.11	c * 361s|133628 | 29170 |188322 |   1.4 | 140M|2543 |   - |5645 |5766 |5645 | 270 |  52k|  43k|2863 | 0.000000e+00 | 4.100000e+01 |    Inf 
361.09/361.17	o 31
361.09/361.17	c * 361s|133635 | 23637 |188379 |   1.4 | 120M|2543 |   - |5645 |5537 |5645 | 270 |  52k|  43k|2863 | 0.000000e+00 | 3.100000e+01 |    Inf 
361.19/361.22	o 25
361.19/361.22	c * 361s|133642 | 20993 |188465 |   1.4 | 111M|2543 |   - |5645 |5217 |5645 | 262 |  52k|  43k|2863 | 0.000000e+00 | 2.500000e+01 |    Inf 
361.19/361.23	o 23
361.19/361.23	c * 361s|133643 | 17631 |188472 |   1.4 |  95M|2543 |   - |5645 |5217 |5645 | 262 |  52k|  43k|2863 | 0.000000e+00 | 2.300000e+01 |    Inf 
366.99/367.02	o 15
366.99/367.02	c * 367s|136075 | 14829 |201947 |   1.5 |  90M|2543 |   - |5645 |4778 |5645 | 217 |  55k|  46k|2971 | 0.000000e+00 | 1.500000e+01 |    Inf 
374.29/374.36	c   374s|140000 | 14702 |217238 |   1.6 |  92M|2543 |   1 |5645 |6631 |5645 | 226 |  58k|  51k|3054 | 0.000000e+00 | 1.500000e+01 |    Inf 
384.48/384.54	o 14
384.48/384.54	c * 385s|145527 | 14225 |236914 |   1.6 |  91M|2543 |   - |5645 |5739 |5645 | 207 |  61k|  58k|3171 | 0.000000e+00 | 1.400000e+01 |    Inf 
392.49/392.58	c   393s|150000 | 14191 |254671 |   1.7 |  92M|2543 |   4 |5645 |7234 |5645 | 203 |  64k|  64k|3249 | 0.000000e+00 | 1.400000e+01 |    Inf 
411.48/411.52	c   411s|160000 | 13430 |297386 |   1.9 |  93M|2543 |  11 |5645 |6778 |5645 | 229 |  71k|  77k|3530 | 0.000000e+00 | 1.400000e+01 |    Inf 
412.40/412.42	o 13
412.40/412.42	c * 412s|160502 | 13170 |299396 |   1.9 |  92M|2543 |   - |5645 |7366 |5645 | 251 |  72k|  77k|3538 | 0.000000e+00 | 1.300000e+01 |    Inf 
431.79/431.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.79/431.86	c   432s|170000 | 13178 |350168 |   2.1 |  94M|2543 |   1 |5645 |9882 |5645 | 222 |  81k|  89k|3772 | 0.000000e+00 | 1.300000e+01 |    Inf 
451.89/451.99	c   452s|180000 | 13217 |388854 |   2.2 |  98M|2543 |  13 |5645 |  14k|5645 | 216 |  87k| 102k|3940 | 0.000000e+00 | 1.300000e+01 |    Inf 
472.89/472.99	c   473s|190000 | 13311 |422822 |   2.2 | 102M|2543 |   1 |5645 |  18k|5645 | 273 |  92k| 115k|4088 | 0.000000e+00 | 1.300000e+01 |    Inf 
495.79/495.85	c   496s|200000 | 13441 |458039 |   2.3 | 106M|2543 |   9 |5645 |  19k|5645 | 276 |  97k| 129k|4198 | 0.000000e+00 | 1.300000e+01 |    Inf 
518.00/518.10	c   518s|210000 | 13527 |496487 |   2.4 | 107M|2543 |   - |5645 |  17k|   0 |   0 | 102k| 142k|4399 | 0.000000e+00 | 1.300000e+01 |    Inf 
540.49/540.58	c   541s|220000 | 13518 |539707 |   2.5 | 108M|2543 |   - |5645 |  15k|   0 |   0 | 108k| 156k|4531 | 0.000000e+00 | 1.300000e+01 |    Inf 
563.49/563.56	c   564s|230000 | 13659 |586915 |   2.6 | 112M|2543 |  14 |5645 |  17k|5645 | 229 | 117k| 168k|4711 | 0.000000e+00 | 1.300000e+01 |    Inf 
569.49/569.57	o 11
569.49/569.57	c * 570s|232717 | 12524 |597607 |   2.6 | 108M|2543 |   - |5645 |  19k|5645 | 207 | 120k| 172k|4729 | 0.000000e+00 | 1.100000e+01 |    Inf 
586.20/586.21	c   586s|240000 | 12564 |623422 |   2.6 | 110M|2543 |   1 |5645 |  20k|5645 | 238 | 124k| 182k|4820 | 0.000000e+00 | 1.100000e+01 |    Inf 
609.39/609.46	c   609s|250000 | 12680 |658855 |   2.6 | 112M|2543 |   1 |5645 |  19k|5645 | 256 | 129k| 196k|4965 | 0.000000e+00 | 1.100000e+01 |    Inf 
631.69/631.70	c   632s|260000 | 12711 |698231 |   2.7 | 113M|2543 |   1 |5645 |  17k|5645 | 203 | 135k| 209k|5078 | 0.000000e+00 | 1.100000e+01 |    Inf 
654.29/654.31	c   654s|270000 | 12847 |735884 |   2.7 | 116M|2543 |  15 |5645 |  19k|5645 | 211 | 142k| 222k|5176 | 0.000000e+00 | 1.100000e+01 |    Inf 
676.89/676.99	c   677s|280000 | 12888 |773022 |   2.8 | 118M|2543 |   - |5645 |  18k|   0 |   0 | 146k| 236k|5294 | 0.000000e+00 | 1.100000e+01 |    Inf 
700.09/700.17	c   700s|290000 | 12977 |809245 |   2.8 | 121M|2543 |   1 |5645 |  20k|5645 | 276 | 151k| 249k|5403 | 0.000000e+00 | 1.100000e+01 |    Inf 
724.00/724.07	c   724s|300000 | 13156 |844701 |   2.8 | 124M|2543 |   1 |5645 |  19k|5645 | 205 | 156k| 262k|5513 | 0.000000e+00 | 1.100000e+01 |    Inf 
748.29/748.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.29/748.31	c   748s|310000 | 13268 |882184 |   2.8 | 127M|2543 |   9 |5645 |  21k|5645 | 272 | 162k| 275k|5607 | 0.000000e+00 | 1.100000e+01 |    Inf 
771.69/771.71	c   772s|320000 | 13384 |916808 |   2.9 | 130M|2543 |  15 |5645 |  21k|5645 | 231 | 168k| 288k|5696 | 0.000000e+00 | 1.100000e+01 |    Inf 
796.20/796.28	c   796s|330000 | 13549 |948357 |   2.9 | 134M|2543 |   - |5645 |  22k|   0 |   0 | 173k| 301k|5775 | 0.000000e+00 | 1.100000e+01 |    Inf 
821.80/821.82	c   822s|340000 | 13728 |981055 |   2.9 | 137M|2543 |   - |5645 |  24k|   0 |   0 | 179k| 314k|5861 | 0.000000e+00 | 1.100000e+01 |    Inf 
849.00/849.07	c   849s|350000 | 13833 |  1016k|   2.9 | 140M|2543 |   - |5645 |  27k|   0 |   0 | 185k| 327k|5949 | 0.000000e+00 | 1.100000e+01 |    Inf 
877.09/877.14	c   877s|360000 | 14031 |  1059k|   2.9 | 143M|2543 |   - |5645 |  28k|   0 |   0 | 193k| 341k|6076 | 0.000000e+00 | 1.100000e+01 |    Inf 
903.89/903.93	c   904s|370000 | 14101 |  1102k|   3.0 | 146M|2543 |   - |5645 |  28k|   0 |   0 | 200k| 355k|6185 | 0.000000e+00 | 1.100000e+01 |    Inf 
933.49/933.59	c   934s|380000 | 14176 |  1139k|   3.0 | 148M|2543 |   6 |5645 |  29k|5645 | 257 | 205k| 369k|6283 | 0.000000e+00 | 1.100000e+01 |    Inf 
961.59/961.63	c   962s|390000 | 14139 |  1174k|   3.0 | 149M|2543 |   - |5645 |  27k|   0 |   0 | 210k| 383k|6364 | 0.000000e+00 | 1.100000e+01 |    Inf 
987.60/987.68	c   988s|400000 | 14107 |  1211k|   3.0 | 149M|2543 |   - |5645 |  23k|   0 |   0 | 215k| 396k|6448 | 0.000000e+00 | 1.100000e+01 |    Inf 
1012.60/1012.65	c  1013s|410000 | 14163 |  1249k|   3.0 | 151M|2543 |   - |5645 |  24k|   0 |   0 | 220k| 411k|6539 | 0.000000e+00 | 1.100000e+01 |    Inf 
1040.39/1040.46	c  1040s|420000 | 14102 |  1294k|   3.1 | 151M|2543 |   1 |5645 |  22k|5645 | 262 | 226k| 426k|6632 | 0.000000e+00 | 1.100000e+01 |    Inf 
1064.80/1064.85	c  1065s|430000 | 14118 |  1332k|   3.1 | 152M|2543 |   - |5645 |  22k|   0 |   0 | 231k| 440k|6716 | 0.000000e+00 | 1.100000e+01 |    Inf 
1089.00/1089.02	c  1089s|440000 | 13314 |  1371k|   3.1 | 139M|2543 |   - |5645 |  16k|   0 |   0 | 237k| 454k|6799 | 0.000000e+00 | 1.100000e+01 |    Inf 
1111.10/1111.18	c  1111s|450000 | 12313 |  1412k|   3.1 | 118M|2543 |   - |5645 |  10k|   0 |   0 | 243k| 469k|6890 | 0.000000e+00 | 1.100000e+01 |    Inf 
1118.50/1118.51	o 5
1118.50/1118.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.50/1118.51	c *1118s|453748 |  9973 |  1431k|   3.2 | 102M|2543 |   - |5645 |  12k|5645 | 253 | 246k| 474k|6907 | 0.000000e+00 | 5.000000e+00 |    Inf 
1130.99/1131.07	c  1131s|460000 |  9988 |  1466k|   3.2 | 104M|2543 |   - |5645 |  14k|   0 |   0 | 252k| 483k|6960 | 0.000000e+00 | 5.000000e+00 |    Inf 
1149.79/1149.85	c  1150s|470000 |  9440 |  1513k|   3.2 |  96M|2543 |   - |5645 |7995 |   0 |   0 | 259k| 498k|7073 | 0.000000e+00 | 5.000000e+00 |    Inf 
1151.61/1151.66	o 2
1151.61/1151.66	c *1152s|471210 |  7762 |  1517k|   3.2 |  85M|2543 |   - |5645 |8873 |5645 | 241 | 259k| 499k|7087 | 0.000000e+00 | 2.000000e+00 |    Inf 
1165.80/1165.89	c  1166s|480000 |  7678 |  1549k|   3.2 |  86M|2543 |   1 |5645 |  10k|5645 | 243 | 264k| 512k|7136 | 0.000000e+00 | 2.000000e+00 |    Inf 
1183.20/1183.26	c  1183s|490000 |  7209 |  1594k|   3.3 |  81M|2543 |   - |5645 |6737 |   0 |   0 | 270k| 525k|7255 | 0.000000e+00 | 2.000000e+00 |    Inf 
1200.90/1200.92	c  1201s|500000 |  6823 |  1634k|   3.3 |  78M|2543 |   - |5645 |  11k|   0 |   0 | 276k| 538k|7326 | 0.000000e+00 | 2.000000e+00 |    Inf 
1219.20/1219.21	c  1219s|510000 |  6392 |  1680k|   3.3 |  76M|2543 |   1 |5645 |  13k|5645 | 203 | 282k| 551k|7417 | 0.000000e+00 | 2.000000e+00 |    Inf 
1237.90/1237.96	c  1238s|520000 |  6320 |  1722k|   3.3 |  77M|2543 |  13 |5645 |  14k|5645 | 219 | 290k| 565k|7492 | 0.000000e+00 | 2.000000e+00 |    Inf 
1259.10/1259.12	c  1259s|530000 |  6416 |  1777k|   3.4 |  79M|2543 |   - |5645 |  18k|   0 |   0 | 299k| 579k|7559 | 0.000000e+00 | 2.000000e+00 |    Inf 
1278.69/1278.72	c  1279s|540000 |  6457 |  1821k|   3.4 |  81M|2543 |   1 |5645 |  20k|5645 | 216 | 305k| 595k|7622 | 0.000000e+00 | 2.000000e+00 |    Inf 
1299.40/1299.41	c  1299s|550000 |  6468 |  1866k|   3.4 |  81M|2543 |   9 |5645 |  19k|5645 | 225 | 312k| 609k|7708 | 0.000000e+00 | 2.000000e+00 |    Inf 
1321.50/1321.54	c  1322s|560000 |  6482 |  1926k|   3.4 |  83M|2543 |   - |5645 |  21k|   0 |   0 | 322k| 623k|7789 | 0.000000e+00 | 2.000000e+00 |    Inf 
1343.11/1343.11	c  1343s|570000 |  6502 |  1965k|   3.4 |  84M|2543 |   - |5645 |  22k|   0 |   0 | 327k| 637k|7853 | 0.000000e+00 | 2.000000e+00 |    Inf 
1366.90/1366.93	c  1367s|580000 |  6540 |  2008k|   3.5 |  86M|2543 |   - |5645 |  24k|   0 |   0 | 333k| 651k|7910 | 0.000000e+00 | 2.000000e+00 |    Inf 
1390.90/1390.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1390.90/1390.90	c  1391s|590000 |  6576 |  2050k|   3.5 |  88M|2543 |   1 |5645 |  27k|5645 | 243 | 339k| 665k|7970 | 0.000000e+00 | 2.000000e+00 |    Inf 
1416.20/1416.25	c  1416s|600000 |  6640 |  2091k|   3.5 |  90M|2543 |   - |5645 |  31k|   0 |   0 | 344k| 679k|8021 | 0.000000e+00 | 2.000000e+00 |    Inf 
1444.60/1444.67	c  1445s|610000 |  6641 |  2136k|   3.5 |  91M|2543 |   1 |5645 |  32k|5645 | 255 | 349k| 694k|8083 | 0.000000e+00 | 2.000000e+00 |    Inf 
1469.90/1469.96	c  1470s|620000 |  6743 |  2186k|   3.5 |  91M|2543 |   1 |5645 |  27k|5645 | 266 | 356k| 708k|8212 | 0.000000e+00 | 2.000000e+00 |    Inf 
1497.10/1497.11	c  1497s|630000 |  6845 |  2246k|   3.6 |  94M|2543 |   - |5645 |  30k|   0 |   0 | 366k| 721k|8306 | 0.000000e+00 | 2.000000e+00 |    Inf 
1525.71/1525.71	c  1526s|640000 |  6945 |  2312k|   3.6 |  97M|2543 |   5 |5645 |  34k|5645 | 240 | 376k| 735k|8396 | 0.000000e+00 | 2.000000e+00 |    Inf 
1555.91/1555.93	c  1556s|650000 |  7085 |  2376k|   3.7 |  99M|2543 |  15 |5645 |  37k|5645 | 248 | 384k| 749k|8473 | 0.000000e+00 | 2.000000e+00 |    Inf 
1587.71/1587.76	c  1588s|660000 |  7113 |  2444k|   3.7 | 102M|2543 |   - |5645 |  42k|   0 |   0 | 394k| 763k|8564 | 0.000000e+00 | 2.000000e+00 |    Inf 
1618.41/1618.42	c  1618s|670000 |  7120 |  2504k|   3.7 | 100M|2543 |   - |5645 |  34k|   0 |   0 | 403k| 777k|8658 | 0.000000e+00 | 2.000000e+00 |    Inf 
1649.91/1650.00	c  1650s|680000 |  7268 |  2570k|   3.8 | 103M|2543 |   7 |5645 |  38k|5645 | 280 | 413k| 791k|8723 | 0.000000e+00 | 2.000000e+00 |    Inf 
1682.30/1682.39	c  1682s|690000 |  7311 |  2638k|   3.8 | 106M|2543 |   - |5645 |  42k|   0 |   0 | 422k| 806k|8811 | 0.000000e+00 | 2.000000e+00 |    Inf 
1715.41/1715.47	c  1715s|700000 |  7301 |  2703k|   3.9 | 105M|2543 |   - |5645 |  39k|5645 | 270 | 431k| 820k|8893 | 0.000000e+00 | 2.000000e+00 |    Inf 
1748.31/1748.32	c  1748s|710000 |  7363 |  2770k|   3.9 | 108M|2543 |  14 |5645 |  43k|5645 | 287 | 440k| 834k|8967 | 0.000000e+00 | 2.000000e+00 |    Inf 
1781.30/1781.38	c  1781s|720000 |  7347 |  2837k|   3.9 | 107M|2543 |   9 |5645 |  38k|5645 | 222 | 449k| 848k|9058 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.01/1790.00	c 
1790.01/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.00	c Solving Time (sec) : 1789.97
1790.01/1790.00	c Solving Nodes      : 722613
1790.01/1790.00	c Primal Bound       : +2.00000000000000e+00 (163 solutions)
1790.01/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.01/1790.00	c Gap                : infinite
1790.01/1790.08	s SATISFIABLE
1790.01/1790.08	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.01/1790.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.01/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.01/1790.08	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.01/1790.08	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1790.01/1790.08	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.01/1790.08	v -x104 -x103 -x102 -x101 x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.01/1790.08	v x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.01/1790.08	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.01/1790.08	v -x28 -x27 x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.01/1790.08	v -x1 
1790.01/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.01/1790.08	c Solving Time       :    1789.97
1790.01/1790.08	c Original Problem   :
1790.01/1790.08	c   Problem name     : HOME/instance-2705024-1278577846.wbo
1790.01/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.01/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.01/1790.08	c Presolved Problem  :
1790.01/1790.08	c   Problem name     : t_HOME/instance-2705024-1278577846.wbo
1790.01/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.01/1790.08	c   Constraints      : 5414 initial, 45029 maximal
1790.01/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.01/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.01/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.01/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.01/1790.08	c   root node        :          -       5342          -          -       5342          -          -          -          -
1790.01/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.08	c   integral         :          0          0          0     501103          0          7        599          0          0     659136
1790.01/1790.08	c   linear           :       2707          6    3977002     170180          0     236143   17737752     452005          0          0
1790.01/1790.08	c   indicator        :       2707          0    3719922     170638          0        652    8569096          0          0          0
1790.01/1790.08	c   logicor          :          0+         0    1034162          0          0      65054    1098734          0          0          0
1790.01/1790.08	c   bounddisjunction :          0+         0     320242          0          0        178      10612          0          0          0
1790.01/1790.08	c   countsols        :          0          0          0     111930          0          0          0          0          0          0
1790.01/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.01/1790.08	c   integral         :      13.62       0.00       0.00      13.62       0.00
1790.01/1790.08	c   linear           :     207.30       0.00     187.40      19.90       0.00
1790.01/1790.08	c   indicator        :      89.77       0.01      58.01      31.74       0.00
1790.01/1790.08	c   logicor          :     265.01       0.00     265.01       0.00       0.00
1790.01/1790.08	c   bounddisjunction :       3.51       0.00       3.51       0.00       0.00
1790.01/1790.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.01/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.01/1790.08	c   vbounds          :       0.86      62098          0      17231
1790.01/1790.08	c   rootredcost      :       0.61         54          0       2671
1790.01/1790.08	c   pseudoobj        :     162.95    3991299      12921    7551663
1790.01/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.01/1790.08	c   propagation      :      19.87     314296     314159    1937026       29.0      10963       25.8          -
1790.01/1790.08	c   infeasible LP    :       4.54      13131      13131     105543       40.4        205       16.9          0
1790.01/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.01/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.01/1790.08	c   applied globally :          -          -          -     852595       22.8          -          -          -
1790.01/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.01/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.01/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.01/1790.08	c   redcost          :      53.13     505487          0    1170728          0          0
1790.01/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.01/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.01/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.01/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.01/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.01/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.01/1790.08	c   flowcover        :       0.03          4          0          0          0          0
1790.01/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.01/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.01/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.01/1790.08	c   rapidlearning    :       0.19          1          0          0          0          0
1790.01/1790.08	c Pricers            :       Time      Calls       Vars
1790.01/1790.08	c   problem variables:       0.00          0          0
1790.01/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.01/1790.08	c   relpscost        :      13.27     330055          7        599          0          0     659136
1790.01/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.01/1790.08	c   inference        :      64.90     111876          0          0          0          0     224766
1790.01/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.01/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.01/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.01/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.01/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.01/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.01/1790.08	c   LP solutions     :       0.27          -         54
1790.01/1790.08	c   pseudo solutions :       0.00          -          0
1790.01/1790.08	c   feaspump         :       0.00          0          0
1790.01/1790.08	c   intshifting      :       0.00          0          0
1790.01/1790.08	c   oneopt           :       0.46         50          0
1790.01/1790.08	c   guideddiving     :       0.15         69          0
1790.01/1790.08	c   coefdiving       :       0.17         92          0
1790.01/1790.08	c   pscostdiving     :       0.17         92          0
1790.01/1790.08	c   fracdiving       :       0.17         92          0
1790.01/1790.08	c   linesearchdiving :       0.17         92          0
1790.01/1790.08	c   veclendiving     :       0.17         93          0
1790.01/1790.08	c   rootsoldiving    :       0.17         89          0
1790.01/1790.08	c   objpscostdiving  :       0.17         90          0
1790.01/1790.08	c   crossover        :       3.04         78          7
1790.01/1790.08	c   trivial          :       0.07          2          2
1790.01/1790.08	c   simplerounding   :       0.59     330563          0
1790.01/1790.08	c   zirounding       :       0.54       1000          0
1790.01/1790.08	c   rounding         :       1.22       8050          0
1790.01/1790.08	c   shifting         :       0.64       2581          0
1790.01/1790.08	c   twoopt           :       0.00          0          0
1790.01/1790.08	c   fixandinfer      :       0.00          0          0
1790.01/1790.08	c   intdiving        :       0.00          0          0
1790.01/1790.08	c   actconsdiving    :       0.00          0          0
1790.01/1790.08	c   octane           :       0.00          0          0
1790.01/1790.08	c   rens             :       0.03          1          0
1790.01/1790.08	c   rins             :       0.00          0          0
1790.01/1790.08	c   localbranching   :       0.00          0          0
1790.01/1790.08	c   mutation         :       0.00          0          0
1790.01/1790.08	c   dins             :       0.00          0          0
1790.01/1790.08	c   undercover       :       0.00          0          0
1790.01/1790.08	c   nlp              :       0.14          0          0
1790.01/1790.08	c   trysol           :       0.34        518        100
1790.01/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.01/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.01/1790.08	c   dual LP          :     413.50     411556    2853277       6.93    6900.36
1790.01/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.01/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.01/1790.08	c   diving/probing LP:       0.10         58       1025      17.67    9847.72
1790.01/1790.08	c   strong branching :      10.88       9099      97873      10.76    8993.92
1790.01/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.01/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.01/1790.08	c B&B Tree           :
1790.01/1790.08	c   number of runs   :          1
1790.01/1790.08	c   nodes            :     722613
1790.01/1790.08	c   nodes (total)    :     722613
1790.01/1790.08	c   nodes left       :       7358
1790.01/1790.08	c   max depth        :       2543
1790.01/1790.08	c   max depth (total):       2543
1790.01/1790.08	c   backtracks       :      57695 (8.0%)
1790.01/1790.08	c   delayed cutoffs  :      55576
1790.01/1790.08	c   repropagations   :    2004059 (5722856 domain reductions, 46961 cutoffs)
1790.01/1790.08	c   avg switch length:       7.16
1790.01/1790.08	c   switching time   :     256.07
1790.01/1790.08	c Solution           :
1790.01/1790.08	c   Solutions found  :        163 (55 improvements)
1790.01/1790.08	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.01/1790.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 471210 nodes, 1151.62 seconds, depth 43, found by <relaxation>)
1790.01/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.01/1790.08	c   Gap              :   infinite
1790.01/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.01/1790.08	c   Root Iterations  :        184
1790.20/1790.23	c Time complete: 1790.24.

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705024-1278577846/watcher-2705024-1278577846 -o /tmp/evaluation-result-2705024-1278577846/solver-2705024-1278577846 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705024-1278577846.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 21651
/proc/meminfo: memFree=28324612/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=12512 CPUtime=0
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 1963 0 0 0 0 0 0 0 25 0 1 0 25998193 12812288 1881 4089446400 4194304 10345943 140737406172272 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21651/statm: 3128 1885 429 1502 0 1621 0

[startup+0.031668 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 21651
/proc/meminfo: memFree=28324612/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=21240 CPUtime=0.02
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 4154 0 0 0 2 0 0 0 25 0 1 0 25998193 21749760 4073 4089446400 4194304 10345943 140737406172272 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21651/statm: 5310 4083 430 1502 0 3803 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21240

[startup+0.100644 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 21651
/proc/meminfo: memFree=28324612/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=38020 CPUtime=0.09
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 8449 0 0 0 8 1 0 0 25 0 1 0 25998193 38932480 8013 4089446400 4194304 10345943 140737406172272 18446744073709551615 9138392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21651/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300612 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 21651
/proc/meminfo: memFree=28324612/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=70104 CPUtime=0.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 16213 0 0 0 27 2 0 0 25 0 1 0 25998193 71786496 15777 4089446400 4194304 10345943 140737406172272 18446744073709551615 4448080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21651/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700546 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 21651
/proc/meminfo: memFree=28324612/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=65264 CPUtime=0.69
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 16893 0 0 0 66 3 0 0 25 0 1 0 25998193 66830336 15052 4089446400 4194304 10345943 140737406172272 18446744073709551615 6866074 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21651/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21652
/proc/meminfo: memFree=28266828/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=65264 CPUtime=1.49
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 16895 0 0 0 146 3 0 0 25 0 1 0 25998193 66830336 15054 4089446400 4194304 10345943 140737406172272 18446744073709551615 4608394 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21652
/proc/meminfo: memFree=28266580/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=65264 CPUtime=3.09
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 16899 0 0 0 306 3 0 0 25 0 1 0 25998193 66830336 15058 4089446400 4194304 10345943 140737406172272 18446744073709551615 6119758 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 16316 15058 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21652
/proc/meminfo: memFree=28265092/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=65264 CPUtime=6.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 19294 0 0 0 625 4 0 0 25 0 1 0 25998193 66830336 15083 4089446400 4194304 10345943 140737406172272 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21652
/proc/meminfo: memFree=28245320/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=81112 CPUtime=12.69
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 28811 0 0 0 1263 6 0 0 25 0 1 0 25998193 83058688 19062 4089446400 4194304 10345943 140737406172272 18446744073709551615 6519424 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 20278 19062 754 1502 0 18771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81112

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21653
/proc/meminfo: memFree=28235332/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=86720 CPUtime=25.49
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 32509 0 0 0 2541 8 0 0 25 0 1 0 25998193 88801280 20496 4089446400 4194304 10345943 140737406172272 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 21680 20496 754 1502 0 20173 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86720

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21653
/proc/meminfo: memFree=28194280/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=116020 CPUtime=51.08
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 44115 0 0 0 5095 13 0 0 25 0 1 0 25998193 118804480 27696 4089446400 4194304 10345943 140737406172272 18446744073709551615 6119378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 29005 27696 754 1502 0 27498 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116020

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21655
/proc/meminfo: memFree=28097136/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=196596 CPUtime=102.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 111337 0 0 0 10202 28 0 0 25 0 1 0 25998193 201314304 47684 4089446400 4194304 10345943 140737406172272 18446744073709551615 4995177 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 49149 47684 762 1502 0 47642 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196596

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21656
/proc/meminfo: memFree=27984488/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=289420 CPUtime=162.28
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 173504 0 0 0 16187 41 0 0 25 0 1 0 25998193 296366080 70094 4089446400 4194304 10345943 140737406172272 18446744073709551615 4881841 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 72355 70094 762 1502 0 70848 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 289420

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21658
/proc/meminfo: memFree=27860684/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=391920 CPUtime=222.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 241669 0 0 0 22174 55 0 0 25 0 1 0 25998193 401326080 94408 4089446400 4194304 10345943 140737406172272 18446744073709551615 4882034 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 97980 94408 762 1502 0 96473 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 391920

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21660
/proc/meminfo: memFree=27739592/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=502740 CPUtime=282.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 290290 0 0 0 28162 67 0 0 25 0 1 0 25998193 514805760 119871 4089446400 4194304 10345943 140737406172272 18446744073709551615 4882046 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 125685 119871 762 1502 0 124178 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 502740

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21661
/proc/meminfo: memFree=27601644/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=627544 CPUtime=342.28
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 354519 0 0 0 34146 82 0 0 25 0 1 0 25998193 642605056 148393 4089446400 4194304 10345943 140737406172272 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 156886 148393 763 1502 0 155379 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 627544

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21663
/proc/meminfo: memFree=27551352/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=657940 CPUtime=402.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 417989 0 0 0 40131 98 0 0 25 0 1 0 25998193 673730560 155129 4089446400 4194304 10345943 140737406172272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 164485 155129 783 1502 0 162978 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 657940

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21664
/proc/meminfo: memFree=27523904/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=661672 CPUtime=462.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 444111 0 0 0 46117 112 0 0 25 0 1 0 25998193 677552128 156187 4089446400 4194304 10345943 140737406172272 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 165418 156187 783 1502 0 163911 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 661672

[startup+522.301 s]
/proc/loadavg: 1.95 1.98 1.94 3/179 21693
/proc/meminfo: memFree=28258536/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=667552 CPUtime=522.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 451580 0 0 0 52107 122 0 0 25 0 1 0 25998193 683573248 157807 4089446400 4194304 10345943 140737406172272 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 166888 157807 783 1502 0 165381 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 667552

[startup+582.301 s]
/proc/loadavg: 1.98 1.98 1.94 3/179 21695
/proc/meminfo: memFree=28175588/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=672340 CPUtime=582.29
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 464954 0 0 0 58097 132 0 0 25 0 1 0 25998193 688476160 158876 4089446400 4194304 10345943 140737406172272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 168085 158876 783 1502 0 166578 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 672340

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 21696
/proc/meminfo: memFree=28110932/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=675200 CPUtime=642.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 471533 0 0 0 64089 141 0 0 25 0 1 0 25998193 691404800 159622 4089446400 4194304 10345943 140737406172272 18446744073709551615 4216693 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 168800 159622 783 1502 0 167293 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 675200

[startup+702.301 s]

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

/proc/meminfo: memFree=27842120/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=706460 CPUtime=1062.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 485447 0 0 0 106035 195 0 0 25 0 1 0 25998193 723415040 167374 4089446400 4194304 10345943 140737406172272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176615 167374 783 1502 0 175108 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 706460

[startup+1122.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 21709
/proc/meminfo: memFree=27834360/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=706624 CPUtime=1122.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 495076 0 0 0 112026 204 0 0 25 0 1 0 25998193 723582976 167452 4089446400 4194304 10345943 140737406172272 18446744073709551615 5614627 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176656 167452 783 1502 0 175149 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 706624

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 21711
/proc/meminfo: memFree=27829340/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=706916 CPUtime=1182.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 527913 0 0 0 118012 218 0 0 25 0 1 0 25998193 723881984 167571 4089446400 4194304 10345943 140737406172272 18446744073709551615 5614659 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176729 167571 784 1502 0 175222 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 706916

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 21712
/proc/meminfo: memFree=27825564/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=707280 CPUtime=1242.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 532106 0 0 0 124001 229 0 0 25 0 1 0 25998193 724254720 167700 4089446400 4194304 10345943 140737406172272 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176820 167700 784 1502 0 175313 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 707280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21714
/proc/meminfo: memFree=27822036/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=707628 CPUtime=1302.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 536339 0 0 0 129990 240 0 0 25 0 1 0 25998193 724611072 167616 4089446400 4194304 10345943 140737406172272 18446744073709551615 6362998 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176907 167616 784 1502 0 175400 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 707628

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21715
/proc/meminfo: memFree=27819636/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=707368 CPUtime=1362.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 540564 0 0 0 135979 251 0 0 25 0 1 0 25998193 724344832 167752 4089446400 4194304 10345943 140737406172272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176842 167752 784 1502 0 175335 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 707368

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21717
/proc/meminfo: memFree=27816012/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=707712 CPUtime=1422.31
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 540595 0 0 0 141972 259 0 0 25 0 1 0 25998193 724697088 167783 4089446400 4194304 10345943 140737406172272 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 176928 167783 784 1502 0 175421 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 707712

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 21719
/proc/meminfo: memFree=27811868/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=708520 CPUtime=1482.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 540786 0 0 0 147964 266 0 0 25 0 1 0 25998193 725524480 167974 4089446400 4194304 10345943 140737406172272 18446744073709551615 6716901 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177130 167974 784 1502 0 175623 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 708520

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 21720
/proc/meminfo: memFree=27808608/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=709392 CPUtime=1542.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 540922 0 0 0 153955 275 0 0 25 0 1 0 25998193 726417408 168110 4089446400 4194304 10345943 140737406172272 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177348 168110 784 1502 0 175841 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 709392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21722
/proc/meminfo: memFree=27804720/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=709392 CPUtime=1602.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 541039 0 0 0 159948 282 0 0 25 0 1 0 25998193 726417408 168227 4089446400 4194304 10345943 140737406172272 18446744073709551615 6328773 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177348 168227 784 1502 0 175841 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 709392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21723
/proc/meminfo: memFree=27801464/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=709768 CPUtime=1662.31
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545199 0 0 0 165939 292 0 0 25 0 1 0 25998193 726802432 168130 4089446400 4194304 10345943 140737406172272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177442 168130 784 1502 0 175935 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 709768

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 21725
/proc/meminfo: memFree=27794224/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=709940 CPUtime=1722.31
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545232 0 0 0 171931 300 0 0 25 0 1 0 25998193 726978560 168163 4089446400 4194304 10345943 140737406172272 18446744073709551615 5031514 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177485 168163 784 1502 0 175978 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 709940

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788480/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1782.3
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545437 0 0 0 177923 307 0 0 25 0 1 0 25998193 727703552 168368 4089446400 4194304 10345943 140737406172272 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168368 784 1502 0 176155 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 710648

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788480/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1785.51
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545437 0 0 0 178243 308 0 0 25 0 1 0 25998193 727703552 168368 4089446400 4194304 10345943 140737406172272 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168368 784 1502 0 176155 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 710648

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788356/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1788.71
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545437 0 0 0 178563 308 0 0 25 0 1 0 25998193 727703552 168368 4089446400 4194304 10345943 140737406172272 18446744073709551615 6119735 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168368 784 1502 0 176155 0
Current children cumulated CPU time (s) 1788.71
Current children cumulated vsize (KiB) 710648

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788356/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1789.51
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545437 0 0 0 178643 308 0 0 25 0 1 0 25998193 727703552 168368 4089446400 4194304 10345943 140737406172272 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168368 784 1502 0 176155 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (KiB) 710648

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788348/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1789.91
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545437 0 0 0 178683 308 0 0 25 0 1 0 25998193 727703552 168368 4089446400 4194304 10345943 140737406172272 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168368 784 1502 0 176155 0
Current children cumulated CPU time (s) 1789.91
Current children cumulated vsize (KiB) 710648

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788348/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1790.1
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545455 0 0 0 178702 308 0 0 25 0 1 0 25998193 727703552 168386 4089446400 4194304 10345943 140737406172272 18446744073709551615 4221205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168386 785 1502 0 176155 0
Current children cumulated CPU time (s) 1790.1
Current children cumulated vsize (KiB) 710648

[startup+1790.2 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21727
/proc/meminfo: memFree=27788348/32951124 swapFree=67111528/67111528
[pid=21651] ppid=21649 vsize=710648 CPUtime=1790.2
/proc/21651/stat : 21651 (pbscip.linux.x8) R 21649 21651 21168 0 -1 4202496 545455 0 0 0 178712 308 0 0 25 0 1 0 25998193 727703552 168386 4089446400 4194304 10345943 140737406172272 18446744073709551615 4750032 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21651/statm: 177662 168386 785 1502 0 176155 0
Current children cumulated CPU time (s) 1790.2
Current children cumulated vsize (KiB) 710648

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.25
CPU user time (s): 1787.14
CPU system time (s): 3.11253
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 723872

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

runsolver used 3.03954 second user time and 6.73498 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 10:30:47
IDJOB=2705024
IDBENCH=79265
IDSOLVER=1214
FILE ID=node118/2705024-1278577846
PBS_JOBID= 11240218
Free space on /tmp= 73548 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705024-1278577846/watcher-2705024-1278577846 -o /tmp/evaluation-result-2705024-1278577846/solver-2705024-1278577846 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705024-1278577846.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=1713272524

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28325264 kB
Buffers:        156696 kB
Cached:        3606252 kB
SwapCached:          0 kB
Active:        1912028 kB
Inactive:      2562880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28325264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12816 kB
Writeback:           0 kB
AnonPages:      712164 kB
Mapped:          17900 kB
Slab:            86516 kB
PageTables:       6588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   864188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73532 MiB
End job on node118 at 2010-07-08 11:00:37