Trace number 2705112

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.17 1790.13

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark510.174
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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-2705112-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 136179
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+05 |    Inf 
9.39/9.45	o 357
9.39/9.45	c * 9.4s|  4556 |  4548 |  2556 |   0.5 |  34M|2360 |   - |5645 |5415 |5645 | 207 | 761 |   1 | 447 | 0.000000e+00 | 3.570000e+02 |    Inf 
17.29/17.38	o 352
17.29/17.38	c *17.3s|  8085 |  7919 |  4713 |   0.6 |  45M|2360 |   - |5645 |5733 |5645 | 184 |1284 | 319 | 566 | 0.000000e+00 | 3.520000e+02 |    Inf 
17.29/17.39	o 336
17.29/17.39	c *17.4s|  8086 |  7761 |  4722 |   0.6 |  45M|2360 |   - |5645 |5733 |5645 | 184 |1284 | 319 | 566 | 0.000000e+00 | 3.360000e+02 |    Inf 
17.50/17.52	o 334
17.50/17.52	c *17.5s|  8130 |  7783 |  4762 |   0.6 |  45M|2360 |   - |5645 |5733 |5645 | 193 |1293 | 319 | 566 | 0.000000e+00 | 3.340000e+02 |    Inf 
17.89/17.94	o 330
17.89/17.94	c *17.9s|  8299 |  7892 |  4843 |   0.6 |  46M|2360 |   - |5645 |5755 |5645 | 194 |1311 | 341 | 566 | 0.000000e+00 | 3.300000e+02 |    Inf 
22.09/22.10	c  22.1s| 10000 |  9465 |  5832 |   0.6 |  52M|2360 |   0 |5645 |6102 |5645 | 179 |1579 | 688 | 623 | 0.000000e+00 | 3.300000e+02 |    Inf 
28.29/28.37	o 300
28.29/28.37	c *28.3s| 12516 | 11048 |  8485 |   0.7 |  60M|2360 |   - |5645 |6902 |5645 | 211 |2284 |1488 | 700 | 0.000000e+00 | 3.000000e+02 |    Inf 
28.89/28.92	o 295
28.89/28.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.89/28.92	c *28.9s| 12727 | 11065 |  8627 |   0.7 |  61M|2360 |   - |5645 |6972 |5645 | 205 |2321 |1558 | 700 | 0.000000e+00 | 2.950000e+02 |    Inf 
33.49/33.52	o 290
33.49/33.52	c *33.5s| 14574 | 12532 |  9983 |   0.7 |  67M|2360 |   - |5645 |7501 |5645 | 190 |2697 |2087 | 711 | 0.000000e+00 | 2.900000e+02 |    Inf 
35.99/36.05	o 275
35.99/36.05	c *36.0s| 15711 | 13029 | 10519 |   0.7 |  67M|2360 |   - |5645 |7608 |5645 | 196 |2821 |2194 | 724 | 0.000000e+00 | 2.750000e+02 |    Inf 
36.09/36.17	o 269
36.09/36.17	c *36.1s| 15777 | 12831 | 10550 |   0.7 |  66M|2360 |   - |5645 |7609 |5645 | 196 |2823 |2195 | 724 | 0.000000e+00 | 2.690000e+02 |    Inf 
37.19/37.25	o 263
37.19/37.25	c *37.2s| 16379 | 13102 | 10636 |   0.6 |  67M|2360 |   - |5645 |7629 |5645 | 194 |2832 |2215 | 724 | 0.000000e+00 | 2.630000e+02 |    Inf 
37.19/37.29	o 231
37.19/37.29	c *37.3s| 16391 | 11676 | 10642 |   0.6 |  61M|2360 |   - |5645 |7629 |5645 | 194 |2832 |2215 | 724 | 0.000000e+00 | 2.310000e+02 |    Inf 
37.49/37.54	o 230
37.49/37.54	c *37.5s| 16485 | 11493 | 10788 |   0.6 |  60M|2360 |   - |5645 |7650 |5645 | 174 |2847 |2236 | 726 | 0.000000e+00 | 2.300000e+02 |    Inf 
37.89/37.95	o 212
37.89/37.95	c *37.9s| 16598 | 10356 | 11030 |   0.7 |  57M|2360 |   - |5645 |7678 |5645 | 202 |2915 |2264 | 754 | 0.000000e+00 | 2.120000e+02 |    Inf 
38.59/38.62	o 196
38.59/38.62	c *38.6s| 16894 |  9867 | 11256 |   0.7 |  54M|2360 |   - |5645 |7718 |5645 | 200 |2993 |2304 | 760 | 0.000000e+00 | 1.960000e+02 |    Inf 
39.09/39.19	o 188
39.09/39.19	c *39.2s| 17198 |  9758 | 11283 |   0.6 |  53M|2360 |   - |5645 |7718 |5645 | 192 |2999 |2304 | 760 | 0.000000e+00 | 1.880000e+02 |    Inf 
39.29/39.33	o 169
39.29/39.33	c *39.3s| 17243 |  8649 | 11333 |   0.6 |  51M|2360 |   - |5645 |7724 |5645 | 196 |3014 |2310 | 760 | 0.000000e+00 | 1.690000e+02 |    Inf 
39.29/39.34	o 158
39.29/39.34	c *39.3s| 17244 |  7932 | 11333 |   0.6 |  49M|2360 |   - |5645 |7724 |5645 | 196 |3014 |2310 | 760 | 0.000000e+00 | 1.580000e+02 |    Inf 
39.39/39.42	o 154
39.39/39.42	c *39.4s| 17274 |  7793 | 11344 |   0.6 |  49M|2360 |   - |5645 |7731 |5645 | 198 |3018 |2317 | 760 | 0.000000e+00 | 1.540000e+02 |    Inf 
39.39/39.49	o 147
39.39/39.49	c *39.5s| 17312 |  7373 | 11358 |   0.6 |  48M|2360 |   - |5645 |7731 |5645 | 198 |3022 |2317 | 760 | 0.000000e+00 | 1.470000e+02 |    Inf 
39.50/39.54	o 141
39.50/39.54	c *39.5s| 17318 |  7137 | 11378 |   0.6 |  47M|2360 |   - |5645 |7731 |5645 | 195 |3027 |2317 | 760 | 0.000000e+00 | 1.410000e+02 |    Inf 
39.99/40.05	o 121
39.99/40.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.99/40.05	c *40.0s| 17481 |  6365 | 11759 |   0.7 |  46M|2360 |   - |5645 |7786 |5645 | 202 |3114 |2372 | 773 | 0.000000e+00 | 1.210000e+02 |    Inf 
40.79/40.83	o 97
40.79/40.83	c *40.8s| 17823 |  5193 | 11976 |   0.7 |  44M|2360 |   - |5645 |7827 |5645 | 205 |3172 |2414 | 774 | 0.000000e+00 | 9.700000e+01 |    Inf 
41.70/41.73	o 87
41.70/41.73	c *41.7s| 18357 |  4761 | 12217 |   0.7 |  44M|2360 |   - |5645 |7732 |5645 | 219 |3253 |2490 | 802 | 0.000000e+00 | 8.700000e+01 |    Inf 
42.09/42.14	o 83
42.09/42.14	c *42.1s| 18462 |  4282 | 12344 |   0.7 |  43M|2360 |   - |5645 |7545 |5645 | 211 |3276 |2604 | 806 | 0.000000e+00 | 8.300000e+01 |    Inf 
42.19/42.27	o 74
42.19/42.27	c *42.2s| 18572 |  3780 | 12345 |   0.7 |  41M|2360 |   - |5645 |7325 |5645 | 211 |3276 |2604 | 806 | 0.000000e+00 | 7.400000e+01 |    Inf 
43.69/43.76	o 70
43.69/43.76	c *43.7s| 19491 |  4224 | 12698 |   0.6 |  43M|2360 |   - |5645 |7112 |5645 | 215 |3347 |2723 | 831 | 0.000000e+00 | 7.000000e+01 |    Inf 
44.09/44.12	o 66
44.09/44.12	c *44.1s| 19592 |  3946 | 12852 |   0.6 |  43M|2360 |   - |5645 |7099 |5645 | 217 |3368 |2840 | 842 | 0.000000e+00 | 6.600000e+01 |    Inf 
44.09/44.18	o 63
44.09/44.18	c *44.1s| 19597 |  3722 | 12863 |   0.6 |  42M|2360 |   - |5645 |6865 |5645 | 217 |3371 |2840 | 842 | 0.000000e+00 | 6.300000e+01 |    Inf 
44.40/44.47	o 51
44.40/44.47	c *44.4s| 19682 |  3146 | 13003 |   0.7 |  41M|2360 |   - |5645 |6814 |5645 | 194 |3395 |2943 | 864 | 0.000000e+00 | 5.100000e+01 |    Inf 
45.00/45.01	o 45
45.00/45.01	c *45.0s| 19839 |  2947 | 13369 |   0.7 |  41M|2360 |   - |5645 |6602 |5645 | 202 |3479 |3120 | 895 | 0.000000e+00 | 4.500000e+01 |    Inf 
45.10/45.14	o 35
45.10/45.14	c *45.1s| 19858 |  2607 | 13477 |   0.7 |  39M|2360 |   - |5645 |6363 |5645 | 200 |3487 |3151 | 911 | 0.000000e+00 | 3.500000e+01 |    Inf 
45.49/45.52	o 22
45.49/45.52	c *45.5s| 19972 |  1937 | 13916 |   0.7 |  37M|2360 |   - |5645 |6062 |5645 | 211 |3572 |3250 | 951 | 0.000000e+00 | 2.200000e+01 |    Inf 
45.49/45.54	o 18
45.49/45.54	c *45.5s| 19973 |  1701 | 13940 |   0.7 |  36M|2360 |   - |5645 |6062 |5645 | 219 |3580 |3250 | 956 | 0.000000e+00 | 1.800000e+01 |    Inf 
45.69/45.75	c  45.7s| 20000 |  1707 | 14330 |   0.7 |  35M|2360 |   1 |5645 |5265 |5645 | 211 |3687 |3285 |1046 | 0.000000e+00 | 1.800000e+01 |    Inf 
46.39/46.41	o 16
46.39/46.41	c *46.4s| 20189 |  1671 | 15862 |   0.8 |  36M|2360 |   - |5645 |5534 |5645 | 193 |4036 |3560 |1228 | 0.000000e+00 | 1.600000e+01 |    Inf 
46.39/46.42	o 11
46.39/46.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.39/46.42	c *46.4s| 20190 |  1315 | 15862 |   0.8 |  35M|2360 |   - |5645 |5534 |5645 | 193 |4036 |3560 |1228 | 0.000000e+00 | 1.100000e+01 |    Inf 
50.50/50.52	o 3
50.50/50.52	c *50.5s| 22078 |   924 | 27063 |   1.2 |  35M|2360 |   - |5645 |7372 |5645 | 234 |6204 |5918 |1657 | 0.000000e+00 | 3.000000e+00 |    Inf 
63.19/63.29	c  63.3s| 30000 |  1079 | 67158 |   2.2 |  38M|2360 |   1 |5645 |  10k|5645 | 235 |  12k|  15k|1760 | 0.000000e+00 | 3.000000e+00 |    Inf 
74.29/74.37	o 2
74.29/74.37	c *74.3s| 36233 |  1169 |102027 |   2.8 |  40M|2360 |   - |5645 |  12k|5645 | 247 |  18k|  23k|1921 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.39/81.48	c  81.5s| 40000 |  1085 |124156 |   3.1 |  39M|2360 |   1 |5645 |  10k|5645 | 193 |  22k|  28k|2113 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.89/99.96	c  99.9s| 50000 |  1179 |188443 |   3.8 |  42M|2360 |   - |5645 |  13k|   0 |   0 |  32k|  41k|2598 | 0.000000e+00 | 2.000000e+00 |    Inf 
120.40/120.43	c   120s| 60000 |  1064 |266119 |   4.4 |  42M|2360 |   8 |5645 |  14k|5645 | 252 |  42k|  54k|3037 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.29/127.33	o 1
127.29/127.33	c * 127s| 63539 |  1028 |289338 |   4.6 |  41M|2360 |   - |5645 |  14k|5645 | 237 |  46k|  59k|3134 | 0.000000e+00 | 1.000000e+00 |    Inf 
138.50/138.52	c   138s| 70000 |  1068 |321230 |   4.6 |  41M|2360 |  15 |5645 |  11k|5645 | 195 |  51k|  67k|3374 | 0.000000e+00 | 1.000000e+00 |    Inf 
155.59/155.61	c   156s| 80000 |  1283 |368509 |   4.6 |  44M|2360 |   - |5645 |  14k|   0 |   0 |  59k|  80k|3536 | 0.000000e+00 | 1.000000e+00 |    Inf 
173.50/173.57	c   174s| 90000 |  1503 |418619 |   4.6 |  47M|2360 |  18 |5645 |  14k|5645 | 230 |  68k|  94k|3686 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.50/191.59	c   192s|100000 |  1651 |464927 |   4.6 |  49M|2360 |  19 |5645 |  16k|5645 | 220 |  77k| 108k|3796 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.00/209.09	c   209s|110000 |  1781 |501673 |   4.6 |  51M|2360 |  18 |5645 |  16k|5645 | 207 |  83k| 122k|3880 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.80/227.89	c   228s|120000 |  1886 |547825 |   4.6 |  53M|2360 |   1 |5645 |  17k|5645 | 201 |  93k| 136k|3994 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.89/246.93	c   247s|130000 |  1865 |599723 |   4.6 |  54M|2360 |  12 |5645 |  16k|5645 | 240 | 102k| 152k|4108 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.50/265.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.50/265.52	c   265s|140000 |  1938 |641142 |   4.6 |  55M|2360 |   - |5645 |  18k|   0 |   0 | 110k| 165k|4190 | 0.000000e+00 | 1.000000e+00 |    Inf 
285.30/285.38	c   285s|150000 |  1916 |689143 |   4.6 |  55M|2360 |   - |5645 |  17k|   0 |   0 | 118k| 180k|4305 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.10/304.19	c   304s|160000 |  1984 |735421 |   4.6 |  57M|2360 |  10 |5645 |  20k|5645 | 231 | 127k| 195k|4388 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.40/324.46	c   324s|170000 |  2122 |786253 |   4.6 |  58M|2360 |  22 |5645 |  20k|5645 | 221 | 137k| 210k|4471 | 0.000000e+00 | 1.000000e+00 |    Inf 
345.70/345.76	c   346s|180000 |  2178 |838874 |   4.7 |  60M|2360 |   - |5645 |  21k|   0 |   0 | 146k| 225k|4562 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.10/366.20	c   366s|190000 |  2278 |884199 |   4.7 |  62M|2360 |   - |5645 |  22k|5645 | 234 | 155k| 239k|4640 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.90/387.95	c   388s|200000 |  2275 |931432 |   4.7 |  62M|2360 |   1 |5645 |  22k|5645 | 204 | 164k| 254k|4723 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.50/408.54	c   409s|210000 |  2196 |983430 |   4.7 |  62M|2360 |   - |5645 |  21k|   0 |   0 | 172k| 271k|4808 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.20/430.24	c   430s|220000 |  2170 |  1041k|   4.7 |  61M|2360 |   - |5645 |  20k|   0 |   0 | 181k| 286k|4914 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.70/449.71	c   450s|230000 |  2135 |  1086k|   4.7 |  61M|2360 |  10 |5645 |  19k|5645 | 195 | 188k| 301k|4984 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.50/469.55	c   470s|240000 |  2159 |  1140k|   4.7 |  59M|2360 |   - |5645 |  14k|   0 |   0 | 198k| 316k|5311 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.81/489.80	c   490s|250000 |  2224 |  1197k|   4.8 |  61M|2360 |  11 |5645 |  17k|5645 | 250 | 207k| 331k|5408 | 0.000000e+00 | 1.000000e+00 |    Inf 
509.40/509.43	c   509s|260000 |  2198 |  1246k|   4.8 |  61M|2360 |   1 |5645 |  16k|5645 | 193 | 216k| 345k|5471 | 0.000000e+00 | 1.000000e+00 |    Inf 
528.01/528.03	c   528s|270000 |  2157 |  1294k|   4.8 |  61M|2360 |   1 |5645 |  14k|5645 | 206 | 223k| 359k|5519 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.61/546.65	c   547s|280000 |  2089 |  1343k|   4.8 |  61M|2360 |   - |5645 |  16k|   0 |   0 | 231k| 374k|5578 | 0.000000e+00 | 1.000000e+00 |    Inf 
565.00/565.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.00/565.04	c   565s|290000 |  2132 |  1386k|   4.8 |  62M|2360 |   - |5645 |  16k|   0 |   0 | 237k| 388k|5631 | 0.000000e+00 | 1.000000e+00 |    Inf 
583.40/583.40	c   583s|300000 |  2094 |  1434k|   4.8 |  62M|2360 |   1 |5645 |  17k|5645 | 186 | 245k| 403k|5692 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.10/603.14	c   603s|310000 |  2148 |  1490k|   4.8 |  63M|2360 |   - |5645 |  16k|   0 |   0 | 255k| 417k|5764 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.70/622.77	c   623s|320000 |  2247 |  1538k|   4.8 |  65M|2360 |   1 |5645 |  19k|5645 | 201 | 263k| 431k|5817 | 0.000000e+00 | 1.000000e+00 |    Inf 
642.61/642.63	c   643s|330000 |  2210 |  1589k|   4.8 |  64M|2360 |   - |5645 |  17k|   0 |   0 | 272k| 445k|5884 | 0.000000e+00 | 1.000000e+00 |    Inf 
662.70/662.79	c   663s|340000 |  2112 |  1646k|   4.8 |  63M|2360 |   1 |5645 |  16k|5645 | 214 | 281k| 459k|6038 | 0.000000e+00 | 1.000000e+00 |    Inf 
682.91/682.97	c   683s|350000 |  1969 |  1711k|   4.9 |  61M|2360 |  16 |5645 |  15k|5645 | 267 | 291k| 475k|6082 | 0.000000e+00 | 1.000000e+00 |    Inf 
701.71/701.77	c   702s|360000 |  1853 |  1762k|   4.9 |  59M|2360 |   - |5645 |  15k|   0 |   0 | 299k| 490k|6135 | 0.000000e+00 | 1.000000e+00 |    Inf 
720.52/720.53	c   720s|370000 |  1618 |  1814k|   4.9 |  55M|2360 |   - |5645 |  14k|   0 |   0 | 308k| 504k|6189 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.61/738.60	c   739s|380000 |  1617 |  1858k|   4.9 |  55M|2360 |   - |5645 |  15k|   0 |   0 | 314k| 518k|6274 | 0.000000e+00 | 1.000000e+00 |    Inf 
757.61/757.62	c   758s|390000 |  1621 |  1908k|   4.9 |  56M|2360 |   1 |5645 |  17k|5645 | 197 | 322k| 532k|6317 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.52/776.60	c   777s|400000 |  1626 |  1950k|   4.9 |  56M|2360 |   1 |5645 |  17k|5645 | 186 | 329k| 545k|6367 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.21/795.24	c   795s|410000 |  1644 |  1985k|   4.8 |  57M|2360 |   1 |5645 |  18k|5645 | 196 | 335k| 559k|6391 | 0.000000e+00 | 1.000000e+00 |    Inf 
814.02/814.03	c   814s|420000 |  1678 |  2016k|   4.8 |  58M|2360 |   - |5645 |  21k|   0 |   0 | 340k| 573k|6414 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.61/833.70	c   834s|430000 |  1653 |  2050k|   4.8 |  58M|2360 |  11 |5645 |  21k|5645 | 213 | 347k| 589k|6446 | 0.000000e+00 | 1.000000e+00 |    Inf 
853.81/853.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
853.81/853.80	c   854s|440000 |  1633 |  2085k|   4.7 |  58M|2360 |  13 |5645 |  21k|5645 | 208 | 353k| 603k|6480 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.91/873.91	c   874s|450000 |  1450 |  2137k|   4.7 |  53M|2360 |   1 |5645 |  14k|5645 | 196 | 362k| 618k|6557 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.21/894.24	c   894s|460000 |  1439 |  2195k|   4.8 |  54M|2360 |  13 |5645 |  16k|5645 | 239 | 372k| 632k|6600 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.32/913.33	c   913s|470000 |  1197 |  2244k|   4.8 |  49M|2360 |  12 |5645 |  14k|5645 | 224 | 381k| 646k|6657 | 0.000000e+00 | 1.000000e+00 |    Inf 
931.01/931.02	c   931s|480000 |  1248 |  2288k|   4.8 |  49M|2360 |   1 |5645 |  16k|5645 | 196 | 390k| 660k|6674 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.41/949.43	c   949s|490000 |  1303 |  2334k|   4.8 |  50M|2360 |   6 |5645 |  17k|5645 | 211 | 400k| 675k|6713 | 0.000000e+00 | 1.000000e+00 |    Inf 
968.52/968.52	c   968s|500000 |  1278 |  2385k|   4.8 |  50M|2360 |   - |5645 |  17k|   0 |   0 | 410k| 690k|6746 | 0.000000e+00 | 1.000000e+00 |    Inf 
987.52/987.57	c   988s|510000 |  1248 |  2435k|   4.8 |  51M|2360 |   1 |5645 |  17k|5645 | 196 | 420k| 705k|6776 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.21/1006.21	c  1006s|520000 |  1134 |  2480k|   4.8 |  48M|2360 |   - |5645 |  15k|   0 |   0 | 428k| 720k|6839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1025.12/1025.19	c  1025s|530000 |  1074 |  2530k|   4.8 |  46M|2360 |   6 |5645 |  14k|5645 | 201 | 437k| 734k|7587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.61/1043.61	c  1044s|540000 |  1126 |  2575k|   4.8 |  48M|2360 |   - |5645 |  18k|   0 |   0 | 445k| 749k|7587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.31/1063.36	c  1063s|550000 |  1270 |  2621k|   4.8 |  50M|2360 |  13 |5645 |  20k|5645 | 232 | 452k| 765k|7587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1082.82/1082.84	c  1083s|560000 |  1191 |  2670k|   4.8 |  50M|2360 |   - |5645 |  19k|   0 |   0 | 459k| 780k|7587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.72/1101.74	c  1102s|570000 |  1111 |  2712k|   4.8 |  46M|2360 |   - |5645 |  14k|   0 |   0 | 465k| 795k|7593 | 0.000000e+00 | 1.000000e+00 |    Inf 
1120.93/1120.94	c  1121s|580000 |  1095 |  2767k|   4.8 |  47M|2360 |   - |5645 |  14k|   0 |   0 | 473k| 808k|7593 | 0.000000e+00 | 1.000000e+00 |    Inf 
1138.82/1138.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1138.82/1138.89	c  1139s|590000 |  1034 |  2810k|   4.8 |  47M|2360 |   - |5645 |  17k|   0 |   0 | 478k| 822k|7609 | 0.000000e+00 | 1.000000e+00 |    Inf 
1157.31/1157.37	c  1157s|600000 |  1055 |  2849k|   4.7 |  47M|2360 |   - |5645 |  19k|   0 |   0 | 487k| 836k|7611 | 0.000000e+00 | 1.000000e+00 |    Inf 
1177.42/1177.48	c  1177s|610000 |  1054 |  2904k|   4.8 |  46M|2360 |  14 |5645 |  17k|5645 | 205 | 495k| 851k|7645 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.52/1199.52	c  1199s|620000 |  1136 |  2970k|   4.8 |  48M|2360 |  22 |5645 |  20k|5645 | 232 | 505k| 866k|7672 | 0.000000e+00 | 1.000000e+00 |    Inf 
1221.72/1221.78	c  1222s|630000 |  1135 |  3040k|   4.8 |  49M|2360 |   1 |5645 |  23k|5645 | 258 | 514k| 881k|7704 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.02/1245.09	c  1245s|640000 |  1045 |  3109k|   4.9 |  46M|2360 |  17 |5645 |  17k|5645 | 290 | 524k| 896k|8585 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.22/1265.21	c  1265s|650000 |  1176 |  3173k|   4.9 |  47M|2360 |   1 |5645 |  16k|5645 | 257 | 533k| 909k|8734 | 0.000000e+00 | 1.000000e+00 |    Inf 
1286.12/1286.17	c  1286s|660000 |  1185 |  3239k|   4.9 |  48M|2360 |   - |5645 |  15k|5645 | 257 | 541k| 923k|8815 | 0.000000e+00 | 1.000000e+00 |    Inf 
1306.82/1306.82	c  1307s|670000 |  1085 |  3303k|   4.9 |  47M|2360 |   1 |5645 |  16k|5645 | 186 | 548k| 937k|8830 | 0.000000e+00 | 1.000000e+00 |    Inf 
1326.53/1326.58	c  1327s|680000 |  1127 |  3358k|   4.9 |  48M|2360 |   - |5645 |  17k|   0 |   0 | 555k| 951k|8833 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.62/1347.61	c  1348s|690000 |  1156 |  3410k|   4.9 |  50M|2360 |   - |5645 |  21k|   0 |   0 | 562k| 964k|8839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1369.53/1369.55	c  1370s|700000 |  1253 |  3469k|   5.0 |  51M|2360 |   - |5645 |  21k|   0 |   0 | 574k| 978k|8845 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.63/1391.63	c  1392s|710000 |  1407 |  3524k|   5.0 |  53M|2360 |   1 |5645 |  23k|5645 | 203 | 585k| 991k|8853 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.03/1415.02	c  1415s|720000 |  1438 |  3578k|   5.0 |  54M|2360 |   1 |5645 |  23k|5645 | 193 | 596k|1005k|8862 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.33/1437.37	c  1437s|730000 |  1545 |  3630k|   5.0 |  57M|2360 |   - |5645 |  26k|   0 |   0 | 606k|1019k|8874 | 0.000000e+00 | 1.000000e+00 |    Inf 
1460.93/1460.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1460.93/1460.97	c  1461s|740000 |  1542 |  3681k|   5.0 |  57M|2360 |   1 |5645 |  26k|5645 | 222 | 615k|1033k|8885 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.33/1484.37	c  1484s|750000 |  1508 |  3734k|   5.0 |  57M|2360 |   1 |5645 |  24k|5645 | 198 | 625k|1047k|8906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.72/1507.73	c  1508s|760000 |  1436 |  3797k|   5.0 |  55M|2360 |   - |5645 |  22k|   0 |   0 | 636k|1062k|8928 | 0.000000e+00 | 1.000000e+00 |    Inf 
1530.33/1530.31	c  1530s|770000 |  1379 |  3853k|   5.0 |  55M|2360 |   9 |5645 |  22k|5645 | 233 | 646k|1077k|8964 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.83/1551.85	c  1552s|780000 |  1505 |  3899k|   5.0 |  57M|2360 |  14 |5645 |  23k|5645 | 207 | 655k|1090k|8979 | 0.000000e+00 | 1.000000e+00 |    Inf 
1574.04/1574.03	c  1574s|790000 |  1461 |  3948k|   5.0 |  57M|2360 |   7 |5645 |  24k|5645 | 234 | 663k|1105k|9002 | 0.000000e+00 | 1.000000e+00 |    Inf 
1596.73/1596.80	c  1597s|800000 |  1424 |  4004k|   5.0 |  56M|2360 |  11 |5645 |  23k|5645 | 182 | 672k|1120k|9040 | 0.000000e+00 | 1.000000e+00 |    Inf 
1618.82/1618.83	c  1619s|810000 |  1433 |  4053k|   5.0 |  57M|2360 |   - |5645 |  24k|   0 |   0 | 681k|1134k|9060 | 0.000000e+00 | 1.000000e+00 |    Inf 
1641.43/1641.40	c  1641s|820000 |  1380 |  4105k|   5.0 |  56M|2360 |  16 |5645 |  24k|5645 | 206 | 689k|1149k|9080 | 0.000000e+00 | 1.000000e+00 |    Inf 
1663.73/1663.72	c  1664s|830000 |  1200 |  4163k|   5.0 |  50M|2360 |  15 |5645 |  19k|5645 | 262 | 698k|1163k|9119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1688.83/1688.81	c  1689s|840000 |  1349 |  4242k|   5.1 |  53M|2360 |   - |5645 |  22k|   0 |   0 | 710k|1176k|9154 | 0.000000e+00 | 1.000000e+00 |    Inf 
1711.03/1711.02	c  1711s|850000 |  1337 |  4305k|   5.1 |  54M|2360 |   1 |5645 |  23k|5645 | 213 | 719k|1190k|9176 | 0.000000e+00 | 1.000000e+00 |    Inf 
1733.03/1733.04	c  1733s|860000 |  1315 |  4363k|   5.1 |  54M|2360 |   - |5645 |  22k|   0 |   0 | 728k|1203k|9209 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.63/1757.62	c  1758s|870000 |  1301 |  4437k|   5.1 |  53M|2360 |   1 |5645 |  23k|5645 | 223 | 740k|1217k|9239 | 0.000000e+00 | 1.000000e+00 |    Inf 
1781.53/1781.51	c  1781s|880000 |  1502 |  4515k|   5.1 |  54M|2360 |   1 |5645 |  22k|5645 | 225 | 754k|1232k|9268 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.98
1790.04/1790.01	c Solving Nodes      : 883481
1790.04/1790.01	c Primal Bound       : +1.00000000000000e+00 (147 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.06	s SATISFIABLE
1790.04/1790.06	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.06	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.06	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.06	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.04/1790.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.06	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.04/1790.06	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1790.04/1790.06	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1790.04/1790.06	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1790.04/1790.06	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.06	v -x1 
1790.04/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.06	c Solving Time       :    1789.98
1790.04/1790.06	c Original Problem   :
1790.04/1790.06	c   Problem name     : HOME/instance-2705112-1278578350.wbo
1790.04/1790.06	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.06	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.06	c Presolved Problem  :
1790.04/1790.06	c   Problem name     : t_HOME/instance-2705112-1278578350.wbo
1790.04/1790.06	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.06	c   Constraints      : 5414 initial, 27693 maximal
1790.04/1790.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.06	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.06	c   integral         :          0          0          0     580069          0         19        833          0          0     949620
1790.04/1790.06	c   linear           :       2707          6    4762786     104141          0     371445   21974325     760755          0          0
1790.04/1790.06	c   indicator        :       2707          0     234301      25657          0         38     556146          0          0          0
1790.04/1790.06	c   logicor          :          0+         0    1545156          0          0      83454    2042919          0          0          0
1790.04/1790.06	c   bounddisjunction :          0+         0     487921          0          0         69        923          0          0          0
1790.04/1790.06	c   countsols        :          0          0          0      18828          0          0          0          0          0          0
1790.04/1790.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.06	c   integral         :      14.14       0.00       0.00      14.14       0.00
1790.04/1790.06	c   linear           :     251.95       0.00     241.79      10.15       0.00
1790.04/1790.06	c   indicator        :       7.50       0.00       3.45       4.05       0.00
1790.04/1790.06	c   logicor          :     244.16       0.00     244.16       0.00       0.00
1790.04/1790.06	c   bounddisjunction :       9.44       0.00       9.44       0.00       0.00
1790.04/1790.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.06	c   vbounds          :       0.72       4673          0       1950
1790.04/1790.06	c   rootredcost      :       0.66         39          0       2707
1790.04/1790.06	c   pseudoobj        :     166.01    4763930        652     482647
1790.04/1790.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.06	c   propagation      :      27.94     455620     455383    2922814       32.9      15257       25.4          -
1790.04/1790.06	c   infeasible LP    :       5.05      15410      15410     124361       42.5         99       24.1          0
1790.04/1790.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.06	c   applied globally :          -          -          -    1237583       25.0          -          -          -
1790.04/1790.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.06	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.06	c   redcost          :      51.62     580456          0      65950          0          0
1790.04/1790.06	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.06	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.06	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.06	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.06	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.06	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.06	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.06	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.06	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.06	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.06	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.06	c Pricers            :       Time      Calls       Vars
1790.04/1790.06	c   problem variables:       0.00          0          0
1790.04/1790.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.06	c   relpscost        :      13.71     475518         19        833          0          0     949620
1790.04/1790.06	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   inference        :       8.79      18789          0          0          0          0      37711
1790.04/1790.06	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.06	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.06	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.06	c   LP solutions     :       0.04          -         39
1790.04/1790.06	c   pseudo solutions :       0.00          -          0
1790.04/1790.06	c   feaspump         :       0.00          0          0
1790.04/1790.06	c   intshifting      :       0.00          0          0
1790.04/1790.06	c   oneopt           :       0.42         35          0
1790.04/1790.06	c   guideddiving     :       0.08         33          0
1790.04/1790.06	c   linesearchdiving :       0.12         76          0
1790.04/1790.06	c   coefdiving       :       0.13         76          0
1790.04/1790.06	c   pscostdiving     :       0.13         76          0
1790.04/1790.06	c   fracdiving       :       0.12         76          0
1790.04/1790.06	c   veclendiving     :       0.13         77          0
1790.04/1790.06	c   objpscostdiving  :       0.14         69          0
1790.04/1790.06	c   rootsoldiving    :       0.18         69          0
1790.04/1790.06	c   trivial          :       0.07          2          2
1790.04/1790.06	c   simplerounding   :       0.75     475507          0
1790.04/1790.06	c   zirounding       :       0.33       1000          0
1790.04/1790.06	c   rounding         :       1.09       9659          0
1790.04/1790.06	c   shifting         :       0.49       2994          0
1790.04/1790.06	c   twoopt           :       0.00          0          0
1790.04/1790.06	c   fixandinfer      :       0.00          0          0
1790.04/1790.06	c   intdiving        :       0.00          0          0
1790.04/1790.06	c   actconsdiving    :       0.00          0          0
1790.04/1790.06	c   octane           :       0.00          0          0
1790.04/1790.06	c   rens             :       0.03          1          0
1790.04/1790.06	c   rins             :       0.00          0          0
1790.04/1790.06	c   localbranching   :       0.00          0          0
1790.04/1790.06	c   mutation         :       0.00          0          0
1790.04/1790.06	c   crossover        :       1.15         25          6
1790.04/1790.06	c   dins             :       0.00          0          0
1790.04/1790.06	c   undercover       :       0.00          0          0
1790.04/1790.06	c   nlp              :       0.16          0          0
1790.04/1790.06	c   trysol           :       0.37        192        100
1790.04/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.06	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.06	c   dual LP          :     489.15     576271    4542472       7.88    9286.43
1790.04/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.06	c   diving/probing LP:       0.12         68        600       8.82    4879.12
1790.04/1790.06	c   strong branching :      10.48       9281     113092      12.19   10793.22
1790.04/1790.06	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.06	c B&B Tree           :
1790.04/1790.06	c   number of runs   :          1
1790.04/1790.06	c   nodes            :     883481
1790.04/1790.06	c   nodes (total)    :     883481
1790.04/1790.06	c   nodes left       :       1559
1790.04/1790.06	c   max depth        :       2360
1790.04/1790.06	c   max depth (total):       2360
1790.04/1790.06	c   backtracks       :      93264 (10.6%)
1790.04/1790.06	c   delayed cutoffs  :      84610
1790.04/1790.06	c   repropagations   :    2384238 (4645318 domain reductions, 81096 cutoffs)
1790.04/1790.06	c   avg switch length:       6.85
1790.04/1790.06	c   switching time   :     275.20
1790.04/1790.06	c Solution           :
1790.04/1790.06	c   Solutions found  :        147 (40 improvements)
1790.04/1790.06	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 63539 nodes, 127.30 seconds, depth 37, found by <relaxation>)
1790.04/1790.06	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.06	c   Gap              :   infinite
1790.04/1790.06	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.06	c   Root Iterations  :        184
1790.14/1790.13	c Time complete: 1790.16.

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-2705112-1278578350/watcher-2705112-1278578350 -o /tmp/evaluation-result-2705112-1278578350/solver-2705112-1278578350 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705112-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.92 4/178 22049
/proc/meminfo: memFree=27712448/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=12696 CPUtime=0
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 2008 0 0 0 0 0 0 0 21 0 1 0 26049206 13000704 1926 4089446400 4194304 10345943 140736695301152 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22049/statm: 3174 1926 429 1502 0 1667 0

[startup+0.0518381 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 22049
/proc/meminfo: memFree=27712448/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=34956 CPUtime=0.04
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 8021 0 0 0 4 0 0 0 21 0 1 0 26049206 35794944 7585 4089446400 4194304 10345943 140736695301152 18446744073709551615 4866599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 8793 7618 494 1502 0 7286 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34956

[startup+0.100826 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 22049
/proc/meminfo: memFree=27712448/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=38024 CPUtime=0.09
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26049206 38936576 8013 4089446400 4194304 10345943 140736695301152 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300794 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 22049
/proc/meminfo: memFree=27712448/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=70108 CPUtime=0.29
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 16227 0 0 0 27 2 0 0 18 0 1 0 26049206 71790592 15791 4089446400 4194304 10345943 140736695301152 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 17527 15791 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700705 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 22049
/proc/meminfo: memFree=27712448/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=65268 CPUtime=0.69
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 16893 0 0 0 67 2 0 0 18 0 1 0 26049206 66834432 15052 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 16317 15052 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50056 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 22051
/proc/meminfo: memFree=29119808/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=65268 CPUtime=1.49
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 16895 0 0 0 146 3 0 0 19 0 1 0 26049206 66834432 15054 4089446400 4194304 10345943 140736695301152 18446744073709551615 6702733 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 16317 15054 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10031 s]
/proc/loadavg: 1.92 1.98 1.92 2/177 22051
/proc/meminfo: memFree=29119064/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=65268 CPUtime=3.09
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 16899 0 0 0 306 3 0 0 24 0 1 0 26049206 66834432 15058 4089446400 4194304 10345943 140736695301152 18446744073709551615 4654843 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 16317 15058 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30073 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 22078
/proc/meminfo: memFree=29102536/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=65268 CPUtime=6.29
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 19319 0 0 0 625 4 0 0 25 0 1 0 26049206 66834432 15092 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 16317 15092 761 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7006 s]
/proc/loadavg: 2.09 2.02 1.93 3/179 22079
/proc/meminfo: memFree=29077620/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=79016 CPUtime=12.69
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 29347 0 0 0 1263 6 0 0 25 0 1 0 26049206 80912384 18544 4089446400 4194304 10345943 140736695301152 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 19754 18544 761 1502 0 18247 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79016

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 22079
/proc/meminfo: memFree=29034656/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=93796 CPUtime=25.49
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 42196 0 0 0 2541 8 0 0 25 0 1 0 26049206 96047104 22269 4089446400 4194304 10345943 140736695301152 18446744073709551615 5614248 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 23449 22269 762 1502 0 21942 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93796

[startup+51.1009 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 22080
/proc/meminfo: memFree=28946564/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=130556 CPUtime=51.1
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 86435 0 0 0 5092 18 0 0 25 0 1 0 26049206 133689344 31247 4089446400 4194304 10345943 140736695301152 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 32639 31247 767 1502 0 31132 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 130556

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 22082
/proc/meminfo: memFree=28827588/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=136420 CPUtime=102.3
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 117092 0 0 0 10190 40 0 0 25 0 1 0 26049206 139694080 32781 4089446400 4194304 10345943 140736695301152 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 34105 32781 785 1502 0 32598 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 136420

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22083
/proc/meminfo: memFree=28699308/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=140000 CPUtime=162.29
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 136303 0 0 0 16169 60 0 0 25 0 1 0 26049206 143360000 33485 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 35000 33485 786 1502 0 33493 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 140000

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 22084
/proc/meminfo: memFree=28561480/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=148568 CPUtime=222.29
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 142066 0 0 0 22153 76 0 0 25 0 1 0 26049206 152133632 35513 4089446400 4194304 10345943 140736695301152 18446744073709551615 4705184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 37142 35513 786 1502 0 35635 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 148568

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 22086
/proc/meminfo: memFree=28428604/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=152952 CPUtime=282.3
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 143132 0 0 0 28140 90 0 0 25 0 1 0 26049206 156622848 36579 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 38238 36579 786 1502 0 36731 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152952

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22088
/proc/meminfo: memFree=28293508/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=154456 CPUtime=342.3
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 145424 0 0 0 34123 107 0 0 25 0 1 0 26049206 158162944 36949 4089446400 4194304 10345943 140736695301152 18446744073709551615 5085445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 38614 36949 786 1502 0 37107 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154456

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22090
/proc/meminfo: memFree=28155048/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=157012 CPUtime=402.3
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 146289 0 0 0 40109 121 0 0 25 0 1 0 26049206 160780288 37813 4089446400 4194304 10345943 140736695301152 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 39253 37813 786 1502 0 37746 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 157012

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22091
/proc/meminfo: memFree=28018580/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=157172 CPUtime=462.3
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 146448 0 0 0 46094 136 0 0 25 0 1 0 26049206 160944128 37972 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 39293 37972 786 1502 0 37786 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157172

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22092
/proc/meminfo: memFree=27884324/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=158048 CPUtime=522.31
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 147135 0 0 0 52079 152 0 0 25 0 1 0 26049206 161841152 38104 4089446400 4194304 10345943 140736695301152 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 39512 38104 786 1502 0 38005 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 158048

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22094
/proc/meminfo: memFree=27746728/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=160480 CPUtime=582.31
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 149546 0 0 0 58063 168 0 0 25 0 1 0 26049206 164331520 38581 4089446400 4194304 10345943 140736695301152 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40120 38581 786 1502 0 38613 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 160480

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22096
/proc/meminfo: memFree=27613728/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=162588 CPUtime=642.32
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 149991 0 0 0 64045 187 0 0 25 0 1 0 26049206 166490112 39026 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40647 39026 786 1502 0 39140 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 162588

[startup+702.301 s]

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

/proc/meminfo: memFree=26812984/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=162720 CPUtime=1002.31
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 154432 0 0 0 99946 285 0 0 25 0 1 0 26049206 166625280 39198 4089446400 4194304 10345943 140736695301152 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40680 39198 786 1502 0 39173 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 162720

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22107
/proc/meminfo: memFree=26682840/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=162720 CPUtime=1062.31
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 154483 0 0 0 105931 300 0 0 25 0 1 0 26049206 166625280 39249 4089446400 4194304 10345943 140736695301152 18446744073709551615 6872681 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40680 39249 786 1502 0 39173 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 162720

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22108
/proc/meminfo: memFree=26548592/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=162720 CPUtime=1122.31
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 154496 0 0 0 111914 317 0 0 25 0 1 0 26049206 166625280 39262 4089446400 4194304 10345943 140736695301152 18446744073709551615 6307510 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40680 39262 786 1502 0 39173 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 162720

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22110
/proc/meminfo: memFree=26421916/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=162720 CPUtime=1182.32
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 154504 0 0 0 117900 332 0 0 25 0 1 0 26049206 166625280 39270 4089446400 4194304 10345943 140736695301152 18446744073709551615 4471665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40680 39270 786 1502 0 39173 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 162720

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22112
/proc/meminfo: memFree=26286200/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=163280 CPUtime=1242.32
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156525 0 0 0 123880 352 0 0 25 0 1 0 26049206 167198720 39268 4089446400 4194304 10345943 140736695301152 18446744073709551615 5006328 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40820 39268 786 1502 0 39313 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 163280

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22114
/proc/meminfo: memFree=26151824/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=163552 CPUtime=1302.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156614 0 0 0 129861 372 0 0 25 0 1 0 26049206 167477248 39357 4089446400 4194304 10345943 140736695301152 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40888 39357 786 1502 0 39381 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 163552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22151
/proc/meminfo: memFree=28964992/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=163552 CPUtime=1362.32
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156632 0 0 0 135844 388 0 0 25 0 1 0 26049206 167477248 39375 4089446400 4194304 10345943 140736695301152 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40888 39375 786 1502 0 39381 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 163552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22152
/proc/meminfo: memFree=28876156/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=163752 CPUtime=1422.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156683 0 0 0 141829 404 0 0 25 0 1 0 26049206 167682048 39426 4089446400 4194304 10345943 140736695301152 18446744073709551615 6699903 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 40938 39426 786 1502 0 39431 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 163752

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 22154
/proc/meminfo: memFree=28788836/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164140 CPUtime=1482.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156774 0 0 0 147813 420 0 0 25 0 1 0 26049206 168079360 39517 4089446400 4194304 10345943 140736695301152 18446744073709551615 5614772 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41035 39517 786 1502 0 39528 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 164140

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 22156
/proc/meminfo: memFree=28697884/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164272 CPUtime=1542.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156822 0 0 0 153796 437 0 0 25 0 1 0 26049206 168214528 39565 4089446400 4194304 10345943 140736695301152 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41068 39565 786 1502 0 39561 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 164272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22158
/proc/meminfo: memFree=28608052/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164272 CPUtime=1602.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156831 0 0 0 159782 451 0 0 25 0 1 0 26049206 168214528 39574 4089446400 4194304 10345943 140736695301152 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41068 39574 786 1502 0 39561 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 164272

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22159
/proc/meminfo: memFree=28516468/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164272 CPUtime=1662.33
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156833 0 0 0 165766 467 0 0 25 0 1 0 26049206 168214528 39576 4089446400 4194304 10345943 140736695301152 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41068 39576 786 1502 0 39561 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 164272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22160
/proc/meminfo: memFree=28427376/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164272 CPUtime=1722.34
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156837 0 0 0 171748 486 0 0 25 0 1 0 26049206 168214528 39580 4089446400 4194304 10345943 140736695301152 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41068 39580 786 1502 0 39561 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 164272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28337036/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1782.34
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156900 0 0 0 177728 506 0 0 25 0 1 0 26049206 168812544 39643 4089446400 4194304 10345943 140736695301152 18446744073709551615 4638718 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39643 786 1502 0 39707 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 164856

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28332312/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1785.53
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156908 0 0 0 178046 507 0 0 25 0 1 0 26049206 168812544 39651 4089446400 4194304 10345943 140736695301152 18446744073709551615 6119711 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39651 786 1502 0 39707 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 164856

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28327100/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1788.73
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156908 0 0 0 178365 508 0 0 25 0 1 0 26049206 168812544 39651 4089446400 4194304 10345943 140736695301152 18446744073709551615 5012395 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39651 786 1502 0 39707 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 164856

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28327100/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1789.53
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156908 0 0 0 178445 508 0 0 25 0 1 0 26049206 168812544 39651 4089446400 4194304 10345943 140736695301152 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39651 786 1502 0 39707 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 164856

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28325860/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1789.94
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156908 0 0 0 178485 509 0 0 25 0 1 0 26049206 168812544 39651 4089446400 4194304 10345943 140736695301152 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39651 786 1502 0 39707 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 164856

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22162
/proc/meminfo: memFree=28325860/32951124 swapFree=67111528/67111528
[pid=22049] ppid=22047 vsize=164856 CPUtime=1790.14
/proc/22049/stat : 22049 (pbscip.linux.x8) R 22047 22049 21580 0 -1 4202496 156918 0 0 0 178505 509 0 0 25 0 1 0 26049206 168812544 39661 4089446400 4194304 10345943 140736695301152 18446744073709551615 4448743 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22049/statm: 41214 39661 787 1502 0 39707 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 164856

Child status: 0
Real time (s): 1790.13
CPU time (s): 1790.17
CPU user time (s): 1785.08
CPU system time (s): 5.09723
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 164856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.08
system time used= 5.09722
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3940

runsolver used 3.21351 second user time and 6.53101 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1131462059

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27712976 kB
Buffers:        149572 kB
Cached:        3399924 kB
SwapCached:          0 kB
Active:        2390012 kB
Inactive:      2685000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27712976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:     1525544 kB
Mapped:          17408 kB
Slab:            96924 kB
PageTables:       7692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1685464 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= 73628 MiB
End job on node107 at 2010-07-08 11:09:01