Trace number 2692991

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.31 1800.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900544484--soft-0-100-0.wbo
MD5SUMe3f6753fad3114c64a2e1439cb62c0aa
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 benchmark84.5321
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2692991-1277927575.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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, 2707 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, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	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 = 1799.98
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 # 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 # 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.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.379450e+05 |    Inf 
4.49/4.59	o 504
4.49/4.59	c * 4.5s|  2682 |  2681 |  1120 |   0.3 |  27M|2655 |   - |5645 |5414 |5645 | 262 | 338 |   0 | 404 | 0.000000e+00 | 5.040000e+02 |    Inf 
4.60/4.60	o 500
4.60/4.60	c * 4.5s|  2683 |  2680 |  1120 |   0.3 |  27M|2655 |   - |5645 |5414 |5645 | 262 | 338 |   0 | 404 | 0.000000e+00 | 5.000000e+02 |    Inf 
14.99/15.04	o 381
14.99/15.04	c *14.8s|  9398 |  7908 |  3293 |   0.3 |  40M|2655 |   - |5645 |5507 |5645 | 218 | 983 |  93 | 607 | 0.000000e+00 | 3.810000e+02 |    Inf 
16.69/16.71	c  16.4s| 10000 |  8442 |  4802 |   0.5 |  43M|2655 |   0 |5645 |5667 |5645 | 213 |1371 | 253 | 736 | 0.000000e+00 | 3.810000e+02 |    Inf 
18.50/18.55	o 358
18.50/18.55	c *18.3s| 10968 |  8994 |  5732 |   0.5 |  46M|2655 |   - |5645 |5808 |5645 | 230 |1623 | 394 | 803 | 0.000000e+00 | 3.580000e+02 |    Inf 
18.89/18.97	o 261
18.89/18.97	c *18.7s| 11238 |  7192 |  5790 |   0.5 |  41M|2655 |   - |5645 |5808 |5645 | 227 |1633 | 394 | 803 | 0.000000e+00 | 2.610000e+02 |    Inf 
21.29/21.31	o 248
21.29/21.31	c *21.0s| 12032 |  7612 |  8064 |   0.7 |  45M|2655 |   - |5645 |6284 |5645 | 273 |2395 | 870 | 892 | 0.000000e+00 | 2.480000e+02 |    Inf 
21.29/21.32	o 244
21.29/21.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.29/21.32	c *21.0s| 12033 |  7563 |  8064 |   0.7 |  45M|2655 |   - |5645 |6284 |5645 | 273 |2395 | 870 | 892 | 0.000000e+00 | 2.440000e+02 |    Inf 
21.39/21.48	o 242
21.39/21.48	c *21.1s| 12063 |  7545 |  8421 |   0.7 |  45M|2655 |   - |5645 |6288 |5645 | 286 |2509 | 874 | 903 | 0.000000e+00 | 2.420000e+02 |    Inf 
22.50/22.55	o 223
22.50/22.55	c *22.2s| 12284 |  7337 | 10439 |   0.8 |  45M|2655 |   - |5645 |6386 |5645 | 288 |3223 | 972 |1023 | 0.000000e+00 | 2.230000e+02 |    Inf 
22.59/22.63	o 208
22.59/22.63	c *22.3s| 12308 |  7098 | 10577 |   0.8 |  44M|2655 |   - |5645 |6386 |5645 | 229 |3242 | 972 |1023 | 0.000000e+00 | 2.080000e+02 |    Inf 
22.69/22.70	o 203
22.69/22.70	c *22.3s| 12329 |  7011 | 10649 |   0.8 |  44M|2655 |   - |5645 |6432 |5645 | 234 |3247 |1018 |1023 | 0.000000e+00 | 2.030000e+02 |    Inf 
22.99/23.01	o 157
22.99/23.01	c *22.6s| 12394 |  4728 | 11309 |   0.9 |  39M|2655 |   - |5645 |6479 |5645 | 231 |3440 |1065 |1040 | 0.000000e+00 | 1.570000e+02 |    Inf 
23.89/23.94	o 155
23.89/23.94	c *23.5s| 12762 |  4939 | 12773 |   1.0 |  41M|2655 |   - |5645 |6555 |5645 | 229 |3742 |1141 |1114 | 0.000000e+00 | 1.550000e+02 |    Inf 
23.99/24.10	o 143
23.99/24.10	c *23.7s| 12948 |  4418 | 12773 |   1.0 |  40M|2655 |   - |5645 |6555 |5645 | 229 |3742 |1141 |1114 | 0.000000e+00 | 1.430000e+02 |    Inf 
25.30/25.31	o 136
25.30/25.31	c *24.9s| 13276 |  4367 | 14252 |   1.1 |  41M|2655 |   - |5645 |6771 |5645 | 241 |4142 |1357 |1203 | 0.000000e+00 | 1.360000e+02 |    Inf 
25.39/25.45	o 134
25.39/25.45	c *25.0s| 13303 |  4296 | 14501 |   1.1 |  41M|2655 |   - |5645 |6774 |5645 | 219 |4184 |1360 |1208 | 0.000000e+00 | 1.340000e+02 |    Inf 
25.39/25.45	o 126
25.39/25.45	c *25.0s| 13304 |  4050 | 14511 |   1.1 |  40M|2655 |   - |5645 |6774 |5645 | 219 |4184 |1360 |1208 | 0.000000e+00 | 1.260000e+02 |    Inf 
25.60/25.65	o 119
25.60/25.65	c *25.2s| 13330 |  3823 | 14956 |   1.1 |  40M|2655 |   - |5645 |6783 |5645 | 217 |4241 |1369 |1223 | 0.000000e+00 | 1.190000e+02 |    Inf 
25.89/25.93	o 115
25.89/25.93	c *25.5s| 13380 |  3725 | 15518 |   1.1 |  40M|2655 |   - |5645 |6816 |5645 | 229 |4357 |1402 |1232 | 0.000000e+00 | 1.150000e+02 |    Inf 
25.89/25.93	o 114
25.89/25.93	c *25.5s| 13381 |  3689 | 15518 |   1.1 |  40M|2655 |   - |5645 |6816 |5645 | 229 |4357 |1402 |1232 | 0.000000e+00 | 1.140000e+02 |    Inf 
26.00/26.05	o 103
26.00/26.05	c *25.6s| 13433 |  3438 | 15699 |   1.2 |  39M|2655 |   - |5645 |6818 |5645 | 231 |4411 |1404 |1234 | 0.000000e+00 | 1.030000e+02 |    Inf 
26.10/26.16	o 96
26.10/26.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.10/26.16	c *25.7s| 13448 |  3101 | 15881 |   1.2 |  38M|2655 |   - |5645 |6821 |5645 | 223 |4457 |1407 |1237 | 0.000000e+00 | 9.600000e+01 |    Inf 
26.19/26.26	o 95
26.19/26.26	c *25.8s| 13465 |  3084 | 16099 |   1.2 |  37M|2655 |   - |5645 |6683 |5645 | 232 |4512 |1414 |1243 | 0.000000e+00 | 9.500000e+01 |    Inf 
26.19/26.26	o 91
26.19/26.26	c *25.8s| 13466 |  2915 | 16099 |   1.2 |  36M|2655 |   - |5645 |6683 |5645 | 232 |4512 |1414 |1243 | 0.000000e+00 | 9.100000e+01 |    Inf 
26.89/26.95	o 84
26.89/26.95	c *26.5s| 13646 |  2669 | 16926 |   1.2 |  36M|2655 |   - |5645 |6675 |5645 | 207 |4748 |1578 |1264 | 0.000000e+00 | 8.400000e+01 |    Inf 
34.49/34.52	o 75
34.49/34.52	c *33.9s| 15735 |  3029 | 24966 |   1.6 |  42M|2655 |   - |5645 |7700 |5645 | 259 |7035 |3552 |1436 | 0.000000e+00 | 7.500000e+01 |    Inf 
35.69/35.71	o 70
35.69/35.71	c *35.1s| 15933 |  2820 | 26702 |   1.7 |  42M|2655 |   - |5645 |7186 |5645 | 223 |7614 |3779 |1466 | 0.000000e+00 | 7.000000e+01 |    Inf 
47.50/47.58	o 59
47.50/47.58	c *46.8s| 19465 |  3136 | 42941 |   2.2 |  49M|2655 |   - |5645 |7087 |5645 | 242 |  12k|7467 |1586 | 0.000000e+00 | 5.900000e+01 |    Inf 
48.40/48.40	o 48
48.40/48.40	c *47.6s| 19748 |  2751 | 44155 |   2.2 |  48M|2655 |   - |5645 |6553 |5645 | 206 |  12k|7901 |1593 | 0.000000e+00 | 4.800000e+01 |    Inf 
48.40/48.41	o 46
48.40/48.41	c *47.6s| 19749 |  2662 | 44157 |   2.2 |  47M|2655 |   - |5645 |6553 |5645 | 206 |  12k|7901 |1593 | 0.000000e+00 | 4.600000e+01 |    Inf 
49.00/49.07	c  48.3s| 20000 |  2671 | 45045 |   2.2 |  47M|2655 |   1 |5645 |6047 |5645 | 224 |  12k|8247 |1596 | 0.000000e+00 | 4.600000e+01 |    Inf 
50.49/50.53	o 37
50.49/50.53	c *49.7s| 20545 |  2383 | 46693 |   2.3 |  46M|2655 |   - |5645 |5820 |5645 | 281 |  12k|8824 |1604 | 0.000000e+00 | 3.700000e+01 |    Inf 
54.49/54.58	o 31
54.49/54.58	c *53.6s| 22036 |  2260 | 54981 |   2.5 |  47M|2655 |   - |5645 |5844 |5645 | 233 |  14k|  10k|1670 | 0.000000e+00 | 3.100000e+01 |    Inf 
65.49/65.53	o 29
65.49/65.53	c *64.4s| 27006 |  2568 | 72103 |   2.7 |  52M|2655 |   - |5645 |6487 |5645 | 215 |  17k|  16k|1730 | 0.000000e+00 | 2.900000e+01 |    Inf 
67.10/67.15	o 17
67.10/67.15	c *66.0s| 27638 |  2147 | 75840 |   2.7 |  49M|2655 |   - |5645 |6447 |5645 | 222 |  18k|  17k|1734 | 0.000000e+00 | 1.700000e+01 |    Inf 
71.40/71.44	c  70.2s| 30000 |  2159 | 82468 |   2.7 |  50M|2655 |   1 |5645 |6209 |5645 | 205 |  19k|  20k|1740 | 0.000000e+00 | 1.700000e+01 |    Inf 
74.19/74.20	o 15
74.19/74.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.19/74.20	c *72.9s| 31460 |  2111 | 87465 |   2.8 |  50M|2655 |   - |5645 |6637 |5645 | 215 |  20k|  22k|1786 | 0.000000e+00 | 1.500000e+01 |    Inf 
82.10/82.17	o 14
82.10/82.17	c *80.7s| 35672 |  2156 |101308 |   2.8 |  51M|2655 |   - |5645 |6229 |5645 | 257 |  22k|  28k|1875 | 0.000000e+00 | 1.400000e+01 |    Inf 
89.59/89.68	o 11
89.59/89.68	c *88.0s| 39629 |  2194 |114986 |   2.9 |  52M|2655 |   - |5645 |7189 |5645 | 204 |  24k|  33k|2008 | 0.000000e+00 | 1.100000e+01 |    Inf 
90.29/90.38	c  88.7s| 40000 |  2193 |116516 |   2.9 |  52M|2655 |   1 |5645 |6979 |5645 | 177 |  24k|  33k|2011 | 0.000000e+00 | 1.100000e+01 |    Inf 
99.59/99.66	o 10
99.59/99.66	c *97.8s| 45121 |  2398 |137220 |   3.0 |  54M|2655 |   - |5645 |7357 |5645 | 260 |  27k|  39k|2176 | 0.000000e+00 | 1.000000e+01 |    Inf 
108.39/108.43	c   106s| 50000 |  2551 |154277 |   3.1 |  56M|2655 |   1 |5645 |7605 |5645 | 197 |  29k|  45k|2279 | 0.000000e+00 | 1.000000e+01 |    Inf 
108.90/108.96	o 8
108.90/108.96	c * 107s| 50298 |  2473 |155540 |   3.1 |  56M|2655 |   - |5645 |7737 |5645 | 259 |  29k|  46k|2280 | 0.000000e+00 | 8.000000e+00 |    Inf 
126.40/126.44	c   124s| 60000 |  2735 |187975 |   3.1 |  60M|2655 |   9 |5645 |7959 |5645 | 224 |  33k|  57k|2498 | 0.000000e+00 | 8.000000e+00 |    Inf 
144.00/144.09	c   141s| 70000 |  2954 |220128 |   3.1 |  63M|2655 |   - |5645 |9178 |   0 |   0 |  36k|  71k|2722 | 0.000000e+00 | 8.000000e+00 |    Inf 
162.40/162.43	c   159s| 80000 |  3153 |255327 |   3.2 |  66M|2655 |   - |5645 |9153 |   0 |   0 |  39k|  84k|2919 | 0.000000e+00 | 8.000000e+00 |    Inf 
180.31/180.33	c   177s| 90000 |  3301 |287368 |   3.2 |  69M|2655 |  12 |5645 |9867 |5645 | 216 |  43k|  97k|3086 | 0.000000e+00 | 8.000000e+00 |    Inf 
198.89/198.96	c   195s|100000 |  3480 |320794 |   3.2 |  72M|2655 |   - |5645 |  10k|   0 |   0 |  46k| 110k|3243 | 0.000000e+00 | 8.000000e+00 |    Inf 
208.30/208.36	o 6
208.30/208.36	c * 204s|105240 |  3361 |335651 |   3.2 |  72M|2655 |   - |5645 |  11k|5645 | 251 |  48k| 117k|3299 | 0.000000e+00 | 6.000000e+00 |    Inf 
208.30/208.38	o 5
208.30/208.38	c * 204s|105243 |  3235 |335658 |   3.2 |  70M|2655 |   - |5645 |  11k|5645 | 251 |  48k| 117k|3299 | 0.000000e+00 | 5.000000e+00 |    Inf 
216.90/216.90	c   213s|110000 |  3323 |350533 |   3.2 |  71M|2655 |   1 |5645 |9707 |5645 | 234 |  49k| 123k|3349 | 0.000000e+00 | 5.000000e+00 |    Inf 
234.90/234.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.90/234.96	c   230s|120000 |  3514 |382295 |   3.2 |  75M|2655 |  12 |5645 |  12k|5645 | 235 |  52k| 136k|3481 | 0.000000e+00 | 5.000000e+00 |    Inf 
254.50/254.53	c   249s|130000 |  3663 |414190 |   3.2 |  77M|2655 |   - |5645 |  13k|   0 |   0 |  55k| 149k|3608 | 0.000000e+00 | 5.000000e+00 |    Inf 
273.30/273.31	c   268s|140000 |  3706 |446959 |   3.2 |  78M|2655 |   1 |5645 |9784 |5645 | 217 |  58k| 163k|3720 | 0.000000e+00 | 5.000000e+00 |    Inf 
292.10/292.12	c   286s|150000 |  3777 |480624 |   3.2 |  80M|2655 |   - |5645 |  10k|   0 |   0 |  62k| 176k|3870 | 0.000000e+00 | 5.000000e+00 |    Inf 
310.70/310.79	c   304s|160000 |  3847 |516010 |   3.2 |  81M|2655 |   1 |5645 |9779 |5645 | 227 |  66k| 190k|3995 | 0.000000e+00 | 5.000000e+00 |    Inf 
330.00/330.05	c   322s|170000 |  4046 |553135 |   3.3 |  84M|2655 |   - |5645 |  11k|   0 |   0 |  70k| 205k|4124 | 0.000000e+00 | 5.000000e+00 |    Inf 
349.60/349.65	c   341s|180000 |  4242 |592750 |   3.3 |  86M|2655 |  14 |5645 |  10k|5645 | 273 |  74k| 218k|4252 | 0.000000e+00 | 5.000000e+00 |    Inf 
369.51/369.57	c   360s|190000 |  4336 |630901 |   3.3 |  88M|2655 |  13 |5645 |9929 |5645 | 262 |  77k| 232k|4350 | 0.000000e+00 | 5.000000e+00 |    Inf 
389.00/389.07	c   379s|200000 |  4403 |667333 |   3.3 |  90M|2655 |   - |5645 |  10k|   0 |   0 |  80k| 246k|4488 | 0.000000e+00 | 5.000000e+00 |    Inf 
408.60/408.63	c   398s|210000 |  4609 |705784 |   3.4 |  93M|2655 |   - |5645 |  13k|   0 |   0 |  84k| 260k|4578 | 0.000000e+00 | 5.000000e+00 |    Inf 
428.91/428.93	c   417s|220000 |  4782 |744651 |   3.4 |  95M|2655 |  12 |5645 |  15k|5645 | 247 |  88k| 275k|4702 | 0.000000e+00 | 5.000000e+00 |    Inf 
447.20/447.24	o 4
447.20/447.24	c * 435s|228855 |  4659 |781184 |   3.4 |  93M|2655 |   - |5645 |  15k|5645 | 273 |  91k| 288k|4789 | 0.000000e+00 | 4.000000e+00 |    Inf 
449.81/449.90	c   438s|230000 |  4685 |787506 |   3.4 |  93M|2655 |  15 |5645 |  13k|5645 | 237 |  92k| 290k|4795 | 0.000000e+00 | 4.000000e+00 |    Inf 
470.81/470.85	c   458s|240000 |  4809 |826043 |   3.4 |  95M|2655 |   1 |5645 |  15k|5645 | 263 |  96k| 304k|4903 | 0.000000e+00 | 4.000000e+00 |    Inf 
491.30/491.34	c   477s|250000 |  4928 |865595 |   3.5 |  96M|2655 |  23 |5645 |  13k|5645 | 256 | 100k| 318k|4990 | 0.000000e+00 | 4.000000e+00 |    Inf 
511.11/511.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
511.11/511.17	c   496s|260000 |  4962 |903423 |   3.5 |  97M|2655 |  14 |5645 |  13k|5645 | 246 | 103k| 333k|5085 | 0.000000e+00 | 4.000000e+00 |    Inf 
532.01/532.02	c   516s|270000 |  5155 |944370 |   3.5 | 100M|2655 |  15 |5645 |  15k|5645 | 248 | 108k| 347k|5183 | 0.000000e+00 | 4.000000e+00 |    Inf 
553.40/553.45	c   537s|280000 |  5234 |983334 |   3.5 | 102M|2655 |   - |5645 |  16k|   0 |   0 | 112k| 362k|5260 | 0.000000e+00 | 4.000000e+00 |    Inf 
575.51/575.53	c   558s|290000 |  5343 |  1029k|   3.5 | 103M|2655 |   1 |5645 |  16k|5645 | 259 | 117k| 377k|5380 | 0.000000e+00 | 4.000000e+00 |    Inf 
598.01/598.03	c   580s|300000 |  5411 |  1074k|   3.6 | 104M|2655 |  15 |5645 |  16k|5645 | 242 | 122k| 392k|5459 | 0.000000e+00 | 4.000000e+00 |    Inf 
620.70/620.77	c   602s|310000 |  5435 |  1118k|   3.6 | 106M|2655 |  19 |5645 |  18k|5645 | 284 | 126k| 406k|5568 | 0.000000e+00 | 4.000000e+00 |    Inf 
642.41/642.43	c   623s|320000 |  5525 |  1158k|   3.6 | 107M|2655 |   1 |5645 |  16k|5645 | 254 | 130k| 419k|5645 | 0.000000e+00 | 4.000000e+00 |    Inf 
663.51/663.58	c   643s|330000 |  5517 |  1199k|   3.6 | 107M|2655 |   1 |5645 |  14k|5645 | 235 | 134k| 434k|5712 | 0.000000e+00 | 4.000000e+00 |    Inf 
684.31/684.36	c   663s|340000 |  5555 |  1240k|   3.6 | 109M|2655 |  19 |5645 |  17k|5645 | 277 | 139k| 448k|5790 | 0.000000e+00 | 4.000000e+00 |    Inf 
699.91/699.96	o 3
699.91/699.96	c * 678s|347587 |  5073 |  1269k|   3.7 | 102M|2655 |   - |5645 |  16k|5645 | 257 | 141k| 459k|5905 | 0.000000e+00 | 3.000000e+00 |    Inf 
704.81/704.86	c   683s|350000 |  5048 |  1278k|   3.7 | 101M|2655 |   - |5645 |  13k|   0 |   0 | 142k| 462k|5924 | 0.000000e+00 | 3.000000e+00 |    Inf 
724.62/724.64	c   702s|360000 |  4990 |  1317k|   3.7 | 100M|2655 |  11 |5645 |  12k|5645 | 239 | 146k| 477k|5980 | 0.000000e+00 | 3.000000e+00 |    Inf 
745.71/745.76	c   723s|370000 |  5062 |  1356k|   3.7 | 103M|2655 |   - |5645 |  17k|   0 |   0 | 150k| 492k|6044 | 0.000000e+00 | 3.000000e+00 |    Inf 
766.51/766.55	c   743s|380000 |  4966 |  1394k|   3.7 | 102M|2655 |   1 |5645 |  14k|5645 | 277 | 152k| 507k|6178 | 0.000000e+00 | 3.000000e+00 |    Inf 
788.22/788.21	c   764s|390000 |  4995 |  1436k|   3.7 | 102M|2655 |   5 |5645 |  13k|5645 | 251 | 157k| 521k|6250 | 0.000000e+00 | 3.000000e+00 |    Inf 
808.11/808.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.11/808.11	c   783s|400000 |  4914 |  1474k|   3.7 | 102M|2655 |  12 |5645 |  12k|5645 | 258 | 161k| 535k|6336 | 0.000000e+00 | 3.000000e+00 |    Inf 
827.42/827.48	c   802s|410000 |  4905 |  1514k|   3.7 | 101M|2655 |   1 |5645 |  10k|5645 | 227 | 164k| 549k|6459 | 0.000000e+00 | 3.000000e+00 |    Inf 
847.11/847.15	c   821s|420000 |  4974 |  1548k|   3.7 | 103M|2655 |   - |5645 |  13k|   0 |   0 | 167k| 563k|6510 | 0.000000e+00 | 3.000000e+00 |    Inf 
867.12/867.12	c   840s|430000 |  4849 |  1587k|   3.7 | 101M|2655 |   - |5645 |9960 |   0 |   0 | 170k| 576k|6603 | 0.000000e+00 | 3.000000e+00 |    Inf 
885.32/885.30	c   858s|440000 |  4835 |  1619k|   3.7 | 102M|2655 |  12 |5645 |  12k|5645 | 222 | 173k| 590k|6660 | 0.000000e+00 | 3.000000e+00 |    Inf 
904.41/904.48	c   876s|450000 |  4871 |  1649k|   3.7 | 103M|2655 |   8 |5645 |  13k|5645 | 197 | 176k| 603k|6707 | 0.000000e+00 | 3.000000e+00 |    Inf 
924.91/924.91	c   896s|460000 |  4934 |  1681k|   3.7 | 104M|2655 |  11 |5645 |  16k|5645 | 224 | 180k| 616k|6747 | 0.000000e+00 | 3.000000e+00 |    Inf 
946.42/946.47	c   917s|470000 |  4909 |  1719k|   3.7 | 103M|2655 |   1 |5645 |  13k|5645 | 215 | 183k| 630k|6811 | 0.000000e+00 | 3.000000e+00 |    Inf 
966.83/966.87	c   937s|480000 |  4979 |  1755k|   3.7 | 105M|2655 |   - |5645 |  13k|   0 |   0 | 187k| 644k|6866 | 0.000000e+00 | 3.000000e+00 |    Inf 
987.22/987.25	c   956s|490000 |  5018 |  1795k|   3.7 | 106M|2655 |   - |5645 |  15k|   0 |   0 | 190k| 658k|6925 | 0.000000e+00 | 3.000000e+00 |    Inf 
1008.31/1008.35	c   977s|500000 |  5101 |  1830k|   3.7 | 107M|2655 |   - |5645 |  16k|   0 |   0 | 194k| 672k|6974 | 0.000000e+00 | 3.000000e+00 |    Inf 
1029.82/1029.80	c   997s|510000 |  5330 |  1866k|   3.7 | 109M|2655 |   - |5645 |  17k|   0 |   0 | 198k| 685k|7030 | 0.000000e+00 | 3.000000e+00 |    Inf 
1053.32/1053.36	c  1020s|520000 |  5554 |  1911k|   3.7 | 112M|2655 |   1 |5645 |  19k|5645 | 252 | 204k| 700k|7096 | 0.000000e+00 | 3.000000e+00 |    Inf 
1076.13/1076.17	c  1042s|530000 |  5669 |  1947k|   3.7 | 114M|2655 |   - |5645 |  21k|   0 |   0 | 208k| 714k|7144 | 0.000000e+00 | 3.000000e+00 |    Inf 
1099.22/1099.23	c  1065s|540000 |  5764 |  1986k|   3.7 | 115M|2655 |   - |5645 |  18k|   0 |   0 | 212k| 729k|7193 | 0.000000e+00 | 3.000000e+00 |    Inf 
1121.22/1121.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1121.22/1121.20	c  1086s|550000 |  5820 |  2026k|   3.7 | 116M|2655 |   - |5645 |  19k|   0 |   0 | 216k| 744k|7256 | 0.000000e+00 | 3.000000e+00 |    Inf 
1143.22/1143.23	c  1108s|560000 |  5985 |  2073k|   3.7 | 118M|2655 |   - |5645 |  21k|   0 |   0 | 221k| 758k|7327 | 0.000000e+00 | 3.000000e+00 |    Inf 
1167.72/1167.76	c  1131s|570000 |  6103 |  2122k|   3.7 | 121M|2655 |   - |5645 |  23k|   0 |   0 | 227k| 773k|7402 | 0.000000e+00 | 3.000000e+00 |    Inf 
1187.63/1187.68	o 2
1187.63/1187.68	c *1151s|579021 |  5949 |  2157k|   3.7 | 118M|2655 |   - |5645 |  21k|5645 | 292 | 230k| 786k|7443 | 0.000000e+00 | 2.000000e+00 |    Inf 
1189.82/1189.88	c  1153s|580000 |  5949 |  2161k|   3.7 | 117M|2655 |   - |5645 |  18k|   0 |   0 | 230k| 788k|7458 | 0.000000e+00 | 2.000000e+00 |    Inf 
1211.22/1211.26	c  1174s|590000 |  6000 |  2200k|   3.7 | 118M|2655 |   - |5645 |  17k|   0 |   0 | 235k| 802k|7507 | 0.000000e+00 | 2.000000e+00 |    Inf 
1233.32/1233.36	c  1195s|600000 |  5966 |  2241k|   3.7 | 117M|2655 |  14 |5645 |  16k|5645 | 210 | 239k| 816k|7549 | 0.000000e+00 | 2.000000e+00 |    Inf 
1254.43/1254.48	c  1215s|610000 |  6008 |  2276k|   3.7 | 118M|2655 |   1 |5645 |  18k|5645 | 235 | 242k| 830k|7586 | 0.000000e+00 | 2.000000e+00 |    Inf 
1277.73/1277.78	c  1238s|620000 |  6148 |  2321k|   3.7 | 121M|2655 |   - |5645 |  20k|   0 |   0 | 247k| 843k|7640 | 0.000000e+00 | 2.000000e+00 |    Inf 
1301.73/1301.70	c  1261s|630000 |  6218 |  2369k|   3.8 | 122M|2655 |  18 |5645 |  21k|5645 | 239 | 251k| 858k|7708 | 0.000000e+00 | 2.000000e+00 |    Inf 
1325.13/1325.15	c  1284s|640000 |  6255 |  2413k|   3.8 | 122M|2655 |   - |5645 |  20k|   0 |   0 | 255k| 872k|7762 | 0.000000e+00 | 2.000000e+00 |    Inf 
1347.63/1347.67	c  1305s|650000 |  6221 |  2455k|   3.8 | 122M|2655 |   - |5645 |  19k|   0 |   0 | 259k| 886k|7841 | 0.000000e+00 | 2.000000e+00 |    Inf 
1369.13/1369.17	c  1326s|660000 |  6297 |  2492k|   3.8 | 124M|2655 |  20 |5645 |  22k|5645 | 245 | 263k| 900k|7890 | 0.000000e+00 | 2.000000e+00 |    Inf 
1391.33/1391.31	c  1348s|670000 |  6404 |  2528k|   3.8 | 124M|2655 |  16 |5645 |  20k|5645 | 230 | 266k| 914k|7955 | 0.000000e+00 | 2.000000e+00 |    Inf 
1413.13/1413.20	c  1369s|680000 |  6403 |  2566k|   3.8 | 125M|2655 |   1 |5645 |  19k|5645 | 250 | 270k| 929k|8003 | 0.000000e+00 | 2.000000e+00 |    Inf 
1435.83/1435.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1435.83/1435.85	c  1390s|690000 |  6441 |  2602k|   3.8 | 126M|2655 |  22 |5645 |  21k|5645 | 239 | 272k| 943k|8043 | 0.000000e+00 | 2.000000e+00 |    Inf 
1458.73/1458.77	c  1413s|700000 |  6434 |  2643k|   3.8 | 125M|2655 |   - |5645 |  18k|   0 |   0 | 276k| 958k|8083 | 0.000000e+00 | 2.000000e+00 |    Inf 
1479.93/1479.92	c  1433s|710000 |  6465 |  2679k|   3.8 | 127M|2655 |  11 |5645 |  20k|5645 | 243 | 279k| 972k|8128 | 0.000000e+00 | 2.000000e+00 |    Inf 
1501.63/1501.64	c  1454s|720000 |  6481 |  2715k|   3.8 | 127M|2655 |  17 |5645 |  21k|5645 | 246 | 282k| 986k|8184 | 0.000000e+00 | 2.000000e+00 |    Inf 
1523.83/1523.89	c  1475s|730000 |  6474 |  2758k|   3.8 | 127M|2655 |   - |5645 |  19k|   0 |   0 | 287k|1001k|8241 | 0.000000e+00 | 2.000000e+00 |    Inf 
1545.84/1545.89	c  1497s|740000 |  6483 |  2797k|   3.8 | 127M|2655 |   - |5645 |  19k|   0 |   0 | 290k|1014k|8289 | 0.000000e+00 | 2.000000e+00 |    Inf 
1568.83/1568.80	c  1519s|750000 |  6448 |  2843k|   3.8 | 128M|2655 |   1 |5645 |  21k|5645 | 245 | 295k|1030k|8334 | 0.000000e+00 | 2.000000e+00 |    Inf 
1590.64/1590.62	c  1540s|760000 |  6475 |  2879k|   3.8 | 129M|2655 |   - |5645 |  22k|   0 |   0 | 298k|1044k|8380 | 0.000000e+00 | 2.000000e+00 |    Inf 
1612.84/1612.83	c  1561s|770000 |  6534 |  2917k|   3.8 | 130M|2655 |   1 |5645 |  21k|5645 | 276 | 301k|1058k|8435 | 0.000000e+00 | 2.000000e+00 |    Inf 
1634.83/1634.88	c  1583s|780000 |  6482 |  2953k|   3.8 | 130M|2655 |   1 |5645 |  22k|5645 | 245 | 304k|1073k|8482 | 0.000000e+00 | 2.000000e+00 |    Inf 
1658.44/1658.48	c  1605s|790000 |  6532 |  2991k|   3.8 | 130M|2655 |  10 |5645 |  22k|5645 | 238 | 308k|1087k|8508 | 0.000000e+00 | 2.000000e+00 |    Inf 
1682.13/1682.13	c  1629s|800000 |  6581 |  3034k|   3.8 | 131M|2655 |   - |5645 |  23k|   0 |   0 | 313k|1102k|8558 | 0.000000e+00 | 2.000000e+00 |    Inf 
1707.43/1707.48	c  1653s|810000 |  6625 |  3074k|   3.8 | 133M|2655 |  12 |5645 |  25k|5645 | 255 | 317k|1117k|8609 | 0.000000e+00 | 2.000000e+00 |    Inf 
1732.84/1732.86	c  1678s|820000 |  6743 |  3116k|   3.8 | 135M|2655 |  16 |5645 |  27k|5645 | 239 | 322k|1132k|8659 | 0.000000e+00 | 2.000000e+00 |    Inf 
1759.04/1759.08	c  1704s|830000 |  6716 |  3159k|   3.8 | 134M|2655 |   - |5645 |  26k|   0 |   0 | 326k|1148k|8707 | 0.000000e+00 | 2.000000e+00 |    Inf 
1784.25/1784.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1784.25/1784.24	c  1728s|840000 |  6761 |  3202k|   3.8 | 136M|2655 |   - |5645 |  28k|   0 |   0 | 330k|1164k|8748 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1743.46
1800.04/1800.00	c Solving Nodes      : 846133
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (281 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.07	s SATISFIABLE
1800.04/1800.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 x211 -x210 
1800.04/1800.07	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.07	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.07	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.07	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1800.04/1800.07	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.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 
1800.04/1800.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 
1800.04/1800.07	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.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 
1800.04/1800.07	v x1 
1800.04/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.07	c Solving Time       :    1743.46
1800.04/1800.07	c Original Problem   :
1800.04/1800.07	c   Problem name     : HOME/instance-2692991-1277927575.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.07	c Presolved Problem  :
1800.04/1800.07	c   Problem name     : t_HOME/instance-2692991-1277927575.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5414 initial, 28449 maximal
1800.04/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   root node        :          -       2679          -          -       5358          -          -          -          -
1800.04/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   integral         :          0          0          0     509116          0         13        517          0          0     903034
1800.04/1800.07	c   indicator        :       2707          0    4651628      56726          0        203    1876042          0          0          0
1800.04/1800.07	c   linear           :       2707          6    4696726      56770          0     329381   22686984     332775          0          0
1800.04/1800.07	c   logicor          :          0+         0    1320258          0          0      96628    1479648          0          0          0
1800.04/1800.07	c   countsols        :          0          0          0      14882          0          0          0          0          0          0
1800.04/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.07	c   integral         :      14.31       0.00       0.00      14.31       0.00
1800.04/1800.07	c   indicator        :      11.41       0.01       7.81       3.59       0.00
1800.04/1800.07	c   linear           :     247.88       0.00     241.01       6.87       0.00
1800.04/1800.07	c   logicor          :     237.55       0.00     237.55       0.00       0.00
1800.04/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.07	c   vbounds          :       0.25          2          0          0
1800.04/1800.07	c   rootredcost      :       0.14         44          0       2679
1800.04/1800.07	c   pseudoobj        :     226.57    4701177       3535    1155592
1800.04/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.07	c   propagation      :      24.77     429544     429350    2483924       31.4      16785       24.9          -
1800.04/1800.07	c   infeasible LP    :       5.06      12464      12463      93381       46.6        223       16.6          0
1800.04/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   pseudo solution  :       0.01         98         98        452       15.4         75        5.3          -
1800.04/1800.07	c   applied globally :          -          -          -    1173431       25.2          -          -          -
1800.04/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.07	c   redcost          :      35.32     514249          0     671263          0          0
1800.04/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.07	c   gomory           :       0.01          4          0          0         75          0
1800.04/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.07	c   cmir             :       0.01          4          0          0          1          0
1800.04/1800.07	c   flowcover        :       0.02          4          0          0          2          0
1800.04/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.07	c Pricers            :       Time      Calls       Vars
1800.04/1800.07	c   problem variables:       0.00          0          0
1800.04/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   relpscost        :      14.14     451935         13        517          0          0     903034
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :       2.61      14838          0          0          0          0      29676
1800.04/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.07	c   LP solutions     :       0.05          -         44
1800.04/1800.07	c   pseudo solutions :       0.00          -          0
1800.04/1800.07	c   feaspump         :       0.00          0          0
1800.04/1800.07	c   intshifting      :       0.00          3          0
1800.04/1800.07	c   oneopt           :       0.28         38          0
1800.04/1800.07	c   linesearchdiving :       0.05         25          0
1800.04/1800.07	c   fracdiving       :       0.05         25          0
1800.04/1800.07	c   veclendiving     :       0.02         25          0
1800.04/1800.07	c   guideddiving     :       0.07         26          0
1800.04/1800.07	c   coefdiving       :       0.04         26          0
1800.04/1800.07	c   pscostdiving     :       0.03         26          0
1800.04/1800.07	c   rootsoldiving    :       0.06         22          0
1800.04/1800.07	c   objpscostdiving  :       0.03         23          0
1800.04/1800.07	c   crossover        :       1.63         55          6
1800.04/1800.07	c   trivial          :       0.08          2          2
1800.04/1800.07	c   simplerounding   :       0.60     453123          0
1800.04/1800.07	c   zirounding       :       0.51       1000          0
1800.04/1800.07	c   rounding         :       2.38       9489          0
1800.04/1800.07	c   shifting         :       1.37       2957          0
1800.04/1800.07	c   twoopt           :       0.00          0          0
1800.04/1800.07	c   fixandinfer      :       0.00          0          0
1800.04/1800.07	c   intdiving        :       0.00          0          0
1800.04/1800.07	c   actconsdiving    :       0.00          0          0
1800.04/1800.07	c   octane           :       0.00          0          0
1800.04/1800.07	c   rens             :       0.03          1          0
1800.04/1800.07	c   rins             :       0.00          0          0
1800.04/1800.07	c   localbranching   :       0.00          0          0
1800.04/1800.07	c   mutation         :       0.00          0          0
1800.04/1800.07	c   dins             :       0.00          0          0
1800.04/1800.07	c   undercover       :       0.00          0          0
1800.04/1800.07	c   nlp              :       0.07          0          0
1800.04/1800.07	c   trysol           :       3.74       8604        229
1800.04/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.07	c   dual LP          :     451.49     508232    3223322       6.34    7139.30
1800.04/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.07	c   diving/probing LP:       0.15         56       1381      24.66    9206.67
1800.04/1800.07	c   strong branching :      11.08       8763     101134      11.54    9127.62
1800.04/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.07	c B&B Tree           :
1800.04/1800.07	c   number of runs   :          1
1800.04/1800.07	c   nodes            :     846133
1800.04/1800.07	c   nodes (total)    :     846133
1800.04/1800.07	c   nodes left       :       6708
1800.04/1800.07	c   max depth        :       2655
1800.04/1800.07	c   max depth (total):       2655
1800.04/1800.07	c   backtracks       :      71763 (8.5%)
1800.04/1800.07	c   delayed cutoffs  :      65144
1800.04/1800.07	c   repropagations   :    2487198 (4390527 domain reductions, 62512 cutoffs)
1800.04/1800.07	c   avg switch length:       7.24
1800.04/1800.07	c   switching time   :     259.73
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        281 (45 improvements)
1800.04/1800.07	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 579021 nodes, 1150.71 seconds, depth 64, found by <relaxation>)
1800.04/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.07	c   Gap              :   infinite
1800.04/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.07	c   Root Iterations  :        183
1800.24/1800.25	c Time complete: 1800.3.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692991-1277927575/watcher-2692991-1277927575 -o /tmp/evaluation-result-2692991-1277927575/solver-2692991-1277927575 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692991-1277927575.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.38 2.64 2.62 4/196 14621
/proc/meminfo: memFree=31122896/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=11304 CPUtime=0
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1737 0 0 0 0 0 0 0 25 0 1 0 134055192 11575296 1658 4089446400 4194304 9819077 140735397264080 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14621/statm: 2826 1670 392 1374 0 1447 0

[startup+0.0402699 s]
/proc/loadavg: 2.38 2.64 2.62 4/196 14621
/proc/meminfo: memFree=31122896/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=23960 CPUtime=0.03
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 5312 0 0 0 3 0 0 0 25 0 1 0 134055192 24535040 4879 4089446400 4194304 9819077 140735397264080 18446744073709551615 5956299 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 5990 4879 431 1374 0 4611 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23960

[startup+0.100253 s]
/proc/loadavg: 2.38 2.64 2.62 4/196 14621
/proc/meminfo: memFree=31122896/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=36400 CPUtime=0.09
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 8122 0 0 0 9 0 0 0 25 0 1 0 134055192 37273600 7689 4089446400 4194304 9819077 140735397264080 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300219 s]
/proc/loadavg: 2.38 2.64 2.62 4/196 14621
/proc/meminfo: memFree=31122896/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=54540 CPUtime=0.29
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 12853 0 0 0 28 1 0 0 18 0 1 0 134055192 55848960 11821 4089446400 4194304 9819077 140735397264080 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 13635 11847 674 1374 0 12256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54540

[startup+0.700146 s]
/proc/loadavg: 2.38 2.64 2.62 4/196 14621
/proc/meminfo: memFree=31122896/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=47228 CPUtime=0.69
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 27968 0 0 0 66 3 0 0 18 0 1 0 134055192 48361472 9995 4089446400 4194304 9819077 140735397264080 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 11807 9995 698 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50102 s]
/proc/loadavg: 2.35 2.63 2.61 3/197 14622
/proc/meminfo: memFree=31084572/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=50348 CPUtime=1.49
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 39085 0 0 0 144 5 0 0 19 0 1 0 134055192 51556352 10934 4089446400 4194304 9819077 140735397264080 18446744073709551615 6589145 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 12587 10934 700 1374 0 11208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50348

[startup+3.10071 s]
/proc/loadavg: 2.35 2.63 2.61 3/197 14622
/proc/meminfo: memFree=31080976/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=51372 CPUtime=3.09
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 49136 0 0 0 301 8 0 0 24 0 1 0 134055192 52604928 11210 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 12843 11210 700 1374 0 11464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51372

[startup+6.30013 s]
/proc/loadavg: 2.32 2.62 2.61 3/197 14623
/proc/meminfo: memFree=31075624/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=56980 CPUtime=6.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 67110 0 0 0 617 13 0 0 25 0 1 0 134055192 58347520 12720 4089446400 4194304 9819077 140735397264080 18446744073709551615 5507149 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 14245 12720 700 1374 0 12866 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 56980

[startup+12.701 s]
/proc/loadavg: 2.29 2.61 2.61 3/197 14623
/proc/meminfo: memFree=31064548/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=68392 CPUtime=12.69
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 85530 0 0 0 1250 19 0 0 25 0 1 0 134055192 70033408 15563 4089446400 4194304 9819077 140735397264080 18446744073709551615 6003260 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 17098 15563 704 1374 0 15719 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68392

[startup+25.5007 s]
/proc/loadavg: 2.23 2.58 2.60 3/197 14623
/proc/meminfo: memFree=31040620/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=92184 CPUtime=25.49
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 170586 0 0 0 2509 40 0 0 25 0 1 0 134055192 94396416 21368 4089446400 4194304 9819077 140735397264080 18446744073709551615 4979714 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 23046 21368 705 1374 0 21667 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92184

[startup+51.101 s]
/proc/loadavg: 2.21 2.54 2.59 3/197 14624
/proc/meminfo: memFree=30985520/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=148320 CPUtime=51.09
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 279368 0 0 0 5025 84 0 0 25 0 1 0 134055192 151879680 35091 4089446400 4194304 9819077 140735397264080 18446744073709551615 6003575 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 37080 35091 710 1374 0 35701 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148320

[startup+102.306 s]
/proc/loadavg: 2.09 2.46 2.55 3/197 14626
/proc/meminfo: memFree=30935624/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=182088 CPUtime=102.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 513570 0 0 0 10036 194 0 0 25 0 1 0 134055192 186458112 43187 4089446400 4194304 9819077 140735397264080 18446744073709551615 6361724 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 45522 43187 723 1374 0 44143 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182088

[startup+162.301 s]
/proc/loadavg: 2.08 2.39 2.52 3/197 14627
/proc/meminfo: memFree=30937180/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=197356 CPUtime=162.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 697719 0 0 0 15910 320 0 0 25 0 1 0 134055192 202092544 46953 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 49339 46953 738 1374 0 47960 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 197356

[startup+222.301 s]
/proc/loadavg: 2.03 2.31 2.49 3/197 14628
/proc/meminfo: memFree=30928784/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=205644 CPUtime=222.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 860702 0 0 0 21786 444 0 0 25 0 1 0 134055192 210579456 49001 4089446400 4194304 9819077 140735397264080 18446744073709551615 5813664 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14621/statm: 51411 49001 738 1374 0 50032 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 205644

[startup+282.301 s]
/proc/loadavg: 2.16 2.29 2.46 3/197 14676
/proc/meminfo: memFree=30854912/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=212792 CPUtime=282.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1010694 0 0 0 27651 579 0 0 25 0 1 0 134055192 217899008 50749 4089446400 4194304 9819077 140735397264080 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 53198 50749 738 1374 0 51819 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 212792

[startup+342.3 s]
/proc/loadavg: 2.06 2.23 2.43 3/197 14678
/proc/meminfo: memFree=30794640/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=220660 CPUtime=342.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1161486 0 0 0 33410 820 0 0 25 0 1 0 134055192 225955840 52762 4089446400 4194304 9819077 140735397264080 18446744073709551615 4978060 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 55165 52762 738 1374 0 53786 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 220660

[startup+402.3 s]
/proc/loadavg: 2.02 2.19 2.40 3/197 14680
/proc/meminfo: memFree=30756132/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=228276 CPUtime=402.31
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1304354 0 0 0 39171 1060 0 0 25 0 1 0 134055192 233754624 54573 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 57069 54573 738 1374 0 55690 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 228276

[startup+462.3 s]
/proc/loadavg: 2.00 2.15 2.37 3/197 14681
/proc/meminfo: memFree=30714056/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=233524 CPUtime=462.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1456648 0 0 0 44945 1285 0 0 25 0 1 0 134055192 239128576 55910 4089446400 4194304 9819077 140735397264080 18446744073709551615 6668127 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 58381 55910 738 1374 0 57002 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 233524

[startup+522.301 s]
/proc/loadavg: 2.00 2.12 2.35 3/197 14691
/proc/meminfo: memFree=30685824/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=236540 CPUtime=522.3
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1594188 0 0 0 50707 1523 0 0 25 0 1 0 134055192 242216960 56639 4089446400 4194304 9819077 140735397264080 18446744073709551615 5954205 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 59135 56639 738 1374 0 57756 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 236540

[startup+582.301 s]
/proc/loadavg: 2.00 2.10 2.32 3/197 14693
/proc/meminfo: memFree=30655108/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=240668 CPUtime=582.31
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1737927 0 0 0 56481 1750 0 0 25 0 1 0 134055192 246444032 57607 4089446400 4194304 9819077 140735397264080 18446744073709551615 8656404 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 60167 57607 738 1374 0 58788 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 240668

[startup+642.301 s]
/proc/loadavg: 2.04 2.09 2.30 3/197 14695
/proc/meminfo: memFree=30627020/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=243352 CPUtime=642.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 1870705 0 0 0 62267 1965 0 0 25 0 1 0 134055192 249192448 58320 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 60838 58320 738 1374 0 59459 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 243352

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/197 14701
/proc/meminfo: memFree=30514120/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=250740 CPUtime=882.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2279171 0 0 0 85479 2753 0 0 25 0 1 0 134055192 256757760 60360 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 62685 60360 738 1374 0 61306 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 250740

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.21 3/197 14703
/proc/meminfo: memFree=30512712/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=251920 CPUtime=942.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2301686 0 0 0 91284 2948 0 0 25 0 1 0 134055192 257966080 60579 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 62980 60579 738 1374 0 61601 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 251920

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.19 3/197 14705
/proc/meminfo: memFree=30510572/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=254084 CPUtime=1002.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2358928 0 0 0 97075 3157 0 0 25 0 1 0 134055192 260182016 61045 4089446400 4194304 9819077 140735397264080 18446744073709551615 6590264 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 63521 61045 738 1374 0 62142 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 254084

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/197 14706
/proc/meminfo: memFree=30507064/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=257392 CPUtime=1062.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2427066 0 0 0 102895 3337 0 0 25 0 1 0 134055192 263569408 61893 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 64348 61893 738 1374 0 62969 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 257392

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/197 14707
/proc/meminfo: memFree=30503936/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=260348 CPUtime=1122.33
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2514647 0 0 0 108728 3505 0 0 25 0 1 0 134055192 266596352 62573 4089446400 4194304 9819077 140735397264080 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 65087 62573 738 1374 0 63708 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 260348

[startup+1182.3 s]
/proc/loadavg: 2.57 2.13 2.19 3/197 14709
/proc/meminfo: memFree=30499564/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=264512 CPUtime=1182.33
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2632064 0 0 0 114554 3679 0 0 25 0 1 0 134055192 270860288 63533 4089446400 4194304 9819077 140735397264080 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 66128 63533 738 1374 0 64749 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 264512

[startup+1242.3 s]
/proc/loadavg: 2.21 2.11 2.18 3/197 14711
/proc/meminfo: memFree=30493420/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=265180 CPUtime=1242.32
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2768818 0 0 0 120369 3863 0 0 25 0 1 0 134055192 271544320 63658 4089446400 4194304 9819077 140735397264080 18446744073709551615 4220934 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 66295 63658 738 1374 0 64916 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 265180

[startup+1302.3 s]
/proc/loadavg: 2.07 2.08 2.17 3/197 14713
/proc/meminfo: memFree=30444992/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=266044 CPUtime=1302.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 2893809 0 0 0 126169 4065 0 0 25 0 1 0 134055192 272429056 63883 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 66511 63883 738 1374 0 65132 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 266044

[startup+1362.3 s]
/proc/loadavg: 2.34 2.17 2.19 3/197 14714
/proc/meminfo: memFree=30408876/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=269288 CPUtime=1362.33
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3010365 0 0 0 131958 4275 0 0 25 0 1 0 134055192 275750912 64695 4089446400 4194304 9819077 140735397264080 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 67322 64695 738 1374 0 65943 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 269288

[startup+1422.31 s]
/proc/loadavg: 2.12 2.14 2.17 3/197 14715
/proc/meminfo: memFree=30362424/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=271524 CPUtime=1422.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3121350 0 0 0 137743 4491 0 0 25 0 1 0 134055192 278040576 65240 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 67881 65240 738 1374 0 66502 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 271524

[startup+1482.3 s]
/proc/loadavg: 2.04 2.11 2.16 3/197 14717
/proc/meminfo: memFree=30321596/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=273740 CPUtime=1482.33
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3226822 0 0 0 143537 4696 0 0 25 0 1 0 134055192 280309760 65823 4089446400 4194304 9819077 140735397264080 18446744073709551615 6512998 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 68435 65823 738 1374 0 67056 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 273740

[startup+1542.3 s]
/proc/loadavg: 2.68 2.28 2.22 3/197 14719
/proc/meminfo: memFree=30284136/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=274736 CPUtime=1542.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3341171 0 0 0 149326 4908 0 0 25 0 1 0 134055192 281329664 66099 4089446400 4194304 9819077 140735397264080 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 68684 66099 738 1374 0 67305 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 274736

[startup+1602.3 s]
/proc/loadavg: 2.25 2.23 2.20 3/197 14721
/proc/meminfo: memFree=30260380/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=275784 CPUtime=1602.33
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3456189 0 0 0 155119 5114 0 0 25 0 1 0 134055192 282402816 66360 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 68946 66360 738 1374 0 67567 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 275784

[startup+1662.3 s]
/proc/loadavg: 2.09 2.18 2.18 3/197 14722
/proc/meminfo: memFree=30200776/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=277280 CPUtime=1662.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3564683 0 0 0 160923 5311 0 0 25 0 1 0 134055192 283934720 66738 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 69320 66738 738 1374 0 67941 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 277280

[startup+1722.3 s]
/proc/loadavg: 2.03 2.15 2.17 3/197 14723
/proc/meminfo: memFree=30150496/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=280416 CPUtime=1722.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3670490 0 0 0 166767 5467 0 0 25 0 1 0 134055192 287145984 67530 4089446400 4194304 9819077 140735397264080 18446744073709551615 6003169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 70104 67530 738 1374 0 68725 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 280416

[startup+1782.3 s]
/proc/loadavg: 2.01 2.12 2.16 3/197 14725
/proc/meminfo: memFree=30092308/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=282108 CPUtime=1782.34
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3773034 0 0 0 172606 5628 0 0 25 0 1 0 134055192 288878592 67974 4089446400 4194304 9819077 140735397264080 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14621/statm: 70527 67974 738 1374 0 69148 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 282108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.11 2.15 3/197 14725
/proc/meminfo: memFree=30075932/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=282828 CPUtime=1800.04
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3801856 0 0 0 174348 5656 0 0 25 0 1 0 134055192 289615872 68149 4089446400 4194304 9819077 140735397264080 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14621/statm: 70707 68149 738 1374 0 69328 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 282828

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.01 2.11 2.15 3/197 14725
/proc/meminfo: memFree=30075932/32951124 swapFree=67111528/67111528
[pid=14621] ppid=14619 vsize=278624 CPUtime=1800.24
/proc/14621/stat : 14621 (pbscip.linux.x8) R 14619 14621 14567 0 -1 4202496 3801872 0 0 0 174368 5656 0 0 25 0 1 0 134055192 285310976 67091 4089446400 4194304 9819077 140735397264080 18446744073709551615 4212564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14621/statm: 69656 67091 739 1374 0 68277 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 278624

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.31
CPU user time (s): 1743.73
CPU system time (s): 56.5824
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 285236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1743.73
system time used= 56.5824
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3801876
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= 1821

runsolver used 2.99654 second user time and 5.9331 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 21:52:55
IDJOB=2692991
IDBENCH=79280
IDSOLVER=1205
FILE ID=node106/2692991-1277927575
PBS_JOBID= 11197405
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900544484--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-2692991-1277927575/watcher-2692991-1277927575 -o /tmp/evaluation-result-2692991-1277927575/solver-2692991-1277927575 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692991-1277927575.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e3f6753fad3114c64a2e1439cb62c0aa
RANDOM SEED=1906383627

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31123424 kB
Buffers:        212604 kB
Cached:        1277772 kB
SwapCached:          0 kB
Active:         636120 kB
Inactive:      1048252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31123424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:      194184 kB
Mapped:          20468 kB
Slab:            79880 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655692 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= 74204 MiB
End job on node106 at 2010-06-30 22:22:57