Trace number 2705026

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.26 1790.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900562192--soft-0-100-0.wbo
MD5SUMdb6ee27e0a2875f2e81d96fef92170ce
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark137.819
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 765
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-2705026-1278578000.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 135640
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.356400e+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.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+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.356400e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.356400e+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.356400e+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.356400e+05 |    Inf 
6.60/6.69	o 611
6.60/6.69	c * 6.7s|  3517 |  3435 |  2374 |   0.6 |  29M|2568 |   - |5645 |5416 |5645 | 215 | 557 |   2 | 440 | 0.000000e+00 | 6.110000e+02 |    Inf 
17.79/17.84	c  17.8s| 10000 |  9900 |  3213 |   0.3 |  43M|2568 |   0 |5645 |5425 |5645 | 217 | 740 |  11 | 480 | 0.000000e+00 | 6.110000e+02 |    Inf 
34.79/34.81	c  34.8s| 20000 | 19898 |  4650 |   0.2 |  65M|2568 |   0 |5645 |5427 |5645 | 198 |1159 |  13 | 533 | 0.000000e+00 | 6.110000e+02 |    Inf 
49.79/49.88	c  49.8s| 30000 | 29896 |  5443 |   0.2 |  85M|2568 |   0 |5645 |5428 |5645 | 209 |1393 |  14 | 583 | 0.000000e+00 | 6.110000e+02 |    Inf 
66.70/66.75	c  66.7s| 40000 | 39883 |  6781 |   0.2 | 105M|2568 |   0 |5645 |5463 |5645 | 213 |1799 |  49 | 661 | 0.000000e+00 | 6.110000e+02 |    Inf 
84.19/84.26	o 310
84.19/84.26	c *84.2s| 49688 | 47093 |  8858 |   0.2 | 120M|2568 |   - |5645 |5466 |5645 | 222 |2316 |  52 | 699 | 0.000000e+00 | 3.100000e+02 |    Inf 
84.99/85.00	c  85.0s| 50000 | 47397 |  9274 |   0.2 | 120M|2568 |   0 |5645 |5483 |5645 | 223 |2423 |  69 | 705 | 0.000000e+00 | 3.100000e+02 |    Inf 
92.40/92.41	o 303
92.40/92.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.40/92.41	c *92.4s| 53143 | 50020 | 12068 |   0.2 | 130M|2568 |   - |5645 |6007 |5645 | 205 |3178 | 593 | 788 | 0.000000e+00 | 3.030000e+02 |    Inf 
92.40/92.42	o 285
92.40/92.42	c *92.4s| 53144 | 49264 | 12068 |   0.2 | 128M|2568 |   - |5645 |6007 |5645 | 205 |3178 | 593 | 788 | 0.000000e+00 | 2.850000e+02 |    Inf 
96.70/96.75	o 280
96.70/96.75	c *96.7s| 54648 | 50207 | 14131 |   0.3 | 134M|2568 |   - |5645 |6543 |5645 | 185 |3736 |1129 | 837 | 0.000000e+00 | 2.800000e+02 |    Inf 
102.39/102.46	o 262
102.39/102.46	c * 102s| 56376 | 50377 | 18887 |   0.3 | 137M|2568 |   - |5645 |7009 |5645 | 205 |4737 |1630 | 913 | 0.000000e+00 | 2.620000e+02 |    Inf 
109.19/109.24	o 254
109.19/109.24	c * 109s| 58469 | 51355 | 24395 |   0.4 | 143M|2568 |   - |5645 |7857 |5645 | 212 |5897 |2622 |1018 | 0.000000e+00 | 2.540000e+02 |    Inf 
110.79/110.84	o 246
110.79/110.84	c * 111s| 59020 | 51116 | 25491 |   0.4 | 143M|2568 |   - |5645 |8010 |5645 | 209 |6178 |2839 |1032 | 0.000000e+00 | 2.460000e+02 |    Inf 
113.60/113.67	c   114s| 60000 | 51954 | 27352 |   0.5 | 146M|2568 |   0 |5645 |8236 |5645 | 207 |6700 |3139 |1056 | 0.000000e+00 | 2.460000e+02 |    Inf 
117.49/117.60	o 242
117.49/117.60	c * 118s| 61358 | 52640 | 29100 |   0.5 | 151M|2568 |   - |5645 |8493 |5645 | 214 |7187 |3596 |1083 | 0.000000e+00 | 2.420000e+02 |    Inf 
117.49/117.60	o 240
117.49/117.60	c * 118s| 61359 | 52363 | 29100 |   0.5 | 150M|2568 |   - |5645 |8493 |5645 | 214 |7187 |3596 |1083 | 0.000000e+00 | 2.400000e+02 |    Inf 
120.10/120.14	o 233
120.10/120.14	c * 120s| 62217 | 51998 | 30910 |   0.5 | 150M|2568 |   - |5645 |8522 |5645 | 185 |7549 |3911 |1101 | 0.000000e+00 | 2.330000e+02 |    Inf 
121.80/121.87	o 208
121.80/121.87	c * 122s| 62845 | 48134 | 31798 |   0.5 | 139M|2568 |   - |5645 |8621 |5645 | 192 |7771 |4086 |1128 | 0.000000e+00 | 2.080000e+02 |    Inf 
123.39/123.47	o 207
123.39/123.47	c * 123s| 63450 | 48398 | 32399 |   0.5 | 141M|2568 |   - |5645 |8732 |5645 | 199 |7913 |4283 |1147 | 0.000000e+00 | 2.070000e+02 |    Inf 
125.09/125.13	o 206
125.09/125.13	c * 125s| 63916 | 48488 | 33918 |   0.5 | 142M|2568 |   - |5645 |8879 |5645 | 223 |8284 |4567 |1192 | 0.000000e+00 | 2.060000e+02 |    Inf 
126.09/126.16	o 201
126.09/126.16	c * 126s| 64247 | 47641 | 34688 |   0.5 | 141M|2568 |   - |5645 |8950 |5645 | 199 |8488 |4700 |1198 | 0.000000e+00 | 2.010000e+02 |    Inf 
126.09/126.18	o 191
126.09/126.18	c * 126s| 64248 | 45252 | 34691 |   0.5 | 135M|2568 |   - |5645 |8949 |5645 | 199 |8488 |4700 |1198 | 0.000000e+00 | 1.910000e+02 |    Inf 
134.11/134.18	o 187
134.11/134.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.11/134.18	c * 134s| 66565 | 45822 | 41787 |   0.6 | 145M|2568 |   - |5645 |9266 |5645 | 194 |  10k|6048 |1339 | 0.000000e+00 | 1.870000e+02 |    Inf 
134.11/134.19	o 162
134.11/134.19	c * 134s| 66566 | 38976 | 41787 |   0.6 | 128M|2568 |   - |5645 |9266 |5645 | 194 |  10k|6048 |1339 | 0.000000e+00 | 1.620000e+02 |    Inf 
138.80/138.88	o 157
138.80/138.88	c * 139s| 67930 | 38348 | 45154 |   0.7 | 131M|2568 |   - |5645 |9258 |5645 | 212 |  11k|6769 |1349 | 0.000000e+00 | 1.570000e+02 |    Inf 
141.20/141.26	o 145
141.20/141.26	c * 141s| 68637 | 34754 | 47098 |   0.7 | 124M|2568 |   - |5645 |9201 |5645 | 212 |  11k|7068 |1370 | 0.000000e+00 | 1.450000e+02 |    Inf 
144.80/144.89	o 143
144.80/144.89	c * 145s| 69586 | 34851 | 50994 |   0.7 | 129M|2568 |   - |5645 |8763 |5645 | 217 |  12k|7525 |1400 | 0.000000e+00 | 1.430000e+02 |    Inf 
145.00/145.05	o 139
145.00/145.05	c * 145s| 69620 | 33726 | 51204 |   0.7 | 125M|2568 |   - |5645 |8756 |5645 | 247 |  12k|7532 |1400 | 0.000000e+00 | 1.390000e+02 |    Inf 
145.00/145.06	o 137
145.00/145.06	c * 145s| 69621 | 32970 | 51204 |   0.7 | 123M|2568 |   - |5645 |8756 |5645 | 247 |  12k|7532 |1400 | 0.000000e+00 | 1.370000e+02 |    Inf 
145.50/145.52	o 135
145.50/145.52	c * 145s| 69726 | 32401 | 51850 |   0.7 | 121M|2568 |   - |5645 |8725 |5645 | 209 |  12k|7589 |1404 | 0.000000e+00 | 1.350000e+02 |    Inf 
146.50/146.51	o 114
146.50/146.51	c * 146s| 69965 | 26536 | 53107 |   0.8 | 106M|2568 |   - |5645 |8597 |5645 | 226 |  13k|7709 |1411 | 0.000000e+00 | 1.140000e+02 |    Inf 
146.60/146.67	c   147s| 70000 | 26556 | 53190 |   0.8 | 106M|2568 |   0 |5645 |8605 |5645 | 212 |  13k|7726 |1411 | 0.000000e+00 | 1.140000e+02 |    Inf 
147.10/147.10	o 111
147.10/147.10	c * 147s| 70137 | 25445 | 53655 |   0.8 | 103M|2568 |   - |5645 |8609 |5645 | 219 |  13k|7781 |1415 | 0.000000e+00 | 1.110000e+02 |    Inf 
147.10/147.13	o 100
147.10/147.13	c * 147s| 70141 | 22384 | 53700 |   0.8 |  93M|2568 |   - |5645 |8608 |5645 | 220 |  13k|7781 |1415 | 0.000000e+00 | 1.000000e+02 |    Inf 
147.10/147.14	o 99
147.10/147.14	c * 147s| 70142 | 22132 | 53709 |   0.8 |  93M|2568 |   - |5645 |8608 |5645 | 219 |  13k|7781 |1415 | 0.000000e+00 | 9.900000e+01 |    Inf 
147.20/147.29	o 78
147.20/147.29	c * 147s| 70184 | 14835 | 53991 |   0.8 |  72M|2568 |   - |5645 |8526 |5645 | 206 |  13k|7790 |1418 | 0.000000e+00 | 7.800000e+01 |    Inf 
151.00/151.08	o 71
151.00/151.08	c * 151s| 71036 | 13324 | 57555 |   0.8 |  72M|2568 |   - |5645 |7803 |5645 | 206 |  14k|8357 |1422 | 0.000000e+00 | 7.100000e+01 |    Inf 
154.60/154.66	o 66
154.60/154.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.60/154.66	c * 155s| 72115 | 12574 | 60023 |   0.8 |  72M|2568 |   - |5645 |7075 |5645 | 216 |  15k|8928 |1432 | 0.000000e+00 | 6.600000e+01 |    Inf 
154.60/154.67	o 40
154.60/154.67	c * 155s| 72116 |  7474 | 60023 |   0.8 |  59M|2568 |   - |5645 |7075 |5645 | 216 |  15k|8928 |1432 | 0.000000e+00 | 4.000000e+01 |    Inf 
177.80/177.86	c   178s| 80000 |  8327 | 93064 |   1.2 |  71M|2568 |   - |5645 |6789 |   0 |   0 |  23k|  17k|1832 | 0.000000e+00 | 4.000000e+01 |    Inf 
188.89/188.91	o 39
188.89/188.91	c * 189s| 83721 |  8659 |111829 |   1.3 |  77M|2568 |   - |5645 |7031 |5645 | 209 |  28k|  21k|1992 | 0.000000e+00 | 3.900000e+01 |    Inf 
188.89/188.97	o 38
188.89/188.97	c * 189s| 83740 |  8549 |111866 |   1.3 |  77M|2568 |   - |5645 |6835 |5645 | 212 |  28k|  21k|1992 | 0.000000e+00 | 3.800000e+01 |    Inf 
205.99/206.03	c   206s| 90000 |  9404 |134026 |   1.5 |  85M|2568 |   1 |5645 |6557 |5645 | 232 |  33k|  28k|2195 | 0.000000e+00 | 3.800000e+01 |    Inf 
233.60/233.60	c   234s|100000 | 10637 |170912 |   1.7 |  97M|2568 |   - |5645 |7481 |   0 |   0 |  43k|  39k|2497 | 0.000000e+00 | 3.800000e+01 |    Inf 
257.70/257.71	o 36
257.70/257.71	c * 258s|109467 | 11303 |201268 |   1.8 | 106M|2568 |   - |5645 |7732 |5645 | 204 |  50k|  51k|2718 | 0.000000e+00 | 3.600000e+01 |    Inf 
259.00/259.09	c   259s|110000 | 11422 |202567 |   1.8 | 107M|2568 |   1 |5645 |7755 |5645 | 279 |  50k|  51k|2734 | 0.000000e+00 | 3.600000e+01 |    Inf 
268.90/268.94	o 35
268.90/268.94	c * 269s|114035 | 11446 |214716 |   1.9 | 110M|2568 |   - |5645 |7840 |5645 | 214 |  53k|  56k|2845 | 0.000000e+00 | 3.500000e+01 |    Inf 
270.90/270.96	o 31
270.90/270.96	c * 271s|114937 | 10551 |216961 |   1.9 | 104M|2568 |   - |5645 |7641 |5645 | 233 |  53k|  57k|2849 | 0.000000e+00 | 3.100000e+01 |    Inf 
283.40/283.44	c   283s|120000 | 10897 |237272 |   2.0 | 107M|2568 |  11 |5645 |6415 |5645 | 210 |  57k|  63k|2984 | 0.000000e+00 | 3.100000e+01 |    Inf 
289.60/289.66	o 29
289.60/289.66	c * 290s|122649 | 10549 |248191 |   2.0 | 108M|2568 |   - |5645 |6885 |5645 | 215 |  59k|  66k|3032 | 0.000000e+00 | 2.900000e+01 |    Inf 
305.81/305.83	o 28
305.81/305.83	c * 306s|129833 | 10429 |271078 |   2.1 | 111M|2568 |   - |5645 |7324 |5645 | 225 |  63k|  76k|3183 | 0.000000e+00 | 2.800000e+01 |    Inf 
306.10/306.18	c   306s|130000 | 10435 |271682 |   2.1 | 111M|2568 |   1 |5645 |6979 |5645 | 188 |  64k|  76k|3183 | 0.000000e+00 | 2.800000e+01 |    Inf 
329.21/329.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.21/329.23	c   329s|140000 | 10725 |309771 |   2.2 | 116M|2568 |   1 |5645 |8073 |5645 | 227 |  71k|  88k|3385 | 0.000000e+00 | 2.800000e+01 |    Inf 
351.30/351.39	c   351s|150000 | 10943 |342695 |   2.3 | 121M|2568 |   - |5645 |7769 |   0 |   0 |  77k| 102k|3589 | 0.000000e+00 | 2.800000e+01 |    Inf 
374.30/374.39	c   374s|160000 | 11161 |384398 |   2.4 | 127M|2568 |   5 |5645 |8964 |5645 | 202 |  85k| 115k|3766 | 0.000000e+00 | 2.800000e+01 |    Inf 
396.20/396.21	c   396s|170000 | 11464 |416354 |   2.4 | 132M|2568 |   1 |5645 |8862 |5645 | 201 |  90k| 126k|3981 | 0.000000e+00 | 2.800000e+01 |    Inf 
409.40/409.44	o 26
409.40/409.44	c * 409s|176172 | 11303 |435069 |   2.5 | 133M|2568 |   - |5645 |9699 |5645 | 222 |  94k| 135k|4055 | 0.000000e+00 | 2.600000e+01 |    Inf 
417.71/417.77	c   418s|180000 | 11417 |447222 |   2.5 | 136M|2568 |   - |5645 |9849 |   0 |   0 |  96k| 140k|4080 | 0.000000e+00 | 2.600000e+01 |    Inf 
421.40/421.49	o 20
421.40/421.49	c * 421s|181698 | 10114 |452609 |   2.5 | 126M|2568 |   - |5645 |8761 |5645 | 237 |  97k| 142k|4130 | 0.000000e+00 | 2.000000e+01 |    Inf 
438.01/438.01	c   438s|190000 | 10305 |483410 |   2.5 | 130M|2568 |   - |5645 |8362 |   0 |   0 | 103k| 154k|4227 | 0.000000e+00 | 2.000000e+01 |    Inf 
445.51/445.58	o 19
445.51/445.58	c * 446s|193828 | 10355 |498143 |   2.6 | 131M|2568 |   - |5645 |8525 |5645 | 227 | 105k| 159k|4292 | 0.000000e+00 | 1.900000e+01 |    Inf 
458.11/458.11	o 13
458.11/458.11	c * 458s|199873 |  9691 |524744 |   2.6 | 125M|2568 |   - |5645 |7995 |5645 | 222 | 110k| 168k|4409 | 0.000000e+00 | 1.300000e+01 |    Inf 
458.11/458.12	o 8
458.11/458.12	c * 458s|199874 |  8399 |524744 |   2.6 | 111M|2568 |   - |5645 |7995 |5645 | 222 | 110k| 168k|4409 | 0.000000e+00 | 8.000000e+00 |    Inf 
458.31/458.38	c   458s|200000 |  8394 |525424 |   2.6 | 111M|2568 |   1 |5645 |7348 |5645 | 218 | 110k| 168k|4409 | 0.000000e+00 | 8.000000e+00 |    Inf 
472.81/472.87	o 2
472.81/472.87	c * 473s|208070 |  6573 |565536 |   2.7 |  95M|2568 |   - |5645 |6780 |5645 | 234 | 116k| 179k|4565 | 0.000000e+00 | 2.000000e+00 |    Inf 
475.91/475.90	c   476s|210000 |  6611 |573556 |   2.7 |  96M|2568 |   - |5645 |7281 |   0 |   0 | 117k| 182k|4573 | 0.000000e+00 | 2.000000e+00 |    Inf 
492.31/492.37	c   492s|220000 |  6546 |616900 |   2.8 |  97M|2568 |   - |5645 |6539 |   0 |   0 | 123k| 197k|4746 | 0.000000e+00 | 2.000000e+00 |    Inf 
509.21/509.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
509.21/509.25	c   509s|230000 |  6294 |668077 |   2.9 |  97M|2568 |   1 |5645 |8422 |5645 | 241 | 130k| 211k|4905 | 0.000000e+00 | 2.000000e+00 |    Inf 
526.50/526.51	c   526s|240000 |  6300 |715521 |   3.0 |  99M|2568 |   1 |5645 |  12k|5645 | 236 | 138k| 223k|5026 | 0.000000e+00 | 2.000000e+00 |    Inf 
545.51/545.57	c   546s|250000 |  6266 |765351 |   3.1 |  99M|2568 |   - |5645 |  11k|   0 |   0 | 146k| 237k|5218 | 0.000000e+00 | 2.000000e+00 |    Inf 
562.31/562.33	c   562s|260000 |  6331 |801398 |   3.1 | 101M|2568 |   - |5645 |  15k|   0 |   0 | 150k| 250k|5281 | 0.000000e+00 | 2.000000e+00 |    Inf 
581.60/581.64	c   582s|270000 |  6458 |847321 |   3.1 | 104M|2568 |   - |5645 |  17k|   0 |   0 | 157k| 264k|5393 | 0.000000e+00 | 2.000000e+00 |    Inf 
601.21/601.26	c   601s|280000 |  6403 |897340 |   3.2 | 104M|2568 |   1 |5645 |  17k|5645 | 231 | 162k| 278k|5503 | 0.000000e+00 | 2.000000e+00 |    Inf 
619.41/619.41	c   619s|290000 |  6315 |940363 |   3.2 | 103M|2568 |   - |5645 |  14k|   0 |   0 | 167k| 292k|5680 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.21/638.25	c   638s|300000 |  6326 |984020 |   3.3 | 104M|2568 |  23 |5645 |  16k|5645 | 254 | 172k| 305k|5741 | 0.000000e+00 | 2.000000e+00 |    Inf 
658.11/658.11	c   658s|310000 |  6301 |  1027k|   3.3 | 103M|2568 |   9 |5645 |  12k|5645 | 235 | 177k| 318k|5911 | 0.000000e+00 | 2.000000e+00 |    Inf 
677.91/677.92	c   678s|320000 |  6345 |  1079k|   3.4 | 105M|2568 |  17 |5645 |  16k|5645 | 259 | 183k| 332k|6002 | 0.000000e+00 | 2.000000e+00 |    Inf 
697.42/697.44	c   697s|330000 |  6316 |  1126k|   3.4 | 105M|2568 |  16 |5645 |  14k|5645 | 237 | 190k| 345k|6160 | 0.000000e+00 | 2.000000e+00 |    Inf 
718.51/718.51	c   718s|340000 |  6244 |  1182k|   3.5 | 106M|2568 |   9 |5645 |  16k|5645 | 264 | 197k| 359k|6272 | 0.000000e+00 | 2.000000e+00 |    Inf 
739.81/739.87	c   740s|350000 |  6327 |  1237k|   3.5 | 108M|2568 |   1 |5645 |  20k|5645 | 233 | 205k| 372k|6400 | 0.000000e+00 | 2.000000e+00 |    Inf 
761.22/761.29	c   761s|360000 |  6368 |  1284k|   3.6 | 110M|2568 |   - |5645 |  22k|   0 |   0 | 211k| 385k|6467 | 0.000000e+00 | 2.000000e+00 |    Inf 
783.62/783.60	c   784s|370000 |  6355 |  1334k|   3.6 | 110M|2568 |   6 |5645 |  21k|5645 | 229 | 216k| 399k|6572 | 0.000000e+00 | 2.000000e+00 |    Inf 
805.22/805.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
805.22/805.26	c   805s|380000 |  6326 |  1378k|   3.6 | 110M|2568 |   - |5645 |  21k|   0 |   0 | 221k| 412k|6634 | 0.000000e+00 | 2.000000e+00 |    Inf 
827.82/827.82	c   828s|390000 |  6347 |  1427k|   3.7 | 112M|2568 |  12 |5645 |  24k|5645 | 238 | 228k| 426k|6719 | 0.000000e+00 | 2.000000e+00 |    Inf 
851.33/851.38	c   851s|400000 |  6384 |  1471k|   3.7 | 113M|2568 |   6 |5645 |  28k|5645 | 253 | 235k| 440k|6790 | 0.000000e+00 | 2.000000e+00 |    Inf 
877.12/877.16	c   877s|410000 |  6398 |  1515k|   3.7 | 115M|2568 |   - |5645 |  30k|   0 |   0 | 242k| 454k|6846 | 0.000000e+00 | 2.000000e+00 |    Inf 
902.22/902.26	c   902s|420000 |  6393 |  1565k|   3.7 | 114M|2568 |   1 |5645 |  26k|5645 | 254 | 249k| 469k|6958 | 0.000000e+00 | 2.000000e+00 |    Inf 
927.82/927.87	c   928s|430000 |  6440 |  1617k|   3.8 | 115M|2568 |   - |5645 |  29k|   0 |   0 | 255k| 482k|7048 | 0.000000e+00 | 2.000000e+00 |    Inf 
954.02/954.05	c   954s|440000 |  6450 |  1663k|   3.8 | 115M|2568 |  19 |5645 |  28k|5645 | 242 | 262k| 496k|7102 | 0.000000e+00 | 2.000000e+00 |    Inf 
980.72/980.76	c   981s|450000 |  6510 |  1705k|   3.8 | 117M|2568 |   1 |5645 |  31k|5645 | 245 | 267k| 510k|7168 | 0.000000e+00 | 2.000000e+00 |    Inf 
1010.22/1010.21	c  1010s|460000 |  6677 |  1757k|   3.8 | 120M|2568 |   1 |5645 |  34k|5645 | 233 | 276k| 523k|7255 | 0.000000e+00 | 2.000000e+00 |    Inf 
1039.22/1039.27	c  1039s|470000 |  6725 |  1809k|   3.8 | 120M|2568 |   3 |5645 |  33k|5645 | 233 | 282k| 538k|7319 | 0.000000e+00 | 2.000000e+00 |    Inf 
1068.92/1068.93	c  1069s|480000 |  6662 |  1870k|   3.9 | 120M|2568 |   - |5645 |  33k|   0 |   0 | 290k| 553k|7427 | 0.000000e+00 | 2.000000e+00 |    Inf 
1097.53/1097.50	c  1097s|490000 |  6584 |  1925k|   3.9 | 119M|2568 |   - |5645 |  31k|   0 |   0 | 297k| 567k|7480 | 0.000000e+00 | 2.000000e+00 |    Inf 
1125.33/1125.40	c  1125s|500000 |  6515 |  1987k|   4.0 | 117M|2568 |  11 |5645 |  28k|5645 | 268 | 304k| 581k|7580 | 0.000000e+00 | 2.000000e+00 |    Inf 
1149.92/1149.99	c  1150s|510000 |  6317 |  2036k|   4.0 | 112M|2568 |   - |5645 |  23k|5645 | 250 | 310k| 596k|7655 | 0.000000e+00 | 2.000000e+00 |    Inf 
1170.83/1170.88	c  1171s|520000 |  6163 |  2080k|   4.0 | 109M|2568 |   1 |5645 |  18k|5645 | 223 | 316k| 609k|8062 | 0.000000e+00 | 2.000000e+00 |    Inf 
1191.53/1191.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.53/1191.54	c  1192s|530000 |  6251 |  2123k|   4.0 | 112M|2568 |  18 |5645 |  23k|5645 | 229 | 322k| 623k|8095 | 0.000000e+00 | 2.000000e+00 |    Inf 
1214.22/1214.21	c  1214s|540000 |  6336 |  2173k|   4.0 | 114M|2568 |   1 |5645 |  26k|5645 | 254 | 329k| 638k|8104 | 0.000000e+00 | 2.000000e+00 |    Inf 
1236.13/1236.10	o 1
1236.13/1236.10	c *1236s|549420 |  6124 |  2223k|   4.0 | 110M|2568 |   - |5645 |  24k|5645 | 258 | 336k| 651k|8137 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.33/1237.35	c  1237s|550000 |  6126 |  2226k|   4.0 | 110M|2568 |  21 |5645 |  24k|5645 | 256 | 336k| 652k|8141 | 0.000000e+00 | 1.000000e+00 |    Inf 
1258.83/1258.86	c  1259s|560000 |  6109 |  2265k|   4.0 | 110M|2568 |   - |5645 |  22k|   0 |   0 | 340k| 667k|8183 | 0.000000e+00 | 1.000000e+00 |    Inf 
1279.24/1279.25	c  1279s|570000 |  6214 |  2302k|   4.0 | 110M|2568 |   - |5645 |  21k|   0 |   0 | 345k| 681k|8251 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.34/1300.34	c  1300s|580000 |  6252 |  2343k|   4.0 | 112M|2568 |   - |5645 |  23k|5645 | 237 | 350k| 695k|8299 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.03/1323.06	c  1323s|590000 |  6332 |  2390k|   4.1 | 112M|2568 |   - |5645 |  22k|5645 | 217 | 355k| 709k|8352 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.34/1345.32	c  1345s|600000 |  6350 |  2435k|   4.1 | 114M|2568 |   1 |5645 |  23k|5645 | 223 | 360k| 724k|8408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.33/1368.31	c  1368s|610000 |  6474 |  2480k|   4.1 | 116M|2568 |   - |5645 |  25k|   0 |   0 | 366k| 739k|8470 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.93/1391.92	c  1392s|620000 |  6608 |  2525k|   4.1 | 119M|2568 |   8 |5645 |  26k|5645 | 241 | 371k| 753k|8528 | 0.000000e+00 | 1.000000e+00 |    Inf 
1414.33/1414.31	c  1414s|630000 |  6654 |  2564k|   4.1 | 120M|2568 |   - |5645 |  26k|   0 |   0 | 375k| 768k|8572 | 0.000000e+00 | 1.000000e+00 |    Inf 
1438.33/1438.37	c  1438s|640000 |  6610 |  2609k|   4.1 | 120M|2568 |   1 |5645 |  25k|5645 | 253 | 380k| 783k|8625 | 0.000000e+00 | 1.000000e+00 |    Inf 
1461.63/1461.67	c  1462s|650000 |  6614 |  2658k|   4.1 | 121M|2568 |   - |5645 |  27k|   0 |   0 | 384k| 798k|8692 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.33/1484.36	c  1484s|660000 |  6489 |  2699k|   4.1 | 118M|2568 |   - |5645 |  25k|   0 |   0 | 389k| 813k|8739 | 0.000000e+00 | 1.000000e+00 |    Inf 
1506.44/1506.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1506.44/1506.45	c  1506s|670000 |  6222 |  2740k|   4.1 | 111M|2568 |   - |5645 |  17k|   0 |   0 | 394k| 827k|8886 | 0.000000e+00 | 1.000000e+00 |    Inf 
1525.03/1525.08	c  1525s|680000 |  6190 |  2772k|   4.1 | 111M|2568 |   - |5645 |  16k|   0 |   0 | 398k| 840k|8965 | 0.000000e+00 | 1.000000e+00 |    Inf 
1546.34/1546.35	c  1546s|690000 |  6315 |  2817k|   4.1 | 114M|2568 |  11 |5645 |  20k|5645 | 242 | 405k| 853k|9009 | 0.000000e+00 | 1.000000e+00 |    Inf 
1568.24/1568.22	c  1568s|700000 |  6265 |  2863k|   4.1 | 114M|2568 |   - |5645 |  19k|   0 |   0 | 411k| 866k|9048 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.74/1588.74	c  1589s|710000 |  6043 |  2904k|   4.1 | 109M|2568 |   - |5645 |  12k|   0 |   0 | 417k| 880k|9144 | 0.000000e+00 | 1.000000e+00 |    Inf 
1605.94/1605.98	c  1606s|720000 |  5979 |  2944k|   4.1 | 108M|2568 |  10 |5645 |  12k|5645 | 230 | 422k| 893k|9309 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.35/1623.36	c  1623s|730000 |  5947 |  2987k|   4.1 | 108M|2568 |  13 |5645 |  11k|5645 | 238 | 426k| 906k|9344 | 0.000000e+00 | 1.000000e+00 |    Inf 
1640.94/1640.92	c  1641s|740000 |  5975 |  3024k|   4.1 | 109M|2568 |   - |5645 |  13k|   0 |   0 | 430k| 918k|9366 | 0.000000e+00 | 1.000000e+00 |    Inf 
1659.85/1659.86	c  1660s|750000 |  6150 |  3062k|   4.1 | 112M|2568 |  17 |5645 |  15k|5645 | 227 | 433k| 931k|9428 | 0.000000e+00 | 1.000000e+00 |    Inf 
1679.54/1679.53	c  1680s|760000 |  6139 |  3098k|   4.1 | 113M|2568 |  15 |5645 |  15k|5645 | 219 | 437k| 945k|9488 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.24/1699.22	c  1699s|770000 |  6331 |  3138k|   4.1 | 116M|2568 |  11 |5645 |  16k|5645 | 209 | 441k| 958k|9525 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.05/1719.03	c  1719s|780000 |  6448 |  3172k|   4.1 | 118M|2568 |   - |5645 |  18k|   0 |   0 | 444k| 972k|9555 | 0.000000e+00 | 1.000000e+00 |    Inf 
1738.44/1738.45	c  1738s|790000 |  6552 |  3208k|   4.1 | 119M|2568 |   1 |5645 |  17k|5645 | 223 | 448k| 986k|9611 | 0.000000e+00 | 1.000000e+00 |    Inf 
1758.54/1758.52	c  1758s|800000 |  6621 |  3243k|   4.1 | 120M|2568 |   - |5645 |  16k|   0 |   0 | 451k| 999k|9657 | 0.000000e+00 | 1.000000e+00 |    Inf 
1778.85/1778.89	c  1779s|810000 |  6652 |  3283k|   4.1 | 121M|2568 |   1 |5645 |  16k|5645 | 238 | 454k|1013k|9687 | 0.000000e+00 | 1.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      : 815579
1790.04/1790.01	c Primal Bound       : +1.00000000000000e+00 (259 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.07	s SATISFIABLE
1790.04/1790.07	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.07	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.07	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.07	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.07	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.07	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.04/1790.07	v -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.04/1790.07	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 x54 
1790.04/1790.07	v -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.07	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.04/1790.07	v -x1 
1790.04/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.07	c Solving Time       :    1789.98
1790.04/1790.07	c Original Problem   :
1790.04/1790.07	c   Problem name     : HOME/instance-2705026-1278578000.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.07	c Presolved Problem  :
1790.04/1790.07	c   Problem name     : t_HOME/instance-2705026-1278578000.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5414 initial, 35537 maximal
1790.04/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   integral         :          0          0          0     538665          0         11        737          0          0     798210
1790.04/1790.07	c   linear           :       2707          6    4505014     138576          1     289383   20546998     456456          0          0
1790.04/1790.07	c   indicator        :       2707          0    2710149     125366          0       1533    5530739          0          0          0
1790.04/1790.07	c   logicor          :          0+         0    1252557          0          0      66715    1316295          0          0          0
1790.04/1790.07	c   bounddisjunction :          0+         0     397169          0          0        167       3410          0          0          0
1790.04/1790.07	c   countsols        :          0          0          0      76001          1          0          0          0          0          0
1790.04/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.07	c   integral         :      15.04       0.00       0.00      15.04       0.00
1790.04/1790.07	c   linear           :     216.36       0.00     203.02      13.34       0.00
1790.04/1790.07	c   indicator        :      52.15       0.01      36.14      16.00       0.00
1790.04/1790.07	c   logicor          :     248.81       0.00     248.81       0.00       0.00
1790.04/1790.07	c   bounddisjunction :       1.65       0.00       1.65       0.00       0.00
1790.04/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.07	c   vbounds          :       0.87      55116          1       8533
1790.04/1790.07	c   rootredcost      :       0.66         46          0       2707
1790.04/1790.07	c   pseudoobj        :     177.08    4527298      21542    5281360
1790.04/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.07	c   propagation      :      21.73     377807     377700    2297386       28.4      12464       24.7          -
1790.04/1790.07	c   infeasible LP    :       5.80      17016      17016     134986       42.0        192       20.1          0
1790.04/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.07	c   applied globally :          -          -          -    1021294       22.7          -          -          -
1790.04/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.07	c   redcost          :      53.77     542010          0     338829          0          0
1790.04/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.07	c Pricers            :       Time      Calls       Vars
1790.04/1790.07	c   problem variables:       0.00          0          0
1790.04/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   relpscost        :      14.52     399712         11        737          0          0     798210
1790.04/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   inference        :      32.14      75956          0          0          0          0     152672
1790.04/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.07	c   LP solutions     :       0.16          -         46
1790.04/1790.07	c   pseudo solutions :       0.00          -          0
1790.04/1790.07	c   feaspump         :       0.00          0          0
1790.04/1790.07	c   intshifting      :       0.01          0          0
1790.04/1790.07	c   oneopt           :       0.41         38          0
1790.04/1790.07	c   guideddiving     :       0.17         75          0
1790.04/1790.07	c   fracdiving       :       0.16         90          0
1790.04/1790.07	c   linesearchdiving :       0.16         90          0
1790.04/1790.07	c   coefdiving       :       0.16         90          0
1790.04/1790.07	c   pscostdiving     :       0.16         90          0
1790.04/1790.07	c   veclendiving     :       0.16         91          0
1790.04/1790.07	c   rootsoldiving    :       0.20         84          0
1790.04/1790.07	c   objpscostdiving  :       0.16         85          0
1790.04/1790.07	c   crossover        :       3.03         84          4
1790.04/1790.07	c   trivial          :       0.07          2          2
1790.04/1790.07	c   simplerounding   :       0.73     400253          0
1790.04/1790.07	c   zirounding       :       0.85       1000          0
1790.04/1790.07	c   rounding         :       1.44       8876          0
1790.04/1790.07	c   shifting         :       0.75       2799          0
1790.04/1790.07	c   twoopt           :       0.00          0          0
1790.04/1790.07	c   fixandinfer      :       0.00          0          0
1790.04/1790.07	c   intdiving        :       0.00          0          0
1790.04/1790.07	c   actconsdiving    :       0.00          0          0
1790.04/1790.07	c   octane           :       0.00          0          0
1790.04/1790.07	c   rens             :       0.03          1          0
1790.04/1790.07	c   rins             :       0.00          0          0
1790.04/1790.07	c   localbranching   :       0.00          0          0
1790.04/1790.07	c   mutation         :       0.00          0          0
1790.04/1790.07	c   dins             :       0.00          0          0
1790.04/1790.07	c   undercover       :       0.00          0          0
1790.04/1790.07	c   nlp              :       0.15          0          0
1790.04/1790.07	c   trysol           :       0.50        733        207
1790.04/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.07	c   dual LP          :     456.61     485620    3302782       6.80    7233.29
1790.04/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.07	c   diving/probing LP:       0.10         54       1172      21.70   11257.97
1790.04/1790.07	c   strong branching :      11.46       9733     103209      10.60    9008.56
1790.04/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.07	c B&B Tree           :
1790.04/1790.07	c   number of runs   :          1
1790.04/1790.07	c   nodes            :     815579
1790.04/1790.07	c   nodes (total)    :     815579
1790.04/1790.07	c   nodes left       :       6629
1790.04/1790.07	c   max depth        :       2568
1790.04/1790.07	c   max depth (total):       2568
1790.04/1790.07	c   backtracks       :      69376 (8.5%)
1790.04/1790.07	c   delayed cutoffs  :      60761
1790.04/1790.07	c   repropagations   :    2260635 (5452011 domain reductions, 55847 cutoffs)
1790.04/1790.07	c   avg switch length:       7.01
1790.04/1790.07	c   switching time   :     263.77
1790.04/1790.07	c Solution           :
1790.04/1790.07	c   Solutions found  :        259 (47 improvements)
1790.04/1790.07	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 549420 nodes, 1236.07 seconds, depth 49, found by <relaxation>)
1790.04/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.07	c   Gap              :   infinite
1790.04/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.07	c   Root Iterations  :        184
1790.24/1790.21	c Time complete: 1790.25.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705026-1278578000/watcher-2705026-1278578000 -o /tmp/evaluation-result-2705026-1278578000/solver-2705026-1278578000 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705026-1278578000.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.04 2.02 1.93 3/178 23274
/proc/meminfo: memFree=28717092/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=12512 CPUtime=0
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 1969 0 0 0 0 0 0 0 23 0 1 0 26012911 12812288 1887 4089446400 4194304 10345943 140737411988848 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23274/statm: 3128 1889 429 1502 0 1621 0

[startup+0.0425901 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 23274
/proc/meminfo: memFree=28717092/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=28392 CPUtime=0.03
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 6349 0 0 0 3 0 0 0 23 0 1 0 26012911 29073408 5913 4089446400 4194304 10345943 140737411988848 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 7098 5913 478 1502 0 5591 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28392

[startup+0.100597 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 23274
/proc/meminfo: memFree=28717092/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=38020 CPUtime=0.09
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 8449 0 0 0 9 0 0 0 23 0 1 0 26012911 38932480 8013 4089446400 4194304 10345943 140737411988848 18446744073709551615 9138370 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300545 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 23274
/proc/meminfo: memFree=28717092/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=70104 CPUtime=0.29
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 16227 0 0 0 26 3 0 0 23 0 1 0 26012911 71786496 15791 4089446400 4194304 10345943 140737411988848 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700471 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 23274
/proc/meminfo: memFree=28717092/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=65264 CPUtime=0.69
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 16893 0 0 0 66 3 0 0 25 0 1 0 26012911 66830336 15052 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50033 s]
/proc/loadavg: 2.04 2.02 1.93 3/179 23275
/proc/meminfo: memFree=28658928/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=65264 CPUtime=1.49
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 16896 0 0 0 146 3 0 0 25 0 1 0 26012911 66830336 15055 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 16316 15055 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10104 s]
/proc/loadavg: 2.04 2.02 1.93 3/179 23275
/proc/meminfo: memFree=28659124/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=65264 CPUtime=3.09
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 16907 0 0 0 306 3 0 0 25 0 1 0 26012911 66830336 15066 4089446400 4194304 10345943 140737411988848 18446744073709551615 4601846 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 16316 15066 761 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30045 s]
/proc/loadavg: 2.04 2.02 1.93 3/179 23275
/proc/meminfo: memFree=28652304/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=71540 CPUtime=6.3
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 20580 0 0 0 625 5 0 0 25 0 1 0 26012911 73256960 16664 4089446400 4194304 10345943 140737411988848 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 17885 16664 761 1502 0 16378 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 71540

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 1.93 3/179 23275
/proc/meminfo: memFree=28643260/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=77412 CPUtime=12.69
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 27336 0 0 0 1263 6 0 0 25 0 1 0 26012911 79269888 18148 4089446400 4194304 10345943 140737411988848 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 19353 18148 761 1502 0 17846 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77412

[startup+25.5009 s]
/proc/loadavg: 2.03 2.02 1.93 3/179 23276
/proc/meminfo: memFree=28625024/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=90576 CPUtime=25.49
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 31011 0 0 0 2541 8 0 0 25 0 1 0 26012911 92749824 21215 4089446400 4194304 10345943 140737411988848 18446744073709551615 4453816 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 22644 21215 761 1502 0 21137 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90576

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 23276
/proc/meminfo: memFree=28591224/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=118040 CPUtime=51.09
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 43022 0 0 0 5098 11 0 0 25 0 1 0 26012911 120872960 28249 4089446400 4194304 10345943 140737411988848 18446744073709551615 6777408 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 29510 28249 761 1502 0 28003 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118040

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 23278
/proc/meminfo: memFree=28510760/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=180276 CPUtime=102.3
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 101798 0 0 0 10207 23 0 0 25 0 1 0 26012911 184602624 43262 4089446400 4194304 10345943 140737411988848 18446744073709551615 8159972 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 45069 43262 761 1502 0 43562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180276

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 23279
/proc/meminfo: memFree=28389068/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=280084 CPUtime=162.29
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 212804 0 0 0 16180 49 0 0 25 0 1 0 26012911 286806016 68261 4089446400 4194304 10345943 140737411988848 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 70021 68261 767 1502 0 68514 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280084

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23281
/proc/meminfo: memFree=28321804/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=326764 CPUtime=222.3
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 245261 0 0 0 22163 67 0 0 25 0 1 0 26012911 334606336 79637 4089446400 4194304 10345943 140737411988848 18446744073709551615 6802993 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 81691 79637 767 1502 0 80184 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 326764

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 23282
/proc/meminfo: memFree=28273012/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=357580 CPUtime=282.3
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 294852 0 0 0 28145 85 0 0 25 0 1 0 26012911 366161920 87435 4089446400 4194304 10345943 140737411988848 18446744073709551615 5613951 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 89395 87435 774 1502 0 87888 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 357580

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=28993200/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=380508 CPUtime=342.3
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 334054 0 0 0 34125 105 0 0 25 0 1 0 26012911 389640192 92808 4089446400 4194304 10345943 140737411988848 18446744073709551615 4968052 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 95127 92808 775 1502 0 93620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 380508

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23313
/proc/meminfo: memFree=28911288/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=401276 CPUtime=402.31
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 343391 0 0 0 40110 121 0 0 25 0 1 0 26012911 410906624 97807 4089446400 4194304 10345943 140737411988848 18446744073709551615 6003101 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 100319 97807 775 1502 0 98812 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 401276

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 23314
/proc/meminfo: memFree=28816248/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=413528 CPUtime=462.31
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 408872 0 0 0 46087 144 0 0 25 0 1 0 26012911 423452672 100721 4089446400 4194304 10345943 140737411988848 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 103382 100721 783 1502 0 101875 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 413528

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 23316
/proc/meminfo: memFree=28743280/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=414088 CPUtime=522.31
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 446724 0 0 0 52064 167 0 0 25 0 1 0 26012911 424026112 100813 4089446400 4194304 10345943 140737411988848 18446744073709551615 9106033 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 103522 100813 784 1502 0 102015 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 414088

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 23317
/proc/meminfo: memFree=28673164/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=416628 CPUtime=582.31
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 451532 0 0 0 58046 185 0 0 25 0 1 0 26012911 426627072 101398 4089446400 4194304 10345943 140737411988848 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 104157 101398 795 1502 0 102650 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 416628

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23319
/proc/meminfo: memFree=28670512/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=418112 CPUtime=642.32
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 452089 0 0 0 64030 202 0 0 25 0 1 0 26012911 428146688 101955 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 104528 101955 795 1502 0 103021 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 418112

[startup+702.3 s]

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

/proc/meminfo: memFree=28644372/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=432980 CPUtime=1062.32
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 463911 0 0 0 105926 306 0 0 25 0 1 0 26012911 443371520 105415 4089446400 4194304 10345943 140737411988848 18446744073709551615 5028507 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108245 105415 795 1502 0 106738 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 432980

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23332
/proc/meminfo: memFree=28643956/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=433828 CPUtime=1122.32
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 464141 0 0 0 111909 323 0 0 25 0 1 0 26012911 444239872 105645 4089446400 4194304 10345943 140737411988848 18446744073709551615 4706426 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108457 105645 795 1502 0 106950 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 433828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23333
/proc/meminfo: memFree=28641660/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=434172 CPUtime=1182.32
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 464332 0 0 0 117894 338 0 0 25 0 1 0 26012911 444592128 105836 4089446400 4194304 10345943 140737411988848 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108543 105836 795 1502 0 107036 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 434172

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23335
/proc/meminfo: memFree=28641236/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=434276 CPUtime=1242.33
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 476625 0 0 0 123877 356 0 0 25 0 1 0 26012911 444698624 105723 4089446400 4194304 10345943 140737411988848 18446744073709551615 5031091 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108569 105723 795 1502 0 107062 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 434276

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 23337
/proc/meminfo: memFree=28641068/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=433528 CPUtime=1302.33
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 491003 0 0 0 129861 372 0 0 25 0 1 0 26012911 443932672 105716 4089446400 4194304 10345943 140737411988848 18446744073709551615 4962574 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108382 105716 795 1502 0 106875 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 433528

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 23338
/proc/meminfo: memFree=28637804/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=434336 CPUtime=1362.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 492954 0 0 0 135844 390 0 0 25 0 1 0 26012911 444760064 105995 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108584 105995 795 1502 0 107077 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 434336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23340
/proc/meminfo: memFree=28632652/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=435908 CPUtime=1422.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 493296 0 0 0 141831 403 0 0 25 0 1 0 26012911 446369792 106337 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 108977 106337 795 1502 0 107470 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 435908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23341
/proc/meminfo: memFree=28626152/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=437360 CPUtime=1482.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 497591 0 0 0 147814 420 0 0 25 0 1 0 26012911 447856640 106541 4089446400 4194304 10345943 140737411988848 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 109340 106541 795 1502 0 107833 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 437360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23343
/proc/meminfo: memFree=28623248/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=437360 CPUtime=1542.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 497659 0 0 0 153801 433 0 0 25 0 1 0 26012911 447856640 106609 4089446400 4194304 10345943 140737411988848 18446744073709551615 5926401 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 109340 106609 795 1502 0 107833 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 437360

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23345
/proc/meminfo: memFree=28620464/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=437360 CPUtime=1602.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 497710 0 0 0 159784 450 0 0 25 0 1 0 26012911 447856640 106660 4089446400 4194304 10345943 140737411988848 18446744073709551615 5614659 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23274/statm: 109340 106660 795 1502 0 107833 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 437360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23355
/proc/meminfo: memFree=28617568/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=437532 CPUtime=1662.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 497716 0 0 0 165769 465 0 0 25 0 1 0 26012911 448032768 106666 4089446400 4194304 10345943 140737411988848 18446744073709551615 6777408 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109383 106666 795 1502 0 107876 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 437532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23357
/proc/meminfo: memFree=28617988/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=437532 CPUtime=1722.35
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 501890 0 0 0 171755 480 0 0 25 0 1 0 26012911 448032768 106711 4089446400 4194304 10345943 140737411988848 18446744073709551615 6518703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109383 106711 796 1502 0 107876 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 437532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28616328/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1782.34
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502242 0 0 0 177742 492 0 0 25 0 1 0 26012911 449867776 107063 4089446400 4194304 10345943 140737411988848 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107063 796 1502 0 108324 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 439324

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28616080/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1785.55
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502255 0 0 0 178061 494 0 0 25 0 1 0 26012911 449867776 107076 4089446400 4194304 10345943 140737411988848 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107076 796 1502 0 108324 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 439324

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28615944/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1788.75
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502268 0 0 0 178380 495 0 0 25 0 1 0 26012911 449867776 107089 4089446400 4194304 10345943 140737411988848 18446744073709551615 4215463 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107089 796 1502 0 108324 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 439324

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28615944/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1789.54
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502273 0 0 0 178459 495 0 0 25 0 1 0 26012911 449867776 107094 4089446400 4194304 10345943 140737411988848 18446744073709551615 7537185 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107094 796 1502 0 108324 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 439324

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28616064/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1789.94
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502279 0 0 0 178499 495 0 0 25 0 1 0 26012911 449867776 107100 4089446400 4194304 10345943 140737411988848 18446744073709551615 6777589 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107100 796 1502 0 108324 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 439324

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28616064/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=439324 CPUtime=1790.14
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502280 0 0 0 178519 495 0 0 25 0 1 0 26012911 449867776 107101 4089446400 4194304 10345943 140737411988848 18446744073709551615 4221116 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23274/statm: 109831 107101 797 1502 0 108324 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 439324

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28616064/32951124 swapFree=67111528/67111528
[pid=23274] ppid=23272 vsize=419948 CPUtime=1790.24
/proc/23274/stat : 23274 (pbscip.linux.x8) R 23272 23274 22800 0 -1 4202496 502292 0 0 0 178528 496 0 0 25 0 1 0 26012911 430026752 58552 4089446400 4194304 10345943 140737411988848 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23274/statm: 104987 58552 797 1502 0 103480 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 419948

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.26
CPU user time (s): 1785.29
CPU system time (s): 4.97324
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 447444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.29
system time used= 4.97324
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502295
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1948

runsolver used 2.88256 second user time and 6.87595 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-08 10:33:20
IDJOB=2705026
IDBENCH=79266
IDSOLVER=1214
FILE ID=node142/2705026-1278578000
PBS_JOBID= 11240170
Free space on /tmp= 73320 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.1900562192--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-2705026-1278578000/watcher-2705026-1278578000 -o /tmp/evaluation-result-2705026-1278578000/solver-2705026-1278578000 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705026-1278578000.wbo -t 1800 -m 3800

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=764370404

node142.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.874
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.74
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.874
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.874
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.874
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.79
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.874
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	: 5311.06
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.874
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.874
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.75
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.874
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:      28717496 kB
Buffers:        159032 kB
Cached:        3134044 kB
SwapCached:          0 kB
Active:        1720124 kB
Inactive:      2342332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28717496 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12840 kB
Writeback:           0 kB
AnonPages:      769772 kB
Mapped:          17568 kB
Slab:           105176 kB
PageTables:       6584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   927040 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= 73308 MiB
End job on node142 at 2010-07-08 11:03:10