Trace number 2705083

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.3 1790.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557957--soft-0-100-0.wbo
MD5SUMc90222590d839243781a638355a39a56
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark447.975
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 717
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-2705083-1278578336.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136367
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.11	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.12	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.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	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.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.35	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.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.40	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.43	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.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.363670e+05 |    Inf 
18.09/18.16	c  18.1s| 10000 | 10002 |  4301 |   0.4 |  44M|1831 |   0 |5645 |5414 |5645 | 213 |1156 |   0 | 618 | 0.000000e+00 | 1.363670e+05 |    Inf 
33.79/33.84	c  33.8s| 20000 | 19985 |  4959 |   0.2 |  65M|1831 |   0 |5645 |5431 |5645 | 242 |1354 |  17 | 661 | 0.000000e+00 | 1.363670e+05 |    Inf 
50.50/50.56	c  50.5s| 30000 | 29986 |  6195 |   0.2 |  85M|1831 |   0 |5645 |5431 |5645 | 200 |1689 |  17 | 699 | 0.000000e+00 | 1.363670e+05 |    Inf 
51.19/51.24	o 472
51.19/51.24	c *51.2s| 30527 | 27397 |  6229 |   0.2 |  80M|1831 |   - |5645 |5431 |5645 | 207 |1696 |  17 | 701 | 0.000000e+00 | 4.720000e+02 |    Inf 
69.09/69.12	o 466
69.09/69.12	c *69.1s| 39975 | 36668 |  9296 |   0.2 | 100M|1831 |   - |5645 |5485 |5645 | 220 |2527 |  71 | 784 | 0.000000e+00 | 4.660000e+02 |    Inf 
69.09/69.19	c  69.2s| 40000 | 36692 |  9385 |   0.2 | 100M|1831 |   0 |5645 |5489 |5645 | 186 |2532 |  75 | 784 | 0.000000e+00 | 4.660000e+02 |    Inf 
84.89/84.97	o 429
84.89/84.97	c *84.9s| 48209 | 43639 | 10761 |   0.2 | 115M|1831 |   - |5645 |5607 |5645 | 219 |2913 | 193 | 793 | 0.000000e+00 | 4.290000e+02 |    Inf 
86.39/86.43	o 424
86.39/86.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.39/86.43	c *86.4s| 48842 | 44046 | 11123 |   0.2 | 116M|1831 |   - |5645 |5716 |5645 | 223 |3018 | 302 | 797 | 0.000000e+00 | 4.240000e+02 |    Inf 
87.09/87.13	o 419
87.09/87.13	c *87.1s| 49145 | 44069 | 11273 |   0.2 | 117M|1831 |   - |5645 |5824 |5645 | 222 |3060 | 410 | 797 | 0.000000e+00 | 4.190000e+02 |    Inf 
88.19/88.24	o 354
88.19/88.24	c *88.2s| 49654 | 41531 | 11613 |   0.2 | 112M|1831 |   - |5645 |5954 |5645 | 217 |3160 | 540 | 801 | 0.000000e+00 | 3.540000e+02 |    Inf 
89.09/89.11	c  89.1s| 50000 | 41834 | 12115 |   0.2 | 112M|1831 |   0 |5645 |6073 |5645 | 185 |3273 | 659 | 803 | 0.000000e+00 | 3.540000e+02 |    Inf 
90.58/90.64	o 297
90.58/90.64	c *90.6s| 50627 | 39318 | 12676 |   0.2 | 108M|1831 |   - |5645 |6257 |5645 | 206 |3436 | 843 | 808 | 0.000000e+00 | 2.970000e+02 |    Inf 
99.39/99.46	o 275
99.39/99.46	c *99.4s| 53710 | 40483 | 17344 |   0.3 | 117M|1831 |   - |5645 |7414 |5645 | 203 |4776 |2000 | 903 | 0.000000e+00 | 2.750000e+02 |    Inf 
99.39/99.47	o 263
99.39/99.47	c *99.4s| 53711 | 39535 | 17344 |   0.3 | 115M|1831 |   - |5645 |7414 |5645 | 203 |4776 |2000 | 903 | 0.000000e+00 | 2.630000e+02 |    Inf 
99.89/99.97	o 258
99.89/99.97	c *99.9s| 53918 | 39365 | 17460 |   0.3 | 115M|1831 |   - |5645 |7430 |5645 | 205 |4802 |2016 | 906 | 0.000000e+00 | 2.580000e+02 |    Inf 
99.89/99.98	o 230
99.89/99.98	c * 100s| 53919 | 36940 | 17461 |   0.3 | 108M|1831 |   - |5645 |7430 |5645 | 205 |4802 |2016 | 906 | 0.000000e+00 | 2.300000e+02 |    Inf 
99.99/100.05	o 218
99.99/100.05	c * 100s| 53941 | 35773 | 17465 |   0.3 | 106M|1831 |   - |5645 |7430 |5645 | 203 |4802 |2016 | 906 | 0.000000e+00 | 2.180000e+02 |    Inf 
100.19/100.22	o 208
100.19/100.22	c * 100s| 54013 | 34564 | 17512 |   0.3 | 103M|1831 |   - |5645 |7433 |5645 | 200 |4807 |2019 | 906 | 0.000000e+00 | 2.080000e+02 |    Inf 
118.28/118.32	c   118s| 60000 | 39201 | 26942 |   0.4 | 124M|1831 |   0 |5645 |9515 |5645 | 205 |7448 |4269 |1202 | 0.000000e+00 | 2.080000e+02 |    Inf 
129.70/129.79	o 206
129.70/129.79	c * 130s| 63932 | 42020 | 33334 |   0.5 | 137M|1831 |   - |5645 |  10k|5645 | 219 |9264 |5705 |1283 | 0.000000e+00 | 2.060000e+02 |    Inf 
129.70/129.79	o 205
129.70/129.79	c * 130s| 63933 | 41856 | 33335 |   0.5 | 137M|1831 |   - |5645 |  10k|5645 | 219 |9264 |5705 |1283 | 0.000000e+00 | 2.050000e+02 |    Inf 
134.39/134.42	o 202
134.39/134.42	c * 134s| 65401 | 42473 | 36283 |   0.6 | 141M|1831 |   - |5645 |  10k|5645 | 198 |  10k|6302 |1299 | 0.000000e+00 | 2.020000e+02 |    Inf 
134.39/134.43	o 200
134.39/134.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.39/134.43	c * 134s| 65402 | 42162 | 36289 |   0.6 | 140M|1831 |   - |5645 |  10k|5645 | 202 |  10k|6302 |1299 | 0.000000e+00 | 2.000000e+02 |    Inf 
138.99/139.06	o 186
138.99/139.06	c * 139s| 66993 | 40972 | 38923 |   0.6 | 141M|1831 |   - |5645 |  10k|5645 | 186 |  10k|6688 |1314 | 0.000000e+00 | 1.860000e+02 |    Inf 
144.29/144.34	o 179
144.29/144.34	c * 144s| 68637 | 40869 | 43371 |   0.6 | 144M|1831 |   - |5645 |  10k|5645 | 222 |  11k|7269 |1340 | 0.000000e+00 | 1.790000e+02 |    Inf 
145.49/145.59	o 154
145.49/145.59	c * 146s| 69001 | 35961 | 44194 |   0.6 | 132M|1831 |   - |5645 |  10k|5645 | 185 |  12k|7405 |1341 | 0.000000e+00 | 1.540000e+02 |    Inf 
146.39/146.43	o 153
146.39/146.43	c * 146s| 69255 | 35980 | 44978 |   0.6 | 132M|1831 |   - |5645 |  10k|5645 | 218 |  12k|7505 |1346 | 0.000000e+00 | 1.530000e+02 |    Inf 
148.40/148.47	o 151
148.40/148.47	c * 148s| 69770 | 35970 | 47279 |   0.7 | 134M|1831 |   - |5645 |9970 |5645 | 223 |  12k|7769 |1381 | 0.000000e+00 | 1.510000e+02 |    Inf 
148.40/148.47	o 149
148.40/148.47	c * 148s| 69771 | 35517 | 47289 |   0.7 | 134M|1831 |   - |5645 |9970 |5645 | 223 |  12k|7769 |1381 | 0.000000e+00 | 1.490000e+02 |    Inf 
149.19/149.26	c   149s| 70000 | 35699 | 47977 |   0.7 | 135M|1831 |   1 |5645 |9836 |5645 | 172 |  12k|7825 |1381 | 0.000000e+00 | 1.490000e+02 |    Inf 
152.29/152.34	o 147
152.29/152.34	c * 152s| 70983 | 36113 | 50509 |   0.7 | 138M|1831 |   - |5645 |9614 |5645 | 205 |  13k|8189 |1389 | 0.000000e+00 | 1.470000e+02 |    Inf 
152.29/152.35	o 132
152.29/152.35	c * 152s| 70984 | 33237 | 50509 |   0.7 | 129M|1831 |   - |5645 |9614 |5645 | 205 |  13k|8189 |1389 | 0.000000e+00 | 1.320000e+02 |    Inf 
182.39/182.43	c   182s| 80000 | 39197 | 74338 |   0.9 | 167M|1831 |   0 |5645 |8235 |5645 | 200 |  19k|  12k|1525 | 0.000000e+00 | 1.320000e+02 |    Inf 
191.98/192.00	o 127
191.98/192.00	c * 192s| 82933 | 40028 | 80962 |   1.0 | 177M|1831 |   - |5645 |8645 |5645 | 208 |  21k|  13k|1646 | 0.000000e+00 | 1.270000e+02 |    Inf 
198.29/198.34	o 115
198.29/198.34	c * 198s| 84809 | 38278 | 86333 |   1.0 | 171M|1831 |   - |5645 |8134 |5645 | 212 |  22k|  14k|1704 | 0.000000e+00 | 1.150000e+02 |    Inf 
198.89/198.99	o 113
198.89/198.99	c * 199s| 85074 | 38134 | 86606 |   1.0 | 170M|1831 |   - |5645 |8127 |5645 | 207 |  22k|  14k|1704 | 0.000000e+00 | 1.130000e+02 |    Inf 
198.89/199.00	o 110
198.89/199.00	c * 199s| 85075 | 37312 | 86606 |   1.0 | 165M|1831 |   - |5645 |8127 |5645 | 207 |  22k|  14k|1704 | 0.000000e+00 | 1.100000e+02 |    Inf 
202.48/202.54	o 108
202.48/202.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.48/202.54	c * 203s| 86209 | 37553 | 89814 |   1.0 | 165M|1831 |   - |5645 |7577 |5645 | 218 |  23k|  15k|1736 | 0.000000e+00 | 1.080000e+02 |    Inf 
210.69/210.72	o 106
210.69/210.72	c * 211s| 88479 | 38365 | 96475 |   1.1 | 174M|1831 |   - |5645 |7672 |5645 | 221 |  25k|  16k|1788 | 0.000000e+00 | 1.060000e+02 |    Inf 
210.69/210.73	o 100
210.69/210.73	c * 211s| 88481 | 36752 | 96490 |   1.1 | 167M|1831 |   - |5645 |7672 |5645 | 221 |  25k|  16k|1788 | 0.000000e+00 | 1.000000e+02 |    Inf 
210.69/210.74	o 97
210.69/210.74	c * 211s| 88482 | 35342 | 96490 |   1.1 | 162M|1831 |   - |5645 |7672 |5645 | 221 |  25k|  16k|1788 | 0.000000e+00 | 9.700000e+01 |    Inf 
210.79/210.80	o 95
210.79/210.80	c * 211s| 88497 | 34317 | 96590 |   1.1 | 157M|1831 |   - |5645 |7511 |5645 | 197 |  25k|  16k|1788 | 0.000000e+00 | 9.500000e+01 |    Inf 
210.79/210.89	o 89
210.79/210.89	c * 211s| 88515 | 32453 | 96691 |   1.1 | 151M|1831 |   - |5645 |7426 |5645 | 205 |  25k|  16k|1790 | 0.000000e+00 | 8.900000e+01 |    Inf 
210.89/210.90	o 86
210.89/210.90	c * 211s| 88516 | 31082 | 96704 |   1.1 | 142M|1831 |   - |5645 |7426 |5645 | 205 |  25k|  16k|1790 | 0.000000e+00 | 8.600000e+01 |    Inf 
212.89/212.90	o 77
212.89/212.90	c * 213s| 89133 | 28542 | 98802 |   1.1 | 133M|1831 |   - |5645 |7148 |5645 | 221 |  25k|  17k|1823 | 0.000000e+00 | 7.700000e+01 |    Inf 
213.49/213.51	o 59
213.49/213.51	c * 213s| 89369 | 23529 | 99355 |   1.1 | 111M|1831 |   - |5645 |6785 |5645 | 222 |  26k|  17k|1828 | 0.000000e+00 | 5.900000e+01 |    Inf 
213.69/213.78	o 45
213.69/213.78	c * 214s| 89461 | 19772 | 99741 |   1.1 |  97M|1831 |   - |5645 |6124 |5645 | 270 |  26k|  17k|1837 | 0.000000e+00 | 4.500000e+01 |    Inf 
213.69/213.79	o 41
213.69/213.79	c * 214s| 89462 | 18600 | 99744 |   1.1 |  93M|1831 |   - |5645 |6124 |5645 | 270 |  26k|  17k|1837 | 0.000000e+00 | 4.100000e+01 |    Inf 
213.89/213.94	o 40
213.89/213.94	c * 214s| 89505 | 18366 |100045 |   1.1 |  91M|1831 |   - |5645 |5479 |5645 | 250 |  26k|  17k|1852 | 0.000000e+00 | 4.000000e+01 |    Inf 
215.09/215.11	o 30
215.09/215.11	c * 215s| 89860 | 15767 |102235 |   1.1 |  84M|1831 |   - |5645 |5010 |5645 | 187 |  26k|  17k|1874 | 0.000000e+00 | 3.000000e+01 |    Inf 
215.09/215.18	o 23
215.09/215.18	c * 215s| 89862 | 12057 |102307 |   1.1 |  72M|1831 |   - |5645 |4667 |5645 | 194 |  26k|  17k|1874 | 0.000000e+00 | 2.300000e+01 |    Inf 
215.50/215.54	c   216s| 90000 | 12062 |103064 |   1.1 |  72M|1831 |  12 |5645 |4439 |5645 | 237 |  26k|  17k|1878 | 0.000000e+00 | 2.300000e+01 |    Inf 
236.40/236.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.40/236.44	c   236s|100000 | 11782 |151839 |   1.5 |  79M|1831 |   1 |5645 |6524 |5645 | 210 |  36k|  30k|2316 | 0.000000e+00 | 2.300000e+01 |    Inf 
257.99/258.06	c   258s|110000 | 11834 |203029 |   1.8 |  83M|1831 |   1 |5645 |9253 |5645 | 226 |  44k|  43k|2656 | 0.000000e+00 | 2.300000e+01 |    Inf 
278.99/279.09	c   279s|120000 | 11870 |248247 |   2.1 |  86M|1831 |   1 |5645 |9005 |5645 | 230 |  50k|  57k|2895 | 0.000000e+00 | 2.300000e+01 |    Inf 
302.40/302.46	c   302s|130000 | 12090 |315636 |   2.4 |  90M|1831 |   1 |5645 |  10k|5645 | 237 |  61k|  70k|3191 | 0.000000e+00 | 2.300000e+01 |    Inf 
325.00/325.06	c   325s|140000 | 12268 |372364 |   2.7 |  94M|1831 |   - |5645 |  11k|   0 |   0 |  70k|  83k|3430 | 0.000000e+00 | 2.300000e+01 |    Inf 
348.99/349.00	c   349s|150000 | 12472 |437323 |   2.9 |  99M|1831 |   - |5645 |  12k|   0 |   0 |  80k|  96k|3666 | 0.000000e+00 | 2.300000e+01 |    Inf 
372.90/372.91	c   373s|160000 | 12588 |498391 |   3.1 | 103M|1831 |  13 |5645 |  15k|5645 | 257 |  90k| 109k|3865 | 0.000000e+00 | 2.300000e+01 |    Inf 
398.21/398.25	c   398s|170000 | 12920 |567581 |   3.3 | 108M|1831 |   6 |5645 |  15k|5645 | 242 | 102k| 123k|4137 | 0.000000e+00 | 2.300000e+01 |    Inf 
423.29/423.40	c   423s|180000 | 13037 |629121 |   3.5 | 111M|1831 |  17 |5645 |  14k|5645 | 260 | 111k| 137k|4305 | 0.000000e+00 | 2.300000e+01 |    Inf 
442.90/442.90	o 17
442.90/442.90	c * 443s|187753 | 11145 |679744 |   3.6 | 104M|1831 |   - |5645 |  15k|5645 | 287 | 119k| 148k|4447 | 0.000000e+00 | 1.700000e+01 |    Inf 
448.40/448.40	c   448s|190000 | 11074 |695015 |   3.7 | 103M|1831 |   1 |5645 |  11k|5645 | 266 | 121k| 151k|4504 | 0.000000e+00 | 1.700000e+01 |    Inf 
471.09/471.14	c   471s|200000 | 11099 |760200 |   3.8 | 105M|1831 |   - |5645 |  10k|   0 |   0 | 130k| 165k|4686 | 0.000000e+00 | 1.700000e+01 |    Inf 
494.00/494.00	c   494s|210000 | 11267 |826595 |   3.9 | 108M|1831 |   - |5645 |  10k|   0 |   0 | 140k| 178k|4852 | 0.000000e+00 | 1.700000e+01 |    Inf 
516.50/516.51	c   516s|220000 | 11307 |888534 |   4.0 | 111M|1831 |  11 |5645 |  10k|5645 | 204 | 150k| 191k|5109 | 0.000000e+00 | 1.700000e+01 |    Inf 
536.90/536.91	c   537s|230000 | 11356 |934971 |   4.1 | 113M|1831 |   1 |5645 |  10k|5645 | 204 | 156k| 204k|5203 | 0.000000e+00 | 1.700000e+01 |    Inf 
558.10/558.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.10/558.16	c   558s|240000 | 11440 |983465 |   4.1 | 116M|1831 |   - |5645 |  13k|   0 |   0 | 163k| 218k|5320 | 0.000000e+00 | 1.700000e+01 |    Inf 
579.20/579.22	c   579s|250000 | 11529 |  1030k|   4.1 | 118M|1831 |   - |5645 |  11k|   0 |   0 | 170k| 231k|5436 | 0.000000e+00 | 1.700000e+01 |    Inf 
600.41/600.49	c   600s|260000 | 11465 |  1083k|   4.2 | 118M|1831 |  13 |5645 |8527 |5645 | 231 | 177k| 244k|5593 | 0.000000e+00 | 1.700000e+01 |    Inf 
622.61/622.63	c   623s|270000 | 11363 |  1147k|   4.2 | 119M|1831 |  16 |5645 |9299 |5645 | 198 | 187k| 258k|5813 | 0.000000e+00 | 1.700000e+01 |    Inf 
644.21/644.30	c   644s|280000 | 11339 |  1206k|   4.3 | 121M|1831 |  12 |5645 |9922 |5645 | 238 | 197k| 272k|5937 | 0.000000e+00 | 1.700000e+01 |    Inf 
666.41/666.46	c   666s|290000 | 11385 |  1270k|   4.4 | 123M|1831 |   - |5645 |9240 |   0 |   0 | 206k| 285k|6077 | 0.000000e+00 | 1.700000e+01 |    Inf 
688.51/688.57	c   689s|300000 | 11392 |  1331k|   4.4 | 126M|1831 |   - |5645 |  10k|5645 | 276 | 216k| 299k|6213 | 0.000000e+00 | 1.700000e+01 |    Inf 
710.41/710.45	c   710s|310000 | 11551 |  1382k|   4.5 | 130M|1831 |   6 |5645 |  10k|5645 | 238 | 225k| 312k|6315 | 0.000000e+00 | 1.700000e+01 |    Inf 
730.21/730.22	o 8
730.21/730.22	c * 730s|318609 |  9194 |  1437k|   4.5 | 109M|1831 |   - |5645 |  10k|5645 | 215 | 233k| 324k|6430 | 0.000000e+00 | 8.000000e+00 |    Inf 
733.20/733.20	c   733s|320000 |  9148 |  1445k|   4.5 | 108M|1831 |  13 |5645 |7988 |5645 | 283 | 234k| 326k|6449 | 0.000000e+00 | 8.000000e+00 |    Inf 
751.11/751.16	c   751s|330000 |  9150 |  1491k|   4.5 | 109M|1831 |   - |5645 |  10k|   0 |   0 | 241k| 340k|6541 | 0.000000e+00 | 8.000000e+00 |    Inf 
772.11/772.12	c   772s|340000 |  9190 |  1552k|   4.6 | 111M|1831 |   5 |5645 |  13k|5645 | 235 | 250k| 354k|6645 | 0.000000e+00 | 8.000000e+00 |    Inf 
794.80/794.83	c   795s|350000 |  9239 |  1621k|   4.6 | 113M|1831 |   - |5645 |  16k|   0 |   0 | 259k| 368k|6750 | 0.000000e+00 | 8.000000e+00 |    Inf 
815.02/815.08	c   815s|360000 |  9201 |  1673k|   4.6 | 113M|1831 |   - |5645 |  12k|5645 | 241 | 265k| 383k|6857 | 0.000000e+00 | 8.000000e+00 |    Inf 
835.01/835.05	c   835s|370000 |  8909 |  1732k|   4.7 | 109M|1831 |   - |5645 |7065 |   0 |   0 | 274k| 398k|6988 | 0.000000e+00 | 8.000000e+00 |    Inf 
854.01/854.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
854.01/854.07	c   854s|380000 |  9063 |  1787k|   4.7 | 113M|1831 |   4 |5645 |8906 |5645 | 234 | 282k| 410k|7182 | 0.000000e+00 | 8.000000e+00 |    Inf 
872.71/872.75	c   873s|390000 |  9193 |  1840k|   4.7 | 115M|1831 |   1 |5645 |  10k|5645 | 240 | 290k| 423k|7265 | 0.000000e+00 | 8.000000e+00 |    Inf 
893.81/893.81	c   894s|400000 |  9215 |  1913k|   4.8 | 117M|1831 |   7 |5645 |  11k|5645 | 252 | 298k| 437k|7361 | 0.000000e+00 | 8.000000e+00 |    Inf 
913.31/913.38	c   913s|410000 |  9173 |  1973k|   4.8 | 117M|1831 |  10 |5645 |9359 |5645 | 249 | 306k| 450k|7442 | 0.000000e+00 | 8.000000e+00 |    Inf 
934.01/934.05	c   934s|420000 |  9206 |  2039k|   4.9 | 118M|1831 |  14 |5645 |  10k|5645 | 221 | 316k| 463k|7543 | 0.000000e+00 | 8.000000e+00 |    Inf 
954.01/954.08	c   954s|430000 |  9305 |  2095k|   4.9 | 121M|1831 |   9 |5645 |  13k|5645 | 265 | 324k| 476k|7633 | 0.000000e+00 | 8.000000e+00 |    Inf 
975.01/975.03	c   975s|440000 |  9473 |  2154k|   4.9 | 123M|1831 |   - |5645 |  13k|   0 |   0 | 333k| 489k|7717 | 0.000000e+00 | 8.000000e+00 |    Inf 
996.01/996.01	c   996s|450000 |  9791 |  2213k|   4.9 | 126M|1831 |   1 |5645 |  11k|5645 | 211 | 343k| 503k|7819 | 0.000000e+00 | 8.000000e+00 |    Inf 
1015.42/1015.42	c  1015s|460000 |  9960 |  2267k|   4.9 | 129M|1831 |   - |5645 |  13k|   0 |   0 | 351k| 516k|7891 | 0.000000e+00 | 8.000000e+00 |    Inf 
1035.82/1035.83	c  1036s|470000 | 10106 |  2332k|   5.0 | 130M|1831 |  18 |5645 |  11k|5645 | 246 | 360k| 530k|7964 | 0.000000e+00 | 8.000000e+00 |    Inf 
1056.42/1056.45	c  1056s|480000 | 10237 |  2398k|   5.0 | 132M|1831 |   1 |5645 |  11k|5645 | 237 | 369k| 544k|8068 | 0.000000e+00 | 8.000000e+00 |    Inf 
1077.02/1077.03	c  1077s|490000 | 10405 |  2467k|   5.0 | 135M|1831 |   - |5645 |  14k|   0 |   0 | 378k| 558k|8140 | 0.000000e+00 | 8.000000e+00 |    Inf 
1098.82/1098.82	c  1099s|500000 | 10700 |  2538k|   5.1 | 139M|1831 |  11 |5645 |  18k|5645 | 252 | 389k| 571k|8236 | 0.000000e+00 | 8.000000e+00 |    Inf 
1121.22/1121.26	c  1121s|510000 | 10760 |  2612k|   5.1 | 140M|1831 |  16 |5645 |  16k|5645 | 259 | 398k| 586k|8315 | 0.000000e+00 | 8.000000e+00 |    Inf 
1142.62/1142.61	c  1143s|520000 | 10850 |  2685k|   5.2 | 140M|1831 |   1 |5645 |  13k|5645 | 223 | 407k| 600k|8395 | 0.000000e+00 | 8.000000e+00 |    Inf 
1163.11/1163.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.11/1163.10	c  1163s|530000 | 10832 |  2750k|   5.2 | 141M|1831 |   - |5645 |  13k|   0 |   0 | 416k| 613k|8487 | 0.000000e+00 | 8.000000e+00 |    Inf 
1183.02/1183.00	c  1183s|540000 | 10872 |  2807k|   5.2 | 141M|1831 |   - |5645 |  10k|   0 |   0 | 423k| 627k|8552 | 0.000000e+00 | 8.000000e+00 |    Inf 
1202.72/1202.74	c  1203s|550000 | 10870 |  2874k|   5.2 | 142M|1831 |   7 |5645 |  10k|5645 | 285 | 431k| 641k|8641 | 0.000000e+00 | 8.000000e+00 |    Inf 
1222.92/1222.94	c  1223s|560000 | 10931 |  2940k|   5.3 | 143M|1831 |   - |5645 |  11k|   0 |   0 | 441k| 655k|8714 | 0.000000e+00 | 8.000000e+00 |    Inf 
1242.82/1242.85	c  1243s|570000 | 10926 |  3008k|   5.3 | 144M|1831 |  11 |5645 |  12k|5645 | 274 | 450k| 669k|8794 | 0.000000e+00 | 8.000000e+00 |    Inf 
1262.52/1262.53	c  1263s|580000 | 10954 |  3070k|   5.3 | 145M|1831 |   1 |5645 |  11k|5645 | 260 | 457k| 683k|8855 | 0.000000e+00 | 8.000000e+00 |    Inf 
1282.22/1282.23	c  1282s|590000 | 10864 |  3132k|   5.3 | 145M|1831 |   - |5645 |  10k|   0 |   0 | 464k| 697k|8961 | 0.000000e+00 | 8.000000e+00 |    Inf 
1302.02/1302.02	c  1302s|600000 | 10859 |  3195k|   5.3 | 146M|1831 |   - |5645 |  12k|   0 |   0 | 472k| 712k|9029 | 0.000000e+00 | 8.000000e+00 |    Inf 
1322.02/1322.06	c  1322s|610000 | 10745 |  3264k|   5.4 | 146M|1831 |  10 |5645 |  11k|5645 | 275 | 480k| 726k|9102 | 0.000000e+00 | 8.000000e+00 |    Inf 
1342.93/1342.99	c  1343s|620000 | 10846 |  3333k|   5.4 | 147M|1831 |  16 |5645 |  13k|5645 | 258 | 490k| 739k|9157 | 0.000000e+00 | 8.000000e+00 |    Inf 
1364.12/1364.17	c  1364s|630000 | 10764 |  3402k|   5.4 | 147M|1831 |  21 |5645 |  11k|5645 | 286 | 499k| 754k|9240 | 0.000000e+00 | 8.000000e+00 |    Inf 
1383.92/1383.90	c  1384s|640000 | 10662 |  3465k|   5.4 | 147M|1831 |  12 |5645 |  12k|5645 | 271 | 506k| 768k|9303 | 0.000000e+00 | 8.000000e+00 |    Inf 
1404.23/1404.24	c  1404s|650000 | 10591 |  3531k|   5.4 | 146M|1831 |  13 |5645 |  10k|5645 | 236 | 516k| 782k|9386 | 0.000000e+00 | 8.000000e+00 |    Inf 
1424.53/1424.58	c  1425s|660000 | 10539 |  3598k|   5.5 | 147M|1831 |   - |5645 |  13k|   0 |   0 | 523k| 795k|9463 | 0.000000e+00 | 8.000000e+00 |    Inf 
1445.53/1445.59	c  1446s|670000 | 10551 |  3668k|   5.5 | 148M|1831 |   7 |5645 |  13k|5645 | 288 | 531k| 810k|9524 | 0.000000e+00 | 8.000000e+00 |    Inf 
1466.73/1466.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.73/1466.71	c  1467s|680000 | 10546 |  3734k|   5.5 | 148M|1831 |  14 |5645 |  15k|5645 | 270 | 539k| 823k|9571 | 0.000000e+00 | 8.000000e+00 |    Inf 
1487.43/1487.43	c  1487s|690000 | 10611 |  3796k|   5.5 | 149M|1831 |   3 |5645 |  13k|5645 | 251 | 548k| 836k|9639 | 0.000000e+00 | 8.000000e+00 |    Inf 
1507.82/1507.90	c  1508s|700000 | 10751 |  3853k|   5.5 | 152M|1831 |  14 |5645 |  15k|5645 | 244 | 557k| 850k|9677 | 0.000000e+00 | 8.000000e+00 |    Inf 
1529.93/1529.93	c  1530s|710000 | 10754 |  3919k|   5.5 | 153M|1831 |   1 |5645 |  16k|5645 | 240 | 566k| 864k|9738 | 0.000000e+00 | 8.000000e+00 |    Inf 
1552.93/1552.93	c  1553s|720000 | 10835 |  3987k|   5.5 | 155M|1831 |  10 |5645 |  19k|5645 | 281 | 575k| 877k|9818 | 0.000000e+00 | 8.000000e+00 |    Inf 
1575.33/1575.39	c  1575s|730000 | 10818 |  4046k|   5.5 | 156M|1831 |   1 |5645 |  19k|5645 | 271 | 583k| 891k|9877 | 0.000000e+00 | 8.000000e+00 |    Inf 
1598.54/1598.55	c  1599s|740000 | 10813 |  4107k|   5.5 | 157M|1831 |   9 |5645 |  18k|5645 | 233 | 590k| 905k|9932 | 0.000000e+00 | 8.000000e+00 |    Inf 
1620.94/1620.95	c  1621s|750000 | 10608 |  4172k|   5.6 | 153M|1831 |   1 |5645 |  13k|5645 | 280 | 598k| 919k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1642.13/1642.14	c  1642s|760000 | 10476 |  4233k|   5.6 | 153M|1831 |  18 |5645 |  13k|5645 | 292 | 606k| 934k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1663.63/1663.68	c  1664s|770000 | 10349 |  4293k|   5.6 | 152M|1831 |   9 |5645 |  14k|5645 | 197 | 613k| 948k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1686.24/1686.30	c  1686s|780000 | 10484 |  4355k|   5.6 | 155M|1831 |   - |5645 |  17k|   0 |   0 | 623k| 961k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1708.64/1708.61	c  1709s|790000 | 10559 |  4417k|   5.6 | 157M|1831 |   1 |5645 |  17k|5645 | 231 | 631k| 976k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1730.74/1730.71	c  1731s|800000 | 10556 |  4475k|   5.6 | 158M|1831 |  11 |5645 |  16k|5645 | 250 | 639k| 990k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1752.03/1752.05	c  1752s|810000 | 10543 |  4533k|   5.6 | 157M|1831 |   - |5645 |  13k|   0 |   0 | 645k|1005k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1772.64/1772.62	c  1773s|820000 | 10633 |  4578k|   5.6 | 160M|1831 |   - |5645 |  15k|   0 |   0 | 651k|1018k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.98
1790.04/1790.01	c Solving Nodes      : 828262
1790.04/1790.01	c Primal Bound       : +8.00000000000000e+00 (153 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.08	s SATISFIABLE
1790.04/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.04/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.04/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.04/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.04/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.04/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.04/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 
1790.04/1790.08	v -x80 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.04/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.04/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 
1790.04/1790.08	v -x2 -x1 
1790.04/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.08	c Solving Time       :    1789.98
1790.04/1790.08	c Original Problem   :
1790.04/1790.08	c   Problem name     : HOME/instance-2705083-1278578336.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.08	c Presolved Problem  :
1790.04/1790.08	c   Problem name     : t_HOME/instance-2705083-1278578336.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5414 initial, 23840 maximal
1790.04/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   root node        :          -       5032          -          -       5032          -          -          -          -
1790.04/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   integral         :          0          0          0     570308          0         23       1216          0          0     818164
1790.04/1790.08	c   linear           :       2707          6    4251103     159606          1     305320   23266125     655837          0          0
1790.04/1790.08	c   indicator        :       2707          0    3932366     159878          1        590    6357791          0          0          0
1790.04/1790.08	c   logicor          :          0+         0    1301679          0          0      50689    1138536          0          0          0
1790.04/1790.08	c   bounddisjunction :          0+         0     420647          0          0         95       6393          0          0          0
1790.04/1790.08	c   countsols        :          0          0          0      79492          1          0          0          0          0          0
1790.04/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.08	c   integral         :      16.87       0.00       0.00      16.87       0.00
1790.04/1790.08	c   linear           :     224.64       0.00     207.75      16.89       0.00
1790.04/1790.08	c   indicator        :      78.83       0.02      56.67      22.14       0.00
1790.04/1790.08	c   logicor          :     147.69       0.00     147.69       0.00       0.00
1790.04/1790.08	c   bounddisjunction :       2.69       0.00       2.69       0.00       0.00
1790.04/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.08	c   vbounds          :       0.96      87095          0       9510
1790.04/1790.08	c   rootredcost      :       0.66         45          0       2516
1790.04/1790.08	c   pseudoobj        :     174.97    4265694      13818    6061335
1790.04/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.08	c   propagation      :      19.79     369922     369909    2289074       27.6      10569       25.2          -
1790.04/1790.08	c   infeasible LP    :      10.31      31553      31553     254269       40.6        314       20.6          0
1790.04/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.08	c   applied globally :          -          -          -    1030381       22.8          -          -          -
1790.04/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.08	c   redcost          :      59.81     577581          0     531505          0          0
1790.04/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.08	c Pricers            :       Time      Calls       Vars
1790.04/1790.08	c   problem variables:       0.00          0          0
1790.04/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   relpscost        :      16.52     410091         23       1216          0          0     818164
1790.04/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   inference        :      43.34      79448          0          0          0          0     159214
1790.04/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.08	c   LP solutions     :       0.16          -         45
1790.04/1790.08	c   pseudo solutions :       0.00          -          0
1790.04/1790.08	c   feaspump         :       0.01          0          0
1790.04/1790.08	c   intshifting      :       0.01          0          0
1790.04/1790.08	c   oneopt           :       0.39         35          0
1790.04/1790.08	c   guideddiving     :       0.19         70          0
1790.04/1790.08	c   coefdiving       :       0.21        111          0
1790.04/1790.08	c   pscostdiving     :       0.20        111          0
1790.04/1790.08	c   fracdiving       :       0.19        111          0
1790.04/1790.08	c   linesearchdiving :       0.20        112          0
1790.04/1790.08	c   veclendiving     :       0.20        112          0
1790.04/1790.08	c   crossover        :       2.09         55          6
1790.04/1790.08	c   objpscostdiving  :       0.22        107          0
1790.04/1790.08	c   rootsoldiving    :       0.25        108          0
1790.04/1790.08	c   trivial          :       0.07          2          2
1790.04/1790.08	c   simplerounding   :       0.62     411561          0
1790.04/1790.08	c   zirounding       :       0.56       1000          0
1790.04/1790.08	c   rounding         :       1.04       9002          0
1790.04/1790.08	c   shifting         :       0.64       2822          0
1790.04/1790.08	c   twoopt           :       0.00          0          0
1790.04/1790.08	c   fixandinfer      :       0.00          0          0
1790.04/1790.08	c   intdiving        :       0.00          0          0
1790.04/1790.08	c   actconsdiving    :       0.00          0          0
1790.04/1790.08	c   octane           :       0.00          0          0
1790.04/1790.08	c   rens             :       0.03          1          0
1790.04/1790.08	c   rins             :       0.00          0          0
1790.04/1790.08	c   localbranching   :       0.00          0          0
1790.04/1790.08	c   mutation         :       0.00          0          0
1790.04/1790.08	c   dins             :       0.00          0          0
1790.04/1790.08	c   undercover       :       0.00          0          0
1790.04/1790.08	c   nlp              :       0.12          0          0
1790.04/1790.08	c   trysol           :       0.37        461        100
1790.04/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.08	c   dual LP          :     551.31     527229    4616626       8.76    8373.99
1790.04/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.08	c   diving/probing LP:       0.14         78       1070      13.72    7543.87
1790.04/1790.08	c   strong branching :      13.38      10579     131104      12.39    9799.92
1790.04/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.08	c B&B Tree           :
1790.04/1790.08	c   number of runs   :          1
1790.04/1790.08	c   nodes            :     828262
1790.04/1790.08	c   nodes (total)    :     828262
1790.04/1790.08	c   nodes left       :      10705
1790.04/1790.08	c   max depth        :       1831
1790.04/1790.08	c   max depth (total):       1831
1790.04/1790.08	c   backtracks       :      84943 (10.3%)
1790.04/1790.08	c   delayed cutoffs  :      67839
1790.04/1790.08	c   repropagations   :    1655700 (6938211 domain reductions, 62296 cutoffs)
1790.04/1790.08	c   avg switch length:       5.61
1790.04/1790.08	c   switching time   :     222.99
1790.04/1790.08	c Solution           :
1790.04/1790.08	c   Solutions found  :        153 (46 improvements)
1790.04/1790.08	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.08	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 318609 nodes, 730.17 seconds, depth 56, found by <relaxation>)
1790.04/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.08	c   Gap              :   infinite
1790.04/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.08	c   Root Iterations  :        184
1790.24/1790.25	c Time complete: 1790.28.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705083-1278578336/watcher-2705083-1278578336 -o /tmp/evaluation-result-2705083-1278578336/solver-2705083-1278578336 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705083-1278578336.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.98 4/182 30947
/proc/meminfo: memFree=28800308/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=12692 CPUtime=0
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 2007 0 0 0 0 0 0 0 23 0 1 0 26046957 12996608 1926 4089446400 4194304 10345943 140736797220832 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30947/statm: 3173 1926 429 1502 0 1666 0

[startup+0.0400789 s]
/proc/loadavg: 2.00 2.00 1.98 4/182 30947
/proc/meminfo: memFree=28800308/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=28068 CPUtime=0.03
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 6263 0 0 0 3 0 0 0 23 0 1 0 26046957 28741632 5828 4089446400 4194304 10345943 140736797220832 18446744073709551615 6013155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30947/statm: 7017 5829 474 1502 0 5510 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28068

[startup+0.101057 s]
/proc/loadavg: 2.00 2.00 1.98 4/182 30947
/proc/meminfo: memFree=28800308/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=38020 CPUtime=0.09
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 8448 0 0 0 9 0 0 0 23 0 1 0 26046957 38932480 8013 4089446400 4194304 10345943 140736797220832 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30947/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.301021 s]
/proc/loadavg: 2.00 2.00 1.98 4/182 30947
/proc/meminfo: memFree=28800308/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=70104 CPUtime=0.29
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 16226 0 0 0 27 2 0 0 23 0 1 0 26046957 71786496 15791 4089446400 4194304 10345943 140736797220832 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30947/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.70097 s]
/proc/loadavg: 2.00 2.00 1.98 4/182 30947
/proc/meminfo: memFree=28800308/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=65264 CPUtime=0.69
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 16892 0 0 0 65 4 0 0 25 0 1 0 26046957 66830336 15052 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30948
/proc/meminfo: memFree=28740532/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=65264 CPUtime=1.49
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 16894 0 0 0 144 5 0 0 25 0 1 0 26046957 66830336 15054 4089446400 4194304 10345943 140736797220832 18446744073709551615 6785237 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10051 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30948
/proc/meminfo: memFree=28740712/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=65264 CPUtime=3.08
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 16896 0 0 0 303 5 0 0 25 0 1 0 26046957 66830336 15056 4089446400 4194304 10345943 140736797220832 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65264

[startup+6.30093 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30948
/proc/meminfo: memFree=28739948/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=65264 CPUtime=6.29
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 19276 0 0 0 623 6 0 0 25 0 1 0 26046957 66830336 15083 4089446400 4194304 10345943 140736797220832 18446744073709551615 4688027 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30948
/proc/meminfo: memFree=28737616/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=69876 CPUtime=12.69
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 27324 0 0 0 1261 8 0 0 25 0 1 0 26046957 71553024 16016 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 17469 16016 754 1502 0 15962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69876

[startup+25.5004 s]
/proc/loadavg: 1.93 1.98 1.98 3/183 30977
/proc/meminfo: memFree=29849280/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=101600 CPUtime=25.49
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 34937 0 0 0 2538 11 0 0 25 0 1 0 26046957 104038400 23629 4089446400 4194304 10345943 140736797220832 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 25400 23629 754 1502 0 23893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101600

[startup+51.1008 s]
/proc/loadavg: 1.95 1.98 1.98 3/183 30978
/proc/meminfo: memFree=29822984/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=123364 CPUtime=51.09
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 41141 0 0 0 5094 15 0 0 25 0 1 0 26046957 126324736 29246 4089446400 4194304 10345943 140736797220832 18446744073709551615 6002403 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 30841 29246 762 1502 0 29334 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123364

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 1.98 3/183 30979
/proc/meminfo: memFree=29728888/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=171292 CPUtime=102.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 109402 0 0 0 10198 32 0 0 25 0 1 0 26046957 175403008 41630 4089446400 4194304 10345943 140736797220832 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 42823 41630 762 1502 0 41316 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 171292

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.98 3/183 30980
/proc/meminfo: memFree=29595212/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=274452 CPUtime=162.29
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 186188 0 0 0 16175 54 0 0 25 0 1 0 26046957 281038848 66595 4089446400 4194304 10345943 140736797220832 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/30947/statm: 68613 66595 762 1502 0 67106 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 274452

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30982
/proc/meminfo: memFree=29454928/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=389220 CPUtime=222.29
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 271255 0 0 0 22152 77 0 0 25 0 1 0 26046957 398561280 93639 4089446400 4194304 10345943 140736797220832 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 97305 93639 774 1502 0 95798 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 389220

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30984
/proc/meminfo: memFree=29410244/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=402728 CPUtime=282.29
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 282636 0 0 0 28128 101 0 0 25 0 1 0 26046957 412393472 97098 4089446400 4194304 10345943 140736797220832 18446744073709551615 6307534 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 100682 97098 782 1502 0 99175 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 402728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30985
/proc/meminfo: memFree=29354536/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=429352 CPUtime=342.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 289005 0 0 0 34100 130 0 0 25 0 1 0 26046957 439656448 103467 4089446400 4194304 10345943 140736797220832 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 107338 103467 793 1502 0 105831 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 429352

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30987
/proc/meminfo: memFree=29324492/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=429352 CPUtime=402.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 289316 0 0 0 40074 156 0 0 25 0 1 0 26046957 439656448 103778 4089446400 4194304 10345943 140736797220832 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 107338 103778 794 1502 0 105831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 429352

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30988
/proc/meminfo: memFree=29288124/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=436888 CPUtime=462.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 305093 0 0 0 46048 182 0 0 25 0 1 0 26046957 447373312 105558 4089446400 4194304 10345943 140736797220832 18446744073709551615 6003051 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 109222 105558 794 1502 0 107715 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 436888

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 30990
/proc/meminfo: memFree=29253848/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=443536 CPUtime=522.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 313826 0 0 0 52020 210 0 0 25 0 1 0 26046957 454180864 107123 4089446400 4194304 10345943 140736797220832 18446744073709551615 5614772 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 110884 107123 794 1502 0 109377 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 443536

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 1.99 3/183 30992
/proc/meminfo: memFree=29215252/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=450676 CPUtime=582.3
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 319932 0 0 0 57999 231 0 0 25 0 1 0 26046957 461492224 108968 4089446400 4194304 10345943 140736797220832 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 112669 108968 794 1502 0 111162 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 450676

[startup+642.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 30993
/proc/meminfo: memFree=29182112/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=454888 CPUtime=642.31
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 321056 0 0 0 63973 258 0 0 25 0 1 0 26046957 465805312 110091 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 113722 110091 794 1502 0 112215 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 454888

[startup+702.3 s]

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

/proc/meminfo: memFree=28953940/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=486208 CPUtime=1062.32
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 359194 0 0 0 105787 445 0 0 25 0 1 0 26046957 497876992 117597 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 121552 117597 794 1502 0 120045 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 486208

[startup+1122.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 31006
/proc/meminfo: memFree=28913484/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=494872 CPUtime=1122.32
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 361423 0 0 0 111756 476 0 0 25 0 1 0 26046957 506748928 119826 4089446400 4194304 10345943 140736797220832 18446744073709551615 4214303 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 123718 119826 794 1502 0 122211 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 494872

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 31008
/proc/meminfo: memFree=28885420/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=497152 CPUtime=1182.32
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 363995 0 0 0 117728 504 0 0 25 0 1 0 26046957 509083648 120434 4089446400 4194304 10345943 140736797220832 18446744073709551615 4469815 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 124288 120434 794 1502 0 122781 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 497152

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 31009
/proc/meminfo: memFree=28855632/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=498892 CPUtime=1242.32
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 364547 0 0 0 123703 529 0 0 25 0 1 0 26046957 510865408 120986 4089446400 4194304 10345943 140736797220832 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 124723 120986 794 1502 0 123216 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 498892

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31011
/proc/meminfo: memFree=28825472/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=500712 CPUtime=1302.33
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 364972 0 0 0 129675 558 0 0 25 0 1 0 26046957 512729088 121411 4089446400 4194304 10345943 140736797220832 18446744073709551615 6864734 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 125178 121411 794 1502 0 123671 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 500712

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31021
/proc/meminfo: memFree=28796844/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=501632 CPUtime=1362.32
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 365171 0 0 0 135646 586 0 0 25 0 1 0 26046957 513671168 121610 4089446400 4194304 10345943 140736797220832 18446744073709551615 4241492 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 125408 121610 794 1502 0 123901 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 501632

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31023
/proc/meminfo: memFree=28767536/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=503032 CPUtime=1422.34
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 365512 0 0 0 141616 618 0 0 25 0 1 0 26046957 515104768 121951 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 125758 121951 794 1502 0 124251 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 503032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31025
/proc/meminfo: memFree=28739320/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=505324 CPUtime=1482.33
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 365950 0 0 0 147589 644 0 0 25 0 1 0 26046957 517451776 122389 4089446400 4194304 10345943 140736797220832 18446744073709551615 6120333 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 126331 122389 794 1502 0 124824 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 505324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31026
/proc/meminfo: memFree=28704432/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=509260 CPUtime=1542.33
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 367006 0 0 0 153562 671 0 0 25 0 1 0 26046957 521482240 123445 4089446400 4194304 10345943 140736797220832 18446744073709551615 4715321 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 127315 123445 794 1502 0 125808 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 509260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31028
/proc/meminfo: memFree=28669304/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=516132 CPUtime=1602.33
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 370494 0 0 0 159537 696 0 0 25 0 1 0 26046957 528519168 125016 4089446400 4194304 10345943 140736797220832 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 129033 125016 794 1502 0 127526 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 516132

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 31029
/proc/meminfo: memFree=28641480/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=516664 CPUtime=1662.34
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 370761 0 0 0 165514 720 0 0 25 0 1 0 26046957 529063936 125283 4089446400 4194304 10345943 140736797220832 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 129166 125283 794 1502 0 127659 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 516664

[startup+1722.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 31031
/proc/meminfo: memFree=28610928/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=518004 CPUtime=1722.34
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371132 0 0 0 171489 745 0 0 25 0 1 0 26046957 530436096 125654 4089446400 4194304 10345943 140736797220832 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 129501 125654 794 1502 0 127994 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 518004

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 31033
/proc/meminfo: memFree=28580728/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520452 CPUtime=1782.34
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371505 0 0 0 177468 766 0 0 25 0 1 0 26046957 532942848 126027 4089446400 4194304 10345943 140736797220832 18446744073709551615 6069646 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 130113 126027 794 1502 0 128606 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 520452

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

[startup+1785.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 31033
/proc/meminfo: memFree=28579736/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520820 CPUtime=1785.53
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371525 0 0 0 177787 766 0 0 25 0 1 0 26046957 533319680 126047 4089446400 4194304 10345943 140736797220832 18446744073709551615 18446744073699065897 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 130205 126047 794 1502 0 128698 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 520820

[startup+1788.7 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31033
/proc/meminfo: memFree=28578620/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520820 CPUtime=1788.74
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371530 0 0 0 178107 767 0 0 25 0 1 0 26046957 533319680 126052 4089446400 4194304 10345943 140736797220832 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 130205 126052 794 1502 0 128698 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 520820

[startup+1789.5 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31033
/proc/meminfo: memFree=28578620/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520820 CPUtime=1789.53
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371530 0 0 0 178186 767 0 0 25 0 1 0 26046957 533319680 126052 4089446400 4194304 10345943 140736797220832 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 130205 126052 794 1502 0 128698 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 520820

[startup+1789.9 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31033
/proc/meminfo: memFree=28578740/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520820 CPUtime=1789.93
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371530 0 0 0 178226 767 0 0 25 0 1 0 26046957 533319680 126052 4089446400 4194304 10345943 140736797220832 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30947/statm: 130205 126052 794 1502 0 128698 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 520820

[startup+1790.1 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31033
/proc/meminfo: memFree=28578740/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520820 CPUtime=1790.14
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371533 0 0 0 178246 768 0 0 18 0 1 0 26046957 533319680 126055 4089446400 4194304 10345943 140736797220832 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30947/statm: 130205 126055 795 1502 0 128698 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 520820

[startup+1790.2 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 31033
/proc/meminfo: memFree=28578740/32951124 swapFree=67111528/67111528
[pid=30947] ppid=30945 vsize=520832 CPUtime=1790.24
/proc/30947/stat : 30947 (pbscip.linux.x8) R 30945 30947 30491 0 -1 4202496 371542 0 0 0 178256 768 0 0 18 0 1 0 26046957 533331968 126064 4089446400 4194304 10345943 140736797220832 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30947/statm: 130208 126064 795 1502 0 128701 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 520832

Child status: 0
Real time (s): 1790.25
CPU time (s): 1790.3
CPU user time (s): 1782.6
CPU system time (s): 7.69983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 520832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.6
system time used= 7.69983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371545
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= 2
involuntary context switches= 1539

runsolver used 3.23251 second user time and 6.548 second system time

The end

Launcher Data

Begin job on node134 at 2010-07-08 10:38:56
IDJOB=2705083
IDBENCH=79293
IDSOLVER=1214
FILE ID=node134/2705083-1278578336
PBS_JOBID= 11240186
Free space on /tmp= 73700 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.1900557957--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-2705083-1278578336/watcher-2705083-1278578336 -o /tmp/evaluation-result-2705083-1278578336/solver-2705083-1278578336 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705083-1278578336.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c90222590d839243781a638355a39a56
RANDOM SEED=936565015

node134.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.801
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.60
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.801
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.801
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.82
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.801
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.801
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.66
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.801
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.801
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.74
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.801
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28800464 kB
Buffers:        167984 kB
Cached:        2535620 kB
SwapCached:          0 kB
Active:        2571424 kB
Inactive:      1417324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28800464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:     1284972 kB
Mapped:          17400 kB
Slab:            96132 kB
PageTables:       7220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1454768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73692 MiB
End job on node134 at 2010-07-08 11:08:47