Trace number 2693106

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.29 1800.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900583053--soft-0-100-0.wbo
MD5SUM4a2d6bc5f020a6a42fcf2a39cec0be8f
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 benchmark322.817
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
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-2693106-1277931474.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.13	o 135714
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.09/0.13	c presolving:
0.09/0.14	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.15	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.18/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.21	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.21	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.24	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.26	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.18/0.29	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.38/0.42	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.357140e+05 |    Inf 
17.59/17.68	c  17.2s| 10000 | 10001 |  6240 |   0.6 |  47M|1591 |   0 |5645 |5414 |5645 | 245 |2287 |   0 | 841 | 0.000000e+00 | 1.357140e+05 |    Inf 
32.28/32.37	c  31.7s| 20000 | 19999 |  7608 |   0.4 |  67M|1591 |   0 |5645 |5415 |5645 | 233 |2761 |   1 | 857 | 0.000000e+00 | 1.357140e+05 |    Inf 
46.27/46.36	c  45.3s| 30000 | 29997 |  8756 |   0.3 |  86M|1591 |   0 |5645 |5416 |5645 | 233 |3078 |   2 | 878 | 0.000000e+00 | 1.357140e+05 |    Inf 
60.17/60.26	c  59.0s| 40000 | 39997 |  9612 |   0.2 | 106M|1591 |   0 |5645 |5416 |5645 | 230 |3296 |   2 | 901 | 0.000000e+00 | 1.357140e+05 |    Inf 
74.17/74.27	c  72.6s| 50000 | 49997 | 10650 |   0.2 | 125M|1591 |   0 |5645 |5416 |5645 | 232 |3554 |   2 | 925 | 0.000000e+00 | 1.357140e+05 |    Inf 
87.98/88.06	c  86.1s| 60000 | 59997 | 12280 |   0.2 | 144M|1591 |   0 |5645 |5416 |5645 | 219 |3993 |   2 | 997 | 0.000000e+00 | 1.357140e+05 |    Inf 
101.58/101.60	c  99.4s| 70000 | 69997 | 13340 |   0.2 | 164M|1591 |   0 |5645 |5416 |5645 | 242 |4265 |   2 |1030 | 0.000000e+00 | 1.357140e+05 |    Inf 
113.88/113.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
113.88/113.94	c   111s| 80000 | 79993 | 14248 |   0.2 | 184M|2677 |   0 |5645 |5431 |5645 | 237 |4510 |  17 |1072 | 0.000000e+00 | 1.357140e+05 |    Inf 
127.08/127.13	c   124s| 90000 | 89991 | 14975 |   0.2 | 203M|2677 |   0 |5645 |5441 |5645 | 253 |4723 |  27 |1086 | 0.000000e+00 | 1.357140e+05 |    Inf 
131.88/131.93	o 647
131.88/131.93	c * 129s| 93563 | 89138 | 15414 |   0.2 | 202M|2677 |   - |5645 |5441 |5645 | 252 |4862 |  27 |1095 | 0.000000e+00 | 6.470000e+02 |    Inf 
141.57/141.66	o 639
141.57/141.66	c * 139s| 99689 | 94918 | 17701 |   0.2 | 214M|2677 |   - |5645 |5561 |5645 | 244 |5483 | 147 |1117 | 0.000000e+00 | 6.390000e+02 |    Inf 
142.08/142.11	c   139s|100000 | 95229 | 17813 |   0.2 | 214M|2677 |   0 |5645 |5561 |5645 | 247 |5503 | 147 |1118 | 0.000000e+00 | 6.390000e+02 |    Inf 
147.87/147.97	o 586
147.87/147.97	c * 145s|104162 | 96129 | 18215 |   0.2 | 217M|2677 |   - |5645 |5650 |5645 | 231 |5601 | 236 |1123 | 0.000000e+00 | 5.860000e+02 |    Inf 
155.88/155.97	c   153s|110000 |101967 | 18760 |   0.2 | 228M|2677 |   0 |5645 |5650 |5645 | 235 |5757 | 236 |1124 | 0.000000e+00 | 5.860000e+02 |    Inf 
156.28/156.32	o 548
156.28/156.32	c * 153s|110282 | 98417 | 18792 |   0.2 | 222M|2677 |   - |5645 |5660 |5645 | 226 |5764 | 246 |1124 | 0.000000e+00 | 5.480000e+02 |    Inf 
156.77/156.83	o 509
156.77/156.83	c * 153s|110638 | 94981 | 18911 |   0.2 | 215M|2677 |   - |5645 |5689 |5645 | 211 |5784 | 275 |1124 | 0.000000e+00 | 5.090000e+02 |    Inf 
157.38/157.48	o 297
157.38/157.48	c * 154s|111074 | 58800 | 18979 |   0.2 | 147M|2677 |   - |5645 |5689 |5645 | 231 |5798 | 275 |1124 | 0.000000e+00 | 2.970000e+02 |    Inf 
157.57/157.60	o 293
157.57/157.60	c * 154s|111141 | 57996 | 19032 |   0.2 | 145M|2677 |   - |5645 |5713 |5645 | 229 |5809 | 299 |1124 | 0.000000e+00 | 2.930000e+02 |    Inf 
157.57/157.61	o 288
157.57/157.61	c * 154s|111142 | 56782 | 19032 |   0.2 | 143M|2677 |   - |5645 |5713 |5645 | 229 |5809 | 299 |1124 | 0.000000e+00 | 2.880000e+02 |    Inf 
157.57/157.68	o 285
157.57/157.68	c * 154s|111177 | 56109 | 19051 |   0.2 | 142M|2677 |   - |5645 |5713 |5645 | 227 |5810 | 299 |1124 | 0.000000e+00 | 2.850000e+02 |    Inf 
160.98/161.06	o 247
160.98/161.06	c * 158s|113028 | 47199 | 19991 |   0.2 | 127M|2677 |   - |5645 |6152 |5645 | 231 |6081 | 738 |1130 | 0.000000e+00 | 2.470000e+02 |    Inf 
161.08/161.12	o 245
161.08/161.12	c * 158s|113050 | 46517 | 20019 |   0.2 | 126M|2677 |   - |5645 |6172 |5645 | 227 |6082 | 758 |1130 | 0.000000e+00 | 2.450000e+02 |    Inf 
163.58/163.62	o 225
163.58/163.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.58/163.62	c * 160s|113855 | 40470 | 21029 |   0.2 | 116M|2677 |   - |5645 |6964 |5645 | 228 |6340 |1550 |1146 | 0.000000e+00 | 2.250000e+02 |    Inf 
163.58/163.68	o 222
163.58/163.68	c * 160s|113877 | 39568 | 21061 |   0.2 | 115M|2677 |   - |5645 |6964 |5645 | 232 |6341 |1550 |1146 | 0.000000e+00 | 2.220000e+02 |    Inf 
165.08/165.11	o 183
165.08/165.11	c * 162s|114343 | 29078 | 21924 |   0.2 |  94M|2677 |   - |5645 |7411 |5645 | 229 |6597 |1997 |1164 | 0.000000e+00 | 1.830000e+02 |    Inf 
165.88/165.92	o 167
165.88/165.92	c * 162s|114603 | 24541 | 22287 |   0.2 |  86M|2677 |   - |5645 |7808 |5645 | 215 |6691 |2395 |1165 | 0.000000e+00 | 1.670000e+02 |    Inf 
166.17/166.26	o 150
166.17/166.26	c * 163s|114673 | 19975 | 22451 |   0.2 |  75M|2677 |   - |5645 |7911 |5645 | 219 |6728 |2499 |1166 | 0.000000e+00 | 1.500000e+02 |    Inf 
169.08/169.19	o 147
169.08/169.19	c * 165s|115668 | 19926 | 24113 |   0.2 |  77M|2677 |   - |5645 |9524 |5645 | 243 |7155 |4213 |1215 | 0.000000e+00 | 1.470000e+02 |    Inf 
170.87/170.91	o 111
170.87/170.91	c * 167s|116382 | 12412 | 25340 |   0.2 |  64M|2677 |   - |5645 |  10k|5645 | 231 |7488 |4845 |1227 | 0.000000e+00 | 1.110000e+02 |    Inf 
175.67/175.73	o 110
175.67/175.73	c * 172s|117902 | 13029 | 27975 |   0.2 |  70M|2677 |   - |5645 |  10k|5645 | 235 |8177 |6765 |1281 | 0.000000e+00 | 1.100000e+02 |    Inf 
175.88/175.92	o 90
175.88/175.92	c * 172s|118062 |  8714 | 27979 |   0.2 |  59M|2677 |   - |5645 |  10k|5645 | 237 |8179 |6774 |1281 | 0.000000e+00 | 9.000000e+01 |    Inf 
177.57/177.67	o 88
177.57/177.67	c * 174s|118496 |  8569 | 28841 |   0.2 |  59M|2677 |   - |5645 |9665 |5645 | 214 |8377 |7313 |1316 | 0.000000e+00 | 8.800000e+01 |    Inf 
177.67/177.75	o 83
177.67/177.75	c * 174s|118514 |  7708 | 28879 |   0.2 |  56M|2677 |   - |5645 |9491 |5645 | 214 |8377 |7352 |1318 | 0.000000e+00 | 8.300000e+01 |    Inf 
177.67/177.76	o 75
177.67/177.76	c * 174s|118515 |  6794 | 28885 |   0.2 |  53M|2677 |   - |5645 |9491 |5645 | 214 |8377 |7352 |1318 | 0.000000e+00 | 7.500000e+01 |    Inf 
177.87/177.91	o 74
177.87/177.91	c * 174s|118545 |  6719 | 29041 |   0.2 |  53M|2677 |   - |5645 |8976 |5645 | 229 |8410 |7380 |1330 | 0.000000e+00 | 7.400000e+01 |    Inf 
177.87/177.96	o 66
177.87/177.96	c * 174s|118555 |  5900 | 29053 |   0.2 |  51M|2677 |   - |5645 |8890 |5645 | 231 |8412 |7380 |1330 | 0.000000e+00 | 6.600000e+01 |    Inf 
178.18/178.29	o 63
178.18/178.29	c * 174s|118617 |  5638 | 29484 |   0.2 |  50M|2677 |   - |5645 |8590 |5645 | 236 |8510 |7434 |1335 | 0.000000e+00 | 6.300000e+01 |    Inf 
178.28/178.33	o 59
178.28/178.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.28/178.33	c * 174s|118623 |  5292 | 29486 |   0.2 |  49M|2677 |   - |5645 |8445 |5645 | 236 |8510 |7434 |1335 | 0.000000e+00 | 5.900000e+01 |    Inf 
178.28/178.33	o 58
178.28/178.33	c * 174s|118624 |  5224 | 29486 |   0.2 |  49M|2677 |   - |5645 |8445 |5645 | 236 |8510 |7434 |1335 | 0.000000e+00 | 5.800000e+01 |    Inf 
178.58/178.69	o 51
178.58/178.69	c * 175s|118741 |  4555 | 29846 |   0.2 |  48M|2677 |   - |5645 |8149 |5645 | 223 |8565 |7547 |1355 | 0.000000e+00 | 5.100000e+01 |    Inf 
178.68/178.70	o 48
178.68/178.70	c * 175s|118742 |  3953 | 29846 |   0.2 |  44M|2677 |   - |5645 |8149 |5645 | 223 |8565 |7547 |1355 | 0.000000e+00 | 4.800000e+01 |    Inf 
178.77/178.89	o 31
178.77/178.89	c * 175s|118798 |  2783 | 30035 |   0.3 |  41M|2677 |   - |5645 |7589 |5645 | 227 |8614 |7578 |1360 | 0.000000e+00 | 3.100000e+01 |    Inf 
182.38/182.43	c   178s|120000 |  2789 | 35431 |   0.3 |  42M|2677 |   6 |5645 |6785 |5645 | 226 |9636 |9306 |1526 | 0.000000e+00 | 3.100000e+01 |    Inf 
185.08/185.17	o 23
185.08/185.17	c * 181s|121098 |  2459 | 40343 |   0.3 |  42M|2677 |   - |5645 |7445 |5645 | 251 |  10k|  10k|1626 | 0.000000e+00 | 2.300000e+01 |    Inf 
185.17/185.20	o 12
185.17/185.20	c * 181s|121104 |  1660 | 40343 |   0.3 |  38M|2677 |   - |5645 |7104 |5645 | 251 |  10k|  10k|1626 | 0.000000e+00 | 1.200000e+01 |    Inf 
199.09/199.15	o 9
199.09/199.15	c * 194s|128025 |  2025 | 71383 |   0.6 |  42M|2677 |   - |5645 |6486 |5645 | 249 |  16k|  18k|1702 | 0.000000e+00 | 9.000000e+00 |    Inf 
202.88/202.92	c   198s|130000 |  2174 | 80055 |   0.6 |  44M|2677 |   - |5645 |6211 |   0 |   0 |  17k|  21k|1706 | 0.000000e+00 | 9.000000e+00 |    Inf 
208.89/209.00	o 5
208.89/209.00	c * 204s|133363 |  2049 | 90616 |   0.7 |  44M|2677 |   - |5645 |6371 |5645 | 213 |  19k|  25k|1761 | 0.000000e+00 | 5.000000e+00 |    Inf 
220.98/221.03	c   215s|140000 |  2238 |119395 |   0.9 |  47M|2677 |   - |5645 |7503 |   0 |   0 |  23k|  35k|1951 | 0.000000e+00 | 5.000000e+00 |    Inf 
239.28/239.33	c   233s|150000 |  2412 |160547 |   1.1 |  50M|2677 |   - |5645 |8527 |   0 |   0 |  29k|  48k|2259 | 0.000000e+00 | 5.000000e+00 |    Inf 
240.89/240.98	o 4
240.89/240.98	c * 235s|150939 |  2367 |163628 |   1.1 |  49M|2677 |   - |5645 |8426 |5645 | 220 |  29k|  49k|2274 | 0.000000e+00 | 4.000000e+00 |    Inf 
242.27/242.36	o 3
242.27/242.36	c * 236s|151672 |  2312 |166443 |   1.1 |  49M|2677 |   - |5645 |8185 |5645 | 255 |  30k|  50k|2315 | 0.000000e+00 | 3.000000e+00 |    Inf 
245.47/245.59	o 2
245.47/245.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.47/245.59	c * 239s|153553 |  2333 |173521 |   1.1 |  49M|2677 |   - |5645 |8561 |5645 | 241 |  31k|  52k|2339 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.17/257.27	c   250s|160000 |  2395 |201573 |   1.3 |  51M|2677 |   - |5645 |8367 |   0 |   0 |  34k|  61k|2510 | 0.000000e+00 | 2.000000e+00 |    Inf 
275.78/275.85	c   268s|170000 |  2513 |245361 |   1.4 |  53M|2677 |   - |5645 |9919 |5645 | 268 |  39k|  74k|2794 | 0.000000e+00 | 2.000000e+00 |    Inf 
295.88/295.93	c   287s|180000 |  2661 |291677 |   1.6 |  56M|2677 |   - |5645 |9799 |   0 |   0 |  44k|  88k|3066 | 0.000000e+00 | 2.000000e+00 |    Inf 
314.98/315.01	c   306s|190000 |  2705 |332134 |   1.7 |  58M|2677 |   1 |5645 |  11k|5645 | 260 |  48k| 102k|3253 | 0.000000e+00 | 2.000000e+00 |    Inf 
335.17/335.25	c   325s|200000 |  2915 |374204 |   1.9 |  61M|2677 |   - |5645 |  16k|   0 |   0 |  53k| 115k|3391 | 0.000000e+00 | 2.000000e+00 |    Inf 
357.38/357.41	c   347s|210000 |  3108 |420157 |   2.0 |  63M|2677 |   1 |5645 |  16k|5645 | 286 |  58k| 129k|3567 | 0.000000e+00 | 2.000000e+00 |    Inf 
378.88/378.93	c   368s|220000 |  3104 |464793 |   2.1 |  64M|2677 |   - |5645 |  15k|   0 |   0 |  63k| 143k|3795 | 0.000000e+00 | 2.000000e+00 |    Inf 
399.29/399.38	c   387s|230000 |  3176 |511509 |   2.2 |  64M|2677 |   9 |5645 |  13k|5645 | 254 |  69k| 157k|3975 | 0.000000e+00 | 2.000000e+00 |    Inf 
419.88/419.93	c   407s|240000 |  3141 |557116 |   2.3 |  65M|2677 |  19 |5645 |  12k|5645 | 239 |  76k| 170k|4179 | 0.000000e+00 | 2.000000e+00 |    Inf 
432.07/432.19	o 1
432.07/432.19	c * 419s|246027 |  3009 |589078 |   2.4 |  64M|2677 |   - |5645 |  14k|5645 | 250 |  80k| 179k|4225 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.88/439.90	c   427s|250000 |  3034 |603864 |   2.4 |  65M|2677 |   - |5645 |  15k|   0 |   0 |  81k| 185k|4264 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.48/460.50	c   447s|260000 |  3018 |642010 |   2.5 |  65M|2677 |   - |5645 |  15k|   0 |   0 |  85k| 200k|4344 | 0.000000e+00 | 1.000000e+00 |    Inf 
479.98/480.01	c   466s|270000 |  3015 |679081 |   2.5 |  64M|2677 |   - |5645 |9948 |   0 |   0 |  89k| 213k|4548 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.37/498.47	c   484s|280000 |  3006 |716991 |   2.6 |  64M|2677 |   - |5645 |9560 |   0 |   0 |  93k| 227k|4702 | 0.000000e+00 | 1.000000e+00 |    Inf 
516.78/516.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
516.78/516.83	c   502s|290000 |  3086 |755266 |   2.6 |  66M|2677 |   - |5645 |  10k|   0 |   0 |  97k| 241k|4806 | 0.000000e+00 | 1.000000e+00 |    Inf 
535.37/535.48	c   520s|300000 |  3278 |795011 |   2.6 |  69M|2677 |  17 |5645 |  12k|5645 | 221 | 102k| 255k|4884 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.38/555.42	c   540s|310000 |  3502 |836962 |   2.7 |  72M|2677 |   - |5645 |  15k|   0 |   0 | 106k| 268k|4983 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.48/576.52	c   560s|320000 |  3664 |879209 |   2.7 |  75M|2677 |   1 |5645 |  17k|5645 | 232 | 109k| 282k|5066 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.29/597.37	c   581s|330000 |  3771 |918331 |   2.8 |  77M|2677 |   - |5645 |  20k|   0 |   0 | 112k| 297k|5140 | 0.000000e+00 | 1.000000e+00 |    Inf 
618.38/618.44	c   602s|340000 |  3742 |956532 |   2.8 |  77M|2677 |   - |5645 |  17k|   0 |   0 | 115k| 311k|5206 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.29/639.37	c   622s|350000 |  3743 |991377 |   2.8 |  77M|2677 |  22 |5645 |  16k|5645 | 249 | 119k| 324k|5282 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.68/659.75	c   642s|360000 |  3691 |  1029k|   2.9 |  77M|2677 |   1 |5645 |  16k|5645 | 232 | 123k| 338k|5378 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.99/680.08	c   662s|370000 |  3616 |  1067k|   2.9 |  76M|2677 |   - |5645 |  13k|   0 |   0 | 127k| 352k|5610 | 0.000000e+00 | 1.000000e+00 |    Inf 
698.89/698.92	c   680s|380000 |  3513 |  1105k|   2.9 |  75M|2677 |   - |5645 |  12k|   0 |   0 | 132k| 365k|5702 | 0.000000e+00 | 1.000000e+00 |    Inf 
717.98/718.03	c   699s|390000 |  3575 |  1142k|   2.9 |  76M|2677 |   - |5645 |  12k|   0 |   0 | 136k| 379k|5769 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.29/738.31	c   719s|400000 |  3761 |  1183k|   3.0 |  78M|2677 |   - |5645 |  15k|   0 |   0 | 139k| 393k|5824 | 0.000000e+00 | 1.000000e+00 |    Inf 
758.89/758.91	c   739s|410000 |  3693 |  1222k|   3.0 |  79M|2677 |   - |5645 |  14k|   0 |   0 | 143k| 408k|5907 | 0.000000e+00 | 1.000000e+00 |    Inf 
779.08/779.17	c   759s|420000 |  3695 |  1257k|   3.0 |  79M|2677 |   1 |5645 |  14k|5645 | 235 | 146k| 422k|5962 | 0.000000e+00 | 1.000000e+00 |    Inf 
799.19/799.27	c   779s|430000 |  3654 |  1299k|   3.0 |  79M|2677 |   - |5645 |  14k|   0 |   0 | 151k| 435k|6108 | 0.000000e+00 | 1.000000e+00 |    Inf 
818.19/818.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.19/818.21	c   797s|440000 |  3725 |  1338k|   3.0 |  79M|2677 |   - |5645 |  13k|   0 |   0 | 158k| 449k|6193 | 0.000000e+00 | 1.000000e+00 |    Inf 
837.29/837.37	c   816s|450000 |  3920 |  1378k|   3.1 |  81M|2677 |   - |5645 |  14k|   0 |   0 | 166k| 463k|6280 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.59/855.64	c   834s|460000 |  3969 |  1416k|   3.1 |  83M|2677 |   1 |5645 |  16k|5645 | 240 | 172k| 477k|6338 | 0.000000e+00 | 1.000000e+00 |    Inf 
874.59/874.68	c   853s|470000 |  3958 |  1454k|   3.1 |  83M|2677 |   9 |5645 |  15k|5645 | 189 | 180k| 491k|6389 | 0.000000e+00 | 1.000000e+00 |    Inf 
894.20/894.22	c   872s|480000 |  3931 |  1490k|   3.1 |  84M|2677 |   - |5645 |  16k|5645 | 235 | 186k| 504k|6434 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.19/913.28	c   891s|490000 |  3948 |  1527k|   3.1 |  84M|2677 |   - |5645 |  16k|   0 |   0 | 192k| 519k|6486 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.40/932.43	c   909s|500000 |  3842 |  1565k|   3.1 |  83M|2677 |   - |5645 |  14k|   0 |   0 | 197k| 534k|6555 | 0.000000e+00 | 1.000000e+00 |    Inf 
952.10/952.13	c   929s|510000 |  3802 |  1603k|   3.1 |  83M|2677 |   - |5645 |  15k|   0 |   0 | 202k| 547k|6620 | 0.000000e+00 | 1.000000e+00 |    Inf 
973.29/973.33	c   949s|520000 |  3550 |  1642k|   3.2 |  79M|2677 |   - |5645 |  12k|   0 |   0 | 208k| 561k|6802 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.70/992.77	c   968s|530000 |  3495 |  1680k|   3.2 |  78M|2677 |   1 |5645 |  12k|5645 | 213 | 213k| 575k|6850 | 0.000000e+00 | 1.000000e+00 |    Inf 
1012.20/1012.26	c   988s|540000 |  3671 |  1715k|   3.2 |  81M|2677 |   7 |5645 |  15k|5645 | 221 | 217k| 588k|6902 | 0.000000e+00 | 1.000000e+00 |    Inf 
1032.81/1032.86	c  1008s|550000 |  3736 |  1749k|   3.2 |  82M|2677 |   - |5645 |  16k|   0 |   0 | 221k| 602k|6937 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.89/1053.98	c  1029s|560000 |  3772 |  1787k|   3.2 |  83M|2677 |   1 |5645 |  17k|5645 | 235 | 225k| 616k|6990 | 0.000000e+00 | 1.000000e+00 |    Inf 
1075.40/1075.41	c  1050s|570000 |  3894 |  1825k|   3.2 |  85M|2677 |   - |5645 |  19k|   0 |   0 | 229k| 630k|7032 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.40/1096.42	c  1070s|580000 |  3852 |  1859k|   3.2 |  84M|2677 |   8 |5645 |  16k|5645 | 243 | 232k| 643k|7078 | 0.000000e+00 | 1.000000e+00 |    Inf 
1116.51/1116.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.51/1116.53	c  1090s|590000 |  3805 |  1893k|   3.2 |  84M|2677 |  17 |5645 |  17k|5645 | 249 | 236k| 658k|7123 | 0.000000e+00 | 1.000000e+00 |    Inf 
1137.10/1137.14	c  1110s|600000 |  3828 |  1930k|   3.2 |  85M|2677 |   1 |5645 |  18k|5645 | 222 | 239k| 672k|7175 | 0.000000e+00 | 1.000000e+00 |    Inf 
1157.31/1157.36	c  1130s|610000 |  3778 |  1964k|   3.2 |  84M|2677 |  12 |5645 |  17k|5645 | 219 | 243k| 686k|7219 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.30/1178.31	c  1151s|620000 |  3680 |  1999k|   3.2 |  83M|2677 |   - |5645 |  17k|   0 |   0 | 246k| 700k|7267 | 0.000000e+00 | 1.000000e+00 |    Inf 
1199.21/1199.25	c  1171s|630000 |  3535 |  2035k|   3.2 |  81M|2677 |   - |5645 |  15k|   0 |   0 | 250k| 713k|7327 | 0.000000e+00 | 1.000000e+00 |    Inf 
1220.10/1220.10	c  1192s|640000 |  3557 |  2076k|   3.2 |  81M|2677 |   - |5645 |  14k|5645 | 256 | 256k| 727k|7522 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.21/1241.24	c  1212s|650000 |  3553 |  2114k|   3.3 |  81M|2677 |  14 |5645 |  14k|5645 | 207 | 261k| 740k|7575 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.10/1262.10	c  1233s|660000 |  3462 |  2152k|   3.3 |  80M|2677 |   - |5645 |  13k|   0 |   0 | 265k| 753k|7701 | 0.000000e+00 | 1.000000e+00 |    Inf 
1282.00/1282.05	c  1252s|670000 |  3398 |  2189k|   3.3 |  79M|2677 |  23 |5645 |  12k|5645 | 202 | 270k| 767k|7809 | 0.000000e+00 | 1.000000e+00 |    Inf 
1302.80/1302.88	c  1273s|680000 |  3624 |  2232k|   3.3 |  81M|2677 |   5 |5645 |  13k|5645 | 205 | 276k| 781k|7847 | 0.000000e+00 | 1.000000e+00 |    Inf 
1323.71/1323.71	c  1293s|690000 |  3652 |  2272k|   3.3 |  83M|2677 |   1 |5645 |  14k|5645 | 201 | 282k| 795k|7895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1344.51/1344.54	c  1314s|700000 |  3906 |  2322k|   3.3 |  86M|2677 |   1 |5645 |  14k|5645 | 210 | 289k| 808k|7985 | 0.000000e+00 | 1.000000e+00 |    Inf 
1366.61/1366.69	c  1335s|710000 |  4149 |  2380k|   3.4 |  90M|2677 |  14 |5645 |  16k|5645 | 207 | 299k| 823k|8047 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.62/1389.68	c  1358s|720000 |  4222 |  2440k|   3.4 |  91M|2677 |   1 |5645 |  14k|5645 | 191 | 309k| 837k|8134 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.71/1411.70	c  1379s|730000 |  4369 |  2498k|   3.4 |  93M|2677 |   - |5645 |  15k|   0 |   0 | 317k| 851k|8204 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.22/1433.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1433.22/1433.24	c  1400s|740000 |  4418 |  2553k|   3.5 |  95M|2677 |   - |5645 |  15k|   0 |   0 | 325k| 866k|8282 | 0.000000e+00 | 1.000000e+00 |    Inf 
1454.71/1454.73	c  1422s|750000 |  4419 |  2608k|   3.5 |  95M|2677 |  29 |5645 |  15k|5645 | 277 | 333k| 882k|8362 | 0.000000e+00 | 1.000000e+00 |    Inf 
1476.51/1476.51	c  1443s|760000 |  4507 |  2667k|   3.5 |  97M|2677 |  30 |5645 |  16k|5645 | 262 | 341k| 897k|8430 | 0.000000e+00 | 1.000000e+00 |    Inf 
1498.02/1498.05	c  1464s|770000 |  4577 |  2722k|   3.5 |  99M|2677 |   - |5645 |  16k|   0 |   0 | 348k| 911k|8496 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.42/1519.44	c  1485s|780000 |  4548 |  2775k|   3.6 |  99M|2677 |   - |5645 |  15k|   0 |   0 | 355k| 926k|8561 | 0.000000e+00 | 1.000000e+00 |    Inf 
1539.72/1539.77	c  1505s|790000 |  4519 |  2819k|   3.6 |  99M|2677 |   1 |5645 |  13k|5645 | 207 | 361k| 940k|8617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.52/1560.55	c  1525s|800000 |  4637 |  2866k|   3.6 | 101M|2677 |   - |5645 |  15k|   0 |   0 | 367k| 954k|8661 | 0.000000e+00 | 1.000000e+00 |    Inf 
1585.62/1585.66	c  1550s|810000 |  4813 |  2934k|   3.6 | 104M|2677 |  24 |5645 |  17k|5645 | 244 | 378k| 967k|8741 | 0.000000e+00 | 1.000000e+00 |    Inf 
1609.02/1609.01	c  1573s|820000 |  4810 |  2995k|   3.7 | 105M|2677 |   8 |5645 |  16k|5645 | 289 | 386k| 982k|8808 | 0.000000e+00 | 1.000000e+00 |    Inf 
1631.53/1631.53	c  1595s|830000 |  4764 |  3053k|   3.7 | 106M|2677 |  13 |5645 |  18k|5645 | 245 | 392k| 997k|8864 | 0.000000e+00 | 1.000000e+00 |    Inf 
1654.33/1654.35	c  1617s|840000 |  4721 |  3110k|   3.7 | 106M|2677 |   - |5645 |  17k|   0 |   0 | 398k|1011k|8927 | 0.000000e+00 | 1.000000e+00 |    Inf 
1676.52/1676.52	c  1639s|850000 |  4739 |  3168k|   3.7 | 106M|2677 |   - |5645 |  16k|   0 |   0 | 407k|1025k|8994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1697.82/1697.90	c  1660s|860000 |  5116 |  3217k|   3.7 | 109M|2677 |   - |5645 |  17k|   0 |   0 | 414k|1039k|9064 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.13/1719.15	c  1681s|870000 |  5422 |  3264k|   3.8 | 112M|2677 |  18 |5645 |  15k|5645 | 214 | 420k|1053k|9123 | 0.000000e+00 | 1.000000e+00 |    Inf 
1741.12/1741.13	c  1702s|880000 |  5836 |  3323k|   3.8 | 116M|2677 |   - |5645 |  16k|   0 |   0 | 428k|1067k|9186 | 0.000000e+00 | 1.000000e+00 |    Inf 
1763.12/1763.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1763.12/1763.15	c  1724s|890000 |  6064 |  3379k|   3.8 | 119M|2677 |   - |5645 |  16k|   0 |   0 | 438k|1082k|9249 | 0.000000e+00 | 1.000000e+00 |    Inf 
1784.53/1784.54	c  1745s|900000 |  6314 |  3437k|   3.8 | 122M|2677 |  12 |5645 |  17k|5645 | 246 | 448k|1097k|9322 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1760.06
1800.03/1800.00	c Solving Nodes      : 906519
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (155 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.03/1800.08	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.08	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.08	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.03/1800.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.03/1800.08	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.03/1800.08	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 
1800.03/1800.08	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 
1800.03/1800.08	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.03/1800.08	v -x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1760.06
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2693106-1277931474.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2693106-1277931474.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 20843 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     591651          0         15        761          0          0     859222
1800.03/1800.08	c   indicator        :       2707          0     833123     127107          0         36     903333          0          0          0
1800.03/1800.08	c   linear           :       2707          6    4668417     157084          0     322356   18775406     456707          0          0
1800.03/1800.08	c   logicor          :          0+         0    1336297          0          0      86435    1948950          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0     116227          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      14.76       0.00       0.00      14.76       0.00
1800.03/1800.08	c   indicator        :      25.47       0.00       5.59      19.88       0.00
1800.03/1800.08	c   linear           :     250.39       0.00     238.73      11.66       0.00
1800.03/1800.08	c   logicor          :     220.99       0.00     220.99       0.00       0.00
1800.03/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.96          2          0          0
1800.03/1800.08	c   rootredcost      :       0.85         39          0       2707
1800.03/1800.08	c   pseudoobj        :     217.20    4674247       1172     540967
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      25.76     409963     409783    2689146       31.6      17898       21.2          -
1800.03/1800.08	c   infeasible LP    :       3.95      10599      10599      86380       41.3        134       18.9          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.06         44         44        207       20.4        135        4.9          -
1800.03/1800.08	c   applied globally :          -          -          -    1107418       24.0          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.08	c   redcost          :      43.08     592765          0     239312          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.02          4          0          0          1          0
1800.03/1800.08	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      14.39     430264         15        761          0          0     859222
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :      20.97     116188          0          0          0          0     232376
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.16          -         39
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.00          0          0
1800.03/1800.08	c   intshifting      :       0.02          2          0
1800.03/1800.08	c   oneopt           :       0.34         35          0
1800.03/1800.08	c   guideddiving     :       0.18         73          0
1800.03/1800.08	c   crossover        :       1.47         46          0
1800.03/1800.08	c   coefdiving       :       0.34        219          0
1800.03/1800.08	c   fracdiving       :       0.39        219          0
1800.03/1800.08	c   veclendiving     :       0.35        219          0
1800.03/1800.08	c   linesearchdiving :       0.28        219          0
1800.03/1800.08	c   pscostdiving     :       0.29        219          0
1800.03/1800.08	c   rootsoldiving    :       0.45        216          0
1800.03/1800.08	c   objpscostdiving  :       0.32        217          0
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.87     430456          0
1800.03/1800.08	c   zirounding       :       0.81       1000          0
1800.03/1800.08	c   rounding         :       1.82       9244          0
1800.03/1800.08	c   shifting         :       0.76       2873          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.19          0          0
1800.03/1800.08	c   trysol           :       1.61       3858        114
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     468.88     486895    3481906       7.15    7426.01
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.11         50        814      16.28    7400.00
1800.03/1800.08	c   strong branching :      11.40       9352     110794      11.85    9718.77
1800.03/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     906519
1800.03/1800.08	c   nodes (total)    :     906519
1800.03/1800.08	c   nodes left       :       6512
1800.03/1800.08	c   max depth        :       2677
1800.03/1800.08	c   max depth (total):       2677
1800.03/1800.08	c   backtracks       :      68046 (7.5%)
1800.03/1800.08	c   delayed cutoffs  :      63066
1800.03/1800.08	c   repropagations   :    2496303 (3473706 domain reductions, 59903 cutoffs)
1800.03/1800.08	c   avg switch length:       7.22
1800.03/1800.08	c   switching time   :     239.44
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        155 (40 improvements)
1800.03/1800.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 246027 nodes, 419.08 seconds, depth 45, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        183
1800.23/1800.25	c Time complete: 1800.28.

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-2693106-1277931474/watcher-2693106-1277931474 -o /tmp/evaluation-result-2693106-1277931474/solver-2693106-1277931474 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693106-1277931474.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.17 2.10 2.09 4/196 15490
/proc/meminfo: memFree=31003752/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=11300 CPUtime=0
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1750 0 0 0 0 0 0 0 25 0 1 0 134293094 11571200 1670 4089446400 4194304 9819077 140737236123120 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15490/statm: 2825 1671 392 1374 0 1446 0

[startup+0.017719 s]
/proc/loadavg: 2.17 2.10 2.09 4/196 15490
/proc/meminfo: memFree=31003752/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=15240 CPUtime=0.01
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2763 0 0 0 1 0 0 0 25 0 1 0 134293094 15605760 2683 4089446400 4194304 9819077 140737236123120 18446744073709551615 4457994 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15490/statm: 3810 2683 392 1374 0 2431 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15240

[startup+0.100713 s]
/proc/loadavg: 2.17 2.10 2.09 4/196 15490
/proc/meminfo: memFree=31003752/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=36396 CPUtime=0.09
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 8123 0 0 0 8 1 0 0 25 0 1 0 134293094 37269504 7689 4089446400 4194304 9819077 140737236123120 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 9099 7689 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300661 s]
/proc/loadavg: 2.17 2.10 2.09 4/196 15490
/proc/meminfo: memFree=31003752/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=45772 CPUtime=0.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 10899 0 0 0 27 1 0 0 25 0 1 0 134293094 46870528 9870 4089446400 4194304 9819077 140737236123120 18446744073709551615 6506779 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 11443 9870 672 1374 0 10064 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45772

[startup+0.700663 s]
/proc/loadavg: 2.17 2.10 2.09 4/196 15490
/proc/meminfo: memFree=31003752/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=47224 CPUtime=0.68
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 27559 0 0 0 65 3 0 0 25 0 1 0 134293094 48357376 9994 4089446400 4194304 9819077 140737236123120 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15490/statm: 11806 9994 697 1374 0 10427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47224

[startup+1.50039 s]
/proc/loadavg: 2.17 2.10 2.09 10/197 15491
/proc/meminfo: memFree=30964188/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=49204 CPUtime=1.47
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 35583 0 0 0 142 5 0 0 25 0 1 0 134293094 50384896 10408 4089446400 4194304 9819077 140737236123120 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 12301 10408 699 1374 0 10922 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 49204

[startup+3.10121 s]
/proc/loadavg: 2.16 2.10 2.09 10/197 15491
/proc/meminfo: memFree=30961460/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=51568 CPUtime=3.07
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 57234 0 0 0 296 11 0 0 25 0 1 0 134293094 52805632 11333 4089446400 4194304 9819077 140737236123120 18446744073709551615 7816639 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 12892 11333 700 1374 0 11513 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 51568

[startup+6.3006 s]
/proc/loadavg: 2.16 2.10 2.09 3/197 15492
/proc/meminfo: memFree=30951188/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=57624 CPUtime=6.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 80627 0 0 0 609 19 0 0 25 0 1 0 134293094 59006976 12757 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 14406 12757 700 1374 0 13027 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57624

[startup+12.7004 s]
/proc/loadavg: 2.13 2.09 2.09 3/197 15492
/proc/meminfo: memFree=30934604/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=71460 CPUtime=12.68
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 95374 0 0 0 1237 31 0 0 25 0 1 0 134293094 73175040 16228 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 17865 16228 700 1374 0 16486 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71460

[startup+25.5009 s]
/proc/loadavg: 2.11 2.09 2.09 3/197 15492
/proc/meminfo: memFree=30905500/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=86572 CPUtime=25.48
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 104978 0 0 0 2493 55 0 0 25 0 1 0 134293094 88649728 20304 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 21643 20304 704 1374 0 20264 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86572

[startup+51.101 s]
/proc/loadavg: 2.07 2.08 2.09 3/197 15493
/proc/meminfo: memFree=30846812/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=120372 CPUtime=51.08
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 122228 0 0 0 4999 109 0 0 25 0 1 0 134293094 123260928 28554 4089446400 4194304 9819077 140737236123120 18446744073709551615 7816419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 30093 28554 704 1374 0 28714 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 120372

[startup+102.306 s]
/proc/loadavg: 2.31 2.14 2.11 3/197 15494
/proc/meminfo: memFree=30739568/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=194616 CPUtime=102.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 159360 0 0 0 10007 221 0 0 25 0 1 0 134293094 199286784 46759 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 48654 46759 704 1374 0 47275 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 194616

[startup+162.301 s]
/proc/loadavg: 2.12 2.12 2.10 3/197 15496
/proc/meminfo: memFree=30667900/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=260840 CPUtime=162.27
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 272485 0 0 0 15880 347 0 0 25 0 1 0 134293094 267100160 63373 4089446400 4194304 9819077 140737236123120 18446744073709551615 5956787 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 65210 63373 704 1374 0 63831 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 260840

[startup+222.3 s]
/proc/loadavg: 2.04 2.09 2.09 3/197 15506
/proc/meminfo: memFree=30630920/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=294296 CPUtime=222.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 533409 0 0 0 21669 559 0 0 25 0 1 0 134293094 301359104 71093 4089446400 4194304 9819077 140737236123120 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 73574 71093 723 1374 0 72195 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 294296

[startup+282.301 s]
/proc/loadavg: 2.01 2.07 2.08 3/197 15508
/proc/meminfo: memFree=30592176/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=301308 CPUtime=282.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 779826 0 0 0 27422 806 0 0 25 0 1 0 134293094 308539392 73106 4089446400 4194304 9819077 140737236123120 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 75327 73106 723 1374 0 73948 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 301308

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/197 15509
/proc/meminfo: memFree=30584572/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=308612 CPUtime=342.27
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 938925 0 0 0 33218 1009 0 0 25 0 1 0 134293094 316018688 74930 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 77153 74930 738 1374 0 75774 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 308612

[startup+402.301 s]
/proc/loadavg: 1.87 2.01 2.06 3/199 15592
/proc/meminfo: memFree=31298732/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=311512 CPUtime=402.27
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1097217 0 0 0 39018 1209 0 0 25 0 1 0 134293094 318988288 75711 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15490/statm: 77878 75711 738 1374 0 76499 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 311512

[startup+462.3 s]
/proc/loadavg: 1.95 2.01 2.05 4/179 15680
/proc/meminfo: memFree=31449824/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=314064 CPUtime=462.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1264038 0 0 0 44863 1365 0 0 25 0 1 0 134293094 321601536 76312 4089446400 4194304 9819077 140737236123120 18446744073709551615 7302709 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 78516 76312 738 1374 0 77137 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 314064

[startup+522.301 s]
/proc/loadavg: 2.22 2.05 2.06 6/200 15739
/proc/meminfo: memFree=31308088/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=315060 CPUtime=522.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1404818 0 0 0 50738 1490 0 0 25 0 1 0 134293094 322621440 76592 4089446400 4194304 9819077 140737236123120 18446744073709551615 7487763 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 78765 76592 738 1374 0 77386 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 315060

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/197 15795
/proc/meminfo: memFree=31305660/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=322504 CPUtime=582.28
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1540624 0 0 0 56610 1618 0 0 25 0 1 0 134293094 330244096 78355 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 80626 78355 738 1374 0 79247 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 322504

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 2.05 3/197 15796
/proc/meminfo: memFree=31285748/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=326980 CPUtime=642.29
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 1666901 0 0 0 62501 1728 0 0 25 0 1 0 134293094 334827520 79421 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 81745 79421 738 1374 0 80366 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 326980

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 15803
/proc/meminfo: memFree=31250440/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=330116 CPUtime=882.29
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2172053 0 0 0 86017 2212 0 0 25 0 1 0 134293094 338038784 80255 4089446400 4194304 9819077 140737236123120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 82529 80255 738 1374 0 81150 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 330116

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 15804
/proc/meminfo: memFree=31243944/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=330472 CPUtime=942.29
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2288430 0 0 0 91899 2330 0 0 25 0 1 0 134293094 338403328 80370 4089446400 4194304 9819077 140737236123120 18446744073709551615 6361778 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 82618 80370 738 1374 0 81239 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 330472

[startup+1002.3 s]
/proc/loadavg: 2.09 2.03 2.02 3/197 15806
/proc/meminfo: memFree=31230636/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=330852 CPUtime=1002.3
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2407943 0 0 0 97784 2446 0 0 25 0 1 0 134293094 338792448 80472 4089446400 4194304 9819077 140737236123120 18446744073709551615 4431702 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 82713 80472 738 1374 0 81334 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 330852

[startup+1062.3 s]
/proc/loadavg: 2.03 2.02 2.02 3/197 15808
/proc/meminfo: memFree=31226888/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=330852 CPUtime=1062.3
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2513407 0 0 0 103677 2553 0 0 25 0 1 0 134293094 338792448 80474 4089446400 4194304 9819077 140737236123120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 82713 80474 738 1374 0 81334 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 330852

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/197 15809
/proc/meminfo: memFree=31222372/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=332744 CPUtime=1122.3
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2619931 0 0 0 109565 2665 0 0 25 0 1 0 134293094 340729856 80848 4089446400 4194304 9819077 140737236123120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 83186 80848 738 1374 0 81807 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 332744

[startup+1182.3 s]
/proc/loadavg: 2.27 2.10 2.04 3/197 15811
/proc/meminfo: memFree=31214376/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=332868 CPUtime=1182.3
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2730817 0 0 0 115449 2781 0 0 25 0 1 0 134293094 340856832 80908 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 83217 80908 738 1374 0 81838 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 332868

[startup+1242.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/197 15812
/proc/meminfo: memFree=31210136/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=332432 CPUtime=1242.31
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2846173 0 0 0 121332 2899 0 0 25 0 1 0 134293094 340410368 80765 4089446400 4194304 9819077 140737236123120 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 83108 80765 738 1374 0 81729 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 332432

[startup+1302.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/197 15814
/proc/meminfo: memFree=31207128/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=332640 CPUtime=1302.31
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 2961245 0 0 0 127211 3020 0 0 25 0 1 0 134293094 340623360 80804 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 83160 80804 738 1374 0 81781 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 332640

[startup+1362.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/197 15816
/proc/meminfo: memFree=31199744/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=337576 CPUtime=1362.31
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3075714 0 0 0 133096 3135 0 0 25 0 1 0 134293094 345677824 81951 4089446400 4194304 9819077 140737236123120 18446744073709551615 4218798 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 84394 81951 738 1374 0 83015 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 337576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.01 3/197 15817
/proc/meminfo: memFree=31188644/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=341304 CPUtime=1422.31
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3208368 0 0 0 138976 3255 0 0 25 0 1 0 134293094 349495296 82798 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 85326 82798 738 1374 0 83947 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 341304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 15819
/proc/meminfo: memFree=31178444/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=342504 CPUtime=1482.31
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3327158 0 0 0 144859 3372 0 0 25 0 1 0 134293094 350724096 83233 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 85626 83233 738 1374 0 84247 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 342504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 15820
/proc/meminfo: memFree=31168092/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=346076 CPUtime=1542.32
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3432717 0 0 0 150741 3491 0 0 25 0 1 0 134293094 354381824 83920 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 86519 83920 738 1374 0 85140 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 346076

[startup+1602.3 s]
/proc/loadavg: 2.44 2.13 2.04 3/197 15822
/proc/meminfo: memFree=31163348/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=349464 CPUtime=1602.32
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3541308 0 0 0 156632 3600 0 0 25 0 1 0 134293094 357851136 84854 4089446400 4194304 9819077 140737236123120 18446744073709551615 6590497 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 87366 84854 738 1374 0 85987 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 349464

[startup+1662.3 s]
/proc/loadavg: 2.16 2.10 2.03 3/197 15824
/proc/meminfo: memFree=31158112/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=350708 CPUtime=1662.32
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3663209 0 0 0 162512 3720 0 0 25 0 1 0 134293094 359124992 85197 4089446400 4194304 9819077 140737236123120 18446744073709551615 6513014 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 87677 85197 738 1374 0 86298 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 350708

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/197 15825
/proc/meminfo: memFree=31151116/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=355672 CPUtime=1722.33
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3765174 0 0 0 168392 3841 0 0 25 0 1 0 134293094 364208128 86432 4089446400 4194304 9819077 140737236123120 18446744073709551615 6513035 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 88918 86432 738 1374 0 87539 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 355672

[startup+1782.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/197 15827
/proc/meminfo: memFree=31142644/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=363060 CPUtime=1782.32
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3885344 0 0 0 174271 3961 0 0 25 0 1 0 134293094 371773440 88087 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 90765 88087 738 1374 0 89386 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 363060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.06 2.02 3/197 15827
/proc/meminfo: memFree=31137920/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=366512 CPUtime=1800.03
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3924209 0 0 0 176008 3995 0 0 25 0 1 0 134293094 375308288 89044 4089446400 4194304 9819077 140737236123120 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15490/statm: 91628 89044 738 1374 0 90249 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 366512

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.06 2.02 3/197 15827
/proc/meminfo: memFree=31137920/32950928 swapFree=67111528/67111528
[pid=15490] ppid=15488 vsize=294548 CPUtime=1800.23
/proc/15490/stat : 15490 (pbscip.linux.x8) R 15488 15490 14937 0 -1 4202496 3924210 0 0 0 176027 3996 0 0 25 0 1 0 134293094 301617152 71054 4089446400 4194304 9819077 140737236123120 18446744073709551615 6180621 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15490/statm: 73637 71054 739 1374 0 72258 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 294548

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.29
CPU user time (s): 1760.32
CPU system time (s): 39.9749
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 366580

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

runsolver used 2.75058 second user time and 5.85311 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 22:57:54
IDJOB=2693106
IDBENCH=79315
IDSOLVER=1205
FILE ID=node127/2693106-1277931474
PBS_JOBID= 11197375
Free space on /tmp= 74208 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.1900583053--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-2693106-1277931474/watcher-2693106-1277931474 -o /tmp/evaluation-result-2693106-1277931474/solver-2693106-1277931474 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693106-1277931474.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 4a2d6bc5f020a6a42fcf2a39cec0be8f
RANDOM SEED=1119223567

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.75
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.828
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.828
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:     32950928 kB
MemFree:      31004776 kB
Buffers:        217120 kB
Cached:         719032 kB
SwapCached:          0 kB
Active:        1284156 kB
Inactive:       517516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31004776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:      865144 kB
Mapped:          20472 kB
Slab:            78628 kB
PageTables:       6512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1652732 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= 74200 MiB
End job on node127 at 2010-06-30 23:27:57