Trace number 2705109

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.28 1790.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900545610--soft-0-100-0.wbo
MD5SUMaacdee42f12f02195344334122667810
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 benchmark203.379
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 671
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-2705109-1278578350.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.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
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.35	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.36	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.37	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 
5.49/5.57	o 481
5.49/5.57	c * 5.5s|  3023 |  3017 |  1443 |   0.4 |  28M|2573 |   - |5645 |5414 |5645 | 194 | 440 |   0 | 450 | 0.000000e+00 | 4.810000e+02 |    Inf 
18.89/18.96	o 478
18.89/18.96	c *18.9s|  9385 |  9229 |  2656 |   0.3 |  43M|2573 |   - |5645 |5605 |5645 | 184 | 768 | 191 | 508 | 0.000000e+00 | 4.780000e+02 |    Inf 
20.59/20.66	c  20.6s| 10000 |  9822 |  3109 |   0.3 |  45M|2573 |   0 |5645 |5689 |5645 | 181 | 878 | 275 | 534 | 0.000000e+00 | 4.780000e+02 |    Inf 
20.90/20.94	o 457
20.90/20.94	c *20.9s| 10178 |  9565 |  3139 |   0.3 |  45M|2573 |   - |5645 |5692 |5645 | 195 | 892 | 278 | 534 | 0.000000e+00 | 4.570000e+02 |    Inf 
22.79/22.82	o 368
22.79/22.82	c *22.8s| 10951 |  9109 |  3493 |   0.3 |  43M|2573 |   - |5645 |5779 |5645 | 188 | 985 | 365 | 584 | 0.000000e+00 | 3.680000e+02 |    Inf 
23.29/23.32	o 357
23.29/23.32	c *23.3s| 11104 |  9094 |  3607 |   0.3 |  44M|2573 |   - |5645 |5808 |5645 | 185 |1015 | 394 | 589 | 0.000000e+00 | 3.570000e+02 |    Inf 
23.49/23.59	o 349
23.49/23.59	c *23.6s| 11191 |  9034 |  3643 |   0.3 |  44M|2573 |   - |5645 |5826 |5645 | 198 |1029 | 412 | 589 | 0.000000e+00 | 3.490000e+02 |    Inf 
25.09/25.15	o 344
25.09/25.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.09/25.15	c *25.1s| 11636 |  9309 |  4087 |   0.3 |  46M|2573 |   - |5645 |6002 |5645 | 196 |1190 | 588 | 593 | 0.000000e+00 | 3.440000e+02 |    Inf 
25.29/25.35	o 302
25.29/25.35	c *25.3s| 11746 |  8516 |  4098 |   0.3 |  44M|2573 |   - |5645 |6008 |5645 | 200 |1194 | 594 | 593 | 0.000000e+00 | 3.020000e+02 |    Inf 
25.69/25.76	o 296
25.69/25.76	c *25.7s| 11857 |  8503 |  4269 |   0.3 |  44M|2573 |   - |5645 |6037 |5645 | 179 |1226 | 623 | 609 | 0.000000e+00 | 2.960000e+02 |    Inf 
26.79/26.81	o 274
26.79/26.81	c *26.8s| 12151 |  8404 |  4538 |   0.4 |  45M|2573 |   - |5645 |6116 |5645 | 185 |1286 | 702 | 617 | 0.000000e+00 | 2.740000e+02 |    Inf 
26.89/26.95	o 238
26.89/26.95	c *26.9s| 12195 |  7692 |  4575 |   0.4 |  43M|2573 |   - |5645 |6119 |5645 | 185 |1294 | 705 | 617 | 0.000000e+00 | 2.380000e+02 |    Inf 
36.09/36.19	o 229
36.09/36.19	c *36.2s| 14756 |  9641 |  7514 |   0.5 |  56M|2573 |   - |5645 |7081 |5645 | 205 |2255 |1667 | 708 | 0.000000e+00 | 2.290000e+02 |    Inf 
36.09/36.19	o 228
36.09/36.19	c *36.2s| 14757 |  9469 |  7514 |   0.5 |  56M|2573 |   - |5645 |7081 |5645 | 205 |2255 |1667 | 708 | 0.000000e+00 | 2.280000e+02 |    Inf 
43.09/43.19	o 224
43.09/43.19	c *43.2s| 16850 | 11086 |  9409 |   0.5 |  65M|2573 |   - |5645 |7888 |5645 | 197 |2907 |2476 | 766 | 0.000000e+00 | 2.240000e+02 |    Inf 
43.19/43.26	o 203
43.19/43.26	c *43.2s| 16872 | 10558 |  9411 |   0.5 |  63M|2573 |   - |5645 |7890 |5645 | 198 |2908 |2478 | 766 | 0.000000e+00 | 2.030000e+02 |    Inf 
54.19/54.27	o 200
54.19/54.27	c *54.2s| 19634 | 12245 | 13685 |   0.7 |  74M|2573 |   - |5645 |9171 |5645 | 207 |4280 |3831 | 868 | 0.000000e+00 | 2.000000e+02 |    Inf 
54.19/54.27	o 197
54.19/54.27	c *54.2s| 19635 | 12155 | 13685 |   0.7 |  74M|2573 |   - |5645 |9171 |5645 | 207 |4280 |3831 | 868 | 0.000000e+00 | 1.970000e+02 |    Inf 
55.59/55.67	c  55.6s| 20000 | 12462 | 14196 |   0.7 |  75M|2573 |   7 |5645 |9256 |5645 | 187 |4414 |3928 | 889 | 0.000000e+00 | 1.970000e+02 |    Inf 
72.50/72.60	o 186
72.50/72.60	c *72.6s| 24434 | 15463 | 21124 |   0.9 |  92M|2573 |   - |5645 |9876 |5645 | 206 |6379 |5511 |1078 | 0.000000e+00 | 1.860000e+02 |    Inf 
72.60/72.61	o 171
72.60/72.61	c *72.6s| 24435 | 14608 | 21124 |   0.9 |  87M|2573 |   - |5645 |9876 |5645 | 206 |6379 |5511 |1078 | 0.000000e+00 | 1.710000e+02 |    Inf 
73.59/73.65	o 163
73.59/73.65	c *73.6s| 24777 | 14338 | 21437 |   0.9 |  84M|2573 |   - |5645 |9878 |5645 | 194 |6450 |5565 |1079 | 0.000000e+00 | 1.630000e+02 |    Inf 
75.29/75.35	o 161
75.29/75.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.29/75.35	c *75.3s| 25205 | 14563 | 22505 |   0.9 |  86M|2573 |   - |5645 |9962 |5645 | 212 |6720 |5756 |1098 | 0.000000e+00 | 1.610000e+02 |    Inf 
85.49/85.59	o 158
85.49/85.59	c *85.6s| 27755 | 16266 | 27725 |   1.0 |  98M|2573 |   - |5645 |9548 |5645 | 201 |8013 |6889 |1196 | 0.000000e+00 | 1.580000e+02 |    Inf 
94.29/94.34	c  94.3s| 30000 | 17995 | 31514 |   1.0 | 108M|2573 |   0 |5645 |9623 |5645 | 203 |8990 |7927 |1246 | 0.000000e+00 | 1.580000e+02 |    Inf 
95.19/95.23	o 154
95.19/95.23	c *95.2s| 30221 | 17892 | 31999 |   1.1 | 108M|2573 |   - |5645 |9608 |5645 | 225 |9119 |8029 |1261 | 0.000000e+00 | 1.540000e+02 |    Inf 
96.60/96.69	o 153
96.60/96.69	c *96.7s| 30563 | 18022 | 32709 |   1.1 | 109M|2573 |   - |5645 |9574 |5645 | 198 |9248 |8236 |1274 | 0.000000e+00 | 1.530000e+02 |    Inf 
110.19/110.28	o 149
110.19/110.28	c * 110s| 34054 | 20196 | 38635 |   1.1 | 123M|2573 |   - |5645 |9361 |5645 | 206 |  10k|9808 |1339 | 0.000000e+00 | 1.490000e+02 |    Inf 
110.19/110.29	o 148
110.19/110.29	c * 110s| 34055 | 20112 | 38635 |   1.1 | 122M|2573 |   - |5645 |9361 |5645 | 206 |  10k|9808 |1339 | 0.000000e+00 | 1.480000e+02 |    Inf 
111.00/111.08	o 145
111.00/111.08	c * 111s| 34249 | 19979 | 38894 |   1.1 | 121M|2573 |   - |5645 |9420 |5645 | 216 |  11k|9896 |1339 | 0.000000e+00 | 1.450000e+02 |    Inf 
111.19/111.23	o 137
111.19/111.23	c * 111s| 34433 | 19273 | 38897 |   1.1 | 116M|2573 |   - |5645 |9420 |5645 | 216 |  11k|9896 |1339 | 0.000000e+00 | 1.370000e+02 |    Inf 
113.89/113.96	o 124
113.89/113.96	c * 114s| 35107 | 18450 | 39757 |   1.1 | 110M|2573 |   - |5645 |9602 |5645 | 196 |  11k|  10k|1344 | 0.000000e+00 | 1.240000e+02 |    Inf 
135.39/135.40	c   135s| 40000 | 21801 | 50901 |   1.3 | 136M|2573 |   0 |5645 |8240 |5645 | 186 |  14k|  12k|1431 | 0.000000e+00 | 1.240000e+02 |    Inf 
136.20/136.24	o 118
136.20/136.24	c * 136s| 40204 | 21060 | 51653 |   1.3 | 132M|2573 |   - |5645 |8210 |5645 | 200 |  14k|  12k|1445 | 0.000000e+00 | 1.180000e+02 |    Inf 
168.80/168.85	o 109
168.80/168.85	c * 169s| 47675 | 24399 | 74082 |   1.6 | 164M|2573 |   - |5645 |7633 |5645 | 249 |  20k|  17k|1658 | 0.000000e+00 | 1.090000e+02 |    Inf 
169.20/169.30	o 107
169.20/169.30	c * 169s| 47780 | 24212 | 74449 |   1.6 | 164M|2573 |   - |5645 |7669 |5645 | 233 |  20k|  17k|1659 | 0.000000e+00 | 1.070000e+02 |    Inf 
169.69/169.70	o 100
169.69/169.70	c * 170s| 47858 | 23307 | 74815 |   1.6 | 159M|2573 |   - |5645 |7694 |5645 | 229 |  21k|  17k|1664 | 0.000000e+00 | 1.000000e+02 |    Inf 
170.00/170.00	o 98
170.00/170.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.00/170.00	c * 170s| 47930 | 22781 | 75082 |   1.6 | 156M|2573 |   - |5645 |7598 |5645 | 227 |  21k|  17k|1665 | 0.000000e+00 | 9.800000e+01 |    Inf 
171.30/171.33	o 88
171.30/171.33	c * 171s| 48286 | 21336 | 75918 |   1.6 | 147M|2573 |   - |5645 |7575 |5645 | 219 |  21k|  17k|1675 | 0.000000e+00 | 8.800000e+01 |    Inf 
171.30/171.33	o 86
171.30/171.33	c * 171s| 48287 | 20922 | 75918 |   1.6 | 143M|2573 |   - |5645 |7575 |5645 | 219 |  21k|  17k|1675 | 0.000000e+00 | 8.600000e+01 |    Inf 
176.20/176.27	o 78
176.20/176.27	c * 176s| 49335 | 18570 | 79931 |   1.6 | 122M|2573 |   - |5645 |7007 |5645 | 264 |  22k|  18k|1720 | 0.000000e+00 | 7.800000e+01 |    Inf 
178.99/179.02	c   179s| 50000 | 18740 | 81956 |   1.6 | 124M|2573 |   1 |5645 |6917 |5645 | 224 |  22k|  19k|1752 | 0.000000e+00 | 7.800000e+01 |    Inf 
185.49/185.56	o 75
185.49/185.56	c * 186s| 51751 | 18445 | 86215 |   1.7 | 124M|2573 |   - |5645 |7476 |5645 | 235 |  23k|  22k|1782 | 0.000000e+00 | 7.500000e+01 |    Inf 
208.20/208.22	o 65
208.20/208.22	c * 208s| 56927 | 18688 |104112 |   1.8 | 139M|2573 |   - |5645 |6338 |5645 | 232 |  28k|  26k|1955 | 0.000000e+00 | 6.500000e+01 |    Inf 
218.40/218.45	o 52
218.40/218.45	c * 218s| 59620 | 16835 |111311 |   1.9 | 128M|2573 |   - |5645 |5941 |5645 | 220 |  30k|  28k|2033 | 0.000000e+00 | 5.200000e+01 |    Inf 
220.01/220.09	c   220s| 60000 | 16889 |112500 |   1.9 | 129M|2573 |   8 |5645 |5297 |5645 | 198 |  31k|  29k|2042 | 0.000000e+00 | 5.200000e+01 |    Inf 
251.39/251.44	o 42
251.39/251.44	c * 251s| 68117 | 16406 |141829 |   2.1 | 139M|2573 |   - |5645 |6640 |5645 | 230 |  38k|  37k|2307 | 0.000000e+00 | 4.200000e+01 |    Inf 
252.39/252.45	o 34
252.39/252.45	c * 252s| 68449 | 14443 |142620 |   2.1 | 125M|2573 |   - |5645 |6315 |5645 | 227 |  38k|  38k|2314 | 0.000000e+00 | 3.400000e+01 |    Inf 
252.60/252.68	o 25
252.60/252.68	c * 253s| 68505 | 11212 |142928 |   2.1 | 104M|2573 |   - |5645 |6017 |5645 | 223 |  38k|  38k|2315 | 0.000000e+00 | 2.500000e+01 |    Inf 
256.80/256.84	c   257s| 70000 | 11054 |150021 |   2.1 | 105M|2573 |   1 |5645 |4722 |5645 | 239 |  40k|  40k|2424 | 0.000000e+00 | 2.500000e+01 |    Inf 
259.60/259.63	o 20
259.60/259.63	c * 260s| 71004 |  9711 |155240 |   2.2 |  98M|2573 |   - |5645 |5213 |5645 | 218 |  41k|  41k|2488 | 0.000000e+00 | 2.000000e+01 |    Inf 
261.50/261.54	o 19
261.50/261.54	c * 262s| 71797 |  9580 |160065 |   2.2 |  97M|2573 |   - |5645 |5589 |5645 | 206 |  42k|  42k|2536 | 0.000000e+00 | 1.900000e+01 |    Inf 
280.40/280.49	o 8
280.40/280.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.40/280.49	c * 280s| 79742 |  7674 |199353 |   2.5 |  88M|2573 |   - |5645 |6964 |5645 | 234 |  49k|  51k|2845 | 0.000000e+00 | 8.000000e+00 |    Inf 
281.10/281.11	c   281s| 80000 |  7666 |201321 |   2.5 |  88M|2573 |   1 |5645 |6565 |5645 | 256 |  49k|  51k|2869 | 0.000000e+00 | 8.000000e+00 |    Inf 
301.50/301.57	c   302s| 90000 |  7218 |259787 |   2.9 |  88M|2573 |  24 |5645 |8650 |5645 | 284 |  58k|  64k|3215 | 0.000000e+00 | 8.000000e+00 |    Inf 
321.21/321.21	c   321s|100000 |  7383 |303141 |   3.0 |  92M|2573 |   6 |5645 |  11k|5645 | 207 |  64k|  76k|3419 | 0.000000e+00 | 8.000000e+00 |    Inf 
341.80/341.83	c   342s|110000 |  7533 |345482 |   3.1 |  95M|2573 |   1 |5645 |  15k|5645 | 251 |  71k|  89k|3606 | 0.000000e+00 | 8.000000e+00 |    Inf 
363.90/363.90	c   364s|120000 |  7666 |388296 |   3.2 |  98M|2573 |  20 |5645 |  16k|5645 | 245 |  77k| 103k|3756 | 0.000000e+00 | 8.000000e+00 |    Inf 
386.11/386.17	c   386s|130000 |  7765 |432307 |   3.3 | 101M|2573 |   - |5645 |  17k|   0 |   0 |  83k| 117k|3915 | 0.000000e+00 | 8.000000e+00 |    Inf 
389.91/389.92	o 5
389.91/389.92	c * 390s|131665 |  7250 |439937 |   3.3 |  95M|2573 |   - |5645 |  18k|5645 | 275 |  84k| 119k|3925 | 0.000000e+00 | 5.000000e+00 |    Inf 
407.80/407.88	c   408s|140000 |  7234 |475648 |   3.4 |  96M|2573 |   - |5645 |  16k|   0 |   0 |  89k| 130k|4049 | 0.000000e+00 | 5.000000e+00 |    Inf 
430.91/430.90	c   431s|150000 |  7367 |525054 |   3.5 |  99M|2573 |  11 |5645 |  19k|5645 | 278 |  96k| 144k|4193 | 0.000000e+00 | 5.000000e+00 |    Inf 
452.61/452.69	c   453s|160000 |  7163 |572008 |   3.6 |  95M|2573 |   - |5645 |  12k|   0 |   0 | 102k| 158k|4589 | 0.000000e+00 | 5.000000e+00 |    Inf 
472.60/472.60	c   473s|170000 |  7114 |616053 |   3.6 |  95M|2573 |   - |5645 |  11k|   0 |   0 | 107k| 172k|4658 | 0.000000e+00 | 5.000000e+00 |    Inf 
492.41/492.46	c   492s|180000 |  7213 |659857 |   3.7 |  97M|2573 |  15 |5645 |  11k|5645 | 256 | 113k| 185k|4801 | 0.000000e+00 | 5.000000e+00 |    Inf 
513.31/513.39	c   513s|190000 |  7312 |703605 |   3.7 |  99M|2573 |   - |5645 |  12k|   0 |   0 | 118k| 198k|4948 | 0.000000e+00 | 5.000000e+00 |    Inf 
534.61/534.60	c   535s|200000 |  7394 |751694 |   3.8 | 102M|2573 |   - |5645 |  14k|   0 |   0 | 126k| 211k|5076 | 0.000000e+00 | 5.000000e+00 |    Inf 
551.21/551.24	o 1
551.21/551.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.21/551.24	c * 551s|207744 |  6678 |788020 |   3.8 |  95M|2573 |   - |5645 |  14k|5645 | 242 | 131k| 222k|5205 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.32/555.36	c   555s|210000 |  6689 |796339 |   3.8 |  95M|2573 |   - |5645 |  14k|   0 |   0 | 132k| 225k|5213 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.81/574.89	c   575s|220000 |  6752 |834698 |   3.8 |  96M|2573 |   1 |5645 |  14k|5645 | 229 | 138k| 238k|5303 | 0.000000e+00 | 1.000000e+00 |    Inf 
594.92/594.99	c   595s|230000 |  6861 |876385 |   3.8 |  99M|2573 |   - |5645 |  15k|   0 |   0 | 142k| 251k|5427 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.02/616.01	c   616s|240000 |  7014 |915111 |   3.8 | 102M|2573 |   - |5645 |  16k|   0 |   0 | 147k| 266k|5499 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.62/637.63	c   638s|250000 |  6986 |960822 |   3.8 | 102M|2573 |   - |5645 |  16k|   0 |   0 | 153k| 279k|5606 | 0.000000e+00 | 1.000000e+00 |    Inf 
658.93/658.96	c   659s|260000 |  7281 |  1012k|   3.9 | 105M|2573 |  17 |5645 |  16k|5645 | 222 | 160k| 294k|5685 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.82/678.87	c   679s|270000 |  7484 |  1052k|   3.9 | 108M|2573 |   - |5645 |  19k|   0 |   0 | 164k| 308k|5786 | 0.000000e+00 | 1.000000e+00 |    Inf 
700.02/700.08	c   700s|280000 |  7591 |  1096k|   3.9 | 110M|2573 |   - |5645 |  16k|   0 |   0 | 168k| 323k|5869 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.72/721.73	c   722s|290000 |  7374 |  1141k|   3.9 | 109M|2573 |   - |5645 |  17k|   0 |   0 | 173k| 339k|5956 | 0.000000e+00 | 1.000000e+00 |    Inf 
743.72/743.76	c   744s|300000 |  7247 |  1185k|   3.9 | 107M|2573 |   1 |5645 |  13k|5645 | 211 | 178k| 353k|6073 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.13/764.17	c   764s|310000 |  7417 |  1230k|   4.0 | 110M|2573 |   - |5645 |  15k|   0 |   0 | 184k| 367k|6170 | 0.000000e+00 | 1.000000e+00 |    Inf 
785.32/785.35	c   785s|320000 |  7680 |  1272k|   4.0 | 114M|2573 |   - |5645 |  17k|   0 |   0 | 189k| 381k|6239 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.02/807.08	c   807s|330000 |  7811 |  1314k|   4.0 | 116M|2573 |  17 |5645 |  17k|5645 | 230 | 193k| 395k|6308 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.73/828.76	c   829s|340000 |  7735 |  1360k|   4.0 | 116M|2573 |   - |5645 |  17k|   0 |   0 | 198k| 410k|6410 | 0.000000e+00 | 1.000000e+00 |    Inf 
850.82/850.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
850.82/850.86	c   851s|350000 |  7603 |  1407k|   4.0 | 114M|2573 |   1 |5645 |  15k|5645 | 211 | 204k| 424k|6545 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.03/872.02	c   872s|360000 |  7713 |  1450k|   4.0 | 117M|2573 |  18 |5645 |  17k|5645 | 241 | 210k| 438k|6629 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.13/894.18	c   894s|370000 |  7637 |  1497k|   4.0 | 116M|2573 |   1 |5645 |  16k|5645 | 211 | 217k| 452k|6710 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.53/916.57	c   917s|380000 |  7790 |  1549k|   4.1 | 118M|2573 |   1 |5645 |  15k|5645 | 252 | 223k| 466k|6824 | 0.000000e+00 | 1.000000e+00 |    Inf 
936.33/936.36	c   936s|390000 |  7944 |  1581k|   4.1 | 121M|2573 |   1 |5645 |  18k|5645 | 272 | 228k| 481k|6869 | 0.000000e+00 | 1.000000e+00 |    Inf 
957.43/957.49	c   957s|400000 |  7899 |  1627k|   4.1 | 121M|2573 |   - |5645 |  18k|   0 |   0 | 234k| 496k|6961 | 0.000000e+00 | 1.000000e+00 |    Inf 
981.33/981.31	c   981s|410000 |  7942 |  1683k|   4.1 | 122M|2573 |   - |5645 |  16k|   0 |   0 | 240k| 510k|7058 | 0.000000e+00 | 1.000000e+00 |    Inf 
1007.34/1007.31	c  1007s|420000 |  8271 |  1756k|   4.2 | 126M|2573 |   1 |5645 |  17k|5645 | 266 | 246k| 523k|7170 | 0.000000e+00 | 1.000000e+00 |    Inf 
1028.54/1028.52	c  1028s|430000 |  8538 |  1804k|   4.2 | 129M|2573 |   - |5645 |  19k|   0 |   0 | 251k| 538k|7252 | 0.000000e+00 | 1.000000e+00 |    Inf 
1049.74/1049.76	c  1050s|440000 |  8685 |  1849k|   4.2 | 131M|2573 |   - |5645 |  20k|   0 |   0 | 257k| 554k|7332 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.24/1073.21	c  1073s|450000 |  8869 |  1904k|   4.2 | 133M|2573 |  25 |5645 |  20k|5645 | 267 | 263k| 571k|7411 | 0.000000e+00 | 1.000000e+00 |    Inf 
1095.14/1095.16	c  1095s|460000 |  8850 |  1950k|   4.2 | 134M|2573 |   - |5645 |  20k|   0 |   0 | 269k| 587k|7497 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.14/1118.14	c  1118s|470000 |  8941 |  2000k|   4.3 | 136M|2573 |   1 |5645 |  20k|5645 | 275 | 274k| 603k|7576 | 0.000000e+00 | 1.000000e+00 |    Inf 
1140.64/1140.63	c  1141s|480000 |  8919 |  2053k|   4.3 | 137M|2573 |   1 |5645 |  19k|5645 | 272 | 281k| 619k|7654 | 0.000000e+00 | 1.000000e+00 |    Inf 
1163.34/1163.31	c  1163s|490000 |  8962 |  2105k|   4.3 | 138M|2573 |  24 |5645 |  19k|5645 | 233 | 287k| 635k|7724 | 0.000000e+00 | 1.000000e+00 |    Inf 
1186.64/1186.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.64/1186.69	c  1187s|500000 |  9063 |  2154k|   4.3 | 140M|2573 |   1 |5645 |  19k|5645 | 256 | 292k| 650k|7793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1209.04/1209.06	c  1209s|510000 |  9184 |  2201k|   4.3 | 142M|2573 |   1 |5645 |  21k|5645 | 262 | 296k| 669k|7858 | 0.000000e+00 | 1.000000e+00 |    Inf 
1230.44/1230.49	c  1230s|520000 |  9162 |  2244k|   4.3 | 143M|2573 |   1 |5645 |  19k|5645 | 276 | 301k| 686k|7941 | 0.000000e+00 | 1.000000e+00 |    Inf 
1251.94/1251.91	c  1252s|530000 |  9274 |  2290k|   4.3 | 145M|2573 |  25 |5645 |  22k|5645 | 277 | 305k| 702k|8004 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.75/1274.73	c  1275s|540000 |  9202 |  2337k|   4.3 | 145M|2573 |   - |5645 |  20k|   0 |   0 | 310k| 719k|8086 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.15/1297.17	c  1297s|550000 |  9122 |  2386k|   4.3 | 145M|2573 |   1 |5645 |  19k|5645 | 247 | 316k| 735k|8146 | 0.000000e+00 | 1.000000e+00 |    Inf 
1319.96/1319.94	c  1320s|560000 |  9179 |  2437k|   4.4 | 146M|2573 |   - |5645 |  20k|   0 |   0 | 322k| 750k|8214 | 0.000000e+00 | 1.000000e+00 |    Inf 
1342.45/1342.40	c  1342s|570000 |  9076 |  2485k|   4.4 | 146M|2573 |  22 |5645 |  19k|5645 | 245 | 327k| 767k|8272 | 0.000000e+00 | 1.000000e+00 |    Inf 
1365.55/1365.52	c  1365s|580000 |  9132 |  2535k|   4.4 | 147M|2573 |   - |5645 |  20k|   0 |   0 | 333k| 782k|8327 | 0.000000e+00 | 1.000000e+00 |    Inf 
1388.05/1388.07	c  1388s|590000 |  8869 |  2585k|   4.4 | 144M|2573 |   - |5645 |  19k|   0 |   0 | 338k| 799k|8392 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.15/1411.19	c  1411s|600000 |  8370 |  2638k|   4.4 | 136M|2573 |   - |5645 |  17k|   0 |   0 | 344k| 815k|8450 | 0.000000e+00 | 1.000000e+00 |    Inf 
1432.05/1432.03	c  1432s|610000 |  8390 |  2678k|   4.4 | 136M|2573 |   - |5645 |  20k|   0 |   0 | 348k| 830k|8505 | 0.000000e+00 | 1.000000e+00 |    Inf 
1453.56/1453.58	c  1454s|620000 |  8424 |  2721k|   4.4 | 138M|2573 |  20 |5645 |  19k|5645 | 288 | 352k| 846k|8556 | 0.000000e+00 | 1.000000e+00 |    Inf 
1477.15/1477.17	c  1477s|630000 |  8088 |  2776k|   4.4 | 132M|2573 |   8 |5645 |  20k|5645 | 278 | 359k| 863k|8620 | 0.000000e+00 | 1.000000e+00 |    Inf 
1499.66/1499.63	c  1500s|640000 |  7926 |  2827k|   4.4 | 123M|2573 |   1 |5645 |  17k|5645 | 225 | 366k| 877k|8696 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.26/1522.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.26/1522.28	c  1522s|650000 |  7932 |  2873k|   4.4 | 125M|2573 |   - |5645 |  19k|   0 |   0 | 374k| 892k|8753 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.86/1544.88	c  1545s|660000 |  7891 |  2920k|   4.4 | 125M|2573 |   1 |5645 |  18k|5645 | 264 | 382k| 906k|8818 | 0.000000e+00 | 1.000000e+00 |    Inf 
1567.86/1567.80	c  1568s|670000 |  7434 |  2964k|   4.4 | 114M|2573 |   - |5645 |  12k|   0 |   0 | 388k| 921k|8887 | 0.000000e+00 | 1.000000e+00 |    Inf 
1587.17/1587.18	c  1587s|680000 |  6748 |  3005k|   4.4 |  99M|2573 |   - |5645 |  10k|   0 |   0 | 394k| 935k|8979 | 0.000000e+00 | 1.000000e+00 |    Inf 
1606.87/1606.85	c  1607s|690000 |  6728 |  3058k|   4.4 |  98M|2573 |   - |5645 |  10k|   0 |   0 | 399k| 949k|9051 | 0.000000e+00 | 1.000000e+00 |    Inf 
1626.57/1626.58	c  1627s|700000 |  6596 |  3106k|   4.4 |  96M|2573 |  14 |5645 |9756 |5645 | 196 | 405k| 961k|9131 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.07/1645.00	c  1645s|710000 |  5745 |  3149k|   4.4 |  88M|2573 |  10 |5645 |9574 |5645 | 217 | 412k| 975k|9257 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.07/1663.10	c  1663s|720000 |  5657 |  3190k|   4.4 |  88M|2573 |   1 |5645 |  11k|5645 | 183 | 418k| 988k|9479 | 0.000000e+00 | 1.000000e+00 |    Inf 
1681.66/1681.62	c  1682s|730000 |  5759 |  3231k|   4.4 |  90M|2573 |  23 |5645 |  14k|5645 | 227 | 424k|1001k|9493 | 0.000000e+00 | 1.000000e+00 |    Inf 
1700.76/1700.70	c  1701s|740000 |  5865 |  3270k|   4.4 |  92M|2573 |  16 |5645 |  16k|5645 | 197 | 430k|1014k|9533 | 0.000000e+00 | 1.000000e+00 |    Inf 
1721.36/1721.31	c  1721s|750000 |  5843 |  3311k|   4.4 |  92M|2573 |   - |5645 |  14k|   0 |   0 | 436k|1028k|9582 | 0.000000e+00 | 1.000000e+00 |    Inf 
1742.57/1742.55	c  1743s|760000 |  5845 |  3357k|   4.4 |  93M|2573 |   1 |5645 |  17k|5645 | 196 | 441k|1042k|9617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1763.28/1763.30	c  1763s|770000 |  5956 |  3401k|   4.4 |  95M|2573 |   - |5645 |  18k|   0 |   0 | 448k|1056k|9659 | 0.000000e+00 | 1.000000e+00 |    Inf 
1784.47/1784.41	c  1784s|780000 |  5956 |  3445k|   4.4 |  95M|2573 |   - |5645 |  18k|   0 |   0 | 455k|1070k|9705 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.07/1790.00	c 
1790.07/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.00	c Solving Time (sec) : 1789.97
1790.07/1790.00	c Solving Nodes      : 782783
1790.07/1790.00	c Primal Bound       : +1.00000000000000e+00 (204 solutions)
1790.07/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.07/1790.00	c Gap                : infinite
1790.07/1790.07	s SATISFIABLE
1790.07/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.07/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.07/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.07/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.07/1790.07	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1790.07/1790.07	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.07/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.07/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.07/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.07/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.07/1790.07	v -x1 
1790.07/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.07	c Solving Time       :    1789.97
1790.07/1790.07	c Original Problem   :
1790.07/1790.07	c   Problem name     : HOME/instance-2705109-1278578350.wbo
1790.07/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.07/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.07/1790.07	c Presolved Problem  :
1790.07/1790.07	c   Problem name     : t_HOME/instance-2705109-1278578350.wbo
1790.07/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.07/1790.07	c   Constraints      : 5414 initial, 23055 maximal
1790.07/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.07/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.07/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.07/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.07/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.07	c   integral         :          0          0          0     504692          0         13        687          0          0     798818
1790.07/1790.07	c   linear           :       2707          6    4413846     104140          1     285814   18924320     457839          0          0
1790.07/1790.07	c   indicator        :       2707          0    1056290      71041          0        642    6056500          0          0          0
1790.07/1790.07	c   logicor          :          0+         0    1306988          0          0      89025    1793400          0          0          0
1790.07/1790.07	c   bounddisjunction :          0+         0     383642          0          0         78       4966          0          0          0
1790.07/1790.07	c   countsols        :          0          0          0      47686          1          0          0          0          0          0
1790.07/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.07/1790.07	c   integral         :      15.49       0.00       0.00      15.49       0.00
1790.07/1790.07	c   linear           :     274.67       0.00     258.36      16.30       0.00
1790.07/1790.07	c   indicator        :      50.93       0.01      32.76      18.16       0.00
1790.07/1790.07	c   logicor          :     227.35       0.00     227.35       0.00       0.00
1790.07/1790.07	c   bounddisjunction :       2.54       0.00       2.54       0.00       0.00
1790.07/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.07/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.07/1790.07	c   vbounds          :       0.89      38316          0       8047
1790.07/1790.07	c   rootredcost      :       0.65         48          0       2707
1790.07/1790.07	c   pseudoobj        :     169.75    4425077      10333    5778360
1790.07/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.07/1790.07	c   propagation      :      28.66     385250     385189    2446170       34.6      14630       28.2          -
1790.07/1790.07	c   infeasible LP    :       4.26      10002      10002      80166       42.3        115       23.5          0
1790.07/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.07	c   pseudo solution  :       0.00          1          1          3       12.7          0        0.0          -
1790.07/1790.07	c   applied globally :          -          -          -    1073764       26.4          -          -          -
1790.07/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.07/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.07/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.07/1790.07	c   redcost          :      48.72     507457          0     354242          0          0
1790.07/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.07/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.07/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.07/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.07/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.07/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.07/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.07/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.07/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.07/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.07/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.07/1790.07	c Pricers            :       Time      Calls       Vars
1790.07/1790.07	c   problem variables:       0.00          0          0
1790.07/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.07	c   relpscost        :      14.94     399987         13        687          0          0     798818
1790.07/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.07/1790.07	c   inference        :      38.04      47639          0          0          0          0      95517
1790.07/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.07/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.07/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.07/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.07/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.07/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.07/1790.07	c   LP solutions     :       0.14          -         48
1790.07/1790.07	c   pseudo solutions :       0.00          -          0
1790.07/1790.07	c   feaspump         :       0.00          0          0
1790.07/1790.07	c   intshifting      :       0.01          0          0
1790.07/1790.07	c   oneopt           :       0.41         43          0
1790.07/1790.07	c   guideddiving     :       0.07         23          0
1790.07/1790.07	c   linesearchdiving :       0.05         25          0
1790.07/1790.07	c   veclendiving     :       0.05         25          0
1790.07/1790.07	c   coefdiving       :       0.05         26          0
1790.07/1790.07	c   pscostdiving     :       0.05         26          0
1790.07/1790.07	c   fracdiving       :       0.05         26          0
1790.07/1790.07	c   objpscostdiving  :       0.04         21          0
1790.07/1790.07	c   rootsoldiving    :       0.06         21          0
1790.07/1790.07	c   crossover        :       2.30         52          9
1790.07/1790.07	c   trivial          :       0.07          2          2
1790.07/1790.07	c   simplerounding   :       0.84     400267          0
1790.07/1790.07	c   zirounding       :       0.59       1000          0
1790.07/1790.07	c   rounding         :       1.62       8930          0
1790.07/1790.07	c   shifting         :       0.84       2752          0
1790.07/1790.07	c   twoopt           :       0.00          0          0
1790.07/1790.07	c   fixandinfer      :       0.00          0          0
1790.07/1790.07	c   intdiving        :       0.00          0          0
1790.07/1790.07	c   actconsdiving    :       0.00          0          0
1790.07/1790.07	c   octane           :       0.00          0          0
1790.07/1790.07	c   rens             :       0.03          1          0
1790.07/1790.07	c   rins             :       0.00          0          0
1790.07/1790.07	c   localbranching   :       0.00          0          0
1790.07/1790.07	c   mutation         :       0.00          0          0
1790.07/1790.07	c   dins             :       0.00          0          0
1790.07/1790.07	c   undercover       :       0.00          0          0
1790.07/1790.07	c   nlp              :       0.13          0          0
1790.07/1790.07	c   trysol           :       0.51        435        145
1790.07/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.07/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.07/1790.07	c   dual LP          :     438.23     473289    3455556       7.30    7885.22
1790.07/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.07/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.07/1790.07	c   diving/probing LP:       0.10         56        581      10.38    5775.35
1790.07/1790.07	c   strong branching :      11.48       9730     111877      11.50    9746.13
1790.07/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.07/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.07/1790.07	c B&B Tree           :
1790.07/1790.07	c   number of runs   :          1
1790.07/1790.07	c   nodes            :     782783
1790.07/1790.07	c   nodes (total)    :     782783
1790.07/1790.07	c   nodes left       :       6027
1790.07/1790.07	c   max depth        :       2573
1790.07/1790.07	c   max depth (total):       2573
1790.07/1790.07	c   backtracks       :      70147 (9.0%)
1790.07/1790.07	c   delayed cutoffs  :      69496
1790.07/1790.07	c   repropagations   :    2267125 (5504113 domain reductions, 60191 cutoffs)
1790.07/1790.07	c   avg switch length:       7.38
1790.07/1790.07	c   switching time   :     255.75
1790.07/1790.07	c Solution           :
1790.07/1790.07	c   Solutions found  :        204 (49 improvements)
1790.07/1790.07	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.07/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 207744 nodes, 551.20 seconds, depth 38, found by <relaxation>)
1790.07/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.07/1790.07	c   Gap              :   infinite
1790.07/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.07/1790.07	c   Root Iterations  :        184
1790.27/1790.20	c Time complete: 1790.27.

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-2705109-1278578350/watcher-2705109-1278578350 -o /tmp/evaluation-result-2705109-1278578350/solver-2705109-1278578350 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705109-1278578350.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: 1.92 1.98 1.90 4/178 31163
/proc/meminfo: memFree=28408304/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=12516 CPUtime=0
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 1977 0 0 0 0 0 0 0 23 0 1 0 26046975 12816384 1895 4089446400 4194304 10345943 140736601061632 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31163/statm: 3129 1895 429 1502 0 1622 0

[startup+0.0874999 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 31163
/proc/meminfo: memFree=28408304/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=38024 CPUtime=0.08
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 8450 0 0 0 8 0 0 0 23 0 1 0 26046975 38936576 8014 4089446400 4194304 10345943 140736601061632 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38024

[startup+0.100496 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 31163
/proc/meminfo: memFree=28408304/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=38024 CPUtime=0.09
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 8450 0 0 0 9 0 0 0 23 0 1 0 26046975 38936576 8014 4089446400 4194304 10345943 140736601061632 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.30046 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 31163
/proc/meminfo: memFree=28408304/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=70108 CPUtime=0.29
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 16228 0 0 0 28 1 0 0 23 0 1 0 26046975 71790592 15792 4089446400 4194304 10345943 140736601061632 18446744073709551615 4687806 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 17527 15792 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700374 s]
/proc/loadavg: 1.92 1.98 1.90 4/178 31163
/proc/meminfo: memFree=28408304/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=65268 CPUtime=0.69
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 16894 0 0 0 67 2 0 0 25 0 1 0 26046975 66834432 15053 4089446400 4194304 10345943 140736601061632 18446744073709551615 6847584 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50021 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 31164
/proc/meminfo: memFree=28350504/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=65268 CPUtime=1.49
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 16896 0 0 0 147 2 0 0 25 0 1 0 26046975 66834432 15055 4089446400 4194304 10345943 140736601061632 18446744073709551615 4966149 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 16317 15055 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.1009 s]
/proc/loadavg: 1.92 1.98 1.90 3/179 31165
/proc/meminfo: memFree=28350628/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=65268 CPUtime=3.09
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 16901 0 0 0 307 2 0 0 25 0 1 0 26046975 66834432 15060 4089446400 4194304 10345943 140736601061632 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31163/statm: 16317 15060 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30026 s]
/proc/loadavg: 1.85 1.97 1.90 2/174 31183
/proc/meminfo: memFree=29644108/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=76196 CPUtime=6.29
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 21950 0 0 0 626 3 0 0 25 0 1 0 26046975 78024704 17568 4089446400 4194304 10345943 140736601061632 18446744073709551615 6864970 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31163/statm: 19049 17568 754 1502 0 17542 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76196

[startup+12.701 s]
/proc/loadavg: 1.86 1.97 1.90 3/179 31193
/proc/meminfo: memFree=29555580/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=79056 CPUtime=12.69
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 25272 0 0 0 1264 5 0 0 25 0 1 0 26046975 80953344 18556 4089446400 4194304 10345943 140736601061632 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 19764 18556 761 1502 0 18257 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79056

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.90 3/179 31194
/proc/meminfo: memFree=29538460/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=93588 CPUtime=25.49
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 36551 0 0 0 2541 8 0 0 25 0 1 0 26046975 95834112 22211 4089446400 4194304 10345943 140736601061632 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 23397 22211 762 1502 0 21890 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93588

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.90 3/179 31194
/proc/meminfo: memFree=29500384/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=126612 CPUtime=51.09
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 73678 0 0 0 5093 16 0 0 25 0 1 0 26046975 129650688 29909 4089446400 4194304 10345943 140736601061632 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 31653 29909 762 1502 0 30146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126612

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.91 3/179 31196
/proc/meminfo: memFree=29397620/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=222564 CPUtime=102.3
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 143040 0 0 0 10197 33 0 0 25 0 1 0 26046975 227905536 53040 4089446400 4194304 10345943 140736601061632 18446744073709551615 4882078 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 55641 53040 762 1502 0 54134 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 222564

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31197
/proc/meminfo: memFree=29262732/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=351056 CPUtime=162.3
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 208229 0 0 0 16180 50 0 0 25 0 1 0 26046975 359481344 82784 4089446400 4194304 10345943 140736601061632 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 87764 82784 762 1502 0 86257 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 351056

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31198
/proc/meminfo: memFree=29162736/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=432492 CPUtime=222.3
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 267190 0 0 0 22165 65 0 0 25 0 1 0 26046975 442871808 102090 4089446400 4194304 10345943 140736601061632 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/31163/statm: 108123 102090 774 1502 0 106616 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 432492

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31200
/proc/meminfo: memFree=29105640/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=468196 CPUtime=282.3
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 312364 0 0 0 28140 90 0 0 25 0 1 0 26046975 479432704 110236 4089446400 4194304 10345943 140736601061632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 117049 110236 794 1502 0 115542 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 468196

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31202
/proc/meminfo: memFree=29078896/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=472752 CPUtime=342.3
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 325673 0 0 0 34117 113 0 0 25 0 1 0 26046975 484098048 111420 4089446400 4194304 10345943 140736601061632 18446744073709551615 18446744073699065971 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 118188 111420 795 1502 0 116681 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 472752

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31204
/proc/meminfo: memFree=29049580/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=478096 CPUtime=402.31
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 341830 0 0 0 40099 132 0 0 25 0 1 0 26046975 489570304 112671 4089446400 4194304 10345943 140736601061632 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 119524 112671 795 1502 0 118017 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 478096

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31205
/proc/meminfo: memFree=29032888/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=480556 CPUtime=462.31
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 355186 0 0 0 46078 153 0 0 25 0 1 0 26046975 492089344 113272 4089446400 4194304 10345943 140736601061632 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 120139 113272 795 1502 0 118632 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 480556

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31206
/proc/meminfo: memFree=29015324/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=482632 CPUtime=522.31
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 359923 0 0 0 52055 176 0 0 25 0 1 0 26046975 494215168 113773 4089446400 4194304 10345943 140736601061632 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 120658 113773 795 1502 0 119151 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 482632

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31208
/proc/meminfo: memFree=28987452/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=484012 CPUtime=582.32
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 380159 0 0 0 58035 197 0 0 25 0 1 0 26046975 495628288 114332 4089446400 4194304 10345943 140736601061632 18446744073709551615 4469808 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 121003 114332 795 1502 0 119496 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 484012

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31210
/proc/meminfo: memFree=28957008/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=485928 CPUtime=642.32
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 384859 0 0 0 64017 215 0 0 25 0 1 0 26046975 497590272 114796 4089446400 4194304 10345943 140736601061632 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 121482 114796 795 1502 0 119975 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 485928

[startup+702.301 s]

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

/proc/meminfo: memFree=28710996/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=512504 CPUtime=1062.34
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 403576 0 0 0 105876 358 0 0 25 0 1 0 26046975 524804096 121294 4089446400 4194304 10345943 140736601061632 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 128126 121294 795 1502 0 126619 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 512504

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31222
/proc/meminfo: memFree=28675076/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=517628 CPUtime=1122.34
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 404725 0 0 0 111856 378 0 0 25 0 1 0 26046975 530051072 122443 4089446400 4194304 10345943 140736601061632 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 129407 122443 795 1502 0 127900 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 517628

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31224
/proc/meminfo: memFree=28641036/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=520896 CPUtime=1182.34
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 405456 0 0 0 117837 397 0 0 25 0 1 0 26046975 533397504 123174 4089446400 4194304 10345943 140736601061632 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 130224 123174 795 1502 0 128717 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 520896

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31226
/proc/meminfo: memFree=28605000/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=527192 CPUtime=1242.35
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 407062 0 0 0 123818 417 0 0 25 0 1 0 26046975 539844608 124780 4089446400 4194304 10345943 140736601061632 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 131798 124780 795 1502 0 130291 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 527192

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31228
/proc/meminfo: memFree=28570804/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=529828 CPUtime=1302.36
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 407636 0 0 0 129801 435 0 0 25 0 1 0 26046975 542543872 125354 4089446400 4194304 10345943 140736601061632 18446744073709551615 6003033 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132457 125354 795 1502 0 130950 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 529828

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 31238
/proc/meminfo: memFree=28537292/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531228 CPUtime=1362.35
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 407989 0 0 0 135782 453 0 0 25 0 1 0 26046975 543977472 125707 4089446400 4194304 10345943 140736601061632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132807 125707 795 1502 0 131300 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 531228

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.91 3/179 31239
/proc/meminfo: memFree=28505708/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531396 CPUtime=1422.36
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 408111 0 0 0 141763 473 0 0 25 0 1 0 26046975 544149504 125828 4089446400 4194304 10345943 140736601061632 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132849 125828 795 1502 0 131342 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 531396

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 31241
/proc/meminfo: memFree=28472660/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1482.36
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412120 0 0 0 147740 496 0 0 25 0 1 0 26046975 544141312 125814 4089446400 4194304 10345943 140736601061632 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125814 795 1502 0 131340 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 531388

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31243
/proc/meminfo: memFree=28438980/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1542.36
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412164 0 0 0 153721 515 0 0 25 0 1 0 26046975 544141312 125858 4089446400 4194304 10345943 140736601061632 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125858 795 1502 0 131340 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 531388

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31245
/proc/meminfo: memFree=28411264/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1602.37
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412219 0 0 0 159701 536 0 0 25 0 1 0 26046975 544141312 125913 4089446400 4194304 10345943 140736601061632 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125913 795 1502 0 131340 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 531388

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31246
/proc/meminfo: memFree=28376860/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1662.37
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412284 0 0 0 165678 559 0 0 25 0 1 0 26046975 544141312 125978 4089446400 4194304 10345943 140736601061632 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125978 795 1502 0 131340 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 531388

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31247
/proc/meminfo: memFree=28347264/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1722.37
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412288 0 0 0 171657 580 0 0 25 0 1 0 26046975 544141312 125982 4089446400 4194304 10345943 140736601061632 18446744073709551615 6785122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125982 795 1502 0 131340 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 531388

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28315468/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1782.37
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412292 0 0 0 177639 598 0 0 25 0 1 0 26046975 544141312 125986 4089446400 4194304 10345943 140736601061632 18446744073709551615 4231055 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125986 795 1502 0 131340 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 531388

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28315096/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1785.58
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412292 0 0 0 177958 600 0 0 25 0 1 0 26046975 544141312 125986 4089446400 4194304 10345943 140736601061632 18446744073709551615 4214280 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125986 795 1502 0 131340 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (KiB) 531388

[startup+1788.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28313840/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1788.77
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412292 0 0 0 178276 601 0 0 25 0 1 0 26046975 544141312 125986 4089446400 4194304 10345943 140736601061632 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125986 795 1502 0 131340 0
Current children cumulated CPU time (s) 1788.77
Current children cumulated vsize (KiB) 531388

[startup+1789.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28313840/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1789.57
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412292 0 0 0 178356 601 0 0 25 0 1 0 26046975 544141312 125986 4089446400 4194304 10345943 140736601061632 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125986 795 1502 0 131340 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (KiB) 531388

[startup+1789.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28312848/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1789.97
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412292 0 0 0 178396 601 0 0 25 0 1 0 26046975 544141312 125986 4089446400 4194304 10345943 140736601061632 18446744073709551615 4706735 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125986 795 1502 0 131340 0
Current children cumulated CPU time (s) 1789.97
Current children cumulated vsize (KiB) 531388

[startup+1790.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28312848/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=531388 CPUtime=1790.17
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412293 0 0 0 178416 601 0 0 18 0 1 0 26046975 544141312 125987 4089446400 4194304 10345943 140736601061632 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31163/statm: 132847 125987 796 1502 0 131340 0
Current children cumulated CPU time (s) 1790.17
Current children cumulated vsize (KiB) 531388

[startup+1790.2 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 31249
/proc/meminfo: memFree=28312848/32950928 swapFree=67111528/67111528
[pid=31163] ppid=31161 vsize=175288 CPUtime=1790.27
/proc/31163/stat : 31163 (pbscip.linux.x8) R 31161 31163 30625 0 -1 4202496 412293 0 0 0 178424 603 0 0 18 0 1 0 26046975 179494912 7847 4089446400 4194304 10345943 140736601061632 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31163/statm: 43822 7335 796 1502 0 42315 0
Current children cumulated CPU time (s) 1790.27
Current children cumulated vsize (KiB) 175288

Child status: 0
Real time (s): 1790.2
CPU time (s): 1790.28
CPU user time (s): 1784.25
CPU system time (s): 6.03508
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 531396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.25
system time used= 6.03508
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3835

runsolver used 3.11153 second user time and 6.15706 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-08 10:39:10
IDJOB=2705109
IDBENCH=79303
IDSOLVER=1214
FILE ID=node149/2705109-1278578350
PBS_JOBID= 11240156
Free space on /tmp= 73416 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.1900545610--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-2705109-1278578350/watcher-2705109-1278578350 -o /tmp/evaluation-result-2705109-1278578350/solver-2705109-1278578350 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705109-1278578350.wbo -t 1800 -m 3800

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

MD5SUM BENCH= aacdee42f12f02195344334122667810
RANDOM SEED=291973702

node149.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.827
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.65
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.827
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.827
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.827
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.827
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.75
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.827
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.79
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.827
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.827
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28408832 kB
Buffers:        163880 kB
Cached:        2864764 kB
SwapCached:          0 kB
Active:        2386404 kB
Inactive:      1988652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28408832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12876 kB
Writeback:           0 kB
AnonPages:     1346560 kB
Mapped:          17376 kB
Slab:           101780 kB
PageTables:       7360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1502912 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= 73404 MiB
End job on node149 at 2010-07-08 11:09:01