Trace number 2705091

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
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 benchmark584.992
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 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705091-1278578337.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.10/0.12	o 137945
0.10/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.10/0.12	c presolving:
0.10/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.10/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.10/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.18	c presolving (3 rounds):
0.10/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.18	c  5391 implications, 0 cliques
0.10/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.10/0.18	c    2707 constraints of type <linear>
0.10/0.18	c    2707 constraints of type <indicator>
0.10/0.18	c transformed objective value is always integral (scale: 1)
0.10/0.18	c Presolving Time: 0.12
0.10/0.18	c - non default parameters ----------------------------------------------------------------------
0.10/0.18	c # SCIP version 1.2.1.3
0.10/0.18	c 
0.10/0.18	c # frequency for displaying node information lines
0.10/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.18	c display/freq = 10000
0.10/0.18	c 
0.10/0.18	c # maximal time in seconds to run
0.10/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.18	c limits/time = 1789.98
0.10/0.18	c 
0.10/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.18	c limits/memory = 3420
0.10/0.18	c 
0.10/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.10/0.18	c # [type: int, range: [1,2], default: 1]
0.10/0.18	c timing/clocktype = 2
0.10/0.18	c 
0.10/0.18	c # should presolving try to simplify inequalities
0.10/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.18	c constraints/linear/simplifyinequalities = TRUE
0.10/0.18	c 
0.10/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.10/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.18	c constraints/indicator/addCouplingCons = TRUE
0.10/0.18	c 
0.10/0.18	c # should presolving try to simplify knapsacks
0.10/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.18	c 
0.10/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.18	c separating/rapidlearning/freq = 0
0.10/0.18	c 
0.10/0.18	c -----------------------------------------------------------------------------------------------
0.10/0.18	c start solving
0.10/0.18	c 
0.10/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.10/0.19	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.29/0.36	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.379450e+05 |    Inf 
14.89/14.95	o 316
14.89/14.95	c *14.9s|  7200 |  6468 |  2237 |   0.3 |  36M|2685 |   - |5645 |5434 |5645 | 218 | 609 |  20 | 551 | 0.000000e+00 | 3.160000e+02 |    Inf 
20.79/20.88	o 299
20.79/20.88	c *20.8s|  9169 |  7995 |  4323 |   0.5 |  42M|2685 |   - |5645 |5809 |5645 | 199 |1033 | 395 | 740 | 0.000000e+00 | 2.990000e+02 |    Inf 
23.59/23.66	c  23.6s| 10000 |  8705 |  5740 |   0.6 |  45M|2685 |   0 |5645 |6060 |5645 | 209 |1374 | 646 | 780 | 0.000000e+00 | 2.990000e+02 |    Inf 
26.19/26.20	o 294
26.19/26.20	c *26.2s| 10759 |  9213 |  6519 |   0.6 |  48M|2685 |   - |5645 |6295 |5645 | 202 |1539 | 881 | 790 | 0.000000e+00 | 2.940000e+02 |    Inf 
26.19/26.21	o 277
26.19/26.21	c *26.2s| 10760 |  8791 |  6520 |   0.6 |  47M|2685 |   - |5645 |6295 |5645 | 202 |1539 | 881 | 790 | 0.000000e+00 | 2.770000e+02 |    Inf 
29.09/29.19	o 259
29.09/29.19	c *29.2s| 11634 |  9013 |  7432 |   0.6 |  50M|2685 |   - |5645 |6591 |5645 | 216 |1710 |1177 | 801 | 0.000000e+00 | 2.590000e+02 |    Inf 
36.59/36.61	o 258
36.59/36.61	c *36.6s| 13688 | 10575 | 10604 |   0.8 |  59M|2685 |   - |5645 |7433 |5645 | 206 |2503 |2021 | 915 | 0.000000e+00 | 2.580000e+02 |    Inf 
42.30/42.33	o 235
42.30/42.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.30/42.33	c *42.3s| 15247 | 10994 | 13770 |   0.9 |  63M|2685 |   - |5645 |7833 |5645 | 213 |3252 |2451 |1030 | 0.000000e+00 | 2.350000e+02 |    Inf 
42.30/42.35	o 213
42.30/42.35	c *42.3s| 15248 | 10322 | 13770 |   0.9 |  60M|2685 |   - |5645 |7833 |5645 | 213 |3252 |2451 |1030 | 0.000000e+00 | 2.130000e+02 |    Inf 
59.09/59.18	c  59.1s| 20000 | 14200 | 20711 |   1.0 |  80M|2685 |   0 |5645 |9453 |5645 | 202 |5115 |4353 |1139 | 0.000000e+00 | 2.130000e+02 |    Inf 
62.79/62.87	o 190
62.79/62.87	c *62.8s| 21030 | 13918 | 21846 |   1.0 |  78M|2685 |   - |5645 |9786 |5645 | 201 |5513 |4774 |1150 | 0.000000e+00 | 1.900000e+02 |    Inf 
66.40/66.49	o 164
66.40/66.49	c *66.5s| 22096 | 13244 | 22834 |   1.0 |  75M|2685 |   - |5645 |  10k|5645 | 196 |5768 |5154 |1173 | 0.000000e+00 | 1.640000e+02 |    Inf 
67.59/67.61	o 148
67.59/67.61	c *67.6s| 22356 | 12384 | 23371 |   1.0 |  72M|2685 |   - |5645 |  10k|5645 | 206 |5904 |5397 |1182 | 0.000000e+00 | 1.480000e+02 |    Inf 
70.59/70.69	o 142
70.59/70.69	c *70.7s| 23106 | 12550 | 24726 |   1.1 |  73M|2685 |   - |5645 |  10k|5645 | 197 |6225 |5648 |1241 | 0.000000e+00 | 1.420000e+02 |    Inf 
77.49/77.53	o 137
77.49/77.53	c *77.5s| 25013 | 13677 | 27886 |   1.1 |  79M|2685 |   - |5645 |  10k|5645 | 200 |7082 |6289 |1263 | 0.000000e+00 | 1.370000e+02 |    Inf 
79.79/79.81	o 104
79.79/79.81	c *79.8s| 25787 | 11220 | 28948 |   1.1 |  70M|2685 |   - |5645 |  10k|5645 | 190 |7421 |6541 |1311 | 0.000000e+00 | 1.040000e+02 |    Inf 
90.40/90.44	o 100
90.40/90.44	c *90.4s| 28304 | 12313 | 34399 |   1.2 |  81M|2685 |   - |5645 |9921 |5645 | 222 |8921 |7906 |1387 | 0.000000e+00 | 1.000000e+02 |    Inf 
93.89/93.90	o 97
93.89/93.90	c *93.9s| 28984 | 12179 | 38269 |   1.3 |  84M|2685 |   - |5645 |9751 |5645 | 206 |  10k|8469 |1419 | 0.000000e+00 | 9.700000e+01 |    Inf 
93.89/93.99	o 95
93.89/93.99	c *94.0s| 28991 | 11435 | 38459 |   1.3 |  81M|2685 |   - |5645 |9589 |5645 | 221 |  10k|8475 |1427 | 0.000000e+00 | 9.500000e+01 |    Inf 
93.99/94.04	o 90
93.99/94.04	c *94.0s| 29001 | 10768 | 38488 |   1.3 |  78M|2685 |   - |5645 |9490 |5645 | 217 |  10k|8475 |1428 | 0.000000e+00 | 9.000000e+01 |    Inf 
93.99/94.05	o 85
93.99/94.05	c *94.0s| 29002 | 10191 | 38488 |   1.3 |  75M|2685 |   - |5645 |9490 |5645 | 217 |  10k|8475 |1428 | 0.000000e+00 | 8.500000e+01 |    Inf 
98.49/98.57	c  98.5s| 30000 | 10802 | 41783 |   1.4 |  79M|2685 |   0 |5645 |8914 |5645 | 251 |  11k|9004 |1441 | 0.000000e+00 | 8.500000e+01 |    Inf 
102.59/102.64	o 76
102.59/102.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.59/102.64	c * 103s| 31082 | 10665 | 44300 |   1.4 |  81M|2685 |   - |5645 |8821 |5645 | 193 |  11k|9677 |1486 | 0.000000e+00 | 7.600000e+01 |    Inf 
105.29/105.32	o 74
105.29/105.32	c * 105s| 31693 | 10432 | 45952 |   1.4 |  81M|2685 |   - |5645 |8510 |5645 | 191 |  12k|  10k|1507 | 0.000000e+00 | 7.400000e+01 |    Inf 
105.29/105.37	o 65
105.29/105.37	c * 105s| 31696 |  9749 | 45956 |   1.4 |  78M|2685 |   - |5645 |8322 |5645 | 191 |  12k|  10k|1507 | 0.000000e+00 | 6.500000e+01 |    Inf 
106.09/106.16	o 63
106.09/106.16	c * 106s| 31888 |  9641 | 46505 |   1.5 |  78M|2685 |   - |5645 |8165 |5645 | 195 |  12k|  10k|1510 | 0.000000e+00 | 6.300000e+01 |    Inf 
106.19/106.23	o 49
106.19/106.23	c * 106s| 31918 |  7931 | 46505 |   1.5 |  69M|2685 |   - |5645 |8047 |5645 | 195 |  12k|  10k|1510 | 0.000000e+00 | 4.900000e+01 |    Inf 
106.49/106.55	o 37
106.49/106.55	c * 107s| 31977 |  6700 | 46655 |   1.5 |  63M|2685 |   - |5645 |7538 |5645 | 187 |  12k|  10k|1512 | 0.000000e+00 | 3.700000e+01 |    Inf 
112.69/112.70	o 36
112.69/112.70	c * 113s| 34027 |  6887 | 57213 |   1.7 |  65M|2685 |   - |5645 |6883 |5645 | 185 |  14k|  13k|1599 | 0.000000e+00 | 3.600000e+01 |    Inf 
113.30/113.39	o 21
113.30/113.39	c * 113s| 34216 |  5418 | 58583 |   1.7 |  54M|2685 |   - |5645 |6317 |5645 | 220 |  14k|  13k|1606 | 0.000000e+00 | 2.100000e+01 |    Inf 
114.29/114.31	o 16
114.29/114.31	c * 114s| 34583 |  5212 | 60534 |   1.7 |  53M|2685 |   - |5645 |5833 |5645 | 226 |  15k|  13k|1613 | 0.000000e+00 | 1.600000e+01 |    Inf 
115.60/115.65	o 14
115.60/115.65	c * 116s| 35072 |  5026 | 64054 |   1.8 |  53M|2685 |   - |5645 |5390 |5645 | 212 |  16k|  14k|1636 | 0.000000e+00 | 1.400000e+01 |    Inf 
115.79/115.85	o 12
115.79/115.85	c * 116s| 35135 |  4974 | 64423 |   1.8 |  53M|2685 |   - |5645 |5225 |5645 | 194 |  16k|  14k|1639 | 0.000000e+00 | 1.200000e+01 |    Inf 
123.20/123.23	o 11
123.20/123.23	c * 123s| 38691 |  4959 | 83334 |   2.1 |  55M|2685 |   - |5645 |6013 |5645 | 242 |  20k|  19k|1736 | 0.000000e+00 | 1.100000e+01 |    Inf 
124.19/124.29	o 7
124.19/124.29	c * 124s| 39123 |  4575 | 86255 |   2.2 |  53M|2685 |   - |5645 |5713 |5645 | 204 |  20k|  20k|1770 | 0.000000e+00 | 7.000000e+00 |    Inf 
126.00/126.02	c   126s| 40000 |  4573 | 91451 |   2.3 |  53M|2685 |   - |5645 |5812 |   0 |   0 |  21k|  21k|1834 | 0.000000e+00 | 7.000000e+00 |    Inf 
126.10/126.11	o 2
126.10/126.11	c * 126s| 40053 |  4283 | 91672 |   2.3 |  51M|2685 |   - |5645 |5834 |5645 | 230 |  21k|  21k|1838 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.39/143.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.39/143.47	c   143s| 50000 |  4303 |137060 |   2.7 |  55M|2685 |   - |5645 |8933 |   0 |   0 |  28k|  35k|2205 | 0.000000e+00 | 2.000000e+00 |    Inf 
161.00/161.01	c   161s| 60000 |  4624 |180434 |   3.0 |  59M|2685 |   1 |5645 |  11k|5645 | 202 |  35k|  48k|2464 | 0.000000e+00 | 2.000000e+00 |    Inf 
165.00/165.00	o 1
165.00/165.00	c * 165s| 62215 |  4517 |189522 |   3.0 |  58M|2685 |   - |5645 |  11k|5645 | 197 |  36k|  51k|2546 | 0.000000e+00 | 1.000000e+00 |    Inf 
178.59/178.60	c   179s| 70000 |  4675 |219456 |   3.1 |  60M|2685 |  20 |5645 |  11k|5645 | 195 |  41k|  62k|2675 | 0.000000e+00 | 1.000000e+00 |    Inf 
196.30/196.37	c   196s| 80000 |  4772 |260642 |   3.3 |  62M|2685 |   - |5645 |  10k|   0 |   0 |  47k|  75k|2909 | 0.000000e+00 | 1.000000e+00 |    Inf 
214.19/214.28	c   214s| 90000 |  5050 |302351 |   3.4 |  66M|2685 |   1 |5645 |  14k|5645 | 220 |  53k|  89k|3120 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.89/231.96	c   232s|100000 |  5124 |339673 |   3.4 |  67M|2685 |   1 |5645 |  14k|5645 | 203 |  59k| 104k|3243 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.59/250.64	c   251s|110000 |  5092 |378226 |   3.4 |  67M|2685 |   - |5645 |  13k|   0 |   0 |  64k| 118k|3446 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.40/268.48	c   268s|120000 |  5009 |416771 |   3.5 |  67M|2685 |  15 |5645 |  14k|5645 | 216 |  70k| 132k|3578 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.50/286.56	c   287s|130000 |  4972 |455225 |   3.5 |  66M|2685 |  16 |5645 |  11k|5645 | 206 |  76k| 146k|3741 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.90/304.98	c   305s|140000 |  5033 |495420 |   3.5 |  68M|2685 |  11 |5645 |  14k|5645 | 238 |  81k| 161k|3851 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.20/324.27	c   324s|150000 |  5155 |532943 |   3.6 |  71M|2685 |   1 |5645 |  16k|5645 | 223 |  86k| 175k|3957 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.80/343.89	c   344s|160000 |  5128 |574355 |   3.6 |  71M|2685 |   1 |5645 |  15k|5645 | 213 |  92k| 190k|4063 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.60/362.61	c   363s|170000 |  4976 |611861 |   3.6 |  69M|2685 |   1 |5645 |  14k|5645 | 212 |  97k| 205k|4154 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.70/380.76	c   381s|180000 |  4922 |648709 |   3.6 |  67M|2685 |   - |5645 |  11k|   0 |   0 | 101k| 219k|4387 | 0.000000e+00 | 1.000000e+00 |    Inf 
398.70/398.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.70/398.71	c   399s|190000 |  5054 |689715 |   3.6 |  69M|2685 |   - |5645 |  11k|   0 |   0 | 110k| 233k|4478 | 0.000000e+00 | 1.000000e+00 |    Inf 
416.91/416.97	c   417s|200000 |  4922 |733092 |   3.7 |  68M|2685 |   - |5645 |  11k|   0 |   0 | 116k| 248k|4709 | 0.000000e+00 | 1.000000e+00 |    Inf 
434.70/434.74	c   435s|210000 |  4864 |775078 |   3.7 |  68M|2685 |   1 |5645 |  11k|5645 | 190 | 123k| 262k|4910 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.79/452.88	c   453s|220000 |  4742 |814776 |   3.7 |  67M|2685 |   7 |5645 |  10k|5645 | 202 | 129k| 275k|5079 | 0.000000e+00 | 1.000000e+00 |    Inf 
471.09/471.10	c   471s|230000 |  4953 |853841 |   3.7 |  69M|2685 |   1 |5645 |  13k|5645 | 213 | 134k| 289k|5128 | 0.000000e+00 | 1.000000e+00 |    Inf 
489.89/489.93	c   490s|240000 |  4968 |896368 |   3.7 |  71M|2685 |   9 |5645 |  13k|5645 | 223 | 139k| 303k|5210 | 0.000000e+00 | 1.000000e+00 |    Inf 
508.90/508.96	c   509s|250000 |  5072 |939687 |   3.8 |  73M|2685 |   1 |5645 |  15k|5645 | 235 | 144k| 318k|5290 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.60/527.67	c   528s|260000 |  4941 |982643 |   3.8 |  71M|2685 |   7 |5645 |  14k|5645 | 252 | 149k| 332k|5413 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.61/545.68	c   546s|270000 |  4962 |  1020k|   3.8 |  71M|2685 |   1 |5645 |  14k|5645 | 201 | 155k| 346k|5526 | 0.000000e+00 | 1.000000e+00 |    Inf 
564.50/564.55	c   565s|280000 |  4829 |  1058k|   3.8 |  69M|2685 |   - |5645 |  14k|   0 |   0 | 160k| 360k|5645 | 0.000000e+00 | 1.000000e+00 |    Inf 
583.90/583.96	c   584s|290000 |  4890 |  1097k|   3.8 |  71M|2685 |   1 |5645 |  16k|5645 | 246 | 165k| 374k|5715 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.70/603.76	c   604s|300000 |  4785 |  1139k|   3.8 |  70M|2685 |   - |5645 |  15k|   0 |   0 | 171k| 388k|5962 | 0.000000e+00 | 1.000000e+00 |    Inf 
621.51/621.60	c   622s|310000 |  4704 |  1181k|   3.8 |  69M|2685 |   - |5645 |  13k|5645 | 213 | 176k| 402k|6023 | 0.000000e+00 | 1.000000e+00 |    Inf 
638.90/638.91	c   639s|320000 |  4807 |  1221k|   3.8 |  71M|2685 |   1 |5645 |  15k|5645 | 219 | 182k| 415k|6100 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.00/657.02	c   657s|330000 |  4598 |  1263k|   3.8 |  69M|2685 |  11 |5645 |  16k|5645 | 277 | 188k| 429k|6198 | 0.000000e+00 | 1.000000e+00 |    Inf 
675.20/675.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
675.20/675.22	c   675s|340000 |  4677 |  1302k|   3.8 |  71M|2685 |   - |5645 |  18k|   0 |   0 | 194k| 442k|6271 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.21/694.20	c   694s|350000 |  4481 |  1343k|   3.8 |  68M|2685 |   - |5645 |  14k|   0 |   0 | 200k| 456k|6364 | 0.000000e+00 | 1.000000e+00 |    Inf 
712.10/712.10	c   712s|360000 |  4639 |  1386k|   3.9 |  71M|2685 |   - |5645 |  16k|   0 |   0 | 206k| 469k|6424 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.81/730.89	c   731s|370000 |  4741 |  1432k|   3.9 |  73M|2685 |   9 |5645 |  17k|5645 | 251 | 211k| 483k|6474 | 0.000000e+00 | 1.000000e+00 |    Inf 
749.40/749.45	c   749s|380000 |  4369 |  1474k|   3.9 |  68M|2685 |  10 |5645 |  15k|5645 | 230 | 217k| 498k|6601 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.11/768.17	c   768s|390000 |  4440 |  1512k|   3.9 |  70M|2685 |  11 |5645 |  18k|5645 | 222 | 223k| 512k|6656 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.31/788.34	c   788s|400000 |  4431 |  1557k|   3.9 |  69M|2685 |   - |5645 |  15k|   0 |   0 | 229k| 526k|6761 | 0.000000e+00 | 1.000000e+00 |    Inf 
806.51/806.51	c   806s|410000 |  4711 |  1594k|   3.9 |  72M|2685 |   - |5645 |  18k|   0 |   0 | 234k| 539k|6803 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.21/825.27	c   825s|420000 |  4986 |  1633k|   3.9 |  75M|2685 |   - |5645 |  19k|   0 |   0 | 239k| 553k|6836 | 0.000000e+00 | 1.000000e+00 |    Inf 
844.70/844.77	c   845s|430000 |  5149 |  1673k|   3.9 |  77M|2685 |   - |5645 |  20k|   0 |   0 | 244k| 567k|6894 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.80/863.82	c   864s|440000 |  5231 |  1712k|   3.9 |  78M|2685 |   - |5645 |  19k|   0 |   0 | 249k| 581k|6952 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.31/882.31	c   882s|450000 |  5278 |  1747k|   3.9 |  79M|2685 |   - |5645 |  19k|   0 |   0 | 254k| 596k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.31/901.34	c   901s|460000 |  5327 |  1787k|   3.9 |  81M|2685 |   - |5645 |  20k|   0 |   0 | 259k| 610k|7033 | 0.000000e+00 | 1.000000e+00 |    Inf 
920.21/920.23	c   920s|470000 |  5372 |  1826k|   3.9 |  82M|2685 |   1 |5645 |  20k|5645 | 209 | 263k| 625k|7088 | 0.000000e+00 | 1.000000e+00 |    Inf 
939.31/939.37	c   939s|480000 |  5315 |  1867k|   3.9 |  81M|2685 |   1 |5645 |  18k|5645 | 217 | 269k| 639k|7154 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.01/958.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.01/958.07	c   958s|490000 |  5197 |  1901k|   3.9 |  82M|2685 |  15 |5645 |  20k|5645 | 217 | 274k| 654k|7194 | 0.000000e+00 | 1.000000e+00 |    Inf 
977.01/977.02	c   977s|500000 |  5142 |  1939k|   3.9 |  82M|2685 |   6 |5645 |  20k|5645 | 247 | 278k| 668k|7236 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.71/996.75	c   997s|510000 |  4606 |  1979k|   3.9 |  72M|2685 |   - |5645 |  15k|   0 |   0 | 284k| 683k|7361 | 0.000000e+00 | 1.000000e+00 |    Inf 
1014.32/1014.36	c  1014s|520000 |  4755 |  2020k|   3.9 |  75M|2685 |   1 |5645 |  18k|5645 | 229 | 289k| 698k|7485 | 0.000000e+00 | 1.000000e+00 |    Inf 
1032.51/1032.53	c  1032s|530000 |  4808 |  2059k|   3.9 |  76M|2685 |  22 |5645 |  18k|5645 | 227 | 295k| 713k|7512 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.31/1051.36	c  1051s|540000 |  4857 |  2101k|   3.9 |  77M|2685 |   1 |5645 |  18k|5645 | 218 | 301k| 727k|7558 | 0.000000e+00 | 1.000000e+00 |    Inf 
1070.01/1070.07	c  1070s|550000 |  4956 |  2142k|   3.9 |  78M|2685 |   1 |5645 |  17k|5645 | 203 | 307k| 741k|7593 | 0.000000e+00 | 1.000000e+00 |    Inf 
1088.72/1088.71	c  1089s|560000 |  4964 |  2180k|   3.9 |  79M|2685 |   1 |5645 |  20k|5645 | 229 | 313k| 756k|7628 | 0.000000e+00 | 1.000000e+00 |    Inf 
1108.41/1108.47	c  1108s|570000 |  5005 |  2221k|   3.9 |  80M|2685 |   1 |5645 |  20k|5645 | 257 | 319k| 771k|7665 | 0.000000e+00 | 1.000000e+00 |    Inf 
1126.52/1126.58	c  1127s|580000 |  4970 |  2260k|   3.9 |  79M|2685 |   1 |5645 |  18k|5645 | 222 | 324k| 786k|7709 | 0.000000e+00 | 1.000000e+00 |    Inf 
1145.41/1145.42	c  1145s|590000 |  4649 |  2300k|   3.9 |  74M|2685 |   - |5645 |  17k|   0 |   0 | 329k| 800k|7743 | 0.000000e+00 | 1.000000e+00 |    Inf 
1164.71/1164.72	c  1165s|600000 |  4537 |  2339k|   3.9 |  72M|2685 |   - |5645 |  16k|   0 |   0 | 334k| 815k|7871 | 0.000000e+00 | 1.000000e+00 |    Inf 
1183.02/1183.05	c  1183s|610000 |  4592 |  2381k|   3.9 |  74M|2685 |   1 |5645 |  17k|5645 | 199 | 339k| 828k|7946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1201.61/1201.60	c  1202s|620000 |  4256 |  2420k|   3.9 |  69M|2685 |   1 |5645 |  13k|5645 | 183 | 345k| 842k|8345 | 0.000000e+00 | 1.000000e+00 |    Inf 
1220.12/1220.17	c  1220s|630000 |  4348 |  2465k|   3.9 |  71M|2685 |   - |5645 |  15k|   0 |   0 | 351k| 855k|8478 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.02/1239.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1239.02/1239.01	c  1239s|640000 |  4474 |  2515k|   3.9 |  73M|2685 |  13 |5645 |  17k|5645 | 218 | 356k| 869k|8484 | 0.000000e+00 | 1.000000e+00 |    Inf 
1257.92/1257.92	c  1258s|650000 |  4494 |  2565k|   3.9 |  73M|2685 |   - |5645 |  17k|   0 |   0 | 362k| 884k|8500 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.51/1277.59	c  1278s|660000 |  4428 |  2618k|   4.0 |  72M|2685 |  15 |5645 |  16k|5645 | 211 | 369k| 898k|8527 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.03/1297.08	c  1297s|670000 |  4451 |  2664k|   4.0 |  74M|2685 |  18 |5645 |  18k|5645 | 212 | 374k| 911k|8567 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.31/1316.38	c  1316s|680000 |  4337 |  2713k|   4.0 |  71M|2685 |   - |5645 |  16k|   0 |   0 | 379k| 926k|8632 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.70/1334.79	c  1335s|690000 |  4289 |  2765k|   4.0 |  70M|2685 |   1 |5645 |  15k|5645 | 221 | 385k| 940k|8697 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.91/1353.95	c  1354s|700000 |  4273 |  2814k|   4.0 |  70M|2685 |  18 |5645 |  16k|5645 | 236 | 390k| 954k|8744 | 0.000000e+00 | 1.000000e+00 |    Inf 
1372.71/1372.73	c  1373s|710000 |  4083 |  2863k|   4.0 |  69M|2685 |  23 |5645 |  16k|5645 | 222 | 397k| 968k|8860 | 0.000000e+00 | 1.000000e+00 |    Inf 
1391.01/1391.08	c  1391s|720000 |  3981 |  2904k|   4.0 |  68M|2685 |  10 |5645 |  18k|5645 | 223 | 403k| 982k|8929 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.01/1410.04	c  1410s|730000 |  4185 |  2940k|   4.0 |  70M|2685 |  19 |5645 |  18k|5645 | 210 | 408k| 995k|8962 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.71/1429.72	c  1430s|740000 |  4300 |  2975k|   4.0 |  72M|2685 |   1 |5645 |  19k|5645 | 200 | 414k|1008k|9001 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.41/1449.48	c  1449s|750000 |  4393 |  3014k|   4.0 |  74M|2685 |   9 |5645 |  20k|5645 | 214 | 421k|1022k|9036 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.31/1469.31	c  1469s|760000 |  4436 |  3053k|   4.0 |  75M|2685 |   - |5645 |  21k|   0 |   0 | 426k|1035k|9064 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.32/1489.40	c  1489s|770000 |  4519 |  3097k|   4.0 |  75M|2685 |   1 |5645 |  18k|5645 | 241 | 432k|1049k|9146 | 0.000000e+00 | 1.000000e+00 |    Inf 
1508.51/1508.51	c  1508s|780000 |  4594 |  3140k|   4.0 |  76M|2685 |   - |5645 |  19k|   0 |   0 | 440k|1063k|9181 | 0.000000e+00 | 1.000000e+00 |    Inf 
1528.61/1528.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1528.61/1528.61	c  1529s|790000 |  4819 |  3186k|   4.0 |  79M|2685 |   - |5645 |  22k|   0 |   0 | 447k|1076k|9212 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.02/1549.03	c  1549s|800000 |  4923 |  3226k|   4.0 |  80M|2685 |   - |5645 |  20k|   0 |   0 | 452k|1091k|9250 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.21/1570.29	c  1570s|810000 |  5079 |  3275k|   4.0 |  81M|2685 |   - |5645 |  21k|   0 |   0 | 459k|1105k|9295 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.02/1592.03	c  1592s|820000 |  5282 |  3318k|   4.0 |  83M|2685 |   1 |5645 |  22k|5645 | 252 | 466k|1120k|9330 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.32/1613.33	c  1613s|830000 |  5447 |  3362k|   4.1 |  85M|2685 |   1 |5645 |  21k|5645 | 241 | 473k|1134k|9367 | 0.000000e+00 | 1.000000e+00 |    Inf 
1634.31/1634.30	c  1634s|840000 |  5714 |  3407k|   4.1 |  88M|2685 |   - |5645 |  24k|   0 |   0 | 480k|1149k|9406 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.32/1655.35	c  1655s|850000 |  5829 |  3451k|   4.1 |  89M|2685 |   1 |5645 |  25k|5645 | 229 | 487k|1165k|9440 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.81/1675.83	c  1676s|860000 |  5853 |  3492k|   4.1 |  90M|2685 |   - |5645 |  24k|   0 |   0 | 493k|1181k|9479 | 0.000000e+00 | 1.000000e+00 |    Inf 
1697.32/1697.36	c  1697s|870000 |  5875 |  3538k|   4.1 |  90M|2685 |   1 |5645 |  24k|5645 | 231 | 501k|1196k|9514 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.12/1719.12	c  1719s|880000 |  5965 |  3581k|   4.1 |  91M|2685 |   - |5645 |  24k|   0 |   0 | 508k|1210k|9569 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.92/1739.97	c  1740s|890000 |  5965 |  3624k|   4.1 |  91M|2685 |   1 |5645 |  22k|5645 | 232 | 514k|1225k|9604 | 0.000000e+00 | 1.000000e+00 |    Inf 
1760.52/1760.51	c  1760s|900000 |  5947 |  3665k|   4.1 |  91M|2685 |  21 |5645 |  22k|5645 | 232 | 520k|1239k|9639 | 0.000000e+00 | 1.000000e+00 |    Inf 
1782.62/1782.69	c  1783s|910000 |  5995 |  3719k|   4.1 |  93M|2685 |   - |5645 |  24k|   0 |   0 | 527k|1254k|9685 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.02/1790.01	c 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time (sec) : 1789.98
1790.02/1790.01	c Solving Nodes      : 913218
1790.02/1790.01	c Primal Bound       : +1.00000000000000e+00 (140 solutions)
1790.02/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.01	c Gap                : infinite
1790.02/1790.09	s SATISFIABLE
1790.02/1790.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.02/1790.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.09	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.02/1790.09	v -x167 -x166 -x165 x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1790.02/1790.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.02/1790.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.02/1790.09	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.02/1790.09	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.02/1790.09	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.02/1790.09	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.02/1790.09	v -x1 
1790.02/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.09	c Solving Time       :    1789.98
1790.02/1790.09	c Original Problem   :
1790.02/1790.09	c   Problem name     : HOME/instance-2705091-1278578337.wbo
1790.02/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.09	c Presolved Problem  :
1790.02/1790.09	c   Problem name     : t_HOME/instance-2705091-1278578337.wbo
1790.02/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.09	c   Constraints      : 5414 initial, 25985 maximal
1790.02/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.02/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.09	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.02/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.09	c   integral         :          0          0          0     575639          0         19        927          0          0     966820
1790.02/1790.09	c   linear           :       2707          6    4978865      90619          0     394106   20411747     530605          0          0
1790.02/1790.09	c   indicator        :       2707          0     251494      33751          0        154    1991597          0          0          0
1790.02/1790.09	c   logicor          :          0+         0    1487761          0          0      65579    1742996          0          0          0
1790.02/1790.09	c   bounddisjunction :          0+         0     506231          0          0        563       4713          0          0          0
1790.02/1790.09	c   countsols        :          0          0          0      27057          0          0          0          0          0          0
1790.02/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.09	c   integral         :      14.88       0.00       0.00      14.88       0.00
1790.02/1790.09	c   linear           :     244.63       0.00     234.49      10.14       0.00
1790.02/1790.09	c   indicator        :      19.94       0.00      10.80       9.15       0.00
1790.02/1790.09	c   logicor          :     233.53       0.00     233.53       0.00       0.00
1790.02/1790.09	c   bounddisjunction :       2.44       0.00       2.44       0.00       0.00
1790.02/1790.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.09	c   vbounds          :       0.81      11042          0       4031
1790.02/1790.09	c   rootredcost      :       0.70         34          0       2707
1790.02/1790.09	c   pseudoobj        :     181.85    4982792       2869    1849119
1790.02/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.09	c   propagation      :      27.81     463117     462979    3002725       30.0      15171       24.5          -
1790.02/1790.09	c   infeasible LP    :       4.95      13236      13235     107032       40.8        131       20.7          0
1790.02/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.09	c   applied globally :          -          -          -    1259377       23.0          -          -          -
1790.02/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.02/1790.09	c   redcost          :      53.87     576545          0     173973          0          0
1790.02/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.02/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.02/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.02/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.02/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.02/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.02/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.02/1790.09	c Pricers            :       Time      Calls       Vars
1790.02/1790.09	c   problem variables:       0.00          0          0
1790.02/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.09	c   relpscost        :      14.42     484172         19        927          0          0     966820
1790.02/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.09	c   inference        :      20.44      27023          0          0          0          0      54190
1790.02/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.09	c   LP solutions     :       0.07          -         34
1790.02/1790.09	c   pseudo solutions :       0.00          -          0
1790.02/1790.09	c   feaspump         :       0.00          0          0
1790.02/1790.09	c   intshifting      :       0.01          0          0
1790.02/1790.09	c   oneopt           :       0.40         31          0
1790.02/1790.09	c   guideddiving     :       0.06         17          0
1790.02/1790.09	c   veclendiving     :       0.05         25          0
1790.02/1790.09	c   linesearchdiving :       0.05         26          0
1790.02/1790.09	c   coefdiving       :       0.05         26          0
1790.02/1790.09	c   pscostdiving     :       0.05         26          0
1790.02/1790.09	c   fracdiving       :       0.04         26          0
1790.02/1790.09	c   rootsoldiving    :       0.07         20          0
1790.02/1790.09	c   objpscostdiving  :       0.06         21          0
1790.02/1790.09	c   crossover        :       1.80         40         11
1790.02/1790.09	c   trivial          :       0.07          2          2
1790.02/1790.09	c   simplerounding   :       0.76     484232          0
1790.02/1790.09	c   zirounding       :       0.70       1000          0
1790.02/1790.09	c   rounding         :       1.50       9796          0
1790.02/1790.09	c   shifting         :       0.71       3086          0
1790.02/1790.09	c   twoopt           :       0.00          0          0
1790.02/1790.09	c   fixandinfer      :       0.00          0          0
1790.02/1790.09	c   intdiving        :       0.00          0          0
1790.02/1790.09	c   actconsdiving    :       0.00          0          0
1790.02/1790.09	c   octane           :       0.00          0          0
1790.02/1790.09	c   rens             :       0.03          1          0
1790.02/1790.09	c   rins             :       0.00          0          0
1790.02/1790.09	c   localbranching   :       0.00          0          0
1790.02/1790.09	c   mutation         :       0.00          0          0
1790.02/1790.09	c   dins             :       0.00          0          0
1790.02/1790.09	c   undercover       :       0.00          0          0
1790.02/1790.09	c   nlp              :       0.15          0          0
1790.02/1790.09	c   trysol           :       0.41        365         93
1790.02/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.09	c   dual LP          :     476.87     563184    3737472       6.64    7837.47
1790.02/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.09	c   diving/probing LP:       0.11         61        645      10.57    5643.74
1790.02/1790.09	c   strong branching :      11.29       9699     106353      10.97    9424.08
1790.02/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.02/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.09	c B&B Tree           :
1790.02/1790.09	c   number of runs   :          1
1790.02/1790.09	c   nodes            :     913218
1790.02/1790.09	c   nodes (total)    :     913218
1790.02/1790.09	c   nodes left       :       6106
1790.02/1790.09	c   max depth        :       2685
1790.02/1790.09	c   max depth (total):       2685
1790.02/1790.09	c   backtracks       :      85316 (9.3%)
1790.02/1790.09	c   delayed cutoffs  :      79823
1790.02/1790.09	c   repropagations   :    2587189 (4506407 domain reductions, 73689 cutoffs)
1790.02/1790.09	c   avg switch length:       7.18
1790.02/1790.09	c   switching time   :     263.75
1790.02/1790.09	c Solution           :
1790.02/1790.09	c   Solutions found  :        140 (35 improvements)
1790.02/1790.09	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 62215 nodes, 164.97 seconds, depth 21, found by <relaxation>)
1790.02/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.09	c   Gap              :   infinite
1790.02/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.09	c   Root Iterations  :        184
1790.22/1790.21	c Time complete: 1790.23.

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-2705091-1278578337/watcher-2705091-1278578337 -o /tmp/evaluation-result-2705091-1278578337/solver-2705091-1278578337 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705091-1278578337.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.00 2.00 1.92 4/178 23596
/proc/meminfo: memFree=29605684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=12340 CPUtime=0
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 1921 0 0 0 0 0 0 0 21 0 1 0 26047225 12636160 1840 4089446400 4194304 10345943 140734964730064 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23596/statm: 3085 1841 429 1502 0 1578 0

[startup+0.10605 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23596
/proc/meminfo: memFree=29605684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=38024 CPUtime=0.1
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 8449 0 0 0 9 1 0 0 21 0 1 0 26047225 38936576 8014 4089446400 4194304 10345943 140734964730064 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 9506 8014 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38024

[startup+0.201036 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23596
/proc/meminfo: memFree=29605684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=53292 CPUtime=0.19
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 12312 0 0 0 18 1 0 0 21 0 1 0 26047225 54571008 11877 4089446400 4194304 10345943 140734964730064 18446744073709551615 4697930 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 13323 11877 628 1502 0 11816 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53292

[startup+0.301016 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23596
/proc/meminfo: memFree=29605684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=70108 CPUtime=0.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 16213 0 0 0 27 2 0 0 21 0 1 0 26047225 71790592 15778 4089446400 4194304 10345943 140734964730064 18446744073709551615 4448115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 17527 15778 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700945 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23596
/proc/meminfo: memFree=29605684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=65268 CPUtime=0.69
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 16893 0 0 0 67 2 0 0 22 0 1 0 26047225 66834432 15053 4089446400 4194304 10345943 140734964730064 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 16317 15053 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50086 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29547768/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=65268 CPUtime=1.49
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 16895 0 0 0 147 2 0 0 25 0 1 0 26047225 66834432 15055 4089446400 4194304 10345943 140734964730064 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 16317 15055 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29547024/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=65268 CPUtime=3.09
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 16897 0 0 0 307 2 0 0 25 0 1 0 26047225 66834432 15057 4089446400 4194304 10345943 140734964730064 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 16317 15057 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30103 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29542204/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=65268 CPUtime=6.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 18956 0 0 0 626 3 0 0 25 0 1 0 26047225 66834432 15084 4089446400 4194304 10345943 140734964730064 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 16317 15084 754 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29532808/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=67300 CPUtime=12.69
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 21947 0 0 0 1264 5 0 0 25 0 1 0 26047225 68915200 15605 4089446400 4194304 10345943 140734964730064 18446744073709551615 6864959 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 16825 15605 754 1502 0 15318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67300

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29508396/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=82452 CPUtime=25.49
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 50451 0 0 0 2539 10 0 0 25 0 1 0 26047225 84430848 19065 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 20613 19065 762 1502 0 19106 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82452

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29448528/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=127648 CPUtime=51.09
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 79834 0 0 0 5093 16 0 0 25 0 1 0 26047225 130711552 30547 4089446400 4194304 10345943 140734964730064 18446744073709551615 6871392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 31912 30547 762 1502 0 30405 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 127648

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23600
/proc/meminfo: memFree=29308612/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=209340 CPUtime=102.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 149114 0 0 0 10199 30 0 0 25 0 1 0 26047225 214364160 50102 4089446400 4194304 10345943 140734964730064 18446744073709551615 4737505 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 52335 50102 767 1502 0 50828 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 209340

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23602
/proc/meminfo: memFree=29245932/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=237524 CPUtime=162.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 209813 0 0 0 16182 47 0 0 25 0 1 0 26047225 243224576 57126 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614659 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 59381 57126 778 1502 0 57874 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 237524

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23603
/proc/meminfo: memFree=29188088/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=245412 CPUtime=222.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 233865 0 0 0 22168 62 0 0 25 0 1 0 26047225 251301888 58941 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 61353 58941 787 1502 0 59846 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 245412

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23605
/proc/meminfo: memFree=29123680/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=246240 CPUtime=282.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 236061 0 0 0 28160 69 0 0 25 0 1 0 26047225 252149760 59387 4089446400 4194304 10345943 140734964730064 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 61560 59387 787 1502 0 60053 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 246240

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23606
/proc/meminfo: memFree=29084068/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=250384 CPUtime=342.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 236929 0 0 0 34151 79 0 0 25 0 1 0 26047225 256393216 60255 4089446400 4194304 10345943 140734964730064 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 62596 60255 787 1502 0 61089 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 250384

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 23608
/proc/meminfo: memFree=29054504/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=250388 CPUtime=402.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 239001 0 0 0 40141 89 0 0 25 0 1 0 26047225 256397312 60376 4089446400 4194304 10345943 140734964730064 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 62597 60376 787 1502 0 61090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 250388

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 23610
/proc/meminfo: memFree=29026684/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=251144 CPUtime=462.29
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 239218 0 0 0 46132 97 0 0 25 0 1 0 26047225 257171456 60593 4089446400 4194304 10345943 140734964730064 18446744073709551615 6802983 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 62786 60593 787 1502 0 61279 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 251144

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23611
/proc/meminfo: memFree=28997744/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=251144 CPUtime=522.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 239300 0 0 0 52124 106 0 0 25 0 1 0 26047225 257171456 60675 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 62786 60675 787 1502 0 61279 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 251144

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23613
/proc/meminfo: memFree=28973636/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=251244 CPUtime=582.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 241077 0 0 0 58114 116 0 0 25 0 1 0 26047225 257273856 60695 4089446400 4194304 10345943 140734964730064 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23596/statm: 62811 60695 787 1502 0 61304 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 251244

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23614
/proc/meminfo: memFree=28952640/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=251408 CPUtime=642.3
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 241118 0 0 0 64105 125 0 0 25 0 1 0 26047225 257441792 60736 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 62852 60736 787 1502 0 61345 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 251408

[startup+702.301 s]

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

/proc/meminfo: memFree=28868920/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=261308 CPUtime=1002.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247561 0 0 0 100043 188 0 0 25 0 1 0 26047225 267579392 62936 4089446400 4194304 10345943 140734964730064 18446744073709551615 18446744073699065897 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65327 62936 796 1502 0 63820 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 261308

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 23626
/proc/meminfo: memFree=28858720/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=261308 CPUtime=1062.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247593 0 0 0 106033 198 0 0 25 0 1 0 26047225 267579392 62968 4089446400 4194304 10345943 140734964730064 18446744073709551615 5026809 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65327 62968 796 1502 0 63820 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 261308

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23627
/proc/meminfo: memFree=28851468/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=261668 CPUtime=1122.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247804 0 0 0 112023 208 0 0 25 0 1 0 26047225 267948032 63179 4089446400 4194304 10345943 140734964730064 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65417 63179 797 1502 0 63910 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 261668

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23629
/proc/meminfo: memFree=28847828/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=261852 CPUtime=1182.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247891 0 0 0 118013 219 0 0 25 0 1 0 26047225 268136448 63266 4089446400 4194304 10345943 140734964730064 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65463 63266 797 1502 0 63956 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 261852

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23630
/proc/meminfo: memFree=28840468/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=261852 CPUtime=1242.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247917 0 0 0 124001 231 0 0 25 0 1 0 26047225 268136448 63292 4089446400 4194304 10345943 140734964730064 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65463 63292 797 1502 0 63956 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 261852

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23632
/proc/meminfo: memFree=28834716/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=262496 CPUtime=1302.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247954 0 0 0 129990 242 0 0 25 0 1 0 26047225 268795904 63329 4089446400 4194304 10345943 140734964730064 18446744073709551615 5614696 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65624 63329 797 1502 0 64117 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 262496

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23643
/proc/meminfo: memFree=28827048/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=262496 CPUtime=1362.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 247982 0 0 0 135979 252 0 0 25 0 1 0 26047225 268795904 63357 4089446400 4194304 10345943 140734964730064 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65624 63357 797 1502 0 64117 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 262496

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23644
/proc/meminfo: memFree=28822916/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=262496 CPUtime=1422.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 248000 0 0 0 141971 261 0 0 25 0 1 0 26047225 268795904 63375 4089446400 4194304 10345943 140734964730064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65624 63375 797 1502 0 64117 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 262496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23646
/proc/meminfo: memFree=28822620/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=262496 CPUtime=1482.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 248024 0 0 0 147961 270 0 0 25 0 1 0 26047225 268795904 63399 4089446400 4194304 10345943 140734964730064 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65624 63399 797 1502 0 64117 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 262496

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 23647
/proc/meminfo: memFree=28822432/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=262496 CPUtime=1542.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 248062 0 0 0 153949 283 0 0 25 0 1 0 26047225 268795904 63437 4089446400 4194304 10345943 140734964730064 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 65624 63437 797 1502 0 64117 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 262496

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23649
/proc/meminfo: memFree=28818428/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=267656 CPUtime=1602.31
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 249116 0 0 0 159939 292 0 0 25 0 1 0 26047225 274079744 64491 4089446400 4194304 10345943 140734964730064 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 66914 64491 797 1502 0 65407 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 267656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23651
/proc/meminfo: memFree=28813792/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=271380 CPUtime=1662.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 250267 0 0 0 165930 302 0 0 25 0 1 0 26047225 277893120 65642 4089446400 4194304 10345943 140734964730064 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 67845 65642 797 1502 0 66338 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 271380

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=28811776/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=272592 CPUtime=1722.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 252490 0 0 0 171921 311 0 0 25 0 1 0 26047225 279134208 65925 4089446400 4194304 10345943 140734964730064 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 68148 65925 797 1502 0 66641 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 272592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23654
/proc/meminfo: memFree=28809992/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=275240 CPUtime=1782.32
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253008 0 0 0 177911 321 0 0 25 0 1 0 26047225 281845760 66443 4089446400 4194304 10345943 140734964730064 18446744073709551615 9105031 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 68810 66443 797 1502 0 67303 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 275240

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29373620/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=275240 CPUtime=1785.62
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253128 0 0 0 178239 323 0 0 25 0 1 0 26047225 281845760 66563 4089446400 4194304 10345943 140734964730064 18446744073709551615 6003091 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 68810 66563 797 1502 0 67303 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (KiB) 275240

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29374276/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=276124 CPUtime=1788.82
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253165 0 0 0 178559 323 0 0 25 0 1 0 26047225 282750976 66600 4089446400 4194304 10345943 140734964730064 18446744073709551615 6051188 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 69031 66600 797 1502 0 67524 0
Current children cumulated CPU time (s) 1788.82
Current children cumulated vsize (KiB) 276124

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29374276/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=276124 CPUtime=1789.62
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253170 0 0 0 178639 323 0 0 25 0 1 0 26047225 282750976 66605 4089446400 4194304 10345943 140734964730064 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 69031 66605 797 1502 0 67524 0
Current children cumulated CPU time (s) 1789.62
Current children cumulated vsize (KiB) 276124

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29366092/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=276124 CPUtime=1790.02
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253174 0 0 0 178679 323 0 0 25 0 1 0 26047225 282750976 66609 4089446400 4194304 10345943 140734964730064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23596/statm: 69031 66609 797 1502 0 67524 0
Current children cumulated CPU time (s) 1790.02
Current children cumulated vsize (KiB) 276124

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23681
/proc/meminfo: memFree=29366092/32950928 swapFree=67111528/67111528
[pid=23596] ppid=23594 vsize=276124 CPUtime=1790.22
/proc/23596/stat : 23596 (pbscip.linux.x8) R 23594 23596 23101 0 -1 4202496 253259 0 0 0 178699 323 0 0 25 0 1 0 26047225 282750976 66694 4089446400 4194304 10345943 140734964730064 18446744073709551615 4750154 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23596/statm: 69031 66694 798 1502 0 67524 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 276124

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.24
CPU user time (s): 1786.99
CPU system time (s): 3.24751
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 276124

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

runsolver used 2.6436 second user time and 5.53216 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-08 10:38:57
IDJOB=2705091
IDBENCH=79297
IDSOLVER=1214
FILE ID=node122/2705091-1278578337
PBS_JOBID= 11240210
Free space on /tmp= 73396 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.1900548667--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-2705091-1278578337/watcher-2705091-1278578337 -o /tmp/evaluation-result-2705091-1278578337/solver-2705091-1278578337 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705091-1278578337.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=948873935

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29606212 kB
Buffers:        163656 kB
Cached:        2886100 kB
SwapCached:          0 kB
Active:        1192148 kB
Inactive:      1983876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29606212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25912 kB
Writeback:           0 kB
AnonPages:      126212 kB
Mapped:          17712 kB
Slab:           103488 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   269604 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= 73384 MiB
End job on node122 at 2010-07-08 11:08:47