Trace number 2692383

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.24 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
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 benchmark30.1254
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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: SoPlex 1.4.2] [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-2692383-1277929357.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136179
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.361790e+05 |    Inf 
26.49/26.56	c  25.8s| 10000 | 10001 | 31634 |   3.2 |  51M| 133 |   0 |5645 |5414 |5645 | 185 |  10k|   0 |1718 | 0.000000e+00 | 1.361790e+05 |    Inf 
34.10/34.12	o 843
34.10/34.12	c *33.1s| 13913 | 13173 | 36680 |   2.6 |  58M| 133 |   - |5645 |5414 |5645 | 205 |  12k|   0 |1744 | 0.000000e+00 | 8.430000e+02 |    Inf 
46.99/47.00	c  45.7s| 20000 | 19254 | 45876 |   2.3 |  72M| 141 |   0 |5645 |5425 |5645 | 191 |  15k|  11 |1756 | 0.000000e+00 | 8.430000e+02 |    Inf 
68.20/68.27	c  66.5s| 30000 | 29246 | 61362 |   2.0 |  94M| 141 |   0 |5645 |5451 |5645 | 162 |  21k|  37 |1769 | 0.000000e+00 | 8.430000e+02 |    Inf 
92.99/93.02	c  90.6s| 40000 | 39240 | 99034 |   2.5 | 118M| 141 |   0 |5645 |5468 |5645 | 176 |  28k|  54 |1806 | 0.000000e+00 | 8.430000e+02 |    Inf 
117.79/117.85	c   115s| 50000 | 49189 |124364 |   2.5 | 143M| 141 |   0 |5645 |5534 |5645 | 196 |  36k| 127 |2073 | 0.000000e+00 | 8.430000e+02 |    Inf 
140.09/140.18	c   137s| 60000 | 59189 |143895 |   2.4 | 165M| 141 |   0 |5645 |5528 |5645 | 173 |  39k| 127 |2149 | 0.000000e+00 | 8.430000e+02 |    Inf 
162.30/162.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.30/162.36	c   158s| 70000 | 69189 |158562 |   2.3 | 187M| 141 |   0 |5645 |5507 |5645 | 171 |  41k| 127 |2223 | 0.000000e+00 | 8.430000e+02 |    Inf 
184.50/184.56	c   180s| 80000 | 79189 |175203 |   2.2 | 209M| 141 |   0 |5645 |5492 |5645 | 170 |  43k| 127 |2354 | 0.000000e+00 | 8.430000e+02 |    Inf 
206.99/207.09	c   202s| 90000 | 89189 |190203 |   2.1 | 231M| 141 |   0 |5645 |5483 |5645 | 163 |  48k| 127 |2635 | 0.000000e+00 | 8.430000e+02 |    Inf 
229.30/229.38	c   224s|100000 | 99189 |204034 |   2.0 | 252M| 141 |   0 |5645 |5472 |5645 | 169 |  50k| 127 |2733 | 0.000000e+00 | 8.430000e+02 |    Inf 
250.91/250.99	c   245s|110000 |109183 |217760 |   2.0 | 274M| 313 |   0 |5645 |5467 |5645 | 172 |  54k| 130 |2893 | 0.000000e+00 | 8.430000e+02 |    Inf 
272.19/272.26	c   266s|120000 |119089 |233351 |   1.9 | 295M| 313 |   0 |5645 |5707 |5645 | 165 |  59k| 375 |3039 | 0.000000e+00 | 8.430000e+02 |    Inf 
292.60/292.63	c   286s|130000 |129073 |246337 |   1.9 | 317M| 313 |   0 |5645 |5724 |5645 | 170 |  61k| 404 |3114 | 0.000000e+00 | 8.430000e+02 |    Inf 
313.60/313.64	c   306s|140000 |139045 |260421 |   1.9 | 339M| 313 |   0 |5645 |5745 |5645 | 158 |  65k| 453 |3228 | 0.000000e+00 | 8.430000e+02 |    Inf 
333.80/333.86	c   326s|150000 |149035 |270736 |   1.8 | 360M| 313 |   0 |5645 |5741 |5645 | 177 |  67k| 493 |3305 | 0.000000e+00 | 8.430000e+02 |    Inf 
354.00/354.08	c   346s|160000 |159012 |280622 |   1.8 | 383M| 313 |   0 |5645 |5739 |5645 | 170 |  69k| 556 |3342 | 0.000000e+00 | 8.430000e+02 |    Inf 
373.20/373.30	c   365s|170000 |169006 |286880 |   1.7 | 404M| 313 |   0 |5645 |5702 |5645 | 173 |  71k| 558 |3406 | 0.000000e+00 | 8.430000e+02 |    Inf 
394.00/394.06	c   385s|180000 |178944 |299181 |   1.7 | 426M| 313 |   0 |5645 |5817 |5645 | 160 |  75k| 742 |3520 | 0.000000e+00 | 8.430000e+02 |    Inf 
413.30/413.36	c   404s|190000 |188941 |308180 |   1.6 | 447M| 313 |   0 |5645 |5788 |5645 | 192 |  78k| 749 |3571 | 0.000000e+00 | 8.430000e+02 |    Inf 
434.20/434.28	c   424s|200000 |198937 |323535 |   1.6 | 468M| 313 |   0 |5645 |5699 |5645 | 158 |  81k| 754 |3661 | 0.000000e+00 | 8.430000e+02 |    Inf 
445.11/445.16	o 841
445.11/445.16	c * 435s|205119 |204032 |332091 |   1.6 | 479M| 313 |   - |5645 |5656 |5645 | 192 |  82k| 765 |3745 | 0.000000e+00 | 8.410000e+02 |    Inf 
445.20/445.26	o 835
445.20/445.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.20/445.26	c * 435s|205151 |204023 |332140 |   1.6 | 479M| 313 |   - |5645 |5656 |5645 | 194 |  82k| 765 |3745 | 0.000000e+00 | 8.350000e+02 |    Inf 
445.30/445.39	o 830
445.30/445.39	c * 435s|205197 |204036 |332175 |   1.6 | 479M| 313 |   - |5645 |5654 |5645 | 200 |  82k| 765 |3745 | 0.000000e+00 | 8.300000e+02 |    Inf 
447.30/447.32	o 790
447.30/447.32	c * 437s|206050 |204486 |333162 |   1.6 | 480M| 313 |   - |5645 |5685 |5645 | 212 |  83k| 814 |3749 | 0.000000e+00 | 7.900000e+02 |    Inf 
451.10/451.17	o 786
451.10/451.17	c * 441s|207711 |206109 |336288 |   1.6 | 484M| 313 |   - |5645 |5680 |5645 | 214 |  83k| 829 |3756 | 0.000000e+00 | 7.860000e+02 |    Inf 
452.11/452.16	o 780
452.11/452.16	c * 442s|208097 |206425 |336900 |   1.6 | 484M| 313 |   - |5645 |5700 |5645 | 222 |  84k| 858 |3759 | 0.000000e+00 | 7.800000e+02 |    Inf 
456.20/456.26	c   446s|210000 |208328 |339505 |   1.6 | 488M| 313 |   0 |5645 |5692 |5645 | 193 |  85k| 858 |3771 | 0.000000e+00 | 7.800000e+02 |    Inf 
476.31/476.31	c   465s|220000 |218316 |350092 |   1.6 | 509M| 313 |   0 |5645 |5646 |5645 | 176 |  88k| 872 |3832 | 0.000000e+00 | 7.800000e+02 |    Inf 
498.00/498.09	c   487s|230000 |228309 |363885 |   1.6 | 531M| 313 |   0 |5645 |5621 |5645 | 202 |  92k| 903 |3903 | 0.000000e+00 | 7.800000e+02 |    Inf 
516.40/516.40	c   505s|240000 |238309 |366353 |   1.5 | 551M| 313 |   0 |5645 |5590 |5645 | 208 |  93k| 903 |3906 | 0.000000e+00 | 7.800000e+02 |    Inf 
536.20/536.25	o 775
536.20/536.25	c * 524s|249377 |247521 |377286 |   1.5 | 573M| 313 |   - |5645 |5684 |5645 | 229 |  97k|1058 |3984 | 0.000000e+00 | 7.750000e+02 |    Inf 
537.70/537.76	c   526s|250000 |248138 |378176 |   1.5 | 574M| 313 |   3 |5645 |5682 |5645 | 207 |  97k|1063 |4003 | 0.000000e+00 | 7.750000e+02 |    Inf 
558.11/558.16	c   545s|260000 |258121 |388767 |   1.5 | 595M| 313 |   0 |5645 |5663 |5645 | 164 | 101k|1123 |4035 | 0.000000e+00 | 7.750000e+02 |    Inf 
579.50/579.51	c   566s|270000 |268098 |403597 |   1.5 | 617M| 313 |   0 |5645 |5593 |5645 | 162 | 104k|1180 |4107 | 0.000000e+00 | 7.750000e+02 |    Inf 
582.10/582.11	o 772
582.10/582.11	c * 569s|271185 |269228 |405650 |   1.5 | 620M| 313 |   - |5645 |5583 |5645 | 190 | 104k|1184 |4107 | 0.000000e+00 | 7.720000e+02 |    Inf 
583.40/583.47	o 748
583.40/583.47	c * 570s|271772 |269351 |406648 |   1.5 | 619M| 313 |   - |5645 |5584 |5645 | 207 | 104k|1197 |4116 | 0.000000e+00 | 7.480000e+02 |    Inf 
591.81/591.90	o 736
591.81/591.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
591.81/591.90	c * 578s|275805 |273005 |410505 |   1.5 | 627M| 313 |   - |5645 |5658 |5645 | 204 | 105k|1324 |4156 | 0.000000e+00 | 7.360000e+02 |    Inf 
597.81/597.81	o 300
597.81/597.81	c * 584s|278405 |244347 |414245 |   1.5 | 560M| 313 |   - |5645 |5680 |5645 | 187 | 106k|1375 |4196 | 0.000000e+00 | 3.000000e+02 |    Inf 
602.10/602.18	o 296
602.10/602.18	c * 588s|279907 |244443 |418921 |   1.5 | 564M| 313 |   - |5645 |5897 |5645 | 203 | 108k|1680 |4218 | 0.000000e+00 | 2.960000e+02 |    Inf 
602.41/602.42	c   589s|280000 |244536 |419123 |   1.5 | 565M| 313 |   0 |5645 |5893 |5645 | 183 | 108k|1680 |4218 | 0.000000e+00 | 2.960000e+02 |    Inf 
607.41/607.44	o 284
607.41/607.44	c * 594s|281684 |240309 |424042 |   1.5 | 561M| 313 |   - |5645 |6146 |5645 | 214 | 109k|2108 |4231 | 0.000000e+00 | 2.840000e+02 |    Inf 
607.41/607.47	o 272
607.41/607.47	c * 594s|281685 |232239 |424042 |   1.5 | 545M| 313 |   - |5645 |6145 |5645 | 214 | 109k|2108 |4231 | 0.000000e+00 | 2.720000e+02 |    Inf 
608.50/608.50	o 268
608.50/608.50	c * 595s|282008 |229446 |425173 |   1.5 | 542M| 313 |   - |5645 |6155 |5645 | 207 | 110k|2165 |4231 | 0.000000e+00 | 2.680000e+02 |    Inf 
608.50/608.51	o 266
608.50/608.51	c * 595s|282009 |227765 |425173 |   1.5 | 539M| 313 |   - |5645 |6155 |5645 | 207 | 110k|2165 |4231 | 0.000000e+00 | 2.660000e+02 |    Inf 
609.41/609.46	o 257
609.41/609.46	c * 596s|282249 |220085 |426675 |   1.5 | 526M| 313 |   - |5645 |6240 |5645 | 217 | 110k|2291 |4245 | 0.000000e+00 | 2.570000e+02 |    Inf 
609.51/609.56	o 255
609.51/609.56	c * 596s|282275 |218321 |426859 |   1.5 | 523M| 313 |   - |5645 |6250 |5645 | 186 | 110k|2305 |4246 | 0.000000e+00 | 2.550000e+02 |    Inf 
610.00/610.00	o 253
610.00/610.00	c * 596s|282379 |216623 |427473 |   1.5 | 521M| 313 |   - |5645 |6292 |5645 | 181 | 110k|2367 |4251 | 0.000000e+00 | 2.530000e+02 |    Inf 
610.51/610.52	o 249
610.51/610.52	c * 597s|282500 |212892 |428490 |   1.5 | 515M| 313 |   - |5645 |6318 |5645 | 198 | 110k|2429 |4259 | 0.000000e+00 | 2.490000e+02 |    Inf 
611.10/611.17	o 246
611.10/611.17	c * 597s|282682 |210176 |429699 |   1.5 | 511M| 313 |   - |5645 |6366 |5645 | 204 | 111k|2510 |4270 | 0.000000e+00 | 2.460000e+02 |    Inf 
611.91/611.92	o 238
611.91/611.92	c * 598s|282913 |202558 |430436 |   1.5 | 497M| 313 |   - |5645 |6395 |5645 | 150 | 111k|2589 |4276 | 0.000000e+00 | 2.380000e+02 |    Inf 
614.31/614.30	o 236
614.31/614.30	c * 600s|283701 |201282 |432602 |   1.5 | 497M| 313 |   - |5645 |6375 |5645 | 176 | 111k|2769 |4289 | 0.000000e+00 | 2.360000e+02 |    Inf 
614.70/614.76	o 229
614.70/614.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
614.70/614.76	c * 601s|283866 |194330 |433037 |   1.5 | 484M| 313 |   - |5645 |6423 |5645 | 190 | 111k|2914 |4293 | 0.000000e+00 | 2.290000e+02 |    Inf 
617.90/617.98	o 222
617.90/617.98	c * 604s|284967 |187786 |435944 |   1.5 | 473M| 313 |   - |5645 |6427 |5645 | 158 | 112k|3401 |4300 | 0.000000e+00 | 2.220000e+02 |    Inf 
623.10/623.18	o 197
623.10/623.18	c * 609s|286718 |161878 |440500 |   1.5 | 422M| 313 |   - |5645 |6349 |5645 | 182 | 114k|3753 |4305 | 0.000000e+00 | 1.970000e+02 |    Inf 
623.31/623.30	o 194
623.31/623.30	c * 609s|286741 |158279 |440705 |   1.5 | 415M| 313 |   - |5645 |6343 |5645 | 179 | 114k|3756 |4305 | 0.000000e+00 | 1.940000e+02 |    Inf 
623.31/623.32	o 192
623.31/623.32	c * 609s|286742 |155642 |440705 |   1.5 | 409M| 313 |   - |5645 |6343 |5645 | 179 | 114k|3756 |4305 | 0.000000e+00 | 1.920000e+02 |    Inf 
623.81/623.80	o 190
623.81/623.80	c * 609s|286884 |152869 |441296 |   1.5 | 403M| 313 |   - |5645 |6354 |5645 | 189 | 114k|3804 |4306 | 0.000000e+00 | 1.900000e+02 |    Inf 
623.91/623.99	o 171
623.91/623.99	c * 610s|286932 |127696 |441373 |   1.5 | 346M| 313 |   - |5645 |6366 |5645 | 176 | 114k|3819 |4306 | 0.000000e+00 | 1.710000e+02 |    Inf 
624.10/624.18	o 145
624.10/624.18	c * 610s|286961 | 99033 |441490 |   1.5 | 279M| 313 |   - |5645 |6360 |5645 | 165 | 114k|3822 |4306 | 0.000000e+00 | 1.450000e+02 |    Inf 
624.31/624.38	o 102
624.31/624.38	c * 610s|286996 | 61279 |441601 |   1.5 | 190M| 313 |   - |5645 |6360 |5645 | 178 | 114k|3834 |4306 | 0.000000e+00 | 1.020000e+02 |    Inf 
626.30/626.38	o 100
626.30/626.38	c * 612s|287421 | 59281 |444321 |   1.5 | 188M| 313 |   - |5645 |6344 |5645 | 187 | 115k|4130 |4322 | 0.000000e+00 | 1.000000e+02 |    Inf 
626.40/626.47	o 96
626.40/626.47	c * 612s|287437 | 56512 |444432 |   1.5 | 182M| 313 |   - |5645 |6298 |5645 | 188 | 115k|4132 |4323 | 0.000000e+00 | 9.600000e+01 |    Inf 
626.91/626.90	o 85
626.91/626.90	c * 612s|287524 | 46964 |445000 |   1.5 | 160M| 313 |   - |5645 |6132 |5645 | 223 | 115k|4173 |4343 | 0.000000e+00 | 8.500000e+01 |    Inf 
627.01/627.02	o 81
627.01/627.02	c * 613s|287544 | 44044 |445104 |   1.5 | 153M| 313 |   - |5645 |5833 |5645 | 210 | 115k|4178 |4343 | 0.000000e+00 | 8.100000e+01 |    Inf 
627.11/627.19	o 73
627.11/627.19	c * 613s|287580 | 38073 |445305 |   1.5 | 139M| 313 |   - |5645 |5727 |5645 | 195 | 115k|4211 |4346 | 0.000000e+00 | 7.300000e+01 |    Inf 
627.41/627.49	o 70
627.41/627.49	c * 613s|287649 | 36323 |445572 |   1.5 | 134M| 313 |   - |5645 |5495 |5645 | 221 | 116k|4257 |4346 | 0.000000e+00 | 7.000000e+01 |    Inf 
628.01/628.01	o 64
628.01/628.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.01/628.01	c * 614s|287774 | 33320 |446031 |   1.5 | 127M| 313 |   - |5645 |5492 |5645 | 203 | 116k|4383 |4346 | 0.000000e+00 | 6.400000e+01 |    Inf 
628.11/628.14	o 60
628.11/628.14	c * 614s|287798 | 29805 |446167 |   1.5 | 118M| 313 |   - |5645 |5324 |5645 | 209 | 116k|4394 |4346 | 0.000000e+00 | 6.000000e+01 |    Inf 
628.11/628.18	o 56
628.11/628.18	c * 614s|287801 | 28195 |446216 |   1.6 | 114M| 313 |   - |5645 |5204 |5645 | 209 | 116k|4394 |4346 | 0.000000e+00 | 5.600000e+01 |    Inf 
628.40/628.46	o 41
628.40/628.46	c * 614s|287894 | 22438 |446492 |   1.6 |  97M| 313 |   - |5645 |5076 |5645 | 172 | 116k|4410 |4347 | 0.000000e+00 | 4.100000e+01 |    Inf 
628.50/628.51	o 40
628.50/628.51	c * 614s|287898 | 22118 |446547 |   1.6 |  96M| 313 |   - |5645 |4648 |5645 | 189 | 116k|4410 |4347 | 0.000000e+00 | 4.000000e+01 |    Inf 
628.70/628.73	o 27
628.70/628.73	c * 614s|287954 | 17286 |446780 |   1.6 |  83M| 313 |   - |5645 |4596 |5645 | 166 | 116k|4439 |4351 | 0.000000e+00 | 2.700000e+01 |    Inf 
628.70/628.73	o 26
628.70/628.73	c * 614s|287955 | 16958 |446780 |   1.6 |  81M| 313 |   - |5645 |4596 |5645 | 166 | 116k|4439 |4351 | 0.000000e+00 | 2.600000e+01 |    Inf 
628.81/628.82	o 19
628.81/628.82	c * 614s|287985 | 15729 |446800 |   1.6 |  78M| 313 |   - |5645 |4150 |5645 | 203 | 116k|4449 |4351 | 0.000000e+00 | 1.900000e+01 |    Inf 
628.81/628.87	o 11
628.81/628.87	c * 614s|287986 |  2153 |446800 |   1.6 |  37M| 313 |   - |5645 |4150 |5645 | 203 | 116k|4449 |4351 | 0.000000e+00 | 1.100000e+01 |    Inf 
632.91/632.92	c   618s|290000 |  1492 |456135 |   1.6 |  36M| 313 |   1 |5645 |5086 |5645 | 154 | 118k|7151 |4398 | 0.000000e+00 | 1.100000e+01 |    Inf 
650.51/650.56	c   635s|300000 |  1380 |481958 |   1.6 |  39M| 313 |   1 |5645 |8452 |5645 | 172 | 123k|  19k|4486 | 0.000000e+00 | 1.100000e+01 |    Inf 
670.01/670.05	c   654s|310000 |  1634 |513137 |   1.7 |  43M| 313 |  21 |5645 |  11k|5645 | 187 | 129k|  32k|4573 | 0.000000e+00 | 1.100000e+01 |    Inf 
690.01/690.00	c   673s|320000 |  1757 |544926 |   1.7 |  46M| 313 |   1 |5645 |  13k|5645 | 184 | 135k|  45k|4665 | 0.000000e+00 | 1.100000e+01 |    Inf 
710.81/710.89	c   693s|330000 |  1926 |577780 |   1.8 |  48M| 313 |   6 |5645 |  14k|5645 | 172 | 142k|  58k|4748 | 0.000000e+00 | 1.100000e+01 |    Inf 
731.41/731.45	c   713s|340000 |  1934 |612295 |   1.8 |  49M| 313 |   - |5645 |  12k|   0 |   0 | 150k|  71k|4852 | 0.000000e+00 | 1.100000e+01 |    Inf 
752.20/752.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.20/752.23	c   733s|350000 |  1869 |648059 |   1.9 |  49M| 313 |   - |5645 |  13k|   0 |   0 | 158k|  85k|4946 | 0.000000e+00 | 1.100000e+01 |    Inf 
772.11/772.12	c   752s|360000 |  1775 |675573 |   1.9 |  49M| 313 |   - |5645 |  13k|   0 |   0 | 162k|  99k|5041 | 0.000000e+00 | 1.100000e+01 |    Inf 
793.41/793.42	c   773s|370000 |  1698 |708134 |   1.9 |  49M| 313 |   1 |5645 |  13k|5645 | 188 | 169k| 112k|5129 | 0.000000e+00 | 1.100000e+01 |    Inf 
813.31/813.37	c   792s|380000 |  1585 |736424 |   1.9 |  48M| 313 |   - |5645 |  14k|   0 |   0 | 173k| 126k|5217 | 0.000000e+00 | 1.100000e+01 |    Inf 
832.01/832.04	o 10
832.01/832.04	c * 810s|389190 |  1513 |763545 |   2.0 |  47M| 313 |   - |5645 |  13k|5645 | 191 | 177k| 138k|5279 | 0.000000e+00 | 1.000000e+01 |    Inf 
833.61/833.65	c   811s|390000 |  1485 |765759 |   2.0 |  47M| 313 |   - |5645 |  12k|   0 |   0 | 178k| 139k|5280 | 0.000000e+00 | 1.000000e+01 |    Inf 
853.01/853.04	c   830s|400000 |  1375 |793024 |   2.0 |  46M| 313 |   1 |5645 |  12k|5645 | 171 | 182k| 152k|5443 | 0.000000e+00 | 1.000000e+01 |    Inf 
873.31/873.38	c   849s|410000 |  1300 |826025 |   2.0 |  46M| 313 |  19 |5645 |  12k|5645 | 187 | 188k| 165k|5605 | 0.000000e+00 | 1.000000e+01 |    Inf 
894.31/894.35	c   870s|420000 |  1342 |857757 |   2.0 |  47M| 313 |   - |5645 |  14k|   0 |   0 | 194k| 178k|5706 | 0.000000e+00 | 1.000000e+01 |    Inf 
894.51/894.50	o 7
894.51/894.50	c * 870s|420093 |  1240 |857843 |   2.0 |  45M| 313 |   - |5645 |  14k|5645 | 157 | 194k| 178k|5707 | 0.000000e+00 | 7.000000e+00 |    Inf 
915.41/915.43	c   890s|430000 |  1213 |897143 |   2.1 |  45M| 313 |   - |5645 |  13k|   0 |   0 | 203k| 191k|5807 | 0.000000e+00 | 7.000000e+00 |    Inf 
937.32/937.34	c   911s|440000 |  1360 |942359 |   2.1 |  47M| 313 |   - |5645 |  16k|   0 |   0 | 214k| 204k|5892 | 0.000000e+00 | 7.000000e+00 |    Inf 
960.01/960.03	c   933s|450000 |  1260 |987366 |   2.2 |  46M| 313 |   - |5645 |  14k|   0 |   0 | 224k| 218k|5994 | 0.000000e+00 | 7.000000e+00 |    Inf 
981.32/981.33	c   953s|460000 |  1223 |  1026k|   2.2 |  46M| 313 |   1 |5645 |  15k|5645 | 171 | 231k| 231k|6068 | 0.000000e+00 | 7.000000e+00 |    Inf 
1001.22/1001.27	c   972s|470000 |  1203 |  1055k|   2.2 |  46M| 313 |   - |5645 |  16k|   0 |   0 | 234k| 244k|6139 | 0.000000e+00 | 7.000000e+00 |    Inf 
1022.02/1022.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1022.02/1022.09	c   992s|480000 |  1189 |  1092k|   2.3 |  46M| 313 |   1 |5645 |  16k|5645 | 183 | 240k| 257k|6300 | 0.000000e+00 | 7.000000e+00 |    Inf 
1030.22/1030.24	o 6
1030.22/1030.24	c *1000s|484070 |  1199 |  1106k|   2.3 |  47M| 313 |   - |5645 |  18k|5645 | 205 | 243k| 262k|6300 | 0.000000e+00 | 6.000000e+00 |    Inf 
1031.12/1031.10	o 4
1031.12/1031.10	c *1001s|484430 |  1102 |  1108k|   2.3 |  45M| 313 |   - |5645 |  18k|5645 | 204 | 243k| 263k|6306 | 0.000000e+00 | 4.000000e+00 |    Inf 
1032.12/1032.10	o 2
1032.12/1032.10	c *1002s|484847 |   993 |  1110k|   2.3 |  44M| 313 |   - |5645 |  17k|5645 | 178 | 244k| 263k|6313 | 0.000000e+00 | 2.000000e+00 |    Inf 
1042.83/1042.85	c  1012s|490000 |   938 |  1134k|   2.3 |  43M| 313 |  15 |5645 |  15k|5645 | 196 | 247k| 270k|6357 | 0.000000e+00 | 2.000000e+00 |    Inf 
1065.42/1065.45	c  1034s|500000 |   958 |  1188k|   2.4 |  45M| 313 |  10 |5645 |  20k|5645 | 214 | 259k| 283k|6471 | 0.000000e+00 | 2.000000e+00 |    Inf 
1087.31/1087.34	c  1055s|510000 |   817 |  1238k|   2.4 |  43M| 313 |  13 |5645 |  17k|5645 | 203 | 268k| 297k|6588 | 0.000000e+00 | 2.000000e+00 |    Inf 
1106.42/1106.40	c  1073s|520000 |   748 |  1266k|   2.4 |  43M| 313 |  10 |5645 |  19k|5645 | 162 | 272k| 309k|6663 | 0.000000e+00 | 2.000000e+00 |    Inf 
1126.61/1126.62	c  1093s|530000 |   730 |  1293k|   2.4 |  45M| 313 |   1 |5645 |  23k|5645 | 178 | 278k| 321k|6700 | 0.000000e+00 | 2.000000e+00 |    Inf 
1148.72/1148.75	c  1114s|540000 |   687 |  1327k|   2.5 |  45M| 313 |   1 |5645 |  22k|5645 | 174 | 284k| 334k|6784 | 0.000000e+00 | 2.000000e+00 |    Inf 
1169.43/1169.42	c  1134s|550000 |   662 |  1352k|   2.5 |  46M| 313 |   - |5645 |  26k|   0 |   0 | 287k| 346k|6854 | 0.000000e+00 | 2.000000e+00 |    Inf 
1191.92/1191.90	c  1156s|560000 |   680 |  1370k|   2.4 |  46M| 313 |   - |5645 |  26k|   0 |   0 | 289k| 359k|6892 | 0.000000e+00 | 2.000000e+00 |    Inf 
1213.62/1213.64	c  1177s|570000 |   688 |  1388k|   2.4 |  47M| 313 |   1 |5645 |  28k|5645 | 166 | 292k| 372k|6921 | 0.000000e+00 | 2.000000e+00 |    Inf 
1236.03/1236.03	c  1199s|580000 |   634 |  1414k|   2.4 |  46M| 313 |  10 |5645 |  26k|5645 | 175 | 296k| 385k|7015 | 0.000000e+00 | 2.000000e+00 |    Inf 
1258.92/1258.95	c  1221s|590000 |   648 |  1438k|   2.4 |  47M| 313 |   1 |5645 |  29k|5645 | 161 | 300k| 398k|7051 | 0.000000e+00 | 2.000000e+00 |    Inf 
1282.32/1282.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1282.32/1282.36	c  1243s|600000 |   703 |  1456k|   2.4 |  49M| 313 |   1 |5645 |  32k|5645 | 161 | 303k| 412k|7084 | 0.000000e+00 | 2.000000e+00 |    Inf 
1305.42/1305.45	c  1266s|610000 |   682 |  1475k|   2.4 |  49M| 313 |   - |5645 |  33k|   0 |   0 | 305k| 426k|7116 | 0.000000e+00 | 2.000000e+00 |    Inf 
1329.43/1329.40	c  1289s|620000 |   652 |  1495k|   2.4 |  49M| 313 |  11 |5645 |  32k|5645 | 161 | 307k| 439k|7139 | 0.000000e+00 | 2.000000e+00 |    Inf 
1354.42/1354.47	c  1313s|630000 |   756 |  1525k|   2.4 |  49M| 313 |   - |5645 |  32k|   0 |   0 | 314k| 452k|7201 | 0.000000e+00 | 2.000000e+00 |    Inf 
1383.52/1383.53	c  1342s|640000 |   981 |  1574k|   2.5 |  52M| 313 |   - |5645 |  34k|5645 | 206 | 328k| 465k|7287 | 0.000000e+00 | 2.000000e+00 |    Inf 
1411.72/1411.72	c  1369s|650000 |  1104 |  1616k|   2.5 |  54M| 313 |  13 |5645 |  37k|5645 | 187 | 339k| 478k|7378 | 0.000000e+00 | 2.000000e+00 |    Inf 
1442.23/1442.24	c  1399s|660000 |  1133 |  1661k|   2.5 |  55M| 313 |  11 |5645 |  38k|5645 | 219 | 350k| 492k|7438 | 0.000000e+00 | 2.000000e+00 |    Inf 
1473.82/1473.80	c  1430s|670000 |  1242 |  1705k|   2.5 |  57M| 313 |   - |5645 |  41k|   0 |   0 | 361k| 505k|7524 | 0.000000e+00 | 2.000000e+00 |    Inf 
1504.43/1504.46	c  1459s|680000 |  1303 |  1747k|   2.6 |  57M| 313 |  12 |5645 |  39k|5645 | 197 | 371k| 518k|7590 | 0.000000e+00 | 2.000000e+00 |    Inf 
1536.13/1536.16	c  1490s|690000 |  1466 |  1791k|   2.6 |  60M| 313 |   1 |5645 |  45k|5645 | 188 | 383k| 531k|7663 | 0.000000e+00 | 2.000000e+00 |    Inf 
1572.13/1572.16	c  1526s|700000 |  1619 |  1842k|   2.6 |  63M| 313 |  10 |5645 |  49k|5645 | 176 | 398k| 545k|7719 | 0.000000e+00 | 2.000000e+00 |    Inf 
1609.23/1609.29	c  1562s|710000 |  1745 |  1887k|   2.7 |  65M| 313 |  10 |5645 |  50k|5645 | 176 | 412k| 558k|7810 | 0.000000e+00 | 2.000000e+00 |    Inf 
1645.33/1645.32	c  1597s|720000 |  1674 |  1931k|   2.7 |  64M| 313 |   - |5645 |  49k|5645 | 198 | 422k| 572k|7874 | 0.000000e+00 | 2.000000e+00 |    Inf 
1682.93/1682.94	c  1634s|730000 |  1963 |  1980k|   2.7 |  68M| 313 |   - |5645 |  54k|   0 |   0 | 437k| 586k|7960 | 0.000000e+00 | 2.000000e+00 |    Inf 
1722.54/1722.53	c  1673s|740000 |  2059 |  2031k|   2.7 |  68M| 313 |  10 |5645 |  52k|5645 | 176 | 450k| 600k|8021 | 0.000000e+00 | 2.000000e+00 |    Inf 
1761.14/1761.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1761.14/1761.16	c  1711s|750000 |  2092 |  2078k|   2.8 |  69M| 313 |   - |5645 |  54k|   0 |   0 | 463k| 614k|8092 | 0.000000e+00 | 2.000000e+00 |    Inf 
1798.74/1798.73	c  1747s|760000 |  2068 |  2126k|   2.8 |  68M| 313 |   8 |5645 |  50k|5645 | 195 | 475k| 629k|8167 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1748.62
1800.04/1800.00	c Solving Nodes      : 760391
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (167 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.07	s SATISFIABLE
1800.04/1800.07	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.07	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 
1800.04/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.04/1800.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.04/1800.07	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.04/1800.07	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.04/1800.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.04/1800.07	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.04/1800.07	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.04/1800.07	v -x1 
1800.04/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.07	c Solving Time       :    1748.62
1800.04/1800.07	c Original Problem   :
1800.04/1800.07	c   Problem name     : HOME/instance-2692383-1277929357.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.07	c Presolved Problem  :
1800.04/1800.07	c   Problem name     : t_HOME/instance-2692383-1277929357.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5414 initial, 56366 maximal
1800.04/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   root node        :          -       2685          -          -       5370          -          -          -          -
1800.04/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   integral         :          0          0          0     614303          0          1        212          0          0     550814
1800.04/1800.07	c   indicator        :       2707          0    2992065     338416          0        100    2024070          0          0          0
1800.04/1800.07	c   linear           :       2707          6    3003374     338641          0     206682   13567758     475631          0          0
1800.04/1800.07	c   logicor          :          0+         0     843396          0          0      36164     820947          0          0          0
1800.04/1800.07	c   bounddisjunction :          0+         0      31450          0          0          0         41          0          0          0
1800.04/1800.07	c   countsols        :          0          0          0     270505          0          0          0          0          0          0
1800.04/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.07	c   integral         :      14.19       0.00       0.00      14.19       0.00
1800.04/1800.07	c   indicator        :      90.22       0.00      17.86      72.36       0.00
1800.04/1800.07	c   linear           :     170.96       0.00     134.93      36.03       0.00
1800.04/1800.07	c   logicor          :     213.18       0.00     213.18       0.00       0.00
1800.04/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.07	c   vbounds          :       0.00          2          0          0
1800.04/1800.07	c   rootredcost      :       0.02         53          0       2685
1800.04/1800.07	c   pseudoobj        :     146.80    3006129       2587    1148625
1800.04/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.07	c   propagation      :      12.45     245433     245263    1563717       26.7       8698       19.8          -
1800.04/1800.07	c   infeasible LP    :       3.95      11738      11738      95604       40.5        157       16.8          0
1800.04/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   pseudo solution  :       0.04        137        137        651       16.1        182        3.9          -
1800.04/1800.07	c   applied globally :          -          -          -     629542       21.4          -          -          -
1800.04/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.07	c   redcost          :      54.03     616343          0     657416          0          0
1800.04/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.07	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.07	c   strongcg         :       0.01          4          0          0          0          0
1800.04/1800.07	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.07	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.07	c Pricers            :       Time      Calls       Vars
1800.04/1800.07	c   problem variables:       0.00          0          0
1800.04/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   relpscost        :      14.17     275583          1        212          0          0     550814
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :      71.67     270452          0          0          0          0     540904
1800.04/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.07	c   LP solutions     :       0.68          -         53
1800.04/1800.07	c   pseudo solutions :       0.00          -          0
1800.04/1800.07	c   feaspump         :       0.01          0          0
1800.04/1800.07	c   oneopt           :       0.22         48          0
1800.04/1800.07	c   intshifting      :       0.06         12          0
1800.04/1800.07	c   crossover        :       1.62         62          0
1800.04/1800.07	c   guideddiving     :       7.91       4487          0
1800.04/1800.07	c   linesearchdiving :       7.06       4677          0
1800.04/1800.07	c   coefdiving       :       6.81       4678          0
1800.04/1800.07	c   pscostdiving     :       7.22       4678          0
1800.04/1800.07	c   fracdiving       :       6.39       4678          0
1800.04/1800.07	c   veclendiving     :       6.65       4678          0
1800.04/1800.07	c   objpscostdiving  :       7.06       4513          0
1800.04/1800.07	c   rootsoldiving    :       7.55       4530          0
1800.04/1800.07	c   trivial          :       0.07          2          2
1800.04/1800.07	c   simplerounding   :       0.29     276259          0
1800.04/1800.07	c   zirounding       :       0.13       1000          0
1800.04/1800.07	c   rounding         :       2.08       7427          0
1800.04/1800.07	c   shifting         :       1.62       2357          0
1800.04/1800.07	c   twoopt           :       0.00          0          0
1800.04/1800.07	c   fixandinfer      :       0.00          0          0
1800.04/1800.07	c   intdiving        :       0.00          0          0
1800.04/1800.07	c   actconsdiving    :       0.00          0          0
1800.04/1800.07	c   octane           :       0.00          0          0
1800.04/1800.07	c   rens             :       0.02          1          0
1800.04/1800.07	c   rins             :       0.00          0          0
1800.04/1800.07	c   localbranching   :       0.00          0          0
1800.04/1800.07	c   mutation         :       0.00          0          0
1800.04/1800.07	c   dins             :       0.00          0          0
1800.04/1800.07	c   undercover       :       0.00          0          0
1800.04/1800.07	c   nlp              :       0.00          0          0
1800.04/1800.07	c   trysol           :       2.07      11077        112
1800.04/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.07	c   dual LP          :     416.69     367253    2126344       5.79    5102.94
1800.04/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.07	c   diving/probing LP:       0.42        459       1998       4.35    4757.14
1800.04/1800.07	c   strong branching :      12.68       8172      72260       8.84    5698.74
1800.04/1800.07	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.07	c B&B Tree           :
1800.04/1800.07	c   number of runs   :          1
1800.04/1800.07	c   nodes            :     760391
1800.04/1800.07	c   nodes (total)    :     760391
1800.04/1800.07	c   nodes left       :       2061
1800.04/1800.07	c   max depth        :        313
1800.04/1800.07	c   max depth (total):        313
1800.04/1800.07	c   backtracks       :      55245 (7.3%)
1800.04/1800.07	c   delayed cutoffs  :      45347
1800.04/1800.07	c   repropagations   :    1201097 (3400714 domain reductions, 42929 cutoffs)
1800.04/1800.07	c   avg switch length:       4.87
1800.04/1800.07	c   switching time   :     213.60
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        167 (54 improvements)
1800.04/1800.07	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 484847 nodes, 1002.04 seconds, depth 22, found by <relaxation>)
1800.04/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.07	c   Gap              :   infinite
1800.04/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.07	c   Root Iterations  :        106
1800.14/1800.19	c Time complete: 1800.23.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692383-1277929357/watcher-2692383-1277929357 -o /tmp/evaluation-result-2692383-1277929357/solver-2692383-1277929357 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692383-1277929357.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.08 2.04 2.01 3/196 15009
/proc/meminfo: memFree=31496800/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=9552 CPUtime=0
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 1681 0 0 0 0 0 0 0 24 0 1 0 134233735 9781248 1600 4089446400 4194304 8223781 140737173452864 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15009/statm: 2388 1600 369 984 0 1401 0

[startup+0.101239 s]
/proc/loadavg: 2.08 2.04 2.01 3/196 15009
/proc/meminfo: memFree=31496800/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=35144 CPUtime=0.09
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 8089 0 0 0 9 0 0 0 24 0 1 0 134233735 35987456 7644 4089446400 4194304 8223781 140737173452864 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15009/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.20022 s]
/proc/loadavg: 2.08 2.04 2.01 3/196 15009
/proc/meminfo: memFree=31496800/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=37836 CPUtime=0.19
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 9297 0 0 0 18 1 0 0 25 0 1 0 134233735 38744064 8336 4089446400 4194304 8223781 140737173452864 18446744073709551615 4414507 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15009/statm: 9459 8336 475 984 0 8472 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37836

[startup+0.300206 s]
/proc/loadavg: 2.08 2.04 2.01 3/196 15009
/proc/meminfo: memFree=31496800/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=56000 CPUtime=0.29
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 13885 0 0 0 27 2 0 0 25 0 1 0 134233735 57344000 12827 4089446400 4194304 8223781 140737173452864 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15009/statm: 14000 12827 564 984 0 13013 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56000

[startup+0.700132 s]
/proc/loadavg: 2.08 2.04 2.01 3/196 15009
/proc/meminfo: memFree=31496800/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=43084 CPUtime=0.69
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 15656 0 0 0 63 6 0 0 25 0 1 0 134233735 44118016 9710 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50099 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 15010
/proc/meminfo: memFree=31459476/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=43256 CPUtime=1.49
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 15761 0 0 0 138 11 0 0 25 0 1 0 134233735 44294144 9811 4089446400 4194304 8223781 140737173452864 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 10814 9811 578 984 0 9827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43256

[startup+3.10072 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 15010
/proc/meminfo: memFree=31457492/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=48204 CPUtime=3.09
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 21904 0 0 0 293 16 0 0 25 0 1 0 134233735 49360896 10869 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 12051 10869 579 984 0 11064 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48204

[startup+6.30015 s]
/proc/loadavg: 2.07 2.04 2.00 3/197 15010
/proc/meminfo: memFree=31450972/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=54112 CPUtime=6.29
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 28492 0 0 0 604 25 0 0 25 0 1 0 134233735 55410688 12379 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 13528 12379 579 984 0 12541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54112

[startup+12.701 s]
/proc/loadavg: 2.06 2.04 2.00 3/197 15010
/proc/meminfo: memFree=31443784/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=61212 CPUtime=12.69
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 39781 0 0 0 1226 43 0 0 25 0 1 0 134233735 62681088 14137 4089446400 4194304 8223781 140737173452864 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 15303 14137 579 984 0 14316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61212

[startup+25.5008 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 15011
/proc/meminfo: memFree=31431252/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=75432 CPUtime=25.49
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 48405 0 0 0 2474 75 0 0 25 0 1 0 134233735 77242368 17744 4089446400 4194304 8223781 140737173452864 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 18858 17744 579 984 0 17871 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75432

[startup+51.1002 s]
/proc/loadavg: 2.03 2.03 2.00 3/197 15011
/proc/meminfo: memFree=31400936/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=103912 CPUtime=51.09
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 85963 0 0 0 4972 137 0 0 25 0 1 0 134233735 106405888 24909 4089446400 4194304 8223781 140737173452864 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 25978 24909 583 984 0 24991 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103912

[startup+102.301 s]
/proc/loadavg: 2.12 2.05 2.01 3/197 15013
/proc/meminfo: memFree=31343340/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=160216 CPUtime=102.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 106991 0 0 0 9969 261 0 0 25 0 1 0 134233735 164061184 38961 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 40054 38961 583 984 0 39067 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160216

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/197 15014
/proc/meminfo: memFree=31283504/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=222664 CPUtime=162.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 127179 0 0 0 15842 388 0 0 25 0 1 0 134233735 228007936 54045 4089446400 4194304 8223781 140737173452864 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 55666 54045 583 984 0 54679 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 222664

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 15043
/proc/meminfo: memFree=31177440/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=281356 CPUtime=222.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 141958 0 0 0 21716 514 0 0 25 0 1 0 134233735 288108544 68790 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 70339 68790 583 984 0 69352 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 281356

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15045
/proc/meminfo: memFree=31005396/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=343872 CPUtime=282.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 163194 0 0 0 27580 650 0 0 25 0 1 0 134233735 352124928 84559 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 85968 84559 583 984 0 84981 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 343872

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15047
/proc/meminfo: memFree=30798640/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=406060 CPUtime=342.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 178952 0 0 0 33445 785 0 0 25 0 1 0 134233735 415805440 100246 4089446400 4194304 8223781 140737173452864 18446744073709551615 4834569 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 101515 100246 583 984 0 100528 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 406060

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 15049
/proc/meminfo: memFree=30625120/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=471968 CPUtime=402.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 195518 0 0 0 39313 917 0 0 25 0 1 0 134233735 483295232 116744 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 117992 116744 583 984 0 117005 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 471968

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 15050
/proc/meminfo: memFree=30448608/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=536756 CPUtime=462.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 258154 0 0 0 45172 1058 0 0 25 0 1 0 134233735 549638144 132076 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 134189 132076 583 984 0 133202 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 536756

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15054
/proc/meminfo: memFree=30278388/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=599160 CPUtime=522.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 288999 0 0 0 51040 1190 0 0 25 0 1 0 134233735 613539840 147806 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 149790 147806 583 984 0 148803 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 599160

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15056
/proc/meminfo: memFree=30109220/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=661052 CPUtime=582.3
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 331583 0 0 0 56908 1322 0 0 25 0 1 0 134233735 676917248 163347 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 165263 163347 583 984 0 164276 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 661052

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15058
/proc/meminfo: memFree=30091316/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=620968 CPUtime=642.31
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 445482 0 0 0 62730 1501 0 0 25 0 1 0 134233735 635871232 153088 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 155242 153088 593 984 0 154255 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 620968

[startup+702.3 s]

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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15064
/proc/meminfo: memFree=29867328/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=624092 CPUtime=882.31
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 481934 0 0 0 85797 2434 0 0 25 0 1 0 134233735 639070208 153850 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 156023 153850 593 984 0 155036 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 624092

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15066
/proc/meminfo: memFree=29813724/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=605992 CPUtime=942.31
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 515435 0 0 0 91566 2665 0 0 25 0 1 0 134233735 620535808 149334 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 151498 149334 601 984 0 150511 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 605992

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15068
/proc/meminfo: memFree=29780828/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=606728 CPUtime=1002.31
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 520148 0 0 0 97340 2891 0 0 25 0 1 0 134233735 621289472 149502 4089446400 4194304 8223781 140737173452864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 151682 149502 601 984 0 150695 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 606728

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15069
/proc/meminfo: memFree=29707728/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=586676 CPUtime=1062.32
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 547848 0 0 0 103108 3124 0 0 25 0 1 0 134233735 600756224 144417 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 146669 144417 601 984 0 145682 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 586676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15070
/proc/meminfo: memFree=29668628/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=573324 CPUtime=1122.32
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 554916 0 0 0 108878 3354 0 0 25 0 1 0 134233735 587083776 141094 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 143331 141094 601 984 0 142344 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 573324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15072
/proc/meminfo: memFree=29583268/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=574624 CPUtime=1182.32
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 563533 0 0 0 114668 3564 0 0 25 0 1 0 134233735 588414976 141330 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 143656 141330 601 984 0 142669 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 574624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15074
/proc/meminfo: memFree=29500752/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=575012 CPUtime=1242.32
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 563611 0 0 0 120464 3768 0 0 25 0 1 0 134233735 588812288 141408 4089446400 4194304 8223781 140737173452864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 143753 141408 601 984 0 142766 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 575012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15076
/proc/meminfo: memFree=29425300/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=576824 CPUtime=1302.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 565829 0 0 0 126285 3948 0 0 25 0 1 0 134233735 590667776 141837 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 144206 141837 601 984 0 143219 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 576824

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15077
/proc/meminfo: memFree=29356060/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=576944 CPUtime=1362.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 565886 0 0 0 132105 4128 0 0 25 0 1 0 134233735 590790656 141894 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 144236 141894 601 984 0 143249 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 576944

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15078
/proc/meminfo: memFree=29259532/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=577252 CPUtime=1422.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 565989 0 0 0 137940 4293 0 0 25 0 1 0 134233735 591106048 141997 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 144313 141997 601 984 0 143326 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 577252

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15080
/proc/meminfo: memFree=29197848/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=579872 CPUtime=1482.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 566585 0 0 0 143790 4443 0 0 25 0 1 0 134233735 593788928 142593 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 144968 142593 601 984 0 143981 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 579872

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15082
/proc/meminfo: memFree=29100688/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=581316 CPUtime=1542.34
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 568768 0 0 0 149639 4595 0 0 25 0 1 0 134233735 595267584 142959 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 145329 142959 601 984 0 144342 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 581316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15084
/proc/meminfo: memFree=29028104/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=583652 CPUtime=1602.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 569300 0 0 0 155510 4723 0 0 25 0 1 0 134233735 597659648 143491 4089446400 4194304 8223781 140737173452864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 145913 143491 601 984 0 144926 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 583652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15085
/proc/meminfo: memFree=28956496/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=583904 CPUtime=1662.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 569368 0 0 0 161381 4852 0 0 25 0 1 0 134233735 597917696 143559 4089446400 4194304 8223781 140737173452864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 145976 143559 601 984 0 144989 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 583904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15086
/proc/meminfo: memFree=28872376/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=587864 CPUtime=1722.33
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 570344 0 0 0 167259 4974 0 0 25 0 1 0 134233735 601972736 144535 4089446400 4194304 8223781 140737173452864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 146966 144535 601 984 0 145979 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 587864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15088
/proc/meminfo: memFree=28805860/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=588900 CPUtime=1782.34
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 570511 0 0 0 173135 5099 0 0 25 0 1 0 134233735 603033600 144699 4089446400 4194304 8223781 140737173452864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 147225 144699 601 984 0 146238 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 588900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15088
/proc/meminfo: memFree=28797912/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=588900 CPUtime=1800.04
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 570511 0 0 0 174865 5139 0 0 25 0 1 0 134233735 603033600 144699 4089446400 4194304 8223781 140737173452864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15009/statm: 147225 144699 601 984 0 146238 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 588900

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15088
/proc/meminfo: memFree=28797912/32951124 swapFree=67111528/67111528
[pid=15009] ppid=15007 vsize=479820 CPUtime=1800.14
/proc/15009/stat : 15009 (pbscip.linux.x8) R 15007 15009 14634 0 -1 4202496 570537 0 0 0 174875 5139 0 0 25 0 1 0 134233735 491335680 117419 4089446400 4194304 8223781 140737173452864 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15009/statm: 119955 117419 603 984 0 118968 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 479820

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.24
CPU user time (s): 1748.82
CPU system time (s): 51.4162
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 710036

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

runsolver used 3.55746 second user time and 6.15306 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 22:22:37
IDJOB=2692383
IDBENCH=79296
IDSOLVER=1204
FILE ID=node103/2692383-1277929357
PBS_JOBID= 11197363
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692383-1277929357/watcher-2692383-1277929357 -o /tmp/evaluation-result-2692383-1277929357/solver-2692383-1277929357 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692383-1277929357.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=1707523526

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32951124 kB
MemFree:      31497460 kB
Buffers:        213004 kB
Cached:         911540 kB
SwapCached:          0 kB
Active:         649020 kB
Inactive:       660548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31497460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4736 kB
Writeback:           0 kB
AnonPages:      185416 kB
Mapped:          20272 kB
Slab:            79048 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node103 at 2010-06-30 22:52:39