Trace number 2705502

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.22

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-66-100-0.wbo
MD5SUMaf1f4aa986dfaf7d995a788abb35be25
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark526.527
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-2705502-1278572954.wbo>
0.00/0.02	c original problem has 2153 variables (1192 bin, 0 int, 961 impl, 0 cont) and 3669 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.04/0.06	c (round 2) 0 del vars, 107 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.04/0.07	c (round 3) 50 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.04/0.08	c (round 4) 100 del vars, 233 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.09/0.12	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  100 deleted vars, 233 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.12	c  2015 implications, 15 cliques
0.09/0.12	c presolved problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3436 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      39 constraints of type <setppc>
0.09/0.12	c     911 constraints of type <linear>
0.09/0.12	c     911 constraints of type <indicator>
0.09/0.12	c    1574 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    37 |     - |9183k|   0 |  20 |2053 |3436 |2053 |1614 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    66 |     - |9306k|   0 |  23 |2053 |3437 |2053 |1635 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |    84 |     - |9601k|   0 |  23 |2053 |3437 |2053 |1638 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   127 |     - |9891k|   0 |  37 |2053 |3437 |2053 |1642 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	o 43928
0.29/0.36	c y 0.3s|     1 |     0 |   127 |     - |9921k|   0 |  37 |2053 |3437 |2053 |1642 |  28 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   246 |     - |  10M|   0 |  52 |2053 |3437 |2053 |1646 |  32 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |   335 |     - |  10M|   0 |  56 |2053 |3437 |2053 |1649 |  35 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   357 |     - |  10M|   0 |  60 |2053 |3437 |2053 |1652 |  38 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.19/1.25	c   1.2s|     1 |     2 |   357 |     - |  10M|   0 |  60 |2053 |3437 |2053 |1652 |  38 |   0 |  14 | 0.000000e+00 | 4.392800e+04 |    Inf 
4.09/4.15	o 502
4.09/4.15	c * 4.1s|    29 |    26 |  1887 |  54.6 |  10M|  16 |   - |2053 |3444 |2053 |1655 |  62 |   7 | 266 | 0.000000e+00 | 5.020000e+02 |    Inf 
4.89/4.98	o 468
4.89/4.98	c * 5.0s|    63 |    43 |  2362 |  32.3 |  11M|  20 |   - |2053 |3463 |2053 |1643 |  86 |  26 | 433 | 0.000000e+00 | 4.680000e+02 |    Inf 
5.59/5.62	o 355
5.59/5.62	c * 5.6s|   163 |   100 |  3229 |  17.7 |  11M|  28 |   - |2053 |3530 |2053 |1662 | 164 |  93 | 583 | 0.000000e+00 | 3.550000e+02 |    Inf 
6.60/6.64	o 345
6.60/6.64	c * 6.6s|   378 |   245 |  4849 |  11.9 |  12M|  48 |   - |2053 |3636 |2053 |1659 | 275 | 199 | 798 | 0.000000e+00 | 3.450000e+02 |    Inf 
6.60/6.66	o 334
6.60/6.66	c * 6.6s|   393 |   248 |  4887 |  11.6 |  12M|  48 |   - |2053 |3644 |2053 |1656 | 278 | 207 | 798 | 0.000000e+00 | 3.340000e+02 |    Inf 
7.39/7.45	o 321
7.39/7.45	c * 7.4s|   583 |   375 |  6086 |   9.8 |  12M|  48 |   - |2053 |3719 |2053 |1653 | 333 | 286 | 964 | 0.000000e+00 | 3.210000e+02 |    Inf 
7.79/7.85	o 285
7.79/7.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.85	c * 7.8s|   794 |   500 |  6702 |   8.0 |  13M|  56 |   - |2053 |3783 |2053 |1661 | 441 | 362 |1026 | 0.000000e+00 | 2.850000e+02 |    Inf 
7.99/8.05	o 233
7.99/8.05	c * 8.0s|   945 |   627 |  6879 |   6.9 |  13M|  73 |   - |2053 |3804 |2053 |1663 | 456 | 384 |1037 | 0.000000e+00 | 2.330000e+02 |    Inf 
8.69/8.70	o 231
8.69/8.70	c * 8.7s|  1272 |   799 |  7920 |   6.0 |  14M|  73 |   - |2053 |4025 |2053 |1666 | 504 | 636 |1133 | 0.000000e+00 | 2.310000e+02 |    Inf 
8.79/8.82	o 230
8.79/8.82	c * 8.8s|  1313 |   825 |  8180 |   6.0 |  14M|  73 |   - |2053 |4034 |2053 |1673 | 522 | 651 |1150 | 0.000000e+00 | 2.300000e+02 |    Inf 
8.79/8.82	o 225
8.79/8.82	c * 8.8s|  1314 |   819 |  8180 |   6.0 |  14M|  73 |   - |2053 |4034 |2053 |1673 | 522 | 651 |1150 | 0.000000e+00 | 2.250000e+02 |    Inf 
10.00/10.06	o 212
10.00/10.06	c *10.0s|  1997 |  1053 | 10823 |   5.2 |  15M|  73 |   - |2053 |4337 |2053 |1656 | 698 |1230 |1257 | 0.000000e+00 | 2.120000e+02 |    Inf 
10.49/10.52	o 183
10.49/10.52	c *10.5s|  2223 |  1041 | 11940 |   5.2 |  15M|  73 |   - |2053 |4389 |2053 |1650 | 778 |1463 |1283 | 0.000000e+00 | 1.830000e+02 |    Inf 
10.90/10.90	o 130
10.90/10.90	c *10.9s|  2413 |  1030 | 12710 |   5.1 |  15M|  73 |   - |2053 |4337 |2053 |1659 | 853 |1567 |1316 | 0.000000e+00 | 1.300000e+02 |    Inf 
12.89/12.97	o 114
12.89/12.97	c *12.9s|  3374 |  1144 | 19040 |   5.5 |  17M|  73 |   - |2053 |4563 |2053 |1647 |1114 |2456 |1515 | 0.000000e+00 | 1.140000e+02 |    Inf 
12.89/12.97	o 111
12.89/12.97	c *12.9s|  3375 |  1130 | 19040 |   5.5 |  17M|  73 |   - |2053 |4563 |2053 |1647 |1114 |2456 |1515 | 0.000000e+00 | 1.110000e+02 |    Inf 
13.20/13.22	o 93
13.20/13.22	c *13.2s|  3536 |  1039 | 19717 |   5.5 |  16M|  73 |   - |2053 |4703 |2053 |1646 |1117 |2635 |1526 | 0.000000e+00 | 9.300000e+01 |    Inf 
23.39/23.46	c  23.4s| 10000 |  1674 | 50261 |   5.0 |  22M|  73 |   - |2053 |5282 |   0 |   0 |2097 |9754 |1684 | 0.000000e+00 | 9.300000e+01 |    Inf 
30.19/30.20	o 91
30.19/30.20	c *30.2s| 13966 |  2062 | 72502 |   5.2 |  27M|  73 |   - |2053 |6550 |2053 |1650 |2815 |  13k|1782 | 0.000000e+00 | 9.100000e+01 |    Inf 
39.89/39.91	c  39.9s| 20000 |  2433 |102987 |   5.1 |  32M|  73 |   - |2053 |7109 |   0 |   0 |3713 |  21k|1790 | 0.000000e+00 | 9.100000e+01 |    Inf 
40.19/40.21	o 87
40.19/40.21	c *40.2s| 20215 |  2422 |103418 |   5.1 |  32M|  73 |   - |2053 |7322 |2053 |1653 |3742 |  21k|1790 | 0.000000e+00 | 8.700000e+01 |    Inf 
46.79/46.85	o 67
46.79/46.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.79/46.85	c *46.8s| 24047 |  2716 |124435 |   5.2 |  35M|  73 |   - |2053 |6638 |2053 |1648 |4586 |  25k|1793 | 0.000000e+00 | 6.700000e+01 |    Inf 
57.89/57.97	o 65
57.89/57.97	c *57.9s| 29837 |  3019 |175801 |   5.9 |  38M|  73 |   - |2053 |6244 |2053 |1645 |5583 |  32k|1811 | 0.000000e+00 | 6.500000e+01 |    Inf 
58.19/58.22	c  58.2s| 30000 |  3029 |176591 |   5.9 |  38M|  73 |   1 |2053 |6273 |2053 |1643 |5583 |  32k|1811 | 0.000000e+00 | 6.500000e+01 |    Inf 
75.69/75.70	o 59
75.69/75.70	c *75.7s| 39481 |  3406 |253629 |   6.4 |  43M|  73 |   - |2053 |6921 |2053 |1654 |7541 |  43k|1815 | 0.000000e+00 | 5.900000e+01 |    Inf 
76.60/76.69	c  76.7s| 40000 |  3414 |257849 |   6.4 |  43M|  73 |   - |2053 |6316 |2053 |1646 |7635 |  44k|1815 | 0.000000e+00 | 5.900000e+01 |    Inf 
95.09/95.15	o 56
95.09/95.15	c *95.1s| 49809 |  3808 |340504 |   6.8 |  47M|  73 |   - |2053 |6800 |2053 |1650 |9352 |  55k|1900 | 0.000000e+00 | 5.600000e+01 |    Inf 
95.49/95.50	c  95.5s| 50000 |  3821 |341949 |   6.8 |  47M|  73 |  20 |2053 |6594 |2053 |1659 |9379 |  56k|1900 | 0.000000e+00 | 5.600000e+01 |    Inf 
113.30/113.38	c   113s| 60000 |  4120 |413106 |   6.9 |  52M|  73 |   - |2053 |7964 |   0 |   0 |  11k|  68k|2081 | 0.000000e+00 | 5.600000e+01 |    Inf 
131.99/132.05	c   132s| 70000 |  4321 |489911 |   7.0 |  55M|  73 |   - |2053 |8698 |   0 |   0 |  12k|  80k|2281 | 0.000000e+00 | 5.600000e+01 |    Inf 
133.59/133.62	o 49
133.59/133.62	c * 134s| 70819 |  4319 |496458 |   7.0 |  55M|  73 |   - |2053 |8991 |2053 |1668 |  12k|  81k|2281 | 0.000000e+00 | 4.900000e+01 |    Inf 
151.89/151.99	c   152s| 80000 |  4478 |585714 |   7.3 |  58M|  73 |   - |2053 |9332 |   0 |   0 |  13k|  93k|2457 | 0.000000e+00 | 4.900000e+01 |    Inf 
169.89/169.93	c   170s| 90000 |  4798 |659669 |   7.3 |  61M|  73 |   - |2053 |  10k|   0 |   0 |  15k| 105k|2590 | 0.000000e+00 | 4.900000e+01 |    Inf 
190.00/190.07	c   190s|100000 |  5186 |755217 |   7.5 |  67M|  78 |   - |2053 |  11k|   0 |   0 |  16k| 118k|2801 | 0.000000e+00 | 4.900000e+01 |    Inf 
209.39/209.48	c   209s|110000 |  5566 |845698 |   7.7 |  70M|  86 |   - |2053 |  11k|   0 |   0 |  17k| 131k|2961 | 0.000000e+00 | 4.900000e+01 |    Inf 
218.10/218.11	o 36
218.10/218.11	c * 218s|114377 |  5364 |886688 |   7.7 |  66M|  86 |   - |2053 |  10k|2053 |1650 |  17k| 137k|3013 | 0.000000e+00 | 3.600000e+01 |    Inf 
229.30/229.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.30/229.38	c   229s|120000 |  5357 |942897 |   7.9 |  67M|  87 |   - |2053 |  10k|2053 |1654 |  18k| 145k|3124 | 0.000000e+00 | 3.600000e+01 |    Inf 
249.89/249.91	c   250s|130000 |  5395 |  1050k|   8.1 |  68M|  87 |   - |2053 |7947 |2053 |1658 |  19k| 158k|3348 | 0.000000e+00 | 3.600000e+01 |    Inf 
268.20/268.29	c   268s|140000 |  5526 |  1134k|   8.1 |  70M|  87 |   - |2053 |8851 |   0 |   0 |  22k| 171k|3497 | 0.000000e+00 | 3.600000e+01 |    Inf 
288.30/288.32	c   288s|150000 |  5690 |  1237k|   8.2 |  73M|  87 |   - |2053 |8931 |   0 |   0 |  23k| 184k|3630 | 0.000000e+00 | 3.600000e+01 |    Inf 
307.80/307.84	c   308s|160000 |  5733 |  1336k|   8.4 |  75M|  87 |  18 |2053 |9790 |2053 |1643 |  24k| 197k|3835 | 0.000000e+00 | 3.600000e+01 |    Inf 
327.71/327.79	c   328s|170000 |  5793 |  1439k|   8.5 |  77M|  87 |   7 |2053 |8767 |2053 |1643 |  25k| 211k|3948 | 0.000000e+00 | 3.600000e+01 |    Inf 
346.79/346.88	c   347s|180000 |  5950 |  1531k|   8.5 |  80M|  87 |   6 |2053 |  11k|2053 |1643 |  27k| 224k|4126 | 0.000000e+00 | 3.600000e+01 |    Inf 
353.20/353.29	o 34
353.20/353.29	c * 353s|183826 |  5995 |  1556k|   8.5 |  81M|  87 |   - |2053 |  11k|2053 |1646 |  28k| 229k|4140 | 0.000000e+00 | 3.400000e+01 |    Inf 
364.40/364.41	c   364s|190000 |  6104 |  1603k|   8.4 |  82M|  87 |  11 |2053 |  10k|2053 |1643 |  28k| 237k|4235 | 0.000000e+00 | 3.400000e+01 |    Inf 
384.10/384.11	c   384s|200000 |  6272 |  1703k|   8.5 |  85M|  87 |   - |2053 |  10k|   0 |   0 |  30k| 250k|4336 | 0.000000e+00 | 3.400000e+01 |    Inf 
403.89/403.91	c   404s|210000 |  6358 |  1801k|   8.6 |  87M|  87 |   - |2053 |  11k|   0 |   0 |  31k| 263k|4472 | 0.000000e+00 | 3.400000e+01 |    Inf 
422.60/422.61	c   423s|220000 |  6439 |  1885k|   8.6 |  89M|  87 |   - |2053 |  10k|   0 |   0 |  33k| 277k|4598 | 0.000000e+00 | 3.400000e+01 |    Inf 
441.70/441.72	c   442s|230000 |  6571 |  1978k|   8.6 |  91M|  87 |   - |2053 |  11k|   0 |   0 |  34k| 290k|4711 | 0.000000e+00 | 3.400000e+01 |    Inf 
460.81/460.84	c   461s|240000 |  6623 |  2069k|   8.6 |  92M|  87 |   - |2053 |  10k|   0 |   0 |  35k| 303k|4837 | 0.000000e+00 | 3.400000e+01 |    Inf 
479.61/479.63	c   480s|250000 |  6810 |  2157k|   8.6 |  94M|  87 |  29 |2053 |9363 |2053 |1655 |  37k| 316k|4931 | 0.000000e+00 | 3.400000e+01 |    Inf 
497.59/497.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.59/497.66	c   498s|260000 |  6883 |  2239k|   8.6 |  97M|  87 |  24 |2053 |  10k|2053 |1643 |  38k| 329k|5007 | 0.000000e+00 | 3.400000e+01 |    Inf 
516.10/516.17	c   516s|270000 |  6981 |  2321k|   8.6 |  99M|  87 |   1 |2053 |  11k|2053 |1643 |  40k| 343k|5093 | 0.000000e+00 | 3.400000e+01 |    Inf 
536.90/536.93	c   537s|280000 |  7153 |  2426k|   8.7 | 101M|  87 |  14 |2053 |  11k|2053 |1643 |  41k| 355k|5185 | 0.000000e+00 | 3.400000e+01 |    Inf 
556.60/556.62	c   557s|290000 |  7255 |  2517k|   8.7 | 103M|  87 |   1 |2053 |  12k|2053 |1643 |  42k| 369k|5278 | 0.000000e+00 | 3.400000e+01 |    Inf 
576.90/576.90	c   577s|300000 |  7407 |  2616k|   8.7 | 105M|  87 |   - |2053 |  11k|   0 |   0 |  44k| 381k|5399 | 0.000000e+00 | 3.400000e+01 |    Inf 
594.90/594.96	c   595s|310000 |  7557 |  2697k|   8.7 | 107M|  87 |   - |2053 |  10k|   0 |   0 |  45k| 394k|5482 | 0.000000e+00 | 3.400000e+01 |    Inf 
612.40/612.44	c   612s|320000 |  7801 |  2767k|   8.6 | 110M|  87 |   - |2053 |  10k|   0 |   0 |  46k| 407k|5537 | 0.000000e+00 | 3.400000e+01 |    Inf 
629.71/629.74	c   630s|330000 |  8009 |  2845k|   8.6 | 112M|  87 |   - |2053 |  10k|   0 |   0 |  48k| 420k|5605 | 0.000000e+00 | 3.400000e+01 |    Inf 
646.90/646.90	c   647s|340000 |  8082 |  2922k|   8.6 | 114M|  87 |  26 |2053 |  11k|2053 |1649 |  49k| 433k|5673 | 0.000000e+00 | 3.400000e+01 |    Inf 
664.90/664.90	c   665s|350000 |  8175 |  3004k|   8.6 | 116M|  87 |   1 |2053 |  11k|2053 |1657 |  50k| 446k|5747 | 0.000000e+00 | 3.400000e+01 |    Inf 
682.80/682.84	c   683s|360000 |  8296 |  3087k|   8.6 | 117M|  87 |   - |2053 |  10k|   0 |   0 |  51k| 459k|5809 | 0.000000e+00 | 3.400000e+01 |    Inf 
699.61/699.69	c   700s|370000 |  8451 |  3155k|   8.5 | 121M|  87 |   - |2053 |  12k|2053 |1667 |  52k| 473k|5873 | 0.000000e+00 | 3.400000e+01 |    Inf 
703.40/703.49	o 30
703.40/703.49	c * 703s|372253 |  8361 |  3170k|   8.5 | 118M|  87 |   - |2053 |  12k|2053 |1647 |  52k| 476k|5873 | 0.000000e+00 | 3.000000e+01 |    Inf 
717.40/717.41	c   717s|380000 |  8422 |  3230k|   8.5 | 119M|  87 |   - |2053 |  10k|   0 |   0 |  53k| 486k|5957 | 0.000000e+00 | 3.000000e+01 |    Inf 
735.10/735.10	c   735s|390000 |  8546 |  3313k|   8.5 | 121M|  87 |   9 |2053 |  10k|2053 |1643 |  54k| 500k|6024 | 0.000000e+00 | 3.000000e+01 |    Inf 
752.01/752.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.01/752.08	c   752s|400000 |  8712 |  3388k|   8.5 | 123M|  87 |   - |2053 |  11k|   0 |   0 |  55k| 513k|6094 | 0.000000e+00 | 3.000000e+01 |    Inf 
770.10/770.15	c   770s|410000 |  8845 |  3471k|   8.5 | 125M|  87 |   - |2053 |  11k|   0 |   0 |  57k| 526k|6157 | 0.000000e+00 | 3.000000e+01 |    Inf 
787.71/787.77	c   788s|420000 |  8943 |  3552k|   8.5 | 127M|  87 |   - |2053 |  12k|   0 |   0 |  58k| 540k|6218 | 0.000000e+00 | 3.000000e+01 |    Inf 
805.41/805.43	c   805s|430000 |  9206 |  3630k|   8.4 | 129M|  87 |  14 |2053 |  10k|2053 |1643 |  59k| 553k|6267 | 0.000000e+00 | 3.000000e+01 |    Inf 
822.71/822.75	c   823s|440000 |  9330 |  3710k|   8.4 | 131M|  87 |   - |2053 |  12k|2053 |1643 |  60k| 566k|6314 | 0.000000e+00 | 3.000000e+01 |    Inf 
840.10/840.18	c   840s|450000 |  9479 |  3782k|   8.4 | 133M|  87 |   8 |2053 |  13k|2053 |1643 |  62k| 579k|6384 | 0.000000e+00 | 3.000000e+01 |    Inf 
857.50/857.53	c   858s|460000 |  9626 |  3853k|   8.4 | 136M|  87 |   - |2053 |  12k|   0 |   0 |  63k| 593k|6446 | 0.000000e+00 | 3.000000e+01 |    Inf 
875.52/875.58	c   876s|470000 |  9711 |  3930k|   8.4 | 137M|  87 |  10 |2053 |  11k|2053 |1643 |  64k| 607k|6504 | 0.000000e+00 | 3.000000e+01 |    Inf 
892.90/892.91	c   893s|480000 |  9799 |  4005k|   8.3 | 139M|  87 |   - |2053 |  11k|   0 |   0 |  66k| 620k|6539 | 0.000000e+00 | 3.000000e+01 |    Inf 
910.11/910.10	c   910s|490000 |  9909 |  4077k|   8.3 | 140M|  87 |  15 |2053 |  12k|2053 |1648 |  67k| 634k|6599 | 0.000000e+00 | 3.000000e+01 |    Inf 
927.91/927.91	c   928s|500000 | 10048 |  4151k|   8.3 | 143M|  87 |   - |2053 |  13k|2053 |1657 |  69k| 647k|6678 | 0.000000e+00 | 3.000000e+01 |    Inf 
946.50/946.58	c   947s|510000 | 10198 |  4235k|   8.3 | 145M|  87 |  22 |2053 |  11k|2053 |1649 |  70k| 660k|6749 | 0.000000e+00 | 3.000000e+01 |    Inf 
964.01/964.06	c   964s|520000 | 10189 |  4307k|   8.3 | 146M|  87 |   - |2053 |  13k|   0 |   0 |  72k| 674k|6794 | 0.000000e+00 | 3.000000e+01 |    Inf 
981.51/981.52	c   981s|530000 | 10296 |  4383k|   8.3 | 147M|  87 |   - |2053 |  11k|   0 |   0 |  73k| 687k|6872 | 0.000000e+00 | 3.000000e+01 |    Inf 
999.31/999.35	c   999s|540000 | 10389 |  4462k|   8.3 | 149M|  87 |  12 |2053 |  10k|2053 |1649 |  75k| 700k|6948 | 0.000000e+00 | 3.000000e+01 |    Inf 
1016.31/1016.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.31/1016.38	c  1016s|550000 | 10510 |  4531k|   8.2 | 151M|  87 |   - |2053 |  10k|   0 |   0 |  76k| 714k|6979 | 0.000000e+00 | 3.000000e+01 |    Inf 
1034.41/1034.47	c  1034s|560000 | 10693 |  4612k|   8.2 | 153M|  87 |   - |2053 |  11k|   0 |   0 |  77k| 727k|7018 | 0.000000e+00 | 3.000000e+01 |    Inf 
1051.91/1051.94	c  1052s|570000 | 10731 |  4688k|   8.2 | 155M|  87 |   8 |2053 |  11k|2053 |1643 |  79k| 741k|7090 | 0.000000e+00 | 3.000000e+01 |    Inf 
1069.31/1069.38	c  1069s|580000 | 10746 |  4760k|   8.2 | 156M|  87 |   - |2053 |  12k|2053 |1643 |  80k| 755k|7145 | 0.000000e+00 | 3.000000e+01 |    Inf 
1087.71/1087.79	c  1088s|590000 | 10859 |  4846k|   8.2 | 156M|  87 |   - |2053 |  10k|   0 |   0 |  81k| 768k|7187 | 0.000000e+00 | 3.000000e+01 |    Inf 
1105.81/1105.85	c  1106s|600000 | 10942 |  4931k|   8.2 | 158M|  87 |  19 |2053 |  11k|2053 |1643 |  82k| 782k|7223 | 0.000000e+00 | 3.000000e+01 |    Inf 
1124.71/1124.79	c  1125s|610000 | 11087 |  5020k|   8.2 | 161M|  87 |  16 |2053 |  10k|2053 |1655 |  83k| 795k|7304 | 0.000000e+00 | 3.000000e+01 |    Inf 
1142.21/1142.27	c  1142s|620000 | 11227 |  5097k|   8.2 | 163M|  87 |   - |2053 |  12k|   0 |   0 |  84k| 809k|7384 | 0.000000e+00 | 3.000000e+01 |    Inf 
1160.11/1160.11	c  1160s|630000 | 11233 |  5177k|   8.2 | 164M|  87 |   - |2053 |  11k|   0 |   0 |  86k| 822k|7411 | 0.000000e+00 | 3.000000e+01 |    Inf 
1178.81/1178.82	c  1179s|640000 | 11383 |  5267k|   8.2 | 166M|  87 |  26 |2053 |  10k|2053 |1652 |  87k| 836k|7470 | 0.000000e+00 | 3.000000e+01 |    Inf 
1196.91/1196.92	c  1197s|650000 | 11397 |  5350k|   8.2 | 167M|  87 |  23 |2053 |  11k|2053 |1652 |  88k| 849k|7548 | 0.000000e+00 | 3.000000e+01 |    Inf 
1215.11/1215.12	c  1215s|660000 | 11396 |  5433k|   8.2 | 168M|  87 |   - |2053 |  10k|2053 |1643 |  89k| 863k|7614 | 0.000000e+00 | 3.000000e+01 |    Inf 
1233.81/1233.80	c  1234s|670000 | 11522 |  5523k|   8.2 | 170M|  87 |   - |2053 |  10k|   0 |   0 |  90k| 877k|7679 | 0.000000e+00 | 3.000000e+01 |    Inf 
1251.72/1251.71	c  1252s|680000 | 11560 |  5605k|   8.2 | 172M|  87 |   4 |2053 |  12k|2053 |1655 |  91k| 890k|7756 | 0.000000e+00 | 3.000000e+01 |    Inf 
1270.21/1270.23	c  1270s|690000 | 11640 |  5691k|   8.2 | 173M|  87 |   1 |2053 |  12k|2053 |1643 |  92k| 904k|7797 | 0.000000e+00 | 3.000000e+01 |    Inf 
1289.72/1289.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1289.72/1289.79	c  1290s|700000 | 11662 |  5790k|   8.3 | 174M|  87 |   - |2053 |  11k|2053 |1649 |  94k| 917k|7874 | 0.000000e+00 | 3.000000e+01 |    Inf 
1308.31/1308.37	c  1308s|710000 | 11758 |  5880k|   8.3 | 176M|  87 |  10 |2053 |  11k|2053 |1654 |  95k| 931k|7962 | 0.000000e+00 | 3.000000e+01 |    Inf 
1327.91/1327.93	c  1328s|720000 | 11842 |  5979k|   8.3 | 177M|  87 |  10 |2053 |  11k|2053 |1643 |  96k| 944k|8006 | 0.000000e+00 | 3.000000e+01 |    Inf 
1347.01/1347.04	c  1347s|730000 | 12037 |  6073k|   8.3 | 180M|  87 |   - |2053 |  12k|   0 |   0 |  98k| 957k|8054 | 0.000000e+00 | 3.000000e+01 |    Inf 
1365.41/1365.42	c  1365s|740000 | 12088 |  6148k|   8.3 | 182M|  87 |   - |2053 |  13k|   0 |   0 |  99k| 971k|8141 | 0.000000e+00 | 3.000000e+01 |    Inf 
1384.02/1384.01	c  1384s|750000 | 12120 |  6226k|   8.3 | 183M|  87 |   - |2053 |  13k|   0 |   0 | 100k| 985k|8169 | 0.000000e+00 | 3.000000e+01 |    Inf 
1402.12/1402.18	c  1402s|760000 | 12154 |  6305k|   8.3 | 184M|  87 |   - |2053 |  13k|   0 |   0 | 101k| 999k|8236 | 0.000000e+00 | 3.000000e+01 |    Inf 
1420.81/1420.85	c  1421s|770000 | 12369 |  6385k|   8.3 | 186M|  87 |  11 |2053 |  12k|2053 |1654 | 103k|1012k|8286 | 0.000000e+00 | 3.000000e+01 |    Inf 
1438.42/1438.43	c  1438s|780000 | 12572 |  6453k|   8.3 | 190M|  87 |  15 |2053 |  13k|2053 |1650 | 104k|1025k|8296 | 0.000000e+00 | 3.000000e+01 |    Inf 
1455.92/1455.96	c  1456s|790000 | 12717 |  6518k|   8.3 | 192M|  87 |   - |2053 |  15k|   0 |   0 | 105k|1038k|8356 | 0.000000e+00 | 3.000000e+01 |    Inf 
1474.11/1474.19	c  1474s|800000 | 12898 |  6589k|   8.2 | 194M|  87 |   - |2053 |  14k|2053 |1660 | 106k|1050k|8391 | 0.000000e+00 | 3.000000e+01 |    Inf 
1492.12/1492.16	c  1492s|810000 | 13040 |  6664k|   8.2 | 196M|  87 |   - |2053 |  12k|   0 |   0 | 107k|1063k|8448 | 0.000000e+00 | 3.000000e+01 |    Inf 
1510.02/1510.08	c  1510s|820000 | 13230 |  6739k|   8.2 | 199M|  87 |   1 |2053 |  12k|2053 |1652 | 109k|1077k|8480 | 0.000000e+00 | 3.000000e+01 |    Inf 
1528.52/1528.59	c  1529s|830000 | 13364 |  6822k|   8.2 | 201M|  87 |   - |2053 |  10k|2053 |1643 | 110k|1089k|8547 | 0.000000e+00 | 3.000000e+01 |    Inf 
1546.52/1546.60	c  1547s|840000 | 13545 |  6902k|   8.2 | 203M|  87 |   - |2053 |  10k|2053 |1643 | 111k|1102k|8602 | 0.000000e+00 | 3.000000e+01 |    Inf 
1565.23/1565.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.23/1565.21	c  1565s|850000 | 13620 |  6988k|   8.2 | 205M|  87 |   - |2053 |  11k|   0 |   0 | 112k|1115k|8623 | 0.000000e+00 | 3.000000e+01 |    Inf 
1583.62/1583.66	c  1584s|860000 | 13692 |  7071k|   8.2 | 207M|  87 |   0 |2053 |  11k|2053 |1656 | 114k|1128k|8704 | 0.000000e+00 | 3.000000e+01 |    Inf 
1602.62/1602.66	c  1603s|870000 | 13723 |  7156k|   8.2 | 208M|  87 |  19 |2053 |  11k|2053 |1649 | 115k|1141k|8740 | 0.000000e+00 | 3.000000e+01 |    Inf 
1622.02/1622.01	c  1622s|880000 | 13918 |  7247k|   8.2 | 210M|  87 |  16 |2053 |  11k|2053 |1643 | 116k|1155k|8805 | 0.000000e+00 | 3.000000e+01 |    Inf 
1641.12/1641.10	c  1641s|890000 | 14185 |  7334k|   8.2 | 213M|  87 |  23 |2053 |9790 |2053 |1643 | 117k|1168k|8870 | 0.000000e+00 | 3.000000e+01 |    Inf 
1660.02/1660.04	c  1660s|900000 | 14350 |  7423k|   8.2 | 216M|  87 |   1 |2053 |  10k|2053 |1650 | 118k|1181k|8890 | 0.000000e+00 | 3.000000e+01 |    Inf 
1678.32/1678.32	c  1678s|910000 | 14417 |  7508k|   8.3 | 218M|  87 |  30 |2053 |  11k|2053 |1643 | 119k|1194k|8954 | 0.000000e+00 | 3.000000e+01 |    Inf 
1699.12/1699.18	c  1699s|920000 | 14543 |  7613k|   8.3 | 219M|  87 |   - |2053 |  10k|   0 |   0 | 120k|1207k|9024 | 0.000000e+00 | 3.000000e+01 |    Inf 
1720.82/1720.81	c  1721s|930000 | 14656 |  7729k|   8.3 | 222M|  87 |   - |2053 |  11k|   0 |   0 | 121k|1220k|9076 | 0.000000e+00 | 3.000000e+01 |    Inf 
1740.52/1740.57	c  1741s|940000 | 14807 |  7826k|   8.3 | 225M|  87 |   - |2053 |  11k|   0 |   0 | 123k|1233k|9107 | 0.000000e+00 | 3.000000e+01 |    Inf 
1759.82/1759.81	c  1760s|950000 | 14931 |  7913k|   8.3 | 227M|  87 |   - |2053 |  12k|   0 |   0 | 124k|1247k|9187 | 0.000000e+00 | 3.000000e+01 |    Inf 
1778.92/1778.91	c  1779s|960000 | 15095 |  7999k|   8.3 | 229M|  87 |   4 |2053 |  10k|2053 |1643 | 125k|1260k|9216 | 0.000000e+00 | 3.000000e+01 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.98
1790.02/1790.00	c Solving Nodes      : 966244
1790.02/1790.00	c Primal Bound       : +3.00000000000000e+01 (171 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.02	s SATISFIABLE
1790.02/1790.02	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 -x210 
1790.02/1790.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
1790.02/1790.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.02/1790.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1790.02/1790.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 
1790.02/1790.02	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.02/1790.02	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.02/1790.02	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.02/1790.02	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.02/1790.02	v -x1 
1790.02/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.02	c Solving Time       :    1789.98
1790.02/1790.02	c Original Problem   :
1790.02/1790.02	c   Problem name     : HOME/instance-2705502-1278572954.wbo
1790.02/1790.02	c   Variables        : 2153 (1192 binary, 0 integer, 961 implicit integer, 0 continuous)
1790.02/1790.02	c   Constraints      : 3669 initial, 3669 maximal
1790.02/1790.02	c Presolved Problem  :
1790.02/1790.02	c   Problem name     : t_HOME/instance-2705502-1278572954.wbo
1790.02/1790.02	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.02/1790.02	c   Constraints      : 3436 initial, 15879 maximal
1790.02/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.02	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1790.02/1790.02	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1790.02/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.02	c   setppc           :       0.00          0          0          0          0          0         76          0          0
1790.02/1790.02	c   linear           :       0.04          0          0          0        961          0        107         50          0
1790.02/1790.02	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1790.02/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.02/1790.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.02	c   root node        :          -       1218          -          -       1218          -          -          -          -
1790.02/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.02	c   integral         :          0          0          0     544571          0        186       1700          0          0    1033412
1790.02/1790.02	c   knapsack         :          1          6    5211462      26209          1      53697   14869233          0          0          0
1790.02/1790.02	c   setppc           :         39          6    5175244      26221          1      96025    2367106          0          0          0
1790.02/1790.02	c   linear           :        911+         7    5081219      26345          1      85306    3885710     126374          0          0
1790.02/1790.02	c   indicator        :        911          0    4994119      26369          1       5211   10870730          0          0          0
1790.02/1790.02	c   logicor          :       1574+         6    2163167       5805          1     143673    7625019          0          0          0
1790.02/1790.02	c   bounddisjunction :          0+         0     533562          0          0        259       4656          0          0          0
1790.02/1790.02	c   countsols        :          0          0          0       5805          1          0          0          0          0          0
1790.02/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.02	c   integral         :      29.67       0.00       0.00      29.67       0.00
1790.02/1790.02	c   knapsack         :      46.00       0.00      45.99       0.01       0.00
1790.02/1790.02	c   setppc           :      14.92       0.00      14.90       0.02       0.00
1790.02/1790.02	c   linear           :      50.09       0.00      49.34       0.74       0.00
1790.02/1790.02	c   indicator        :      61.63       0.02      60.53       1.08       0.00
1790.02/1790.02	c   logicor          :     156.32       0.00     156.26       0.06       0.00
1790.02/1790.02	c   bounddisjunction :       1.12       0.00       1.12       0.00       0.00
1790.02/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.02	c   vbounds          :       1.15     255622          4       4183
1790.02/1790.02	c   rootredcost      :       0.77         28          0        609
1790.02/1790.02	c   pseudoobj        :     100.12    5272016      41045   12354000
1790.02/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.02	c   propagation      :      15.74     420005     419659    2617176       26.8      14204       24.9          -
1790.02/1790.02	c   infeasible LP    :      13.88      78135      78133     646963       39.6        804       17.5          0
1790.02/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.02	c   applied globally :          -          -          -    1268773       23.6          -          -          -
1790.02/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.02	c   cut pool         :       0.00          5          -          -         33          -    (maximal pool size: 462)
1790.02/1790.02	c   redcost          :      25.87     560548          0     195354          0          0
1790.02/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1790.02/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.02	c   gomory           :       0.16          6          0          0       1651          0
1790.02/1790.02	c   strongcg         :       0.15          6          0          0       2321          0
1790.02/1790.02	c   cmir             :       0.02          6          0          0          0          0
1790.02/1790.02	c   flowcover        :       0.04          6          0          0          0          0
1790.02/1790.02	c   clique           :       0.00          6          0          0          0          0
1790.02/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.02	c   rapidlearning    :       0.07          1          0          0          0          1
1790.02/1790.02	c Pricers            :       Time      Calls       Vars
1790.02/1790.02	c   problem variables:       0.00          0          0
1790.02/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.02	c   relpscost        :      29.31     518192        186       1700          0          0    1033412
1790.02/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.02	c   inference        :       0.75       5779          0          0          0          0      11559
1790.02/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.02	c   LP solutions     :       0.01          -         27
1790.02/1790.02	c   pseudo solutions :       0.00          -          0
1790.02/1790.02	c   intshifting      :       0.01          0          0
1790.02/1790.02	c   feaspump         :       0.02          1          0
1790.02/1790.02	c   oneopt           :       0.32         26          0
1790.02/1790.02	c   crossover        :       0.92         29          0
1790.02/1790.02	c   coefdiving       :       0.47        163          0
1790.02/1790.02	c   pscostdiving     :       0.44        163          0
1790.02/1790.02	c   fracdiving       :       0.50        163          0
1790.02/1790.02	c   veclendiving     :       0.39        163          0
1790.02/1790.02	c   guideddiving     :       0.49        163          0
1790.02/1790.02	c   rootsoldiving    :       1.51         82          0
1790.02/1790.02	c   linesearchdiving :       0.45        164          0
1790.02/1790.02	c   objpscostdiving  :       0.62         83          0
1790.02/1790.02	c   trivial          :       0.00          2          0
1790.02/1790.02	c   simplerounding   :       0.58     519305          0
1790.02/1790.02	c   zirounding       :       0.27       1000          0
1790.02/1790.02	c   rounding         :       0.93      10152          0
1790.02/1790.02	c   shifting         :       0.75       3191          0
1790.02/1790.02	c   twoopt           :       0.00          0          0
1790.02/1790.02	c   fixandinfer      :       0.00          0          0
1790.02/1790.02	c   intdiving        :       0.00          0          0
1790.02/1790.02	c   actconsdiving    :       0.00          0          0
1790.02/1790.02	c   octane           :       0.00          0          0
1790.02/1790.02	c   rens             :       0.04          1          0
1790.02/1790.02	c   rins             :       0.00          0          0
1790.02/1790.02	c   localbranching   :       0.00          0          0
1790.02/1790.02	c   mutation         :       0.00          0          0
1790.02/1790.02	c   dins             :       0.00          0          0
1790.02/1790.02	c   undercover       :       0.00          0          0
1790.02/1790.02	c   nlp              :       0.16          0          0
1790.02/1790.02	c   trysol           :       0.30        222        144
1790.02/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.02	c   dual LP          :     908.35     617643    8026855      13.00    8836.78
1790.02/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.02	c   diving/probing LP:       3.15       1959      20634      10.53    6547.29
1790.02/1790.02	c   strong branching :      25.64       9256     274988      29.71   10726.03
1790.02/1790.02	c     (at root node) :          -         14       5118     365.57          -
1790.02/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.02	c B&B Tree           :
1790.02/1790.02	c   number of runs   :          1
1790.02/1790.02	c   nodes            :     966244
1790.02/1790.02	c   nodes (total)    :     966244
1790.02/1790.02	c   nodes left       :      15228
1790.02/1790.02	c   max depth        :         87
1790.02/1790.02	c   max depth (total):         87
1790.02/1790.02	c   backtracks       :      97378 (10.1%)
1790.02/1790.02	c   delayed cutoffs  :      62302
1790.02/1790.02	c   repropagations   :    2244810 (8952925 domain reductions, 57755 cutoffs)
1790.02/1790.02	c   avg switch length:       6.41
1790.02/1790.02	c   switching time   :     190.79
1790.02/1790.02	c Solution           :
1790.02/1790.02	c   Solutions found  :        171 (28 improvements)
1790.02/1790.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.33 seconds, depth 0, found by <trysol>)
1790.02/1790.02	c   Primal Bound     : +3.00000000000000e+01   (in run 1, after 372253 nodes, 703.47 seconds, depth 61, found by <relaxation>)
1790.02/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.02	c   Gap              :   infinite
1790.02/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.02	c   Root Iterations  :        357
1790.22/1790.21	c Time complete: 1790.23.

Verifier Data

OK	30

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705502-1278572954/watcher-2705502-1278572954 -o /tmp/evaluation-result-2705502-1278572954/solver-2705502-1278572954 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705502-1278572954.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: 0.21 0.05 0.01 4/178 21638
/proc/meminfo: memFree=29839164/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=12548 CPUtime=0
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 1973 0 0 0 0 0 0 0 22 0 1 0 25508545 12849152 1891 4089446400 4194304 10345943 140734071128160 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21638/statm: 3137 1891 429 1502 0 1630 0

[startup+0.0545989 s]
/proc/loadavg: 0.21 0.05 0.01 4/178 21638
/proc/meminfo: memFree=29839164/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=26488 CPUtime=0.04
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 5651 0 0 0 4 0 0 0 22 0 1 0 25508545 27123712 5215 4089446400 4194304 10345943 140734071128160 18446744073709551615 5017743 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 6622 5215 534 1502 0 5115 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26488

[startup+0.10058 s]
/proc/loadavg: 0.21 0.05 0.01 4/178 21638
/proc/meminfo: memFree=29839164/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=27512 CPUtime=0.09
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 5993 0 0 0 9 0 0 0 22 0 1 0 25508545 28172288 5557 4089446400 4194304 10345943 140734071128160 18446744073709551615 5604533 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 6878 5557 570 1502 0 5371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27512

[startup+0.300547 s]
/proc/loadavg: 0.21 0.05 0.01 4/178 21638
/proc/meminfo: memFree=29839164/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=36420 CPUtime=0.29
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 12451 0 0 0 28 1 0 0 18 0 1 0 25508545 37294080 7563 4089446400 4194304 10345943 140734071128160 18446744073709551615 5852527 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 9105 7563 760 1502 0 7598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36420

[startup+0.700478 s]
/proc/loadavg: 0.21 0.05 0.01 4/178 21638
/proc/meminfo: memFree=29839164/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=47396 CPUtime=0.69
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 18329 0 0 0 67 2 0 0 18 0 1 0 25508545 48533504 9953 4089446400 4194304 10345943 140734071128160 18446744073709551615 7569742 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 11849 9953 800 1502 0 10342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47396

[startup+1.50035 s]
/proc/loadavg: 0.21 0.05 0.01 3/179 21639
/proc/meminfo: memFree=29799848/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=48028 CPUtime=1.49
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 18680 0 0 0 146 3 0 0 19 0 1 0 25508545 49180672 10109 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 12007 10109 800 1502 0 10500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48028

[startup+3.10106 s]
/proc/loadavg: 0.36 0.08 0.02 3/179 21639
/proc/meminfo: memFree=29799728/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=47272 CPUtime=3.09
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 20135 0 0 0 304 5 0 0 25 0 1 0 25508545 48406528 10008 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 11818 10008 800 1502 0 10311 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47272

[startup+6.30053 s]
/proc/loadavg: 0.36 0.08 0.02 2/174 21656
/proc/meminfo: memFree=29842664/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=49620 CPUtime=6.29
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 27266 0 0 0 622 7 0 0 25 0 1 0 25508545 50810880 10474 4089446400 4194304 10345943 140734071128160 18446744073709551615 7546957 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 12405 10474 801 1502 0 10898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49620

[startup+12.7004 s]
/proc/loadavg: 0.61 0.14 0.05 3/179 21666
/proc/meminfo: memFree=29783344/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=59424 CPUtime=12.69
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 54920 0 0 0 1256 13 0 0 25 0 1 0 25508545 60850176 13079 4089446400 4194304 10345943 140734071128160 18446744073709551615 7569532 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 14856 13080 807 1502 0 13349 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59424

[startup+25.5003 s]
/proc/loadavg: 0.82 0.20 0.07 3/179 21667
/proc/meminfo: memFree=29759888/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=77004 CPUtime=25.49
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 78139 0 0 0 2530 19 0 0 25 0 1 0 25508545 78852096 17757 4089446400 4194304 10345943 140734071128160 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 19251 17757 807 1502 0 17744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77004

[startup+51.101 s]
/proc/loadavg: 1.22 0.35 0.12 3/179 21668
/proc/meminfo: memFree=29693096/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=102872 CPUtime=51.09
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 107050 0 0 0 5080 29 0 0 25 0 1 0 25508545 105340928 24082 4089446400 4194304 10345943 140734071128160 18446744073709551615 4968698 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 25718 24082 807 1502 0 24211 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102872

[startup+102.306 s]
/proc/loadavg: 1.69 0.62 0.22 3/179 21669
/proc/meminfo: memFree=29649288/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=128268 CPUtime=102.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 146309 0 0 0 10178 52 0 0 25 0 1 0 25508545 131346432 29974 4089446400 4194304 10345943 140734071128160 18446744073709551615 6067555 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 32067 29974 807 1502 0 30560 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 128268

[startup+162.3 s]
/proc/loadavg: 1.96 0.89 0.34 3/179 21670
/proc/meminfo: memFree=29621972/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=148924 CPUtime=162.29
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 181722 0 0 0 16150 79 0 0 25 0 1 0 25508545 152498176 34938 4089446400 4194304 10345943 140734071128160 18446744073709551615 6756352 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 37231 34938 807 1502 0 35724 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 148924

[startup+222.301 s]
/proc/loadavg: 1.98 1.09 0.44 3/179 21672
/proc/meminfo: memFree=29594160/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=162428 CPUtime=222.29
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 202630 0 0 0 22127 102 0 0 25 0 1 0 25508545 166326272 38476 4089446400 4194304 10345943 140734071128160 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 40607 38476 807 1502 0 39100 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 162428

[startup+282.301 s]
/proc/loadavg: 1.99 1.24 0.52 3/179 21674
/proc/meminfo: memFree=29585056/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=171440 CPUtime=282.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 227990 0 0 0 28103 127 0 0 25 0 1 0 25508545 175554560 40401 4089446400 4194304 10345943 140734071128160 18446744073709551615 6803467 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 42860 40401 807 1502 0 41353 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171440

[startup+342.301 s]
/proc/loadavg: 1.99 1.39 0.62 3/179 21675
/proc/meminfo: memFree=29576080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=177540 CPUtime=342.29
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 245862 0 0 0 34077 152 0 0 25 0 1 0 25508545 181800960 42000 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 44385 42000 807 1502 0 42878 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 177540

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/179 21677
/proc/meminfo: memFree=29561032/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=189700 CPUtime=402.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 268757 0 0 0 40055 175 0 0 25 0 1 0 25508545 194252800 44982 4089446400 4194304 10345943 140734071128160 18446744073709551615 6802957 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 47425 44982 807 1502 0 45918 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189700

[startup+462.3 s]
/proc/loadavg: 1.99 1.58 0.78 3/179 21678
/proc/meminfo: memFree=29552680/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=195992 CPUtime=462.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 283503 0 0 0 46032 198 0 0 25 0 1 0 25508545 200695808 46281 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 48998 46281 807 1502 0 47491 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 195992

[startup+522.3 s]
/proc/loadavg: 1.99 1.65 0.85 3/179 21680
/proc/meminfo: memFree=29536512/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=210192 CPUtime=522.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 291863 0 0 0 52011 219 0 0 25 0 1 0 25508545 215236608 49353 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 52548 49353 807 1502 0 51041 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 210192

[startup+582.301 s]
/proc/loadavg: 1.99 1.72 0.93 3/179 21685
/proc/meminfo: memFree=29521204/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=215112 CPUtime=582.3
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 304015 0 0 0 57987 243 0 0 25 0 1 0 25508545 220274688 50680 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 53778 50680 807 1502 0 52271 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 215112

[startup+642.301 s]
/proc/loadavg: 2.04 1.78 1.00 3/179 21686
/proc/meminfo: memFree=29508096/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=224392 CPUtime=642.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 310109 0 0 0 63967 264 0 0 25 0 1 0 25508545 229777408 52663 4089446400 4194304 10345943 140734071128160 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 56098 52663 807 1502 0 54591 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 224392

[startup+702.301 s]

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

/proc/meminfo: memFree=29441832/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=280780 CPUtime=1062.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 362601 0 0 0 105827 404 0 0 25 0 1 0 25508545 287518720 65596 4089446400 4194304 10345943 140734071128160 18446744073709551615 6847584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 70195 65596 807 1502 0 68688 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 280780

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 21699
/proc/meminfo: memFree=29435340/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=285940 CPUtime=1122.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 368240 0 0 0 111807 424 0 0 25 0 1 0 25508545 292802560 66756 4089446400 4194304 10345943 140734071128160 18446744073709551615 5029637 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 71485 66756 807 1502 0 69978 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 285940

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/179 21701
/proc/meminfo: memFree=29422528/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=296700 CPUtime=1182.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 371182 0 0 0 117784 447 0 0 25 0 1 0 25508545 303820800 68696 4089446400 4194304 10345943 140734071128160 18446744073709551615 4962512 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 74175 68696 807 1502 0 72668 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 296700

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 21702
/proc/meminfo: memFree=29414548/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=303672 CPUtime=1242.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 377328 0 0 0 123763 469 0 0 25 0 1 0 25508545 310960128 70241 4089446400 4194304 10345943 140734071128160 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 75918 70241 807 1502 0 74411 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 303672

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/179 21704
/proc/meminfo: memFree=29406308/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=310660 CPUtime=1302.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 382782 0 0 0 129743 489 0 0 25 0 1 0 25508545 318115840 71584 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 77665 71584 807 1502 0 76158 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 310660

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 21705
/proc/meminfo: memFree=29398332/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=315280 CPUtime=1362.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 388332 0 0 0 135722 510 0 0 25 0 1 0 25508545 322846720 73226 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 78820 73226 807 1502 0 77313 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 315280

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 21707
/proc/meminfo: memFree=29394188/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=319456 CPUtime=1422.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 393178 0 0 0 141702 530 0 0 25 0 1 0 25508545 327122944 74126 4089446400 4194304 10345943 140734071128160 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 79864 74126 807 1502 0 78357 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 319456

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 21709
/proc/meminfo: memFree=29380764/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=330608 CPUtime=1482.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 399088 0 0 0 147683 548 0 0 25 0 1 0 25508545 338542592 76872 4089446400 4194304 10345943 140734071128160 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 82652 76872 807 1502 0 81145 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 330608

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 21710
/proc/meminfo: memFree=29370788/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=341392 CPUtime=1542.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 404814 0 0 0 153664 568 0 0 25 0 1 0 25508545 349585408 78888 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 85348 78888 807 1502 0 83841 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 341392

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/179 21712
/proc/meminfo: memFree=29362444/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=351676 CPUtime=1602.31
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 409658 0 0 0 159642 589 0 0 25 0 1 0 25508545 360116224 80877 4089446400 4194304 10345943 140734071128160 18446744073709551615 4911325 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 87919 80877 807 1502 0 86412 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 351676

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/179 21713
/proc/meminfo: memFree=29352732/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=355788 CPUtime=1662.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 413559 0 0 0 165622 610 0 0 25 0 1 0 25508545 364326912 82258 4089446400 4194304 10345943 140734071128160 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 88947 82258 807 1502 0 87440 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 355788

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 21715
/proc/meminfo: memFree=29340808/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=367924 CPUtime=1722.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 420902 0 0 0 171599 633 0 0 25 0 1 0 25508545 376754176 84757 4089446400 4194304 10345943 140734071128160 18446744073709551615 6307492 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 91981 84757 807 1502 0 90474 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 367924

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 21717
/proc/meminfo: memFree=29330704/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375232 CPUtime=1782.32
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 425790 0 0 0 177580 652 0 0 25 0 1 0 25508545 384237568 86601 4089446400 4194304 10345943 140734071128160 18446744073709551615 9099894 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 93808 86601 807 1502 0 92301 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 375232

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 21717
/proc/meminfo: memFree=29330332/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375512 CPUtime=1785.52
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 425977 0 0 0 177899 653 0 0 25 0 1 0 25508545 384524288 86654 4089446400 4194304 10345943 140734071128160 18446744073709551615 5085792 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 93878 86654 807 1502 0 92371 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 375512

[startup+1788.7 s]
/proc/loadavg: 2.08 1.99 1.68 3/179 21717
/proc/meminfo: memFree=29330080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375752 CPUtime=1788.73
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 426175 0 0 0 178218 655 0 0 25 0 1 0 25508545 384770048 86678 4089446400 4194304 10345943 140734071128160 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 93938 86678 807 1502 0 92431 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 375752

[startup+1789.5 s]
/proc/loadavg: 2.08 1.99 1.68 3/179 21717
/proc/meminfo: memFree=29330080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375752 CPUtime=1789.52
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 426193 0 0 0 178297 655 0 0 25 0 1 0 25508545 384770048 86695 4089446400 4194304 10345943 140734071128160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 93938 86695 807 1502 0 92431 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 375752

[startup+1789.9 s]
/proc/loadavg: 2.08 1.99 1.68 3/179 21717
/proc/meminfo: memFree=29330080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375752 CPUtime=1789.92
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 426197 0 0 0 178337 655 0 0 25 0 1 0 25508545 384770048 86699 4089446400 4194304 10345943 140734071128160 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21638/statm: 93938 86699 807 1502 0 92431 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 375752

[startup+1790.1 s]
/proc/loadavg: 2.08 1.99 1.68 3/179 21717
/proc/meminfo: memFree=29330080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=375752 CPUtime=1790.12
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 426202 0 0 0 178357 655 0 0 18 0 1 0 25508545 384770048 86704 4089446400 4194304 10345943 140734071128160 18446744073709551615 4220161 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21638/statm: 93938 86704 808 1502 0 92431 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 375752

[startup+1790.2 s]
/proc/loadavg: 2.08 1.99 1.68 3/179 21717
/proc/meminfo: memFree=29330080/32951124 swapFree=67111528/67111528
[pid=21638] ppid=21636 vsize=356820 CPUtime=1790.22
/proc/21638/stat : 21638 (pbscip.linux.x8) R 21636 21638 21502 0 -1 4202496 426202 0 0 0 178367 655 0 0 18 0 1 0 25508545 365383680 80390 4089446400 4194304 10345943 140734071128160 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21638/statm: 89205 79942 808 1502 0 87698 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 356820

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.25
CPU user time (s): 1783.68
CPU system time (s): 6.566
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 375752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.68
system time used= 6.566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426205
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= 3
involuntary context switches= 19260

runsolver used 3.43748 second user time and 6.15206 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-08 09:09:14
IDJOB=2705502
IDBENCH=78886
IDSOLVER=1214
FILE ID=node130/2705502-1278572954
PBS_JOBID= 11240193
Free space on /tmp= 73388 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584106--soft-66-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-2705502-1278572954/watcher-2705502-1278572954 -o /tmp/evaluation-result-2705502-1278572954/solver-2705502-1278572954 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705502-1278572954.wbo -t 1800 -m 3800

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

MD5SUM BENCH= af1f4aa986dfaf7d995a788abb35be25
RANDOM SEED=1359866151

node130.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.831
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.66
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.831
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	: 5226.22
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.831
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.74
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.831
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.75
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.831
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.831
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.831
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.68
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29839568 kB
Buffers:        157452 kB
Cached:        2690456 kB
SwapCached:          0 kB
Active:        1372324 kB
Inactive:      1568020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29839568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25812 kB
Writeback:           0 kB
AnonPages:       92352 kB
Mapped:          17880 kB
Slab:           107844 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236696 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= 73376 MiB
End job on node130 at 2010-07-08 09:39:04