Trace number 2705106

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
MD5SUMb818ef86615e3f5ee29c4c2fadd6f1fe
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 benchmark368.019
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2705106-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.12	o 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.12	c presolving:
0.09/0.13	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.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.18	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  5391 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.3
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1789.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.19	c # [type: int, range: [1,2], default: 1]
0.09/0.19	c timing/clocktype = 2
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/indicator/addCouplingCons = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.49/0.56	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
17.89/17.96	c  17.9s| 10000 |  9999 |  1966 |   0.2 |  42M|1791 |   0 |5645 |5419 |5645 | 189 | 556 |   5 | 478 | 0.000000e+00 | 1.368420e+05 |    Inf 
33.99/34.07	c  34.0s| 20000 | 19997 |  2807 |   0.1 |  62M|2255 |   0 |5645 |5421 |5645 | 218 | 819 |   7 | 544 | 0.000000e+00 | 1.368420e+05 |    Inf 
51.09/51.17	c  51.1s| 30000 | 29993 |  3644 |   0.1 |  82M|2255 |   0 |5645 |5433 |5645 | 212 |1084 |  19 | 616 | 0.000000e+00 | 1.368420e+05 |    Inf 
55.59/55.65	o 568
55.59/55.65	c *55.6s| 32697 | 27823 |  3902 |   0.1 |  78M|2255 |   - |5645 |5433 |5645 | 204 |1153 |  19 | 633 | 0.000000e+00 | 5.680000e+02 |    Inf 
70.19/70.30	c  70.3s| 40000 | 35116 |  6057 |   0.1 |  96M|2255 |   0 |5645 |5453 |5645 | 195 |1649 |  39 | 723 | 0.000000e+00 | 5.680000e+02 |    Inf 
89.99/90.07	c  90.0s| 50000 | 45132 |  7705 |   0.2 | 116M|2255 |   0 |5645 |5461 |5645 | 197 |2014 |  47 | 754 | 0.000000e+00 | 5.680000e+02 |    Inf 
110.89/110.94	c   111s| 60000 | 55147 |  9827 |   0.2 | 136M|2255 |   0 |5645 |5501 |5645 | 196 |2673 |  87 | 767 | 0.000000e+00 | 5.680000e+02 |    Inf 
121.20/121.28	o 556
121.20/121.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.20/121.28	c * 121s| 64925 | 59732 | 10758 |   0.2 | 145M|2255 |   - |5645 |5501 |5645 | 197 |2971 |  87 | 776 | 0.000000e+00 | 5.560000e+02 |    Inf 
127.39/127.40	o 546
127.39/127.40	c * 127s| 67849 | 62286 | 11463 |   0.2 | 151M|2255 |   - |5645 |5704 |5645 | 201 |3177 | 290 | 782 | 0.000000e+00 | 5.460000e+02 |    Inf 
132.89/132.96	c   133s| 70000 | 64184 | 13131 |   0.2 | 157M|2255 |   0 |5645 |6392 |5645 | 195 |3672 | 978 | 812 | 0.000000e+00 | 5.460000e+02 |    Inf 
133.69/133.75	o 530
133.69/133.75	c * 134s| 70365 | 63987 | 13258 |   0.2 | 158M|2255 |   - |5645 |6421 |5645 | 215 |3708 |1007 | 816 | 0.000000e+00 | 5.300000e+02 |    Inf 
133.89/133.90	o 474
133.89/133.90	c * 134s| 70431 | 61247 | 13267 |   0.2 | 152M|2255 |   - |5645 |6429 |5645 | 214 |3711 |1015 | 816 | 0.000000e+00 | 4.740000e+02 |    Inf 
134.80/134.81	o 443
134.80/134.81	c * 135s| 70783 | 58913 | 13484 |   0.2 | 147M|2255 |   - |5645 |6489 |5645 | 200 |3762 |1075 | 816 | 0.000000e+00 | 4.430000e+02 |    Inf 
136.79/136.82	o 438
136.79/136.82	c * 137s| 71553 | 59119 | 14355 |   0.2 | 148M|2255 |   - |5645 |6644 |5645 | 206 |3942 |1230 | 827 | 0.000000e+00 | 4.380000e+02 |    Inf 
138.99/139.00	o 428
138.99/139.00	c * 139s| 72395 | 58797 | 15008 |   0.2 | 149M|2255 |   - |5645 |6933 |5645 | 197 |4133 |1519 | 832 | 0.000000e+00 | 4.280000e+02 |    Inf 
138.99/139.02	o 370
138.99/139.02	c * 139s| 72396 | 52151 | 15008 |   0.2 | 135M|2255 |   - |5645 |6933 |5645 | 197 |4133 |1519 | 832 | 0.000000e+00 | 3.700000e+02 |    Inf 
141.90/141.94	o 341
141.90/141.94	c * 142s| 73599 | 49488 | 15952 |   0.2 | 131M|2255 |   - |5645 |7193 |5645 | 219 |4484 |1779 | 841 | 0.000000e+00 | 3.410000e+02 |    Inf 
142.19/142.24	o 340
142.19/142.24	c * 142s| 73745 | 49506 | 16009 |   0.2 | 131M|2255 |   - |5645 |7196 |5645 | 198 |4502 |1782 | 841 | 0.000000e+00 | 3.400000e+02 |    Inf 
142.29/142.33	o 321
142.29/142.33	c * 142s| 73781 | 47052 | 16029 |   0.2 | 126M|2255 |   - |5645 |7203 |5645 | 199 |4506 |1789 | 841 | 0.000000e+00 | 3.210000e+02 |    Inf 
144.49/144.57	o 313
144.49/144.57	c * 145s| 74636 | 46838 | 16744 |   0.2 | 127M|2255 |   - |5645 |7379 |5645 | 194 |4684 |1965 | 853 | 0.000000e+00 | 3.130000e+02 |    Inf 
154.09/154.13	o 305
154.09/154.13	c * 154s| 77930 | 48590 | 20402 |   0.3 | 136M|2255 |   - |5645 |8436 |5645 | 192 |5828 |3027 | 944 | 0.000000e+00 | 3.050000e+02 |    Inf 
160.29/160.38	o 303
160.29/160.38	c * 160s| 79981 | 50034 | 23388 |   0.3 | 143M|2255 |   - |5645 |9061 |5645 | 204 |6823 |3692 |1022 | 0.000000e+00 | 3.030000e+02 |    Inf 
160.39/160.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.39/160.46	c   160s| 80000 | 50047 | 23429 |   0.3 | 143M|2255 |   0 |5645 |9071 |5645 | 207 |6836 |3702 |1022 | 0.000000e+00 | 3.030000e+02 |    Inf 
162.89/162.96	o 284
162.89/162.96	c * 163s| 80861 | 48222 | 24603 |   0.3 | 140M|2255 |   - |5645 |9258 |5645 | 201 |7182 |3918 |1049 | 0.000000e+00 | 2.840000e+02 |    Inf 
165.19/165.25	o 280
165.19/165.25	c * 165s| 81548 | 48179 | 25675 |   0.3 | 141M|2255 |   - |5645 |9417 |5645 | 204 |7450 |4153 |1063 | 0.000000e+00 | 2.800000e+02 |    Inf 
165.99/166.01	o 265
165.99/166.01	c * 166s| 81809 | 46243 | 25899 |   0.3 | 137M|2255 |   - |5645 |9478 |5645 | 208 |7511 |4237 |1064 | 0.000000e+00 | 2.650000e+02 |    Inf 
165.99/166.03	o 251
165.99/166.03	c * 166s| 81810 | 44075 | 25900 |   0.3 | 131M|2255 |   - |5645 |9478 |5645 | 208 |7511 |4237 |1064 | 0.000000e+00 | 2.510000e+02 |    Inf 
167.30/167.30	o 247
167.30/167.30	c * 167s| 82270 | 43913 | 26469 |   0.3 | 131M|2255 |   - |5645 |9567 |5645 | 223 |7643 |4368 |1072 | 0.000000e+00 | 2.470000e+02 |    Inf 
171.39/171.48	o 233
171.39/171.48	c * 171s| 83655 | 43019 | 27900 |   0.3 | 131M|2255 |   - |5645 |9937 |5645 | 221 |8199 |4909 |1083 | 0.000000e+00 | 2.330000e+02 |    Inf 
172.70/172.74	o 217
172.70/172.74	c * 173s| 84016 | 40678 | 28399 |   0.3 | 125M|2255 |   - |5645 |  10k|5645 | 210 |8377 |5073 |1091 | 0.000000e+00 | 2.170000e+02 |    Inf 
174.09/174.11	o 129
174.09/174.11	c * 174s| 84530 | 21252 | 28713 |   0.3 |  80M|2255 |   - |5645 |  10k|5645 | 218 |8473 |5163 |1094 | 0.000000e+00 | 1.290000e+02 |    Inf 
174.09/174.12	o 107
174.09/174.12	c * 174s| 84531 | 16893 | 28713 |   0.3 |  71M|2255 |   - |5645 |  10k|5645 | 218 |8473 |5163 |1094 | 0.000000e+00 | 1.070000e+02 |    Inf 
181.89/181.97	o 103
181.89/181.97	c * 182s| 86595 | 17249 | 32621 |   0.4 |  80M|2255 |   - |5645 |9967 |5645 | 196 |9635 |6262 |1185 | 0.000000e+00 | 1.030000e+02 |    Inf 
184.00/184.05	o 101
184.00/184.05	c * 184s| 87120 | 17239 | 33997 |   0.4 |  82M|2255 |   - |5645 |9687 |5645 | 191 |9990 |6502 |1197 | 0.000000e+00 | 1.010000e+02 |    Inf 
184.00/184.05	o 100
184.00/184.05	c * 184s| 87121 | 17060 | 34000 |   0.4 |  82M|2255 |   - |5645 |9687 |5645 | 191 |9990 |6502 |1197 | 0.000000e+00 | 1.000000e+02 |    Inf 
184.99/185.05	o 98
184.99/185.05	c * 185s| 87360 | 16669 | 34651 |   0.4 |  82M|2255 |   - |5645 |9564 |5645 | 191 |  10k|6663 |1206 | 0.000000e+00 | 9.800000e+01 |    Inf 
195.00/195.03	c   195s| 90000 | 18258 | 43849 |   0.5 |  93M|2255 |   0 |5645 |9014 |5645 | 189 |  12k|8188 |1349 | 0.000000e+00 | 9.800000e+01 |    Inf 
214.40/214.45	o 97
214.40/214.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.40/214.45	c * 214s| 94799 | 20403 | 60585 |   0.6 | 119M|2255 |   - |5645 |8389 |5645 | 236 |  17k|  11k|1488 | 0.000000e+00 | 9.700000e+01 |    Inf 
225.50/225.55	o 95
225.50/225.55	c * 226s| 97727 | 21069 | 68031 |   0.7 | 128M|2255 |   - |5645 |8021 |5645 | 217 |  19k|  13k|1514 | 0.000000e+00 | 9.500000e+01 |    Inf 
233.99/234.08	c   234s|100000 | 22378 | 75349 |   0.8 | 138M|2255 |   0 |5645 |7709 |5645 | 201 |  21k|  14k|1564 | 0.000000e+00 | 9.500000e+01 |    Inf 
236.50/236.51	o 93
236.50/236.51	c * 236s|100622 | 22357 | 77734 |   0.8 | 140M|2255 |   - |5645 |7905 |5645 | 224 |  22k|  15k|1589 | 0.000000e+00 | 9.300000e+01 |    Inf 
236.79/236.81	o 85
236.79/236.81	c * 237s|100701 | 20686 | 77807 |   0.8 | 136M|2255 |   - |5645 |7832 |5645 | 228 |  22k|  15k|1589 | 0.000000e+00 | 8.500000e+01 |    Inf 
248.60/248.66	o 77
248.60/248.66	c * 249s|103936 | 20366 | 88334 |   0.8 | 142M|2255 |   - |5645 |7360 |5645 | 225 |  25k|  17k|1689 | 0.000000e+00 | 7.700000e+01 |    Inf 
272.99/273.04	c   273s|110000 | 22661 |113169 |   1.0 | 166M|2255 |   - |5645 |7174 |   0 |   0 |  33k|  23k|1960 | 0.000000e+00 | 7.700000e+01 |    Inf 
280.29/280.40	o 72
280.29/280.40	c * 280s|111866 | 21444 |120098 |   1.1 | 165M|2255 |   - |5645 |7291 |5645 | 228 |  35k|  24k|2023 | 0.000000e+00 | 7.200000e+01 |    Inf 
280.40/280.41	o 65
280.40/280.41	c * 280s|111867 | 20000 |120098 |   1.1 | 159M|2255 |   - |5645 |7291 |5645 | 228 |  35k|  24k|2023 | 0.000000e+00 | 6.500000e+01 |    Inf 
280.50/280.57	o 42
280.50/280.57	c * 281s|111970 | 15167 |120107 |   1.1 | 128M|2255 |   - |5645 |6895 |5645 | 225 |  35k|  24k|2023 | 0.000000e+00 | 4.200000e+01 |    Inf 
282.10/282.10	o 28
282.10/282.10	c * 282s|112386 | 12994 |122852 |   1.1 | 113M|2255 |   - |5645 |5736 |5645 | 249 |  36k|  25k|2082 | 0.000000e+00 | 2.800000e+01 |    Inf 
283.29/283.39	o 25
283.29/283.39	c * 283s|112796 | 12579 |125784 |   1.1 | 111M|2255 |   - |5645 |4989 |5645 | 225 |  37k|  26k|2112 | 0.000000e+00 | 2.500000e+01 |    Inf 
285.69/285.79	o 17
285.69/285.79	c * 286s|113659 | 11506 |131729 |   1.2 | 105M|2255 |   - |5645 |4874 |5645 | 230 |  38k|  27k|2174 | 0.000000e+00 | 1.700000e+01 |    Inf 
298.80/298.89	c   299s|120000 | 10979 |166488 |   1.4 | 106M|2255 |   8 |5645 |6631 |5645 | 250 |  44k|  36k|2463 | 0.000000e+00 | 1.700000e+01 |    Inf 
310.49/310.57	o 10
310.49/310.57	c * 311s|126229 |  9804 |192848 |   1.5 |  99M|2255 |   - |5645 |8625 |5645 | 251 |  49k|  44k|2628 | 0.000000e+00 | 1.000000e+01 |    Inf 
317.90/317.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.90/317.96	c   318s|130000 |  9884 |214924 |   1.7 | 100M|2255 |   1 |5645 |8807 |5645 | 249 |  52k|  49k|2754 | 0.000000e+00 | 1.000000e+01 |    Inf 
320.11/320.17	o 9
320.11/320.17	c * 320s|131114 |  8629 |221978 |   1.7 |  90M|2255 |   - |5645 |9528 |5645 | 240 |  53k|  51k|2777 | 0.000000e+00 | 9.000000e+00 |    Inf 
327.40/327.49	o 6
327.40/327.49	c * 327s|134891 |  8220 |242768 |   1.8 |  88M|2255 |   - |5645 |7414 |5645 | 242 |  56k|  57k|2880 | 0.000000e+00 | 6.000000e+00 |    Inf 
337.40/337.43	c   337s|140000 |  8377 |275603 |   2.0 |  90M|2255 |   1 |5645 |9960 |5645 | 263 |  61k|  64k|3014 | 0.000000e+00 | 6.000000e+00 |    Inf 
357.50/357.55	c   358s|150000 |  8502 |341130 |   2.3 |  92M|2255 |  17 |5645 |  10k|5645 | 259 |  71k|  79k|3264 | 0.000000e+00 | 6.000000e+00 |    Inf 
377.49/377.57	c   378s|160000 |  8429 |407998 |   2.5 |  92M|2255 |   1 |5645 |8128 |5645 | 256 |  80k|  93k|3497 | 0.000000e+00 | 6.000000e+00 |    Inf 
397.30/397.31	c   397s|170000 |  8438 |474528 |   2.8 |  94M|2255 |   7 |5645 |  10k|5645 | 241 |  89k| 108k|3734 | 0.000000e+00 | 6.000000e+00 |    Inf 
408.11/408.13	o 4
408.11/408.13	c * 408s|175322 |  8152 |510778 |   2.9 |  91M|2255 |   - |5645 |8997 |5645 | 256 |  94k| 116k|3834 | 0.000000e+00 | 4.000000e+00 |    Inf 
416.91/416.98	c   417s|180000 |  8068 |538033 |   3.0 |  91M|2255 |   6 |5645 |9057 |5645 | 217 |  99k| 122k|4123 | 0.000000e+00 | 4.000000e+00 |    Inf 
436.29/436.35	c   436s|190000 |  7424 |604149 |   3.2 |  88M|2255 |   - |5645 |7757 |   0 |   0 | 108k| 136k|4385 | 0.000000e+00 | 4.000000e+00 |    Inf 
455.50/455.56	c   456s|200000 |  7070 |668014 |   3.3 |  88M|2255 |   - |5645 |9758 |5645 | 257 | 118k| 150k|4632 | 0.000000e+00 | 4.000000e+00 |    Inf 
463.01/463.06	o 3
463.01/463.06	c * 463s|203695 |  6286 |692452 |   3.4 |  85M|2255 |   - |5645 |  10k|5645 | 322 | 122k| 155k|4692 | 0.000000e+00 | 3.000000e+00 |    Inf 
476.21/476.20	c   476s|210000 |  6312 |735619 |   3.5 |  86M|2255 |   - |5645 |  11k|   0 |   0 | 128k| 163k|4814 | 0.000000e+00 | 3.000000e+00 |    Inf 
497.21/497.24	c   497s|220000 |  6204 |811595 |   3.7 |  85M|2255 |   - |5645 |9803 |   0 |   0 | 138k| 177k|5035 | 0.000000e+00 | 3.000000e+00 |    Inf 
516.60/516.66	c   517s|230000 |  6116 |876240 |   3.8 |  86M|2255 |   - |5645 |  14k|5645 | 260 | 148k| 190k|5212 | 0.000000e+00 | 3.000000e+00 |    Inf 
538.60/538.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.60/538.64	c   539s|240000 |  6289 |944742 |   3.9 |  90M|2255 |   - |5645 |  19k|   0 |   0 | 160k| 204k|5351 | 0.000000e+00 | 3.000000e+00 |    Inf 
560.21/560.25	o 1
560.21/560.25	c * 560s|249483 |  5688 |  1010k|   4.1 |  85M|2255 |   - |5645 |  18k|5645 | 246 | 169k| 218k|5476 | 0.000000e+00 | 1.000000e+00 |    Inf 
561.30/561.33	c   561s|250000 |  5691 |  1013k|   4.1 |  85M|2255 |  10 |5645 |  17k|5645 | 252 | 169k| 218k|5491 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.20/582.20	c   582s|260000 |  5193 |  1074k|   4.1 |  79M|2255 |   - |5645 |  10k|   0 |   0 | 177k| 232k|5682 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.51/599.51	c   599s|270000 |  5057 |  1120k|   4.1 |  78M|2255 |   - |5645 |  10k|   0 |   0 | 185k| 245k|6139 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.40/616.48	c   616s|280000 |  5267 |  1164k|   4.2 |  81M|2255 |   - |5645 |  12k|   0 |   0 | 194k| 259k|6168 | 0.000000e+00 | 1.000000e+00 |    Inf 
635.20/635.25	c   635s|290000 |  5437 |  1218k|   4.2 |  83M|2255 |  22 |5645 |  13k|5645 | 228 | 204k| 271k|6272 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.80/653.85	c   654s|300000 |  5639 |  1269k|   4.2 |  86M|2255 |   1 |5645 |  15k|5645 | 208 | 214k| 285k|6354 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.41/673.47	c   673s|310000 |  5639 |  1326k|   4.3 |  87M|2255 |   - |5645 |  15k|   0 |   0 | 224k| 299k|6423 | 0.000000e+00 | 1.000000e+00 |    Inf 
692.10/692.18	c   692s|320000 |  5806 |  1379k|   4.3 |  89M|2255 |   1 |5645 |  16k|5645 | 247 | 233k| 313k|6523 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.81/710.80	c   711s|330000 |  5871 |  1431k|   4.3 |  90M|2255 |   - |5645 |  16k|   0 |   0 | 243k| 328k|6594 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.31/730.31	c   730s|340000 |  5843 |  1490k|   4.4 |  90M|2255 |  18 |5645 |  16k|5645 | 239 | 253k| 342k|6669 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.41/750.42	c   750s|350000 |  5749 |  1551k|   4.4 |  90M|2255 |   - |5645 |  14k|   0 |   0 | 264k| 357k|6794 | 0.000000e+00 | 1.000000e+00 |    Inf 
770.91/770.99	c   771s|360000 |  5773 |  1606k|   4.5 |  91M|2255 |  13 |5645 |  16k|5645 | 202 | 273k| 370k|6917 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.51/790.52	c   790s|370000 |  5966 |  1655k|   4.5 |  93M|2255 |   - |5645 |  17k|   0 |   0 | 283k| 384k|6981 | 0.000000e+00 | 1.000000e+00 |    Inf 
810.62/810.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
810.62/810.64	c   811s|380000 |  5996 |  1706k|   4.5 |  94M|2255 |   1 |5645 |  16k|5645 | 205 | 292k| 399k|7036 | 0.000000e+00 | 1.000000e+00 |    Inf 
830.91/830.92	c   831s|390000 |  6132 |  1758k|   4.5 |  95M|2255 |   - |5645 |  17k|   0 |   0 | 302k| 413k|7130 | 0.000000e+00 | 1.000000e+00 |    Inf 
852.42/852.48	c   852s|400000 |  6198 |  1810k|   4.5 |  97M|2255 |   - |5645 |  17k|   0 |   0 | 310k| 427k|7224 | 0.000000e+00 | 1.000000e+00 |    Inf 
872.41/872.42	c   872s|410000 |  6466 |  1862k|   4.5 |  99M|2255 |   - |5645 |  18k|   0 |   0 | 318k| 442k|7309 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.21/892.26	c   892s|420000 |  6632 |  1918k|   4.6 | 101M|2255 |   8 |5645 |  18k|5645 | 225 | 327k| 458k|7365 | 0.000000e+00 | 1.000000e+00 |    Inf 
912.31/912.33	c   912s|430000 |  7046 |  1973k|   4.6 | 105M|2255 |   - |5645 |  20k|   0 |   0 | 335k| 473k|7461 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.92/932.91	c   933s|440000 |  7261 |  2023k|   4.6 | 106M|2255 |   1 |5645 |  20k|5645 | 223 | 343k| 488k|7525 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.72/953.74	c   954s|450000 |  7449 |  2078k|   4.6 | 109M|2255 |   7 |5645 |  20k|5645 | 225 | 353k| 504k|7580 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.81/974.83	c   975s|460000 |  7648 |  2129k|   4.6 | 111M|2255 |   1 |5645 |  20k|5645 | 235 | 362k| 518k|7653 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.01/996.08	c   996s|470000 |  7832 |  2183k|   4.6 | 112M|2255 |   1 |5645 |  20k|5645 | 235 | 371k| 533k|7724 | 0.000000e+00 | 1.000000e+00 |    Inf 
1017.51/1017.51	c  1017s|480000 |  7896 |  2240k|   4.7 | 114M|2255 |   - |5645 |  21k|   0 |   0 | 380k| 549k|7793 | 0.000000e+00 | 1.000000e+00 |    Inf 
1039.31/1039.39	c  1039s|490000 |  7912 |  2297k|   4.7 | 114M|2255 |   - |5645 |  20k|   0 |   0 | 390k| 565k|7858 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.31/1061.34	c  1061s|500000 |  7889 |  2356k|   4.7 | 115M|2255 |   - |5645 |  21k|5645 | 282 | 400k| 580k|7947 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.71/1084.72	c  1085s|510000 |  7950 |  2427k|   4.8 | 116M|2255 |  33 |5645 |  21k|5645 | 248 | 411k| 595k|8009 | 0.000000e+00 | 1.000000e+00 |    Inf 
1106.91/1106.96	c  1107s|520000 |  7829 |  2488k|   4.8 | 115M|2255 |   - |5645 |  19k|   0 |   0 | 420k| 611k|8078 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.32/1127.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1127.32/1127.39	c  1127s|530000 |  7841 |  2537k|   4.8 | 116M|2255 |   - |5645 |  21k|   0 |   0 | 428k| 628k|8146 | 0.000000e+00 | 1.000000e+00 |    Inf 
1148.81/1148.83	c  1149s|540000 |  7809 |  2590k|   4.8 | 115M|2255 |   1 |5645 |  18k|5645 | 264 | 436k| 643k|8218 | 0.000000e+00 | 1.000000e+00 |    Inf 
1170.52/1170.55	c  1171s|550000 |  7867 |  2647k|   4.8 | 117M|2255 |  23 |5645 |  21k|5645 | 273 | 445k| 658k|8280 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.01/1193.09	c  1193s|560000 |  7877 |  2714k|   4.8 | 117M|2255 |  23 |5645 |  19k|5645 | 271 | 455k| 674k|8335 | 0.000000e+00 | 1.000000e+00 |    Inf 
1214.71/1214.71	c  1215s|570000 |  7797 |  2775k|   4.9 | 117M|2255 |   - |5645 |  20k|5645 | 298 | 465k| 690k|8408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1235.51/1235.59	c  1236s|580000 |  7660 |  2833k|   4.9 | 116M|2255 |   - |5645 |  19k|   0 |   0 | 473k| 706k|8480 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.01/1257.02	c  1257s|590000 |  7726 |  2882k|   4.9 | 117M|2255 |   - |5645 |  20k|   0 |   0 | 479k| 721k|8523 | 0.000000e+00 | 1.000000e+00 |    Inf 
1278.81/1278.81	c  1279s|600000 |  7685 |  2939k|   4.9 | 117M|2255 |  17 |5645 |  20k|5645 | 279 | 487k| 736k|8575 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.82/1300.86	c  1301s|610000 |  7749 |  2998k|   4.9 | 118M|2255 |   - |5645 |  22k|   0 |   0 | 496k| 753k|8634 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.02/1323.04	c  1323s|620000 |  7750 |  3045k|   4.9 | 119M|2255 |   5 |5645 |  22k|5645 | 250 | 504k| 769k|8676 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.12/1345.20	c  1345s|630000 |  7684 |  3096k|   4.9 | 118M|2255 |   1 |5645 |  22k|5645 | 268 | 512k| 785k|8740 | 0.000000e+00 | 1.000000e+00 |    Inf 
1367.33/1367.35	c  1367s|640000 |  7768 |  3159k|   4.9 | 119M|2255 |   1 |5645 |  21k|5645 | 261 | 522k| 801k|8788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1390.72/1390.72	c  1391s|650000 |  7732 |  3227k|   5.0 | 119M|2255 |  14 |5645 |  21k|5645 | 250 | 532k| 816k|8866 | 0.000000e+00 | 1.000000e+00 |    Inf 
1413.62/1413.65	c  1414s|660000 |  7717 |  3294k|   5.0 | 119M|2255 |  11 |5645 |  21k|5645 | 259 | 542k| 832k|8927 | 0.000000e+00 | 1.000000e+00 |    Inf 
1436.83/1436.81	c  1437s|670000 |  7759 |  3360k|   5.0 | 120M|2255 |   1 |5645 |  22k|5645 | 241 | 552k| 847k|8980 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.52/1459.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.52/1459.50	c  1459s|680000 |  7666 |  3425k|   5.0 | 119M|2255 |   1 |5645 |  21k|5645 | 242 | 562k| 862k|9065 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.52/1481.51	c  1481s|690000 |  7637 |  3480k|   5.0 | 119M|2255 |   1 |5645 |  21k|5645 | 245 | 571k| 878k|9113 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.13/1503.14	c  1503s|700000 |  7555 |  3537k|   5.1 | 118M|2255 |   - |5645 |  21k|5645 | 248 | 579k| 894k|9176 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.63/1526.63	c  1527s|710000 |  7474 |  3612k|   5.1 | 117M|2255 |   1 |5645 |  20k|5645 | 235 | 590k| 911k|9236 | 0.000000e+00 | 1.000000e+00 |    Inf 
1548.12/1548.12	c  1548s|720000 |  7431 |  3674k|   5.1 | 117M|2255 |   - |5645 |  19k|   0 |   0 | 598k| 926k|9284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.23/1570.20	c  1570s|730000 |  7383 |  3741k|   5.1 | 117M|2255 |   - |5645 |  20k|   0 |   0 | 608k| 942k|9347 | 0.000000e+00 | 1.000000e+00 |    Inf 
1590.63/1590.63	c  1591s|740000 |  7325 |  3795k|   5.1 | 116M|2255 |  16 |5645 |  19k|5645 | 248 | 616k| 957k|9391 | 0.000000e+00 | 1.000000e+00 |    Inf 
1612.13/1612.18	c  1612s|750000 |  7460 |  3849k|   5.1 | 117M|2255 |   1 |5645 |  21k|5645 | 228 | 625k| 972k|9441 | 0.000000e+00 | 1.000000e+00 |    Inf 
1633.73/1633.77	c  1634s|760000 |  7326 |  3897k|   5.1 | 116M|2255 |  12 |5645 |  20k|5645 | 268 | 633k| 988k|9483 | 0.000000e+00 | 1.000000e+00 |    Inf 
1656.92/1656.92	c  1657s|770000 |  7364 |  3962k|   5.1 | 116M|2255 |   - |5645 |  20k|   0 |   0 | 643k|1003k|9555 | 0.000000e+00 | 1.000000e+00 |    Inf 
1680.63/1680.68	c  1681s|780000 |  7321 |  4030k|   5.2 | 117M|2255 |  18 |5645 |  23k|5645 | 266 | 652k|1018k|9620 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.94/1703.98	c  1704s|790000 |  7171 |  4093k|   5.2 | 114M|2255 |   1 |5645 |  19k|5645 | 269 | 661k|1034k|9689 | 0.000000e+00 | 1.000000e+00 |    Inf 
1725.73/1725.74	c  1726s|800000 |  7189 |  4143k|   5.2 | 114M|2255 |   6 |5645 |  19k|5645 | 236 | 669k|1049k|9731 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.04/1749.01	c  1749s|810000 |  7165 |  4200k|   5.2 | 114M|2255 |  23 |5645 |  18k|5645 | 232 | 677k|1064k|9775 | 0.000000e+00 | 1.000000e+00 |    Inf 
1771.83/1771.85	c  1772s|820000 |  7111 |  4253k|   5.2 | 114M|2255 |  12 |5645 |  20k|5645 | 224 | 686k|1079k|9815 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.97
1790.03/1790.00	c Solving Nodes      : 826851
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (200 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.07	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1790.07	v -x1 
1790.03/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.07	c Solving Time       :    1789.97
1790.03/1790.07	c Original Problem   :
1790.03/1790.07	c   Problem name     : HOME/instance-2705106-1278578350.wbo
1790.03/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.07	c Presolved Problem  :
1790.03/1790.07	c   Problem name     : t_HOME/instance-2705106-1278578350.wbo
1790.03/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.07	c   Constraints      : 5414 initial, 23889 maximal
1790.03/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.03/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.07	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.03/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.07	c   integral         :          0          0          0     588550          0         23       1042          0          0     800252
1790.03/1790.07	c   linear           :       2707          6    4027152     184036          1     313994   18414234     692011          0          0
1790.03/1790.07	c   indicator        :       2707          0     931723     126339          0        402    4781630          0          0          0
1790.03/1790.07	c   logicor          :          0+         0    1336815          0          0      57251    1499911          0          0          0
1790.03/1790.07	c   bounddisjunction :          0+         0     408037          0          0        144       4144          0          0          0
1790.03/1790.07	c   countsols        :          0          0          0      98485          1          0          0          0          0          0
1790.03/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.07	c   integral         :      15.37       0.00       0.00      15.37       0.00
1790.03/1790.07	c   linear           :     226.70       0.00     208.95      17.75       0.00
1790.03/1790.07	c   indicator        :      53.05       0.01      27.22      25.82       0.00
1790.03/1790.07	c   logicor          :     211.57       0.00     211.57       0.00       0.00
1790.03/1790.07	c   bounddisjunction :       2.32       0.00       2.32       0.00       0.00
1790.03/1790.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.03/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.07	c   vbounds          :       0.78      32852          1      10289
1790.03/1790.07	c   rootredcost      :       0.60         45          0       2707
1790.03/1790.07	c   pseudoobj        :     149.30    4037818       6922    4434883
1790.03/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.07	c   propagation      :      24.86     378311     378306    2336554       34.6      12524       28.7          -
1790.03/1790.07	c   infeasible LP    :       6.27      18571      18571     147974       45.2        179       20.6          0
1790.03/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.07	c   applied globally :          -          -          -    1089725       27.2          -          -          -
1790.03/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.07	c   redcost          :      56.97     590900          0     380065          0          0
1790.03/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.07	c   flowcover        :       0.03          4          0          0          0          0
1790.03/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.07	c   rapidlearning    :       0.19          1          0          0          0          0
1790.03/1790.07	c Pricers            :       Time      Calls       Vars
1790.03/1790.07	c   problem variables:       0.00          0          0
1790.03/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.07	c   relpscost        :      14.91     400951         23       1042          0          0     800252
1790.03/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   inference        :      55.51      98441          0          0          0          0     197092
1790.03/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.07	c   LP solutions     :       0.18          -         45
1790.03/1790.07	c   pseudo solutions :       0.00          -          0
1790.03/1790.07	c   feaspump         :       0.00          0          0
1790.03/1790.07	c   oneopt           :       0.39         40          0
1790.03/1790.07	c   guideddiving     :       0.34        144          0
1790.03/1790.07	c   linesearchdiving :       0.31        171          0
1790.03/1790.07	c   coefdiving       :       0.31        171          0
1790.03/1790.07	c   pscostdiving     :       0.30        171          0
1790.03/1790.07	c   fracdiving       :       0.30        171          0
1790.03/1790.07	c   veclendiving     :       0.30        172          0
1790.03/1790.07	c   crossover        :       2.42         60          6
1790.03/1790.07	c   rootsoldiving    :       0.34        168          0
1790.03/1790.07	c   objpscostdiving  :       0.33        169          0
1790.03/1790.07	c   trivial          :       0.07          2          2
1790.03/1790.07	c   simplerounding   :       0.76     401231          0
1790.03/1790.07	c   zirounding       :       0.49       1000          0
1790.03/1790.07	c   rounding         :       1.11       8968          0
1790.03/1790.07	c   shifting         :       0.60       2773          0
1790.03/1790.07	c   intshifting      :       0.01          0          0
1790.03/1790.07	c   twoopt           :       0.00          0          0
1790.03/1790.07	c   fixandinfer      :       0.00          0          0
1790.03/1790.07	c   intdiving        :       0.00          0          0
1790.03/1790.07	c   actconsdiving    :       0.00          0          0
1790.03/1790.07	c   octane           :       0.00          0          0
1790.03/1790.07	c   rens             :       0.03          1          0
1790.03/1790.07	c   rins             :       0.00          0          0
1790.03/1790.07	c   localbranching   :       0.00          0          0
1790.03/1790.07	c   mutation         :       0.00          0          0
1790.03/1790.07	c   dins             :       0.00          0          0
1790.03/1790.07	c   undercover       :       0.00          0          0
1790.03/1790.07	c   nlp              :       0.14          0          0
1790.03/1790.07	c   trysol           :       0.45        425        147
1790.03/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.07	c   dual LP          :     504.07     513239    4289750       8.36    8510.26
1790.03/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.07	c   diving/probing LP:       0.14         88        876       9.95    6357.32
1790.03/1790.07	c   strong branching :      11.75       9906     120116      12.13   10226.82
1790.03/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.07	c B&B Tree           :
1790.03/1790.07	c   number of runs   :          1
1790.03/1790.07	c   nodes            :     826851
1790.03/1790.07	c   nodes (total)    :     826851
1790.03/1790.07	c   nodes left       :       7019
1790.03/1790.07	c   max depth        :       2255
1790.03/1790.07	c   max depth (total):       2255
1790.03/1790.07	c   backtracks       :      84266 (10.2%)
1790.03/1790.07	c   delayed cutoffs  :      75107
1790.03/1790.07	c   repropagations   :    1774146 (5370665 domain reductions, 68971 cutoffs)
1790.03/1790.07	c   avg switch length:       5.99
1790.03/1790.07	c   switching time   :     242.69
1790.03/1790.07	c Solution           :
1790.03/1790.07	c   Solutions found  :        200 (46 improvements)
1790.03/1790.07	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 249483 nodes, 560.22 seconds, depth 28, found by <relaxation>)
1790.03/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.07	c   Gap              :   infinite
1790.03/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.07	c   Root Iterations  :        184
1790.23/1790.23	c Time complete: 1790.26.

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-2705106-1278578350/watcher-2705106-1278578350 -o /tmp/evaluation-result-2705106-1278578350/solver-2705106-1278578350 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705106-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.93 1.99 1.94 4/178 22244
/proc/meminfo: memFree=30083500/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=12336 CPUtime=0
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 1921 0 0 0 0 0 0 0 25 0 1 0 26048977 12632064 1840 4089446400 4194304 10345943 140733411322784 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22244/statm: 3084 1841 429 1502 0 1577 0

[startup+0.062421 s]
/proc/loadavg: 1.93 1.99 1.94 4/178 22244
/proc/meminfo: memFree=30083500/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=37692 CPUtime=0.05
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 8373 0 0 0 5 0 0 0 25 0 1 0 26048977 38596608 7938 4089446400 4194304 10345943 140733411322784 18446744073709551615 6328672 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22244/statm: 9423 7938 509 1502 0 7916 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37692

[startup+0.100411 s]
/proc/loadavg: 1.93 1.99 1.94 4/178 22244
/proc/meminfo: memFree=30083500/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=38020 CPUtime=0.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 26048977 38932480 8013 4089446400 4194304 10345943 140733411322784 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22244/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300378 s]
/proc/loadavg: 1.93 1.99 1.94 4/178 22244
/proc/meminfo: memFree=30083500/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=70104 CPUtime=0.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 16212 0 0 0 28 1 0 0 25 0 1 0 26048977 71786496 15777 4089446400 4194304 10345943 140733411322784 18446744073709551615 6017178 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22244/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700304 s]
/proc/loadavg: 1.93 1.99 1.94 4/178 22244
/proc/meminfo: memFree=30083500/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=65264 CPUtime=0.69
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 16892 0 0 0 67 2 0 0 25 0 1 0 26048977 66830336 15052 4089446400 4194304 10345943 140733411322784 18446744073709551615 7509288 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50017 s]
/proc/loadavg: 1.93 1.99 1.94 3/179 22245
/proc/meminfo: memFree=30025832/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=65264 CPUtime=1.49
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26048977 66830336 15054 4089446400 4194304 10345943 140733411322784 18446744073709551615 4476298 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10089 s]
/proc/loadavg: 1.93 1.99 1.94 3/179 22246
/proc/meminfo: memFree=30024716/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=65264 CPUtime=3.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 16900 0 0 0 307 2 0 0 25 0 1 0 26048977 66830336 15060 4089446400 4194304 10345943 140733411322784 18446744073709551615 4701036 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 16316 15060 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30032 s]
/proc/loadavg: 1.93 1.99 1.94 3/179 22246
/proc/meminfo: memFree=30024700/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=65264 CPUtime=6.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 18816 0 0 0 626 3 0 0 25 0 1 0 26048977 66830336 15087 4089446400 4194304 10345943 140733411322784 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 16316 15087 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7002 s]
/proc/loadavg: 1.94 1.99 1.94 3/179 22246
/proc/meminfo: memFree=30014004/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=74456 CPUtime=12.69
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 23900 0 0 0 1265 4 0 0 25 0 1 0 26048977 76242944 17408 4089446400 4194304 10345943 140733411322784 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 18614 17408 761 1502 0 17107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74456

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.94 3/179 22246
/proc/meminfo: memFree=29990688/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=83796 CPUtime=25.49
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 30495 0 0 0 2543 6 0 0 25 0 1 0 26048977 85807104 19571 4089446400 4194304 10345943 140733411322784 18446744073709551615 5926682 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 20949 19571 761 1502 0 19442 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83796

[startup+51.1004 s]
/proc/loadavg: 1.97 1.99 1.94 3/179 22247
/proc/meminfo: memFree=29934068/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=113244 CPUtime=51.09
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 42518 0 0 0 5098 11 0 0 25 0 1 0 26048977 115961856 26973 4089446400 4194304 10345943 140733411322784 18446744073709551615 6119464 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 28311 26973 762 1502 0 26804 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113244

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 1.94 3/179 22248
/proc/meminfo: memFree=29823488/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=160232 CPUtime=102.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 64013 0 0 0 10211 18 0 0 25 0 1 0 26048977 164077568 38463 4089446400 4194304 10345943 140733411322784 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 40058 38463 762 1502 0 38551 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 160232

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.94 3/179 22250
/proc/meminfo: memFree=29642280/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=231556 CPUtime=162.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 151181 0 0 0 16195 34 0 0 25 0 1 0 26048977 237113344 56689 4089446400 4194304 10345943 140733411322784 18446744073709551615 5012632 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 57889 56689 762 1502 0 56382 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231556

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/179 22251
/proc/meminfo: memFree=29460068/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=333812 CPUtime=222.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 229030 0 0 0 22181 49 0 0 25 0 1 0 26048977 341823488 80974 4089446400 4194304 10345943 140733411322784 18446744073709551615 6930067 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 83453 80974 778 1502 0 81946 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 333812

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.94 3/179 22253
/proc/meminfo: memFree=29344948/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=447056 CPUtime=282.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 288809 0 0 0 28167 63 0 0 25 0 1 0 26048977 457785344 107206 4089446400 4194304 10345943 140733411322784 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 111764 107206 785 1502 0 110257 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 447056

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.94 3/179 22254
/proc/meminfo: memFree=29321724/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=459096 CPUtime=342.29
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 343392 0 0 0 34148 81 0 0 25 0 1 0 26048977 470114304 110258 4089446400 4194304 10345943 140733411322784 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 114774 110258 785 1502 0 113267 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 459096

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22256
/proc/meminfo: memFree=29309396/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=460844 CPUtime=402.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 352821 0 0 0 40135 95 0 0 25 0 1 0 26048977 471904256 110858 4089446400 4194304 10345943 140733411322784 18446744073709551615 6119731 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 115211 110858 786 1502 0 113704 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 460844

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22258
/proc/meminfo: memFree=29302412/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=461516 CPUtime=462.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 375431 0 0 0 46119 111 0 0 25 0 1 0 26048977 472592384 111121 4089446400 4194304 10345943 140733411322784 18446744073709551615 6307346 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 115379 111121 796 1502 0 113872 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 461516

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22259
/proc/meminfo: memFree=29294536/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=463628 CPUtime=522.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 400862 0 0 0 52104 126 0 0 25 0 1 0 26048977 474755072 111564 4089446400 4194304 10345943 140733411322784 18446744073709551615 6557824 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 115907 111564 796 1502 0 114400 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 463628

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22261
/proc/meminfo: memFree=29285668/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=467092 CPUtime=582.3
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 415182 0 0 0 58092 138 0 0 25 0 1 0 26048977 478302208 112259 4089446400 4194304 10345943 140733411322784 18446744073709551615 6929808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 116773 112259 796 1502 0 115266 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 467092

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22262
/proc/meminfo: memFree=29279548/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=466908 CPUtime=642.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 423067 0 0 0 64081 150 0 0 25 0 1 0 26048977 478113792 112236 4089446400 4194304 10345943 140733411322784 18446744073709551615 6847488 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 116727 112236 796 1502 0 115220 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 466908

[startup+702.301 s]

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

/proc/meminfo: memFree=29256144/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=485840 CPUtime=1062.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 435854 0 0 0 106004 227 0 0 25 0 1 0 26048977 497500160 117064 4089446400 4194304 10345943 140733411322784 18446744073709551615 6166650 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 121460 117064 796 1502 0 119953 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 485840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22275
/proc/meminfo: memFree=29252528/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=489380 CPUtime=1122.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 436664 0 0 0 111993 239 0 0 25 0 1 0 26048977 501125120 117874 4089446400 4194304 10345943 140733411322784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 122345 117874 796 1502 0 120838 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 489380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22277
/proc/meminfo: memFree=29251496/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=489908 CPUtime=1182.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 436837 0 0 0 117983 249 0 0 25 0 1 0 26048977 501665792 118047 4089446400 4194304 10345943 140733411322784 18446744073709551615 6756396 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 122477 118047 796 1502 0 120970 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 489908

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22278
/proc/meminfo: memFree=29250068/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=491028 CPUtime=1242.31
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 436995 0 0 0 123973 258 0 0 25 0 1 0 26048977 502812672 118205 4089446400 4194304 10345943 140733411322784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 122757 118205 796 1502 0 121250 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 491028

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22280
/proc/meminfo: memFree=29249504/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=491224 CPUtime=1302.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 437077 0 0 0 129964 269 0 0 25 0 1 0 26048977 503013376 118287 4089446400 4194304 10345943 140733411322784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 122806 118287 796 1502 0 121299 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 491224

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22291
/proc/meminfo: memFree=29246208/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=492176 CPUtime=1362.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 437315 0 0 0 135953 279 0 0 25 0 1 0 26048977 503988224 118524 4089446400 4194304 10345943 140733411322784 18446744073709551615 5031119 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123044 118524 796 1502 0 121537 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 492176

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 1.96 3/179 22292
/proc/meminfo: memFree=29246036/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=491716 CPUtime=1422.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439151 0 0 0 141943 290 0 0 25 0 1 0 26048977 503517184 118420 4089446400 4194304 10345943 140733411322784 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 122929 118420 796 1502 0 121422 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 491716

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 22294
/proc/meminfo: memFree=29243248/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493276 CPUtime=1482.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439431 0 0 0 147933 299 0 0 25 0 1 0 26048977 505114624 118700 4089446400 4194304 10345943 140733411322784 18446744073709551615 5614593 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123319 118700 796 1502 0 121812 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 493276

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/179 22295
/proc/meminfo: memFree=29238988/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493276 CPUtime=1542.32
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439462 0 0 0 153924 308 0 0 25 0 1 0 26048977 505114624 118731 4089446400 4194304 10345943 140733411322784 18446744073709551615 6699640 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123319 118731 796 1502 0 121812 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 493276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 22297
/proc/meminfo: memFree=29231624/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493276 CPUtime=1602.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439490 0 0 0 159914 319 0 0 25 0 1 0 26048977 505114624 118759 4089446400 4194304 10345943 140733411322784 18446744073709551615 6802995 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123319 118759 796 1502 0 121812 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 493276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22299
/proc/meminfo: memFree=29226876/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493276 CPUtime=1662.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439532 0 0 0 165904 329 0 0 25 0 1 0 26048977 505114624 118801 4089446400 4194304 10345943 140733411322784 18446744073709551615 4968048 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123319 118801 796 1502 0 121812 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 493276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22300
/proc/meminfo: memFree=29224732/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493276 CPUtime=1722.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439595 0 0 0 171893 340 0 0 25 0 1 0 26048977 505114624 118864 4089446400 4194304 10345943 140733411322784 18446744073709551615 4230964 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22244/statm: 123319 118864 796 1502 0 121812 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 493276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29647504/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1782.33
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439744 0 0 0 177883 350 0 0 25 0 1 0 26048977 505573376 119013 4089446400 4194304 10345943 140733411322784 18446744073709551615 6916064 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119013 796 1502 0 121924 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 493724

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29637716/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1785.53
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439746 0 0 0 178202 351 0 0 25 0 1 0 26048977 505573376 119015 4089446400 4194304 10345943 140733411322784 18446744073709551615 6307492 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119015 796 1502 0 121924 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 493724

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29638020/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1788.73
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439749 0 0 0 178521 352 0 0 25 0 1 0 26048977 505573376 119018 4089446400 4194304 10345943 140733411322784 18446744073709551615 9138295 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119018 796 1502 0 121924 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 493724

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29638020/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1789.53
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439749 0 0 0 178601 352 0 0 25 0 1 0 26048977 505573376 119018 4089446400 4194304 10345943 140733411322784 18446744073709551615 5085311 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119018 796 1502 0 121924 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 493724

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29637648/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1789.93
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439749 0 0 0 178641 352 0 0 25 0 1 0 26048977 505573376 119018 4089446400 4194304 10345943 140733411322784 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119018 796 1502 0 121924 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 493724

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29637648/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1790.13
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439750 0 0 0 178661 352 0 0 18 0 1 0 26048977 505573376 119019 4089446400 4194304 10345943 140733411322784 18446744073709551615 5088427 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119019 797 1502 0 121924 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 493724

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22329
/proc/meminfo: memFree=29637648/32951124 swapFree=67111528/67111528
[pid=22244] ppid=22242 vsize=493724 CPUtime=1790.23
/proc/22244/stat : 22244 (pbscip.linux.x8) R 22242 22244 21786 0 -1 4202496 439751 0 0 0 178671 352 0 0 18 0 1 0 26048977 505573376 119020 4089446400 4194304 10345943 140733411322784 18446744073709551615 6066710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22244/statm: 123431 119020 797 1502 0 121924 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 493724

Child status: 0
Real time (s): 1790.24
CPU time (s): 1790.28
CPU user time (s): 1786.73
CPU system time (s): 3.54846
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 493724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.73
system time used= 3.54846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439754
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= 4
involuntary context switches= 2059

runsolver used 2.43463 second user time and 5.72313 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= b818ef86615e3f5ee29c4c2fadd6f1fe
RANDOM SEED=376466021

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.82
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.868
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.868
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30084028 kB
Buffers:        158368 kB
Cached:        2406348 kB
SwapCached:          0 kB
Active:        1235428 kB
Inactive:      1468628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30084028 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25924 kB
Writeback:           0 kB
AnonPages:      139508 kB
Mapped:          17548 kB
Slab:           100264 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283496 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= 73204 MiB
End job on node119 at 2010-07-08 11:09:00