Trace number 2705043

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.29 1790.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567135--soft-0-100-0.wbo
MD5SUM51cd1cd61e067c06067b10b7beeffad7
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 benchmark33.8359
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705043-1278578331.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 135864
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.358640e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.358640e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.358640e+05 |    Inf 
21.19/21.20	c  21.2s| 10000 |  9994 |  3108 |   0.3 |  44M|2404 |   0 |5645 |5434 |5645 | 200 | 801 |  20 | 548 | 0.000000e+00 | 1.358640e+05 |    Inf 
40.09/40.10	c  40.1s| 20000 | 19981 |  3940 |   0.2 |  64M|2404 |   0 |5645 |5455 |5645 | 200 |1045 |  41 | 589 | 0.000000e+00 | 1.358640e+05 |    Inf 
58.89/58.97	c  58.9s| 30000 | 29981 |  4591 |   0.1 |  84M|2404 |   0 |5645 |5455 |5645 | 207 |1218 |  41 | 596 | 0.000000e+00 | 1.358640e+05 |    Inf 
77.59/77.61	c  77.6s| 40000 | 39975 |  5069 |   0.1 | 104M|2404 |   0 |5645 |5458 |5645 | 210 |1343 |  44 | 601 | 0.000000e+00 | 1.358640e+05 |    Inf 
96.49/96.53	c  96.5s| 50000 | 49973 |  5642 |   0.1 | 124M|2404 |   0 |5645 |5459 |5645 | 216 |1479 |  45 | 624 | 0.000000e+00 | 1.358640e+05 |    Inf 
115.49/115.51	c   115s| 60000 | 59969 |  6152 |   0.1 | 144M|2404 |   0 |5645 |5460 |5645 | 201 |1587 |  46 | 653 | 0.000000e+00 | 1.358640e+05 |    Inf 
128.49/128.52	o 605
128.49/128.52	c * 128s| 66651 | 44793 |  6529 |   0.1 | 117M|2404 |   - |5645 |5460 |5645 | 207 |1682 |  46 | 658 | 0.000000e+00 | 6.050000e+02 |    Inf 
136.40/136.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.40/136.41	c   136s| 70000 | 48142 |  7248 |   0.1 | 124M|2404 |   0 |5645 |5460 |5645 | 201 |1857 |  46 | 682 | 0.000000e+00 | 6.050000e+02 |    Inf 
159.60/159.69	c   160s| 80000 | 58084 |  8783 |   0.1 | 144M|2404 |   0 |5645 |5618 |5645 | 201 |2291 | 204 | 693 | 0.000000e+00 | 6.050000e+02 |    Inf 
160.49/160.59	o 579
160.49/160.59	c * 161s| 80274 | 55362 |  9086 |   0.1 | 140M|2404 |   - |5645 |5698 |5645 | 222 |2390 | 284 | 693 | 0.000000e+00 | 5.790000e+02 |    Inf 
163.80/163.85	o 572
163.80/163.85	c * 164s| 81487 | 55819 |  9664 |   0.1 | 141M|2404 |   - |5645 |5764 |5645 | 214 |2561 | 350 | 714 | 0.000000e+00 | 5.720000e+02 |    Inf 
167.90/167.91	o 565
167.90/167.91	c * 168s| 83193 | 56698 |  9985 |   0.1 | 144M|2404 |   - |5645 |5794 |5645 | 209 |2632 | 380 | 714 | 0.000000e+00 | 5.650000e+02 |    Inf 
167.90/167.92	o 545
167.90/167.92	c * 168s| 83194 | 53895 |  9985 |   0.1 | 139M|2404 |   - |5645 |5794 |5645 | 209 |2632 | 380 | 714 | 0.000000e+00 | 5.450000e+02 |    Inf 
169.00/169.02	o 532
169.00/169.02	c * 169s| 83630 | 52540 | 10076 |   0.1 | 136M|2404 |   - |5645 |5794 |5645 | 217 |2650 | 380 | 714 | 0.000000e+00 | 5.320000e+02 |    Inf 
169.99/170.06	o 526
169.99/170.06	c * 170s| 84043 | 52162 | 10110 |   0.1 | 134M|2404 |   - |5645 |5797 |5645 | 212 |2659 | 383 | 714 | 0.000000e+00 | 5.260000e+02 |    Inf 
172.70/172.78	o 517
172.70/172.78	c * 173s| 85202 | 52284 | 10322 |   0.1 | 134M|2404 |   - |5645 |5863 |5645 | 208 |2706 | 449 | 721 | 0.000000e+00 | 5.170000e+02 |    Inf 
174.49/174.51	o 500
174.49/174.51	c * 174s| 86031 | 50966 | 10554 |   0.1 | 132M|2404 |   - |5645 |5931 |5645 | 205 |2755 | 517 | 721 | 0.000000e+00 | 5.000000e+02 |    Inf 
175.20/175.25	o 466
175.20/175.25	c * 175s| 86329 | 46662 | 10695 |   0.1 | 124M|2404 |   - |5645 |6017 |5645 | 212 |2796 | 603 | 734 | 0.000000e+00 | 4.660000e+02 |    Inf 
175.80/175.80	o 443
175.80/175.80	c * 176s| 86598 | 44776 | 10723 |   0.1 | 119M|2404 |   - |5645 |6027 |5645 | 197 |2796 | 613 | 734 | 0.000000e+00 | 4.430000e+02 |    Inf 
176.20/176.21	o 414
176.20/176.21	c * 176s| 86828 | 42119 | 10742 |   0.1 | 114M|2404 |   - |5645 |6037 |5645 | 199 |2798 | 623 | 734 | 0.000000e+00 | 4.140000e+02 |    Inf 
177.20/177.25	o 392
177.20/177.25	c * 177s| 87223 | 40219 | 10914 |   0.1 | 111M|2404 |   - |5645 |6085 |5645 | 211 |2841 | 671 | 736 | 0.000000e+00 | 3.920000e+02 |    Inf 
177.30/177.31	o 360
177.30/177.31	c * 177s| 87246 | 37386 | 10914 |   0.1 | 105M|2404 |   - |5645 |6085 |5645 | 211 |2841 | 671 | 736 | 0.000000e+00 | 3.600000e+02 |    Inf 
180.40/180.48	o 337
180.40/180.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.40/180.48	c * 180s| 88321 | 36025 | 11671 |   0.1 | 104M|2404 |   - |5645 |6350 |5645 | 208 |3096 | 936 | 746 | 0.000000e+00 | 3.370000e+02 |    Inf 
186.20/186.21	c   186s| 90000 | 37473 | 13890 |   0.2 | 108M|2404 |   0 |5645 |6864 |5645 | 201 |3675 |1450 | 811 | 0.000000e+00 | 3.370000e+02 |    Inf 
186.30/186.30	o 334
186.30/186.30	c * 186s| 90031 | 37206 | 13894 |   0.2 | 108M|2404 |   - |5645 |6869 |5645 | 203 |3677 |1455 | 811 | 0.000000e+00 | 3.340000e+02 |    Inf 
186.30/186.31	o 307
186.30/186.31	c * 186s| 90032 | 34287 | 13894 |   0.2 | 102M|2404 |   - |5645 |6869 |5645 | 203 |3677 |1455 | 811 | 0.000000e+00 | 3.070000e+02 |    Inf 
195.60/195.62	o 295
195.60/195.62	c * 196s| 92944 | 35054 | 17584 |   0.2 | 108M|2404 |   - |5645 |7564 |5645 | 209 |4526 |2162 | 919 | 0.000000e+00 | 2.950000e+02 |    Inf 
196.69/196.77	o 287
196.69/196.77	c * 197s| 93403 | 34418 | 17799 |   0.2 | 107M|2404 |   - |5645 |7631 |5645 | 215 |4580 |2231 | 925 | 0.000000e+00 | 2.870000e+02 |    Inf 
196.79/196.83	o 273
196.79/196.83	c * 197s| 93418 | 32517 | 17801 |   0.2 | 103M|2404 |   - |5645 |7635 |5645 | 216 |4581 |2235 | 925 | 0.000000e+00 | 2.730000e+02 |    Inf 
196.79/196.85	o 265
196.79/196.85	c * 197s| 93420 | 31526 | 17811 |   0.2 | 101M|2404 |   - |5645 |7635 |5645 | 218 |4583 |2235 | 925 | 0.000000e+00 | 2.650000e+02 |    Inf 
196.90/196.90	o 235
196.90/196.90	c * 197s| 93442 | 27295 | 17819 |   0.2 |  92M|2404 |   - |5645 |7635 |5645 | 218 |4583 |2235 | 925 | 0.000000e+00 | 2.350000e+02 |    Inf 
203.50/203.52	o 215
203.50/203.52	c * 203s| 95214 | 25670 | 20771 |   0.2 |  90M|2404 |   - |5645 |8103 |5645 | 209 |5293 |2901 | 999 | 0.000000e+00 | 2.150000e+02 |    Inf 
213.19/213.25	o 209
213.19/213.25	c * 213s| 97511 | 26416 | 27524 |   0.3 |  98M|2404 |   - |5645 |8894 |5645 | 215 |7048 |4286 |1132 | 0.000000e+00 | 2.090000e+02 |    Inf 
214.30/214.32	o 206
214.30/214.32	c * 214s| 97741 | 26076 | 28636 |   0.3 |  99M|2404 |   - |5645 |8914 |5645 | 225 |7301 |4445 |1173 | 0.000000e+00 | 2.060000e+02 |    Inf 
222.79/222.80	c   223s|100000 | 27653 | 33758 |   0.3 | 108M|2404 |   0 |5645 |9232 |5645 | 211 |8697 |5571 |1295 | 0.000000e+00 | 2.060000e+02 |    Inf 
235.29/235.37	o 204
235.29/235.37	c * 235s|103581 | 30174 | 39154 |   0.4 | 121M|2404 |   - |5645 |9786 |5645 | 204 |  10k|7020 |1370 | 0.000000e+00 | 2.040000e+02 |    Inf 
235.29/235.39	o 165
235.29/235.39	c * 235s|103582 | 23781 | 39154 |   0.4 | 102M|2404 |   - |5645 |9786 |5645 | 204 |  10k|7020 |1370 | 0.000000e+00 | 1.650000e+02 |    Inf 
238.59/238.66	o 143
238.59/238.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.59/238.66	c * 239s|104381 | 20621 | 40332 |   0.4 |  92M|2404 |   - |5645 |9854 |5645 | 203 |  10k|7379 |1373 | 0.000000e+00 | 1.430000e+02 |    Inf 
242.10/242.13	o 115
242.10/242.13	c * 242s|105211 | 16206 | 42064 |   0.4 |  77M|2404 |   - |5645 |9985 |5645 | 210 |  10k|7773 |1381 | 0.000000e+00 | 1.150000e+02 |    Inf 
243.99/244.05	o 114
243.99/244.05	c * 244s|105692 | 16291 | 43644 |   0.4 |  79M|2404 |   - |5645 |  10k|5645 | 206 |  11k|8096 |1400 | 0.000000e+00 | 1.140000e+02 |    Inf 
243.99/244.06	o 112
243.99/244.06	c * 244s|105693 | 15952 | 43644 |   0.4 |  78M|2404 |   - |5645 |  10k|5645 | 206 |  11k|8096 |1400 | 0.000000e+00 | 1.120000e+02 |    Inf 
244.39/244.41	o 100
244.39/244.41	c * 244s|105802 | 14202 | 43869 |   0.4 |  72M|2404 |   - |5645 |  10k|5645 | 203 |  11k|8165 |1400 | 0.000000e+00 | 1.000000e+02 |    Inf 
244.39/244.42	o 96
244.39/244.42	c * 244s|105803 | 13145 | 43878 |   0.4 |  70M|2404 |   - |5645 |  10k|5645 | 203 |  11k|8165 |1400 | 0.000000e+00 | 9.600000e+01 |    Inf 
244.49/244.50	o 89
244.49/244.50	c * 244s|105813 | 11872 | 44016 |   0.4 |  66M|2404 |   - |5645 |9764 |5645 | 207 |  11k|8169 |1403 | 0.000000e+00 | 8.900000e+01 |    Inf 
244.59/244.64	o 85
244.59/244.64	c * 245s|105836 | 11198 | 44268 |   0.4 |  65M|2404 |   - |5645 |9448 |5645 | 216 |  11k|8182 |1404 | 0.000000e+00 | 8.500000e+01 |    Inf 
244.69/244.75	o 71
244.69/244.75	c * 245s|105848 |  9479 | 44349 |   0.4 |  60M|2404 |   - |5645 |9241 |5645 | 207 |  11k|8185 |1404 | 0.000000e+00 | 7.100000e+01 |    Inf 
244.69/244.77	o 61
244.69/244.77	c * 245s|105849 |  7287 | 44354 |   0.4 |  51M|2404 |   - |5645 |9241 |5645 | 207 |  11k|8185 |1404 | 0.000000e+00 | 6.100000e+01 |    Inf 
259.99/260.03	c   260s|110000 |  7880 | 58452 |   0.5 |  60M|2404 |   7 |5645 |8822 |5645 | 223 |  15k|  12k|1516 | 0.000000e+00 | 6.100000e+01 |    Inf 
267.40/267.41	o 52
267.40/267.41	c * 267s|111875 |  7161 | 65522 |   0.6 |  61M|2404 |   - |5645 |8735 |5645 | 207 |  17k|  14k|1528 | 0.000000e+00 | 5.200000e+01 |    Inf 
295.20/295.22	c   295s|120000 |  7956 | 98463 |   0.8 |  73M|2404 |   - |5645 |  10k|   0 |   0 |  26k|  22k|1845 | 0.000000e+00 | 5.200000e+01 |    Inf 
326.30/326.37	c   326s|130000 |  8626 |136839 |   1.1 |  83M|2404 |   0 |5645 |  11k|5645 | 243 |  35k|  33k|2154 | 0.000000e+00 | 5.200000e+01 |    Inf 
356.50/356.56	c   357s|140000 |  9233 |168171 |   1.2 |  92M|2404 |   - |5645 |  11k|   0 |   0 |  42k|  44k|2379 | 0.000000e+00 | 5.200000e+01 |    Inf 
386.90/386.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.90/386.98	c   387s|150000 | 10124 |195005 |   1.3 | 101M|2404 |   9 |5645 |  11k|5645 | 199 |  47k|  56k|2588 | 0.000000e+00 | 5.200000e+01 |    Inf 
416.91/416.95	c   417s|160000 | 10658 |222341 |   1.4 | 110M|2404 |   0 |5645 |  10k|5645 | 243 |  53k|  68k|2829 | 0.000000e+00 | 5.200000e+01 |    Inf 
446.11/446.18	c   446s|170000 | 11375 |248368 |   1.5 | 120M|2404 |   1 |5645 |  11k|5645 | 211 |  58k|  80k|2979 | 0.000000e+00 | 5.200000e+01 |    Inf 
476.51/476.59	c   477s|180000 | 12064 |280316 |   1.6 | 130M|2404 |   - |5645 |  11k|   0 |   0 |  66k|  91k|3124 | 0.000000e+00 | 5.200000e+01 |    Inf 
506.01/506.03	c   506s|190000 | 12757 |306190 |   1.6 | 140M|2404 |   - |5645 |  11k|   0 |   0 |  71k| 103k|3229 | 0.000000e+00 | 5.200000e+01 |    Inf 
515.90/515.98	o 47
515.90/515.98	c * 516s|193746 | 12465 |313856 |   1.6 | 141M|2404 |   - |5645 |  12k|5645 | 242 |  72k| 107k|3275 | 0.000000e+00 | 4.700000e+01 |    Inf 
533.70/533.74	c   534s|200000 | 12717 |329937 |   1.6 | 145M|2404 |   4 |5645 |8712 |5645 | 214 |  75k| 114k|3404 | 0.000000e+00 | 4.700000e+01 |    Inf 
561.21/561.29	c   561s|210000 | 13176 |355381 |   1.7 | 154M|2404 |   0 |5645 |  10k|5645 | 243 |  80k| 126k|3584 | 0.000000e+00 | 4.700000e+01 |    Inf 
590.10/590.14	c   590s|220000 | 13734 |382017 |   1.7 | 164M|2404 |   - |5645 |9299 |   0 |   0 |  85k| 138k|3767 | 0.000000e+00 | 4.700000e+01 |    Inf 
617.51/617.53	c   617s|230000 | 14182 |408972 |   1.8 | 171M|2404 |  10 |5645 |9300 |5645 | 249 |  90k| 150k|3889 | 0.000000e+00 | 4.700000e+01 |    Inf 
645.00/645.03	o 38
645.00/645.03	c * 645s|239640 | 13314 |437230 |   1.8 | 171M|2404 |   - |5645 |8488 |5645 | 256 |  96k| 162k|4032 | 0.000000e+00 | 3.800000e+01 |    Inf 
646.01/646.04	c   646s|240000 | 13320 |438383 |   1.8 | 171M|2404 |   - |5645 |8032 |5645 | 295 |  96k| 162k|4036 | 0.000000e+00 | 3.800000e+01 |    Inf 
672.71/672.77	c   673s|250000 | 13291 |471872 |   1.9 | 177M|2404 |   - |5645 |8940 |   0 |   0 | 103k| 175k|4187 | 0.000000e+00 | 3.800000e+01 |    Inf 
698.21/698.22	c   698s|260000 | 13568 |499994 |   1.9 | 183M|2404 |  10 |5645 |  10k|5645 | 208 | 108k| 188k|4257 | 0.000000e+00 | 3.800000e+01 |    Inf 
724.11/724.14	c   724s|270000 | 13728 |530003 |   2.0 | 188M|2404 |   - |5645 |9238 |   0 |   0 | 114k| 201k|4419 | 0.000000e+00 | 3.800000e+01 |    Inf 
749.71/749.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
749.71/749.74	c   750s|280000 | 14099 |556407 |   2.0 | 193M|2404 |   - |5645 |8870 |   0 |   0 | 118k| 214k|4547 | 0.000000e+00 | 3.800000e+01 |    Inf 
777.72/777.75	c   778s|290000 | 14253 |597283 |   2.1 | 199M|2404 |   1 |5645 |  10k|5645 | 234 | 127k| 226k|4713 | 0.000000e+00 | 3.800000e+01 |    Inf 
808.11/808.18	c   808s|300000 | 14544 |645540 |   2.2 | 205M|2404 |   6 |5645 |9994 |5645 | 228 | 136k| 239k|4882 | 0.000000e+00 | 3.800000e+01 |    Inf 
815.81/815.84	o 36
815.81/815.84	c * 816s|302872 | 14259 |656337 |   2.2 | 204M|2404 |   - |5645 |9524 |5645 | 244 | 137k| 243k|4929 | 0.000000e+00 | 3.600000e+01 |    Inf 
818.82/818.88	o 31
818.82/818.88	c * 819s|304008 | 13817 |661192 |   2.2 | 200M|2404 |   - |5645 |9207 |5645 | 222 | 138k| 244k|4938 | 0.000000e+00 | 3.100000e+01 |    Inf 
834.01/834.08	o 27
834.01/834.08	c * 834s|309999 | 13395 |685447 |   2.2 | 198M|2404 |   - |5645 |8188 |5645 | 245 | 143k| 252k|5032 | 0.000000e+00 | 2.700000e+01 |    Inf 
834.01/834.09	c   834s|310000 | 13396 |685466 |   2.2 | 198M|2404 |   7 |5645 |8188 |5645 | 250 | 143k| 252k|5032 | 0.000000e+00 | 2.700000e+01 |    Inf 
856.92/856.91	c   857s|320000 | 13136 |720490 |   2.3 | 199M|2404 |   6 |5645 |7739 |5645 | 220 | 148k| 265k|5145 | 0.000000e+00 | 2.700000e+01 |    Inf 
880.21/880.20	c   880s|330000 | 12778 |757524 |   2.3 | 202M|2404 |   - |5645 |7604 |   0 |   0 | 154k| 279k|5262 | 0.000000e+00 | 2.700000e+01 |    Inf 
903.12/903.13	c   903s|340000 | 12863 |792081 |   2.3 | 205M|2404 |   1 |5645 |9259 |5645 | 257 | 159k| 291k|5352 | 0.000000e+00 | 2.700000e+01 |    Inf 
925.01/925.04	c   925s|350000 | 13114 |819788 |   2.3 | 210M|2404 |   - |5645 |  10k|   0 |   0 | 163k| 304k|5438 | 0.000000e+00 | 2.700000e+01 |    Inf 
947.12/947.13	c   947s|360000 | 13369 |852958 |   2.4 | 215M|2404 |   - |5645 |  10k|   0 |   0 | 169k| 316k|5498 | 0.000000e+00 | 2.700000e+01 |    Inf 
969.12/969.12	c   969s|370000 | 13556 |880527 |   2.4 | 218M|2404 |   1 |5645 |  12k|5645 | 229 | 173k| 329k|5565 | 0.000000e+00 | 2.700000e+01 |    Inf 
992.23/992.24	c   992s|380000 | 13756 |910352 |   2.4 | 222M|2404 |   1 |5645 |  11k|5645 | 229 | 177k| 342k|5640 | 0.000000e+00 | 2.700000e+01 |    Inf 
1015.51/1015.54	c  1016s|390000 | 13883 |944288 |   2.4 | 225M|2404 |   - |5645 |  11k|   0 |   0 | 182k| 354k|5694 | 0.000000e+00 | 2.700000e+01 |    Inf 
1038.52/1038.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1038.52/1038.51	c  1038s|400000 | 13839 |976814 |   2.4 | 226M|2404 |   1 |5645 |  10k|5645 | 222 | 187k| 368k|5765 | 0.000000e+00 | 2.700000e+01 |    Inf 
1061.21/1061.28	c  1061s|410000 | 13916 |  1009k|   2.5 | 229M|2404 |   1 |5645 |  11k|5645 | 225 | 192k| 381k|5864 | 0.000000e+00 | 2.700000e+01 |    Inf 
1084.52/1084.52	c  1084s|420000 | 14189 |  1043k|   2.5 | 233M|2404 |   - |5645 |  12k|   0 |   0 | 197k| 393k|5947 | 0.000000e+00 | 2.700000e+01 |    Inf 
1108.22/1108.29	c  1108s|430000 | 14266 |  1077k|   2.5 | 235M|2404 |   8 |5645 |  12k|5645 | 253 | 202k| 407k|5986 | 0.000000e+00 | 2.700000e+01 |    Inf 
1131.82/1131.88	c  1132s|440000 | 14242 |  1110k|   2.5 | 236M|2404 |  14 |5645 |  10k|5645 | 214 | 207k| 420k|6060 | 0.000000e+00 | 2.700000e+01 |    Inf 
1153.62/1153.60	o 19
1153.62/1153.60	c *1154s|449509 | 13068 |  1141k|   2.5 | 213M|2404 |   - |5645 |  10k|5645 | 245 | 211k| 433k|6238 | 0.000000e+00 | 1.900000e+01 |    Inf 
1154.62/1154.64	c  1155s|450000 | 13068 |  1143k|   2.5 | 213M|2404 |   - |5645 |9404 |   0 |   0 | 211k| 433k|6249 | 0.000000e+00 | 1.900000e+01 |    Inf 
1176.32/1176.32	c  1176s|460000 | 13010 |  1182k|   2.6 | 215M|2404 |   - |5645 |  10k|   0 |   0 | 216k| 446k|6274 | 0.000000e+00 | 1.900000e+01 |    Inf 
1198.12/1198.11	c  1198s|470000 | 12922 |  1223k|   2.6 | 216M|2404 |   - |5645 |  11k|   0 |   0 | 221k| 459k|6355 | 0.000000e+00 | 1.900000e+01 |    Inf 
1219.62/1219.66	c  1220s|480000 | 12936 |  1261k|   2.6 | 217M|2404 |  15 |5645 |9120 |5645 | 253 | 227k| 473k|6435 | 0.000000e+00 | 1.900000e+01 |    Inf 
1241.02/1241.04	c  1241s|490000 | 12526 |  1300k|   2.7 | 216M|2404 |   - |5645 |8101 |5645 | 237 | 233k| 487k|6569 | 0.000000e+00 | 1.900000e+01 |    Inf 
1263.23/1263.21	c  1263s|500000 | 12079 |  1341k|   2.7 | 215M|2404 |   - |5645 |  10k|   0 |   0 | 239k| 500k|6648 | 0.000000e+00 | 1.900000e+01 |    Inf 
1285.22/1285.28	c  1285s|510000 | 11747 |  1379k|   2.7 | 214M|2404 |   - |5645 |8129 |   0 |   0 | 244k| 514k|6706 | 0.000000e+00 | 1.900000e+01 |    Inf 
1307.02/1307.02	c  1307s|520000 | 11108 |  1419k|   2.7 | 211M|2404 |   - |5645 |8849 |   0 |   0 | 250k| 528k|6877 | 0.000000e+00 | 1.900000e+01 |    Inf 
1329.22/1329.24	c  1329s|530000 | 11226 |  1460k|   2.8 | 215M|2404 |   1 |5645 |  11k|5645 | 248 | 256k| 541k|6912 | 0.000000e+00 | 1.900000e+01 |    Inf 
1352.23/1352.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.23/1352.29	c  1352s|540000 | 11186 |  1501k|   2.8 | 217M|2404 |   - |5645 |  11k|   0 |   0 | 262k| 554k|7077 | 0.000000e+00 | 1.900000e+01 |    Inf 
1375.72/1375.79	c  1376s|550000 | 10988 |  1545k|   2.8 | 218M|2404 |   - |5645 |  11k|   0 |   0 | 269k| 566k|7298 | 0.000000e+00 | 1.900000e+01 |    Inf 
1399.62/1399.65	c  1400s|560000 | 11141 |  1594k|   2.8 | 221M|2404 |  21 |5645 |  13k|5645 | 234 | 278k| 579k|7335 | 0.000000e+00 | 1.900000e+01 |    Inf 
1409.63/1409.63	o 16
1409.63/1409.63	c *1410s|564468 | 10667 |  1612k|   2.9 | 212M|2404 |   - |5645 |  12k|5645 | 231 | 281k| 585k|7378 | 0.000000e+00 | 1.600000e+01 |    Inf 
1421.83/1421.87	c  1422s|570000 | 10733 |  1637k|   2.9 | 213M|2404 |   1 |5645 |  10k|5645 | 194 | 285k| 592k|7425 | 0.000000e+00 | 1.600000e+01 |    Inf 
1422.83/1422.83	o 13
1422.83/1422.83	c *1423s|570438 | 10175 |  1638k|   2.9 | 201M|2404 |   - |5645 |  10k|5645 | 203 | 285k| 593k|7429 | 0.000000e+00 | 1.300000e+01 |    Inf 
1443.24/1443.23	c  1443s|580000 | 10184 |  1679k|   2.9 | 202M|2404 |   - |5645 |9836 |   0 |   0 | 290k| 605k|7500 | 0.000000e+00 | 1.300000e+01 |    Inf 
1443.83/1443.83	o 7
1443.83/1443.83	c *1444s|580228 |  8045 |  1680k|   2.9 | 153M|2404 |   - |5645 |9690 |5645 | 273 | 291k| 606k|7503 | 0.000000e+00 | 7.000000e+00 |    Inf 
1463.23/1463.25	c  1463s|590000 |  7981 |  1727k|   2.9 | 153M|2404 |   1 |5645 |8377 |5645 | 203 | 296k| 620k|7553 | 0.000000e+00 | 7.000000e+00 |    Inf 
1483.63/1483.60	c  1484s|600000 |  7789 |  1783k|   3.0 | 151M|2404 |   - |5645 |  10k|   0 |   0 | 306k| 633k|7735 | 0.000000e+00 | 7.000000e+00 |    Inf 
1494.33/1494.39	o 6
1494.33/1494.39	c *1494s|605185 |  7499 |  1812k|   3.0 | 147M|2404 |   - |5645 |  12k|5645 | 267 | 310k| 640k|7781 | 0.000000e+00 | 6.000000e+00 |    Inf 
1504.43/1504.47	c  1504s|610000 |  7507 |  1840k|   3.0 | 147M|2404 |   2 |5645 |  11k|5645 | 247 | 314k| 646k|7805 | 0.000000e+00 | 6.000000e+00 |    Inf 
1527.43/1527.41	c  1527s|620000 |  7696 |  1904k|   3.1 | 150M|2404 |   1 |5645 |  15k|5645 | 241 | 326k| 660k|7888 | 0.000000e+00 | 6.000000e+00 |    Inf 
1551.53/1551.55	c  1552s|630000 |  7686 |  1970k|   3.1 | 151M|2404 |   4 |5645 |  15k|5645 | 211 | 336k| 673k|7988 | 0.000000e+00 | 6.000000e+00 |    Inf 
1575.43/1575.41	c  1575s|640000 |  7832 |  2035k|   3.2 | 153M|2404 |   - |5645 |  17k|   0 |   0 | 346k| 687k|8083 | 0.000000e+00 | 6.000000e+00 |    Inf 
1599.03/1599.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.03/1599.00	c  1599s|650000 |  7816 |  2100k|   3.2 | 153M|2404 |  13 |5645 |  17k|5645 | 287 | 355k| 701k|8157 | 0.000000e+00 | 6.000000e+00 |    Inf 
1622.83/1622.81	c  1623s|660000 |  7738 |  2161k|   3.3 | 152M|2404 |  10 |5645 |  15k|5645 | 268 | 364k| 715k|8245 | 0.000000e+00 | 6.000000e+00 |    Inf 
1646.34/1646.37	c  1646s|670000 |  7834 |  2223k|   3.3 | 154M|2404 |   1 |5645 |  15k|5645 | 257 | 374k| 729k|8327 | 0.000000e+00 | 6.000000e+00 |    Inf 
1670.14/1670.10	c  1670s|680000 |  7806 |  2290k|   3.4 | 154M|2404 |  18 |5645 |  14k|5645 | 259 | 384k| 744k|8413 | 0.000000e+00 | 6.000000e+00 |    Inf 
1693.34/1693.35	c  1693s|690000 |  7770 |  2355k|   3.4 | 154M|2404 |   1 |5645 |  14k|5645 | 274 | 392k| 758k|8505 | 0.000000e+00 | 6.000000e+00 |    Inf 
1716.93/1716.96	c  1717s|700000 |  8065 |  2422k|   3.5 | 157M|2404 |  18 |5645 |  16k|5645 | 264 | 402k| 772k|8563 | 0.000000e+00 | 6.000000e+00 |    Inf 
1727.43/1727.46	o 5
1727.43/1727.46	c *1727s|704202 |  6860 |  2449k|   3.5 | 132M|2404 |   - |5645 |  14k|5645 | 302 | 407k| 778k|8614 | 0.000000e+00 | 5.000000e+00 |    Inf 
1729.54/1729.51	o 4
1729.54/1729.51	c *1729s|705084 |  6785 |  2455k|   3.5 | 131M|2404 |   - |5645 |  13k|5645 | 315 | 407k| 779k|8614 | 0.000000e+00 | 4.000000e+00 |    Inf 
1739.84/1739.85	c  1740s|710000 |  6729 |  2486k|   3.5 | 129M|2404 |   1 |5645 |  10k|5645 | 265 | 412k| 786k|8659 | 0.000000e+00 | 4.000000e+00 |    Inf 
1760.43/1760.41	c  1760s|720000 |  6701 |  2544k|   3.5 | 130M|2404 |   - |5645 |  11k|   0 |   0 | 421k| 800k|8723 | 0.000000e+00 | 4.000000e+00 |    Inf 
1782.23/1782.29	c  1782s|730000 |  6600 |  2615k|   3.6 | 130M|2404 |   1 |5645 |  13k|5645 | 278 | 431k| 814k|8813 | 0.000000e+00 | 4.000000e+00 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.98
1790.04/1790.01	c Solving Nodes      : 733958
1790.04/1790.01	c Primal Bound       : +4.00000000000000e+00 (339 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.09	s SATISFIABLE
1790.04/1790.09	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1790.04/1790.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1790.04/1790.09	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1790.04/1790.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.04/1790.09	v -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.04/1790.09	v -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.04/1790.09	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 
1790.04/1790.09	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
1790.04/1790.09	v x2 -x1 
1790.04/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.09	c Solving Time       :    1789.98
1790.04/1790.09	c Original Problem   :
1790.04/1790.09	c   Problem name     : HOME/instance-2705043-1278578331.wbo
1790.04/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.09	c Presolved Problem  :
1790.04/1790.09	c   Problem name     : t_HOME/instance-2705043-1278578331.wbo
1790.04/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.09	c   Constraints      : 5414 initial, 18014 maximal
1790.04/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.09	c   root node        :          -       5256          -          -       5256          -          -          -          -
1790.04/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.09	c   integral         :          0          0          0     517385          0         12        623          0          0     658876
1790.04/1790.09	c   linear           :       2707          6    4247595     170014          1     199454   18116902     433703          0          0
1790.04/1790.09	c   indicator        :       2707          0    4058138     187248          1       8166   14885878          0          0          0
1790.04/1790.09	c   logicor          :          0+         0    1179275          0          0      55965    1441590          0          0          0
1790.04/1790.09	c   bounddisjunction :          0+         0     414190          0          0        119       7107          0          0          0
1790.04/1790.09	c   countsols        :          0          0          0     120673          1          0          0          0          0          0
1790.04/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.09	c   integral         :      14.63       0.00       0.00      14.63       0.00
1790.04/1790.09	c   linear           :     192.57       0.00     179.11      13.46       0.00
1790.04/1790.09	c   indicator        :     157.62       0.02     120.08      37.52       0.00
1790.04/1790.09	c   logicor          :     116.02       0.00     116.02       0.00       0.00
1790.04/1790.09	c   bounddisjunction :       6.72       0.00       6.72       0.00       0.00
1790.04/1790.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.04/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.09	c   vbounds          :       1.30     148496         22      16593
1790.04/1790.09	c   rootredcost      :       0.69         50          0       2628
1790.04/1790.09	c   pseudoobj        :     211.05    4319397      53487   14441531
1790.04/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.09	c   propagation      :      22.10     309025     308995    2034275       27.4       9030       24.6          -
1790.04/1790.09	c   infeasible LP    :       6.12      14343      14343     114959       40.0        205       22.3          0
1790.04/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.09	c   applied globally :          -          -          -     819899       22.6          -          -          -
1790.04/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.09	c   redcost          :      62.12     526598          0     871762          0          0
1790.04/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.09	c Pricers            :       Time      Calls       Vars
1790.04/1790.09	c   problem variables:       0.00          0          0
1790.04/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.09	c   relpscost        :      14.15     329976         12        623          0          0     658876
1790.04/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.09	c   inference        :      78.68     120624          0          0          0          0     241615
1790.04/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.09	c   LP solutions     :       0.24          -         50
1790.04/1790.09	c   pseudo solutions :       0.00          -          0
1790.04/1790.09	c   feaspump         :       0.01          0          0
1790.04/1790.09	c   intshifting      :       0.01          0          0
1790.04/1790.09	c   oneopt           :       0.43         44          0
1790.04/1790.09	c   guideddiving     :       0.22         79          0
1790.04/1790.09	c   linesearchdiving :       0.29        151          0
1790.04/1790.09	c   coefdiving       :       0.31        151          0
1790.04/1790.09	c   pscostdiving     :       0.29        151          0
1790.04/1790.09	c   fracdiving       :       0.29        151          0
1790.04/1790.09	c   veclendiving     :       0.28        152          0
1790.04/1790.09	c   rootsoldiving    :       0.31        148          0
1790.04/1790.09	c   objpscostdiving  :       0.30        148          0
1790.04/1790.09	c   trivial          :       0.07          2          2
1790.04/1790.09	c   simplerounding   :       0.74     331813          0
1790.04/1790.09	c   zirounding       :       0.69       1000          0
1790.04/1790.09	c   rounding         :       1.83       8144          0
1790.04/1790.09	c   shifting         :       0.99       2527          0
1790.04/1790.09	c   twoopt           :       0.00          0          0
1790.04/1790.09	c   fixandinfer      :       0.00          0          0
1790.04/1790.09	c   intdiving        :       0.00          0          0
1790.04/1790.09	c   actconsdiving    :       0.00          0          0
1790.04/1790.09	c   octane           :       0.00          0          0
1790.04/1790.09	c   rens             :       0.03          1          0
1790.04/1790.09	c   rins             :       0.00          0          0
1790.04/1790.09	c   localbranching   :       0.00          0          0
1790.04/1790.09	c   mutation         :       0.00          0          0
1790.04/1790.09	c   crossover        :       3.20         88          3
1790.04/1790.09	c   dins             :       0.00          0          0
1790.04/1790.09	c   undercover       :       0.00          0          0
1790.04/1790.09	c   nlp              :       0.16          0          0
1790.04/1790.09	c   trysol           :       0.64        816        284
1790.04/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.09	c   dual LP          :     485.41     421654    2635251       6.25    5428.90
1790.04/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.09	c   diving/probing LP:       0.12         59        651      11.03    5378.83
1790.04/1790.09	c   strong branching :      11.25       8841      86635       9.80    7697.98
1790.04/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.09	c B&B Tree           :
1790.04/1790.09	c   number of runs   :          1
1790.04/1790.09	c   nodes            :     733958
1790.04/1790.09	c   nodes (total)    :     733958
1790.04/1790.09	c   nodes left       :       6533
1790.04/1790.09	c   max depth        :       2404
1790.04/1790.09	c   max depth (total):       2404
1790.04/1790.09	c   backtracks       :      62712 (8.5%)
1790.04/1790.09	c   delayed cutoffs  :      56220
1790.04/1790.09	c   repropagations   :    1799393 (9842805 domain reductions, 47668 cutoffs)
1790.04/1790.09	c   avg switch length:       6.77
1790.04/1790.09	c   switching time   :     201.69
1790.04/1790.09	c Solution           :
1790.04/1790.09	c   Solutions found  :        339 (51 improvements)
1790.04/1790.09	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 705084 nodes, 1729.47 seconds, depth 58, found by <relaxation>)
1790.04/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.09	c   Gap              :   infinite
1790.04/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.09	c   Root Iterations  :        184
1790.24/1790.24	c Time complete: 1790.28.

Verifier Data

OK	4

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23569
/proc/meminfo: memFree=28840228/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=12880 CPUtime=0
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 2058 0 0 0 0 0 0 0 21 0 1 0 26046615 13189120 1976 4089446400 4194304 10345943 140735725747040 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23569/statm: 3220 1976 429 1502 0 1713 0

[startup+0.10378 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23569
/proc/meminfo: memFree=28840228/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=38016 CPUtime=0.09
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26046615 38928384 8013 4089446400 4194304 10345943 140735725747040 18446744073709551615 9138262 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.200737 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23569
/proc/meminfo: memFree=28840228/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=61988 CPUtime=0.19
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 14498 0 0 0 18 1 0 0 21 0 1 0 26046615 63475712 14062 4089446400 4194304 10345943 140735725747040 18446744073709551615 9256056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 15497 14063 628 1502 0 13990 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 61988

[startup+0.300716 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23569
/proc/meminfo: memFree=28840228/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=70100 CPUtime=0.29
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 16227 0 0 0 28 1 0 0 21 0 1 0 26046615 71782400 15791 4089446400 4194304 10345943 140735725747040 18446744073709551615 4687909 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700692 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 23569
/proc/meminfo: memFree=28840228/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=65260 CPUtime=0.69
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 16893 0 0 0 67 2 0 0 22 0 1 0 26046615 66826240 15052 4089446400 4194304 10345943 140735725747040 18446744073709551615 6847565 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23570
/proc/meminfo: memFree=28782188/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=65260 CPUtime=1.49
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 16896 0 0 0 147 2 0 0 25 0 1 0 26046615 66826240 15055 4089446400 4194304 10345943 140735725747040 18446744073709551615 6119739 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 16315 15055 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23570
/proc/meminfo: memFree=28779972/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=65260 CPUtime=3.09
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 16898 0 0 0 307 2 0 0 25 0 1 0 26046615 66826240 15057 4089446400 4194304 10345943 140735725747040 18446744073709551615 4688020 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23569/statm: 16315 15057 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 23587
/proc/meminfo: memFree=29618128/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=71544 CPUtime=6.29
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 18848 0 0 0 626 3 0 0 25 0 1 0 26046615 73261056 16403 4089446400 4194304 10345943 140735725747040 18446744073709551615 6715804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23569/statm: 17886 16403 754 1502 0 16379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71544

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29542212/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=76360 CPUtime=12.69
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 20765 0 0 0 1265 4 0 0 25 0 1 0 26046615 78192640 17716 4089446400 4194304 10345943 140735725747040 18446744073709551615 6119473 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23569/statm: 19090 17716 761 1502 0 17583 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76360

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29528956/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=84716 CPUtime=25.49
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 23576 0 0 0 2542 7 0 0 25 0 1 0 26046615 86749184 19919 4089446400 4194304 10345943 140735725747040 18446744073709551615 6119774 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23569/statm: 21179 19919 762 1502 0 19672 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84716

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23598
/proc/meminfo: memFree=29454944/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=107436 CPUtime=51.09
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 34151 0 0 0 5096 13 0 0 25 0 1 0 26046615 110014464 25426 4089446400 4194304 10345943 140735725747040 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 26859 25426 762 1502 0 25352 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107436

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23600
/proc/meminfo: memFree=29318532/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=172292 CPUtime=102.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 50889 0 0 0 10207 23 0 0 25 0 1 0 26046615 176427008 41563 4089446400 4194304 10345943 140735725747040 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 43073 41563 762 1502 0 41566 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172292

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23602
/proc/meminfo: memFree=29246308/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=206476 CPUtime=162.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 78049 0 0 0 16194 36 0 0 25 0 1 0 26046615 211431424 50063 4089446400 4194304 10345943 140735725747040 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 51619 50063 762 1502 0 50112 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 206476

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23603
/proc/meminfo: memFree=29195160/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=250876 CPUtime=222.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 121374 0 0 0 22181 49 0 0 25 0 1 0 26046615 256897024 61257 4089446400 4194304 10345943 140735725747040 18446744073709551615 4687791 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 62719 61257 762 1502 0 61212 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 250876

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23604
/proc/meminfo: memFree=29127280/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=319072 CPUtime=282.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 178562 0 0 0 28164 66 0 0 25 0 1 0 26046615 326729728 77686 4089446400 4194304 10345943 140735725747040 18446744073709551615 6865013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 79768 77686 774 1502 0 78261 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 319072

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23606
/proc/meminfo: memFree=29087540/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=355616 CPUtime=342.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 193662 0 0 0 34154 76 0 0 25 0 1 0 26046615 364150784 86822 4089446400 4194304 10345943 140735725747040 18446744073709551615 4701012 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 88904 86822 775 1502 0 87397 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 355616

[startup+402.301 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 23608
/proc/meminfo: memFree=29056120/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=389192 CPUtime=402.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 205731 0 0 0 40144 86 0 0 25 0 1 0 26046615 398532608 94714 4089446400 4194304 10345943 140735725747040 18446744073709551615 6777602 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 97298 94714 775 1502 0 95791 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 389192

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 23610
/proc/meminfo: memFree=29029168/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=415840 CPUtime=462.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 213955 0 0 0 46134 96 0 0 25 0 1 0 26046615 425820160 101006 4089446400 4194304 10345943 140735725747040 18446744073709551615 6105494 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 103960 101006 775 1502 0 102453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 415840

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23611
/proc/meminfo: memFree=29002088/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=445904 CPUtime=522.31
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 233746 0 0 0 52126 105 0 0 25 0 1 0 26046615 456605696 107787 4089446400 4194304 10345943 140735725747040 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 111476 107787 775 1502 0 109969 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 445904

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23612
/proc/meminfo: memFree=28975996/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=472424 CPUtime=582.3
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 247831 0 0 0 58115 115 0 0 25 0 1 0 26046615 483762176 114121 4089446400 4194304 10345943 140735725747040 18446744073709551615 6871854 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 118106 114121 775 1502 0 116599 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 472424

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23614
/proc/meminfo: memFree=28954252/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=497060 CPUtime=642.31
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 255175 0 0 0 64107 124 0 0 25 0 1 0 26046615 508989440 119498 4089446400 4194304 10345943 140735725747040 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 124265 119498 775 1502 0 122758 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 497060

[startup+702.3 s]

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

/proc/meminfo: memFree=28869916/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=576836 CPUtime=1002.31
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 333267 0 0 0 100025 206 0 0 25 0 1 0 26046615 590680064 138383 4089446400 4194304 10345943 140735725747040 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 144209 138383 786 1502 0 142702 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 576836

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 23626
/proc/meminfo: memFree=28860956/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=587600 CPUtime=1062.32
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 335381 0 0 0 106013 219 0 0 25 0 1 0 26046615 601702400 140496 4089446400 4194304 10345943 140735725747040 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 146900 140496 786 1502 0 145393 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 587600

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23627
/proc/meminfo: memFree=28852212/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=596264 CPUtime=1122.32
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 341389 0 0 0 112000 232 0 0 25 0 1 0 26046615 610574336 142471 4089446400 4194304 10345943 140735725747040 18446744073709551615 5926611 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 149066 142471 786 1502 0 147559 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 596264

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23628
/proc/meminfo: memFree=28847960/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=599756 CPUtime=1182.32
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 362530 0 0 0 117985 247 0 0 25 0 1 0 26046615 614150144 143303 4089446400 4194304 10345943 140735725747040 18446744073709551615 4995806 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 149939 143303 795 1502 0 148432 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 599756

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23630
/proc/meminfo: memFree=28841088/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=608424 CPUtime=1242.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 368059 0 0 0 123973 260 0 0 25 0 1 0 26046615 623026176 144946 4089446400 4194304 10345943 140735725747040 18446744073709551615 6870715 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 152106 144946 795 1502 0 150599 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 608424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23632
/proc/meminfo: memFree=28835216/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=614980 CPUtime=1302.32
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 373512 0 0 0 129958 274 0 0 25 0 1 0 26046615 629739520 146319 4089446400 4194304 10345943 140735725747040 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 153745 146319 795 1502 0 152238 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 614980

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23643
/proc/meminfo: memFree=28827552/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=624216 CPUtime=1362.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 375092 0 0 0 135945 288 0 0 25 0 1 0 26046615 639197184 147899 4089446400 4194304 10345943 140735725747040 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 156054 147899 795 1502 0 154547 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 624216

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23644
/proc/meminfo: memFree=28823164/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=627972 CPUtime=1422.34
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 396373 0 0 0 141928 306 0 0 25 0 1 0 26046615 643043328 148963 4089446400 4194304 10345943 140735725747040 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 156993 148963 795 1502 0 155486 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 627972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23645
/proc/meminfo: memFree=28822744/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=627680 CPUtime=1482.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 437480 0 0 0 147906 327 0 0 25 0 1 0 26046615 642744320 148955 4089446400 4194304 10345943 140735725747040 18446744073709551615 4693236 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 156920 148955 795 1502 0 155413 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 627680

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 23647
/proc/meminfo: memFree=28822556/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=627680 CPUtime=1542.34
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 456173 0 0 0 153886 348 0 0 25 0 1 0 26046615 642744320 148977 4089446400 4194304 10345943 140735725747040 18446744073709551615 9105031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 156920 148977 796 1502 0 155413 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 627680

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23649
/proc/meminfo: memFree=28818680/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=628768 CPUtime=1602.34
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 460045 0 0 0 159869 365 0 0 25 0 1 0 26046615 643858432 149013 4089446400 4194304 10345943 140735725747040 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157192 149013 796 1502 0 155685 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 628768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23651
/proc/meminfo: memFree=28814040/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=628548 CPUtime=1662.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 463967 0 0 0 165851 382 0 0 25 0 1 0 26046615 643633152 149083 4089446400 4194304 10345943 140735725747040 18446744073709551615 6119391 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157137 149083 796 1502 0 155630 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 628548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23652
/proc/meminfo: memFree=28812276/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629108 CPUtime=1722.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 464061 0 0 0 171831 402 0 0 25 0 1 0 26046615 644206592 149177 4089446400 4194304 10345943 140735725747040 18446744073709551615 6777620 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157277 149177 796 1502 0 155770 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 629108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23653
/proc/meminfo: memFree=28810368/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629560 CPUtime=1782.33
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491886 0 0 0 177809 424 0 0 25 0 1 0 26046615 644669440 149312 4089446400 4194304 10345943 140735725747040 18446744073709551615 4212608 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157390 149312 796 1502 0 155883 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 629560

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23653
/proc/meminfo: memFree=28809996/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629560 CPUtime=1785.64
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491889 0 0 0 178138 426 0 0 25 0 1 0 26046615 644669440 149315 4089446400 4194304 10345943 140735725747040 18446744073709551615 6847618 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157390 149315 796 1502 0 155883 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 629560

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23654
/proc/meminfo: memFree=28809992/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629560 CPUtime=1788.83
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491911 0 0 0 178457 426 0 0 25 0 1 0 26046615 644669440 149337 4089446400 4194304 10345943 140735725747040 18446744073709551615 6785231 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157390 149337 796 1502 0 155883 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 629560

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23654
/proc/meminfo: memFree=28809992/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629560 CPUtime=1789.64
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491911 0 0 0 178537 427 0 0 25 0 1 0 26046615 644669440 149337 4089446400 4194304 10345943 140735725747040 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157390 149337 796 1502 0 155883 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 629560

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23654
/proc/meminfo: memFree=28809992/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629560 CPUtime=1790.04
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491911 0 0 0 178577 427 0 0 25 0 1 0 26046615 644669440 149337 4089446400 4194304 10345943 140735725747040 18446744073709551615 4962591 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23569/statm: 157390 149337 796 1502 0 155883 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 629560

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23654
/proc/meminfo: memFree=28809992/32950928 swapFree=67111528/67111528
[pid=23569] ppid=23567 vsize=629608 CPUtime=1790.24
/proc/23569/stat : 23569 (pbscip.linux.x8) R 23567 23569 23086 0 -1 4202496 491924 0 0 0 178597 427 0 0 18 0 1 0 26046615 644718592 149350 4089446400 4194304 10345943 140735725747040 18446744073709551615 4981994 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23569/statm: 157402 149350 797 1502 0 155895 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 629608

Child status: 0
Real time (s): 1790.25
CPU time (s): 1790.29
CPU user time (s): 1786
CPU system time (s): 4.29535
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 643328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786
system time used= 4.29535
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491927
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1918

runsolver used 3.3035 second user time and 5.72813 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-08 10:38:51
IDJOB=2705043
IDBENCH=79273
IDSOLVER=1214
FILE ID=node122/2705043-1278578331
PBS_JOBID= 11240209
Free space on /tmp= 73396 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567135--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-2705043-1278578331/watcher-2705043-1278578331 -o /tmp/evaluation-result-2705043-1278578331/solver-2705043-1278578331 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705043-1278578331.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 51cd1cd61e067c06067b10b7beeffad7
RANDOM SEED=1887248558

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28840756 kB
Buffers:        163596 kB
Cached:        2886884 kB
SwapCached:          0 kB
Active:        1957620 kB
Inactive:      1983784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28840756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12856 kB
Writeback:           0 kB
AnonPages:      890872 kB
Mapped:          17840 kB
Slab:           103212 kB
PageTables:       5976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1066204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73384 MiB
End job on node122 at 2010-07-08 11:08:41