Trace number 2705115

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.37 1790.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900669797--soft-0-100-0.wbo
MD5SUMebbce1c4489027f4644c8b5f9031d297
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 benchmark146.332
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 695
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-2705115-1278578350.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.97
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.1s|     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.35	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.29/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 
16.99/17.03	c  17.0s| 10000 | 10003 |  2730 |   0.3 |  43M|1683 |   0 |5645 |5414 |5645 | 200 | 805 |   0 | 495 | 0.000000e+00 | 1.358640e+05 |    Inf 
34.39/34.43	c  34.4s| 20000 | 20004 |  4048 |   0.2 |  63M|1683 |   0 |5645 |5414 |5645 | 207 |1162 |   0 | 578 | 0.000000e+00 | 1.358640e+05 |    Inf 
36.29/36.38	o 482
36.29/36.38	c *36.4s| 21715 | 20116 |  4092 |   0.2 |  63M|2594 |   - |5645 |5414 |5645 | 210 |1165 |   0 | 587 | 0.000000e+00 | 4.820000e+02 |    Inf 
52.69/52.77	c  52.7s| 30000 | 28286 |  6643 |   0.2 |  82M|2594 |   0 |5645 |5613 |5645 | 199 |1734 | 199 | 731 | 0.000000e+00 | 4.820000e+02 |    Inf 
57.99/58.03	o 446
57.99/58.03	c *58.0s| 32743 | 30422 |  7157 |   0.2 |  88M|2594 |   - |5645 |5775 |5645 | 209 |1898 | 361 | 737 | 0.000000e+00 | 4.460000e+02 |    Inf 
60.09/60.17	o 395
60.09/60.17	c *60.1s| 33522 | 30243 |  8054 |   0.2 |  88M|2594 |   - |5645 |6233 |5645 | 183 |2205 | 819 | 748 | 0.000000e+00 | 3.950000e+02 |    Inf 
62.09/62.18	o 376
62.09/62.18	c *62.2s| 34374 | 30522 |  8609 |   0.2 |  90M|2594 |   - |5645 |6327 |5645 | 196 |2316 | 913 | 759 | 0.000000e+00 | 3.760000e+02 |    Inf 
62.39/62.41	o 371
62.39/62.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.39/62.41	c *62.4s| 34464 | 30435 |  8677 |   0.2 |  90M|2594 |   - |5645 |6334 |5645 | 192 |2316 | 920 | 759 | 0.000000e+00 | 3.710000e+02 |    Inf 
64.59/64.63	o 367
64.59/64.63	c *64.6s| 35197 | 30890 |  9712 |   0.3 |  93M|2594 |   - |5645 |6630 |5645 | 188 |2578 |1216 | 792 | 0.000000e+00 | 3.670000e+02 |    Inf 
65.29/65.32	o 340
65.29/65.32	c *65.3s| 35621 | 29965 |  9778 |   0.3 |  91M|2594 |   - |5645 |6635 |5645 | 185 |2586 |1221 | 792 | 0.000000e+00 | 3.400000e+02 |    Inf 
66.10/66.17	o 333
66.10/66.17	c *66.1s| 35982 | 29930 |  9989 |   0.3 |  92M|2594 |   - |5645 |6693 |5645 | 190 |2638 |1279 | 792 | 0.000000e+00 | 3.330000e+02 |    Inf 
77.49/77.56	c  77.5s| 40000 | 33276 | 15095 |   0.4 | 106M|2594 |   0 |5645 |8552 |5645 | 206 |4243 |3140 | 902 | 0.000000e+00 | 3.330000e+02 |    Inf 
79.99/80.07	o 326
79.99/80.07	c *80.0s| 40978 | 33656 | 15846 |   0.4 | 108M|2594 |   - |5645 |8929 |5645 | 201 |4486 |3520 | 917 | 0.000000e+00 | 3.260000e+02 |    Inf 
81.10/81.10	o 322
81.10/81.10	c *81.1s| 41331 | 33697 | 16263 |   0.4 | 109M|2594 |   - |5645 |9095 |5645 | 187 |4636 |3686 | 923 | 0.000000e+00 | 3.220000e+02 |    Inf 
104.69/104.76	o 315
104.69/104.76	c * 105s| 49500 | 39774 | 26458 |   0.5 | 137M|2594 |   - |5645 |  11k|5645 | 202 |7697 |7374 |1057 | 0.000000e+00 | 3.150000e+02 |    Inf 
104.79/104.85	o 309
104.79/104.85	c * 105s| 49554 | 39360 | 26458 |   0.5 | 135M|2594 |   - |5645 |  11k|5645 | 202 |7697 |7374 |1057 | 0.000000e+00 | 3.090000e+02 |    Inf 
104.79/104.86	o 272
104.79/104.86	c * 105s| 49555 | 36733 | 26458 |   0.5 | 126M|2594 |   - |5645 |  11k|5645 | 202 |7697 |7374 |1057 | 0.000000e+00 | 2.720000e+02 |    Inf 
106.19/106.29	c   106s| 50000 | 37098 | 27275 |   0.5 | 128M|2594 |   - |5645 |  11k|   0 |   0 |7970 |7553 |1058 | 0.000000e+00 | 2.720000e+02 |    Inf 
113.60/113.67	o 268
113.60/113.67	c * 114s| 52432 | 38842 | 30992 |   0.6 | 135M|2594 |   - |5645 |  11k|5645 | 203 |9232 |8571 |1077 | 0.000000e+00 | 2.680000e+02 |    Inf 
125.50/125.58	o 261
125.50/125.58	c * 126s| 56114 | 41029 | 38212 |   0.7 | 146M|2594 |   - |5645 |  11k|5645 | 213 |  11k|  10k|1168 | 0.000000e+00 | 2.610000e+02 |    Inf 
125.70/125.77	o 238
125.70/125.77	c * 126s| 56205 | 38692 | 38228 |   0.7 | 134M|2594 |   - |5645 |  11k|5645 | 206 |  11k|  10k|1168 | 0.000000e+00 | 2.380000e+02 |    Inf 
132.50/132.54	o 237
132.50/132.54	c * 133s| 58112 | 40052 | 43856 |   0.8 | 140M|2594 |   - |5645 |9985 |5645 | 213 |  12k|  11k|1280 | 0.000000e+00 | 2.370000e+02 |    Inf 
138.70/138.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.70/138.75	c   139s| 60000 | 41513 | 49401 |   0.8 | 147M|2594 |   0 |5645 |9746 |5645 | 198 |  14k|  12k|1326 | 0.000000e+00 | 2.370000e+02 |    Inf 
157.09/157.15	o 236
157.09/157.15	c * 157s| 66452 | 46604 | 58240 |   0.9 | 169M|2594 |   - |5645 |  10k|5645 | 217 |  16k|  14k|1403 | 0.000000e+00 | 2.360000e+02 |    Inf 
157.09/157.15	o 235
157.09/157.15	c * 157s| 66453 | 46484 | 58240 |   0.9 | 169M|2594 |   - |5645 |  10k|5645 | 217 |  16k|  14k|1403 | 0.000000e+00 | 2.350000e+02 |    Inf 
162.90/162.94	o 215
162.90/162.94	c * 163s| 68176 | 45160 | 62505 |   0.9 | 165M|2594 |   - |5645 |9785 |5645 | 204 |  17k|  15k|1431 | 0.000000e+00 | 2.150000e+02 |    Inf 
168.70/168.77	c   169s| 70000 | 46583 | 66912 |   1.0 | 171M|2594 |   1 |5645 |9083 |5645 | 171 |  19k|  16k|1465 | 0.000000e+00 | 2.150000e+02 |    Inf 
188.40/188.41	o 212
188.40/188.41	c * 188s| 76619 | 51286 | 76934 |   1.0 | 192M|2594 |   - |5645 |9294 |5645 | 241 |  21k|  18k|1551 | 0.000000e+00 | 2.120000e+02 |    Inf 
188.40/188.42	o 208
188.40/188.42	c * 188s| 76620 | 50536 | 76934 |   1.0 | 189M|2594 |   - |5645 |9294 |5645 | 241 |  21k|  18k|1551 | 0.000000e+00 | 2.080000e+02 |    Inf 
196.50/196.56	o 201
196.50/196.56	c * 197s| 79252 | 51211 | 81894 |   1.0 | 191M|2594 |   - |5645 |8955 |5645 | 243 |  23k|  19k|1587 | 0.000000e+00 | 2.010000e+02 |    Inf 
198.40/198.40	c   198s| 80000 | 51849 | 82573 |   1.0 | 193M|2594 |   0 |5645 |8886 |5645 | 216 |  23k|  20k|1588 | 0.000000e+00 | 2.010000e+02 |    Inf 
228.90/228.93	c   229s| 90000 | 59510 | 99078 |   1.1 | 227M|2594 |   0 |5645 |7654 |5645 | 201 |  27k|  24k|1796 | 0.000000e+00 | 2.010000e+02 |    Inf 
249.50/249.54	o 197
249.50/249.54	c * 250s| 96528 | 63628 |112126 |   1.2 | 248M|2594 |   - |5645 |7552 |5645 | 204 |  31k|  26k|1936 | 0.000000e+00 | 1.970000e+02 |    Inf 
261.40/261.42	c   261s|100000 | 66135 |120653 |   1.2 | 261M|2594 |   0 |5645 |8157 |5645 | 216 |  34k|  28k|1995 | 0.000000e+00 | 1.970000e+02 |    Inf 
291.80/291.87	c   292s|110000 | 73691 |137930 |   1.3 | 297M|2594 |   0 |5645 |7469 |5645 | 231 |  39k|  32k|2183 | 0.000000e+00 | 1.970000e+02 |    Inf 
317.80/317.87	o 191
317.80/317.87	c * 318s|118064 | 78172 |153000 |   1.3 | 323M|2594 |   - |5645 |8028 |5645 | 203 |  44k|  36k|2327 | 0.000000e+00 | 1.910000e+02 |    Inf 
324.00/324.06	c   324s|120000 | 79587 |156422 |   1.3 | 329M|2594 |   - |5645 |8139 |   0 |   0 |  45k|  37k|2350 | 0.000000e+00 | 1.910000e+02 |    Inf 
356.30/356.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.30/356.32	c   356s|130000 | 86752 |173825 |   1.3 | 366M|2594 |   0 |5645 |7706 |5645 | 197 |  50k|  42k|2477 | 0.000000e+00 | 1.910000e+02 |    Inf 
388.80/388.81	c   389s|140000 | 93973 |191927 |   1.4 | 407M|2594 |   0 |5645 |8386 |5645 | 209 |  55k|  47k|2634 | 0.000000e+00 | 1.910000e+02 |    Inf 
392.60/392.67	o 190
392.60/392.67	c * 393s|141219 | 94557 |193971 |   1.4 | 410M|2594 |   - |5645 |8246 |5645 | 197 |  56k|  48k|2650 | 0.000000e+00 | 1.900000e+02 |    Inf 
416.10/416.11	o 185
416.10/416.11	c * 416s|148649 | 98584 |207758 |   1.4 | 433M|2594 |   - |5645 |7402 |5645 | 205 |  60k|  51k|2771 | 0.000000e+00 | 1.850000e+02 |    Inf 
416.10/416.13	o 179
416.10/416.13	c * 416s|148653 | 96363 |207778 |   1.4 | 424M|2594 |   - |5645 |7402 |5645 | 205 |  60k|  51k|2771 | 0.000000e+00 | 1.790000e+02 |    Inf 
416.10/416.15	o 172
416.10/416.15	c * 416s|148658 | 93734 |207827 |   1.4 | 414M|2594 |   - |5645 |7402 |5645 | 205 |  60k|  51k|2771 | 0.000000e+00 | 1.720000e+02 |    Inf 
416.10/416.16	o 166
416.10/416.16	c * 416s|148659 | 91536 |207827 |   1.4 | 404M|2594 |   - |5645 |7402 |5645 | 205 |  60k|  51k|2771 | 0.000000e+00 | 1.660000e+02 |    Inf 
416.40/416.47	o 164
416.40/416.47	c * 416s|148743 | 90765 |208185 |   1.4 | 402M|2594 |   - |5645 |7296 |5645 | 219 |  60k|  51k|2774 | 0.000000e+00 | 1.640000e+02 |    Inf 
417.10/417.11	o 161
417.10/417.11	c * 417s|148929 | 89609 |208613 |   1.4 | 396M|2594 |   - |5645 |7085 |5645 | 209 |  60k|  51k|2775 | 0.000000e+00 | 1.610000e+02 |    Inf 
420.31/420.33	c   420s|150000 | 90359 |210269 |   1.4 | 401M|2594 |   0 |5645 |7200 |5645 | 247 |  61k|  52k|2785 | 0.000000e+00 | 1.610000e+02 |    Inf 
451.61/451.67	c   452s|160000 | 97407 |226365 |   1.4 | 443M|2594 |   - |5645 |7129 |   0 |   0 |  66k|  56k|2925 | 0.000000e+00 | 1.610000e+02 |    Inf 
456.20/456.22	o 159
456.20/456.22	c * 456s|161327 | 97560 |229682 |   1.4 | 445M|2594 |   - |5645 |7144 |5645 | 208 |  67k|  57k|2963 | 0.000000e+00 | 1.590000e+02 |    Inf 
457.51/457.57	o 156
457.51/457.57	c * 458s|161704 | 96375 |230662 |   1.4 | 439M|2594 |   - |5645 |7271 |5645 | 195 |  67k|  57k|2965 | 0.000000e+00 | 1.560000e+02 |    Inf 
457.51/457.58	o 155
457.51/457.58	c * 458s|161705 | 95881 |230662 |   1.4 | 437M|2594 |   - |5645 |7271 |5645 | 195 |  67k|  57k|2965 | 0.000000e+00 | 1.550000e+02 |    Inf 
484.61/484.61	c   485s|170000 |101683 |247603 |   1.5 | 472M|2594 |   0 |5645 |7234 |5645 | 219 |  72k|  61k|3087 | 0.000000e+00 | 1.550000e+02 |    Inf 
496.41/496.46	o 150
496.41/496.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.41/496.46	c * 496s|173613 |101863 |255082 |   1.5 | 474M|2594 |   - |5645 |7183 |5645 | 205 |  74k|  63k|3143 | 0.000000e+00 | 1.500000e+02 |    Inf 
496.51/496.53	o 145
496.51/496.53	c * 497s|173621 | 99527 |255191 |   1.5 | 460M|2594 |   - |5645 |7160 |5645 | 215 |  74k|  63k|3145 | 0.000000e+00 | 1.450000e+02 |    Inf 
496.71/496.71	o 144
496.71/496.71	c * 497s|173665 | 99082 |255323 |   1.5 | 456M|2594 |   - |5645 |7109 |5645 | 203 |  74k|  63k|3148 | 0.000000e+00 | 1.440000e+02 |    Inf 
496.71/496.73	o 139
496.71/496.73	c * 497s|173666 | 96724 |255333 |   1.5 | 441M|2594 |   - |5645 |7109 |5645 | 203 |  74k|  63k|3148 | 0.000000e+00 | 1.390000e+02 |    Inf 
518.91/518.93	c   519s|180000 |100616 |272591 |   1.5 | 470M|2594 |  13 |5645 |7377 |5645 | 244 |  79k|  67k|3276 | 0.000000e+00 | 1.390000e+02 |    Inf 
532.61/532.68	o 132
532.61/532.68	c * 533s|184348 | 99834 |280868 |   1.5 | 469M|2594 |   - |5645 |7629 |5645 | 214 |  81k|  70k|3328 | 0.000000e+00 | 1.320000e+02 |    Inf 
551.81/551.83	c   552s|190000 |103574 |292025 |   1.5 | 492M|2594 |   0 |5645 |7294 |5645 | 200 |  84k|  73k|3393 | 0.000000e+00 | 1.320000e+02 |    Inf 
566.41/566.44	o 119
566.41/566.44	c * 566s|194291 | 98683 |301609 |   1.6 | 463M|2594 |   - |5645 |7395 |5645 | 195 |  87k|  75k|3488 | 0.000000e+00 | 1.190000e+02 |    Inf 
578.52/578.54	o 118
578.52/578.54	c * 579s|197658 |100062 |308750 |   1.6 | 475M|2594 |   - |5645 |7848 |5645 | 198 |  89k|  78k|3518 | 0.000000e+00 | 1.180000e+02 |    Inf 
587.21/587.30	c   587s|200000 |101220 |317596 |   1.6 | 490M|2594 |   0 |5645 |7835 |5645 | 212 |  91k|  80k|3586 | 0.000000e+00 | 1.180000e+02 |    Inf 
589.70/589.74	o 115
589.70/589.74	c * 590s|200718 | 99855 |320691 |   1.6 | 484M|2594 |   - |5645 |8258 |5645 | 220 |  92k|  80k|3620 | 0.000000e+00 | 1.150000e+02 |    Inf 
589.70/589.76	o 114
589.70/589.76	c * 590s|200721 | 99190 |320732 |   1.6 | 479M|2594 |   - |5645 |8257 |5645 | 226 |  92k|  80k|3623 | 0.000000e+00 | 1.140000e+02 |    Inf 
591.61/591.69	o 94
591.61/591.69	c * 592s|201210 | 83266 |322734 |   1.6 | 387M|2594 |   - |5645 |7937 |5645 | 209 |  92k|  81k|3630 | 0.000000e+00 | 9.400000e+01 |    Inf 
593.81/593.90	o 88
593.81/593.90	c * 594s|201720 | 77171 |325700 |   1.6 | 359M|2594 |   - |5645 |7162 |5645 | 242 |  93k|  81k|3646 | 0.000000e+00 | 8.800000e+01 |    Inf 
595.71/595.70	o 83
595.71/595.70	c * 596s|202166 | 71962 |327811 |   1.6 | 331M|2594 |   - |5645 |6485 |5645 | 203 |  93k|  82k|3661 | 0.000000e+00 | 8.300000e+01 |    Inf 
597.32/597.32	o 80
597.32/597.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.32/597.32	c * 597s|202589 | 69518 |329106 |   1.6 | 319M|2594 |   - |5645 |6108 |5645 | 198 |  94k|  82k|3670 | 0.000000e+00 | 8.000000e+01 |    Inf 
602.11/602.12	o 73
602.11/602.12	c * 602s|203914 | 64807 |333685 |   1.6 | 298M|2594 |   - |5645 |6258 |5645 | 194 |  95k|  83k|3682 | 0.000000e+00 | 7.300000e+01 |    Inf 
602.11/602.17	o 61
602.11/602.17	c * 602s|203915 | 51225 |333685 |   1.6 | 227M|2594 |   - |5645 |6258 |5645 | 194 |  95k|  83k|3682 | 0.000000e+00 | 6.100000e+01 |    Inf 
624.41/624.44	c   624s|210000 | 51770 |356710 |   1.7 | 241M|2594 |   0 |5645 |6049 |5645 | 232 | 101k|  90k|3887 | 0.000000e+00 | 6.100000e+01 |    Inf 
658.21/658.26	c   658s|220000 | 53460 |392004 |   1.8 | 258M|2594 |   4 |5645 |7856 |5645 | 249 | 110k| 101k|4097 | 0.000000e+00 | 6.100000e+01 |    Inf 
691.21/691.28	c   691s|230000 | 54905 |423888 |   1.8 | 275M|2594 |   0 |5645 |7606 |5645 | 228 | 119k| 113k|4239 | 0.000000e+00 | 6.100000e+01 |    Inf 
700.81/700.89	o 52
700.81/700.89	c * 701s|232977 | 48393 |433929 |   1.9 | 252M|2594 |   - |5645 |7979 |5645 | 241 | 121k| 117k|4282 | 0.000000e+00 | 5.200000e+01 |    Inf 
723.32/723.39	c   723s|240000 | 49051 |457458 |   1.9 | 262M|2594 |   1 |5645 |6529 |5645 | 211 | 127k| 126k|4389 | 0.000000e+00 | 5.200000e+01 |    Inf 
754.81/754.81	c   755s|250000 | 49336 |492569 |   2.0 | 277M|2594 |   4 |5645 |7928 |5645 | 238 | 135k| 140k|4540 | 0.000000e+00 | 5.200000e+01 |    Inf 
784.81/784.84	c   785s|260000 | 49865 |525829 |   2.0 | 290M|2594 |   - |5645 |7753 |   0 |   0 | 144k| 154k|4650 | 0.000000e+00 | 5.200000e+01 |    Inf 
815.92/815.92	c   816s|270000 | 50261 |560587 |   2.1 | 305M|2594 |   0 |5645 |8390 |5645 | 239 | 152k| 166k|4763 | 0.000000e+00 | 5.200000e+01 |    Inf 
845.93/845.92	c   846s|280000 | 50855 |595131 |   2.1 | 318M|2594 |   0 |5645 |8468 |5645 | 236 | 160k| 179k|4879 | 0.000000e+00 | 5.200000e+01 |    Inf 
876.02/876.07	c   876s|290000 | 51356 |630405 |   2.2 | 332M|2594 |   - |5645 |8666 |   0 |   0 | 167k| 192k|4977 | 0.000000e+00 | 5.200000e+01 |    Inf 
905.23/905.29	c   905s|300000 | 51820 |659734 |   2.2 | 342M|2594 |   0 |5645 |9472 |5645 | 222 | 174k| 205k|5073 | 0.000000e+00 | 5.200000e+01 |    Inf 
935.82/935.82	c   936s|310000 | 52449 |696194 |   2.2 | 352M|2594 |   1 |5645 |8391 |5645 | 208 | 183k| 217k|5176 | 0.000000e+00 | 5.200000e+01 |    Inf 
965.42/965.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
965.42/965.46	c   965s|320000 | 52984 |728843 |   2.3 | 361M|2594 |   - |5645 |  10k|   0 |   0 | 191k| 229k|5239 | 0.000000e+00 | 5.200000e+01 |    Inf 
998.42/998.44	c   998s|330000 | 53740 |775233 |   2.3 | 374M|2594 |   1 |5645 |8833 |5645 | 210 | 202k| 241k|5351 | 0.000000e+00 | 5.200000e+01 |    Inf 
1029.32/1029.32	c  1029s|340000 | 54808 |808731 |   2.4 | 391M|2594 |   7 |5645 |9775 |5645 | 231 | 210k| 253k|5448 | 0.000000e+00 | 5.200000e+01 |    Inf 
1059.92/1059.94	c  1060s|350000 | 55340 |841966 |   2.4 | 404M|2594 |   - |5645 |  10k|   0 |   0 | 217k| 265k|5523 | 0.000000e+00 | 5.200000e+01 |    Inf 
1090.32/1090.32	c  1090s|360000 | 55754 |873190 |   2.4 | 415M|2594 |   - |5645 |8217 |   0 |   0 | 223k| 279k|5599 | 0.000000e+00 | 5.200000e+01 |    Inf 
1091.72/1091.74	o 36
1091.72/1091.74	c *1092s|360453 | 45417 |874284 |   2.4 | 357M|2594 |   - |5645 |8432 |5645 | 212 | 224k| 279k|5604 | 0.000000e+00 | 3.600000e+01 |    Inf 
1116.72/1116.76	c  1117s|370000 | 44844 |910847 |   2.5 | 358M|2594 |   - |5645 |6388 |   0 |   0 | 231k| 293k|5706 | 0.000000e+00 | 3.600000e+01 |    Inf 
1140.63/1140.62	c  1141s|380000 | 44921 |943638 |   2.5 | 364M|2594 |   - |5645 |8203 |   0 |   0 | 237k| 306k|5868 | 0.000000e+00 | 3.600000e+01 |    Inf 
1146.52/1146.51	o 27
1146.52/1146.51	c *1146s|382383 | 39865 |952649 |   2.5 | 329M|2594 |   - |5645 |7952 |5645 | 236 | 239k| 309k|5912 | 0.000000e+00 | 2.700000e+01 |    Inf 
1163.33/1163.39	c  1163s|390000 | 39829 |978866 |   2.5 | 330M|2594 |   6 |5645 |8749 |5645 | 231 | 243k| 319k|5975 | 0.000000e+00 | 2.700000e+01 |    Inf 
1185.53/1185.57	c  1186s|400000 | 39413 |  1010k|   2.5 | 332M|2594 |   1 |5645 |6282 |5645 | 225 | 249k| 332k|6062 | 0.000000e+00 | 2.700000e+01 |    Inf 
1207.43/1207.46	c  1207s|410000 | 39060 |  1045k|   2.5 | 334M|2594 |   1 |5645 |7541 |5645 | 215 | 255k| 345k|6171 | 0.000000e+00 | 2.700000e+01 |    Inf 
1230.23/1230.28	c  1230s|420000 | 38656 |  1084k|   2.6 | 336M|2594 |   1 |5645 |8238 |5645 | 218 | 263k| 359k|6398 | 0.000000e+00 | 2.700000e+01 |    Inf 
1233.22/1233.28	o 24
1233.22/1233.28	c *1233s|421358 | 36172 |  1090k|   2.6 | 321M|2594 |   - |5645 |7907 |5645 | 232 | 264k| 361k|6402 | 0.000000e+00 | 2.400000e+01 |    Inf 
1251.03/1251.00	c  1251s|430000 | 36089 |  1122k|   2.6 | 322M|2594 |  13 |5645 |6945 |5645 | 219 | 268k| 372k|6450 | 0.000000e+00 | 2.400000e+01 |    Inf 
1271.93/1271.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1271.93/1271.90	c  1272s|440000 | 36192 |  1161k|   2.6 | 325M|2594 |   1 |5645 |8226 |5645 | 189 | 275k| 385k|6526 | 0.000000e+00 | 2.400000e+01 |    Inf 
1292.93/1292.99	c  1293s|450000 | 36258 |  1197k|   2.7 | 328M|2594 |   1 |5645 |8177 |5645 | 217 | 280k| 398k|6585 | 0.000000e+00 | 2.400000e+01 |    Inf 
1313.33/1313.37	c  1313s|460000 | 36296 |  1232k|   2.7 | 331M|2594 |   - |5645 |8850 |5645 | 234 | 285k| 412k|6634 | 0.000000e+00 | 2.400000e+01 |    Inf 
1334.13/1334.19	c  1334s|470000 | 36309 |  1268k|   2.7 | 333M|2594 |   - |5645 |8555 |   0 |   0 | 290k| 425k|6683 | 0.000000e+00 | 2.400000e+01 |    Inf 
1355.03/1355.07	c  1355s|480000 | 36336 |  1306k|   2.7 | 337M|2594 |   6 |5645 |9659 |5645 | 239 | 294k| 440k|6738 | 0.000000e+00 | 2.400000e+01 |    Inf 
1376.14/1376.18	c  1376s|490000 | 36401 |  1341k|   2.7 | 340M|2594 |   1 |5645 |9631 |5645 | 226 | 299k| 453k|6824 | 0.000000e+00 | 2.400000e+01 |    Inf 
1397.73/1397.73	c  1398s|500000 | 36360 |  1378k|   2.8 | 342M|2594 |   - |5645 |9827 |   0 |   0 | 305k| 467k|6853 | 0.000000e+00 | 2.400000e+01 |    Inf 
1419.44/1419.41	c  1419s|510000 | 36406 |  1418k|   2.8 | 345M|2594 |   - |5645 |  10k|   0 |   0 | 309k| 480k|6926 | 0.000000e+00 | 2.400000e+01 |    Inf 
1419.94/1419.90	o 21
1419.94/1419.90	c *1420s|510227 | 34836 |  1419k|   2.8 | 327M|2594 |   - |5645 |  10k|5645 | 260 | 309k| 481k|6926 | 0.000000e+00 | 2.100000e+01 |    Inf 
1442.53/1442.53	c  1442s|520000 | 34600 |  1473k|   2.8 | 327M|2594 |  16 |5645 |6584 |5645 | 216 | 319k| 494k|7046 | 0.000000e+00 | 2.100000e+01 |    Inf 
1453.93/1453.90	o 13
1453.93/1453.90	c *1454s|525102 | 30295 |  1499k|   2.9 | 281M|2594 |   - |5645 |8054 |5645 | 242 | 323k| 501k|7082 | 0.000000e+00 | 1.300000e+01 |    Inf 
1463.83/1463.80	c  1464s|530000 | 29401 |  1525k|   2.9 | 277M|2594 |   - |5645 |7012 |   0 |   0 | 327k| 507k|7157 | 0.000000e+00 | 1.300000e+01 |    Inf 
1484.83/1484.85	c  1485s|540000 | 26388 |  1583k|   2.9 | 257M|2594 |   - |5645 |6341 |   0 |   0 | 336k| 522k|7301 | 0.000000e+00 | 1.300000e+01 |    Inf 
1504.14/1504.14	c  1504s|550000 | 25841 |  1627k|   3.0 | 256M|2594 |   7 |5645 |  11k|5645 | 225 | 344k| 535k|7358 | 0.000000e+00 | 1.300000e+01 |    Inf 
1510.04/1510.03	o 12
1510.04/1510.03	c *1510s|552827 | 25171 |  1640k|   3.0 | 248M|2594 |   - |5645 |  12k|5645 | 240 | 346k| 539k|7371 | 0.000000e+00 | 1.200000e+01 |    Inf 
1512.74/1512.72	o 10
1512.74/1512.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.74/1512.72	c *1513s|554059 | 24304 |  1646k|   3.0 | 236M|2594 |   - |5645 |  13k|5645 | 257 | 347k| 541k|7375 | 0.000000e+00 | 1.000000e+01 |    Inf 
1524.34/1524.32	c  1524s|560000 | 24199 |  1672k|   3.0 | 236M|2594 |   - |5645 |  11k|   0 |   0 | 351k| 549k|7404 | 0.000000e+00 | 1.000000e+01 |    Inf 
1544.45/1544.49	c  1544s|570000 | 24207 |  1716k|   3.0 | 238M|2594 |   1 |5645 |  14k|5645 | 251 | 357k| 563k|7447 | 0.000000e+00 | 1.000000e+01 |    Inf 
1565.14/1565.17	c  1565s|580000 | 23123 |  1763k|   3.0 | 228M|2594 |   - |5645 |8038 |   0 |   0 | 365k| 576k|7808 | 0.000000e+00 | 1.000000e+01 |    Inf 
1584.94/1584.96	c  1585s|590000 | 23225 |  1815k|   3.1 | 231M|2594 |   1 |5645 |9956 |5645 | 229 | 374k| 590k|7866 | 0.000000e+00 | 1.000000e+01 |    Inf 
1605.14/1605.14	c  1605s|600000 | 23517 |  1863k|   3.1 | 235M|2594 |   1 |5645 |  11k|5645 | 193 | 382k| 602k|7930 | 0.000000e+00 | 1.000000e+01 |    Inf 
1625.75/1625.73	c  1626s|610000 | 23757 |  1915k|   3.1 | 240M|2594 |   - |5645 |  13k|   0 |   0 | 389k| 616k|8002 | 0.000000e+00 | 1.000000e+01 |    Inf 
1646.84/1646.80	c  1647s|620000 | 23793 |  1965k|   3.2 | 241M|2594 |  10 |5645 |  13k|5645 | 215 | 396k| 630k|8084 | 0.000000e+00 | 1.000000e+01 |    Inf 
1667.54/1667.60	c  1668s|630000 | 23844 |  2010k|   3.2 | 242M|2594 |  25 |5645 |  12k|5645 | 271 | 402k| 644k|8151 | 0.000000e+00 | 1.000000e+01 |    Inf 
1688.94/1688.96	c  1689s|640000 | 23839 |  2063k|   3.2 | 243M|2594 |   - |5645 |  13k|   0 |   0 | 410k| 659k|8215 | 0.000000e+00 | 1.000000e+01 |    Inf 
1709.64/1709.60	c  1710s|650000 | 23860 |  2114k|   3.3 | 244M|2594 |   - |5645 |  12k|   0 |   0 | 417k| 673k|8279 | 0.000000e+00 | 1.000000e+01 |    Inf 
1730.55/1730.54	c  1731s|660000 | 23830 |  2161k|   3.3 | 245M|2594 |  11 |5645 |  13k|5645 | 263 | 423k| 687k|8344 | 0.000000e+00 | 1.000000e+01 |    Inf 
1751.55/1751.59	c  1752s|670000 | 23866 |  2215k|   3.3 | 246M|2594 |   1 |5645 |  13k|5645 | 279 | 429k| 702k|8432 | 0.000000e+00 | 1.000000e+01 |    Inf 
1753.35/1753.31	o 6
1753.35/1753.31	c *1753s|670814 | 22544 |  2219k|   3.3 | 228M|2594 |   - |5645 |  13k|5645 | 311 | 430k| 703k|8442 | 0.000000e+00 | 6.000000e+00 |    Inf 
1771.85/1771.85	c  1772s|680000 | 22733 |  2263k|   3.3 | 230M|2594 |   1 |5645 |  13k|5645 | 248 | 435k| 716k|8500 | 0.000000e+00 | 6.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.97
1790.05/1790.00	c Solving Nodes      : 688832
1790.05/1790.00	c Primal Bound       : +6.00000000000000e+00 (278 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.08	s SATISFIABLE
1790.05/1790.08	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1790.05/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.05/1790.08	v -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1790.05/1790.08	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1790.05/1790.08	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.05/1790.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 
1790.05/1790.08	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.05/1790.08	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 
1790.05/1790.08	v -x1 
1790.05/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.08	c Solving Time       :    1789.97
1790.05/1790.08	c Original Problem   :
1790.05/1790.08	c   Problem name     : HOME/instance-2705115-1278578350.wbo
1790.05/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.08	c Presolved Problem  :
1790.05/1790.08	c   Problem name     : t_HOME/instance-2705115-1278578350.wbo
1790.05/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.08	c   Constraints      : 5414 initial, 16408 maximal
1790.05/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.08	c   root node        :          -       5148          -          -       5148          -          -          -          -
1790.05/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.08	c   integral         :          0          0          0     537859          0          9        386          0          0     521424
1790.05/1790.08	c   linear           :       2707          6    4030864     275789          1     144858   14590792     440080          0          0
1790.05/1790.08	c   indicator        :       2707          0    3876114     276660          1       5660   29490790          0          0          0
1790.05/1790.08	c   logicor          :          0+         0    1087824          0          0      45446     939647          0          0          0
1790.05/1790.08	c   bounddisjunction :          0+         0     460512          0          0        395      19904          0          0          0
1790.05/1790.08	c   countsols        :          0          0          0     192233          1          0          0          0          0          0
1790.05/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.08	c   integral         :      12.89       0.00       0.00      12.89       0.00
1790.05/1790.08	c   linear           :     179.03       0.00     147.24      31.78       0.00
1790.05/1790.08	c   indicator        :     217.16       0.02     156.53      60.61       0.00
1790.05/1790.08	c   logicor          :      73.93       0.00      73.93       0.00       0.00
1790.05/1790.08	c   bounddisjunction :       7.44       0.00       7.44       0.00       0.00
1790.05/1790.08	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.05/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.08	c   vbounds          :       1.51     221741         98      41931
1790.05/1790.08	c   rootredcost      :       0.63         59          0       2574
1790.05/1790.08	c   pseudoobj        :     212.42    4108269      76064   28240342
1790.05/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.08	c   propagation      :      24.39     266763     266736    1659265       29.0       8404       24.3          -
1790.05/1790.08	c   infeasible LP    :       2.73       6871       6871      58012       42.5         93       22.9          0
1790.05/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.08	c   pseudo solution  :       0.00          1          1          1        3.0          1       37.0          -
1790.05/1790.08	c   applied globally :          -          -          -     729648       23.9          -          -          -
1790.05/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.08	c   redcost          :      67.75     550561          0    1972454          0          0
1790.05/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.08	c Pricers            :       Time      Calls       Vars
1790.05/1790.08	c   problem variables:       0.00          0          0
1790.05/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.08	c   relpscost        :      12.51     261041          9        386          0          0     521424
1790.05/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   inference        :     117.17     192175          0          0          0          0     385219
1790.05/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.08	c   LP solutions     :       0.46          -         59
1790.05/1790.08	c   pseudo solutions :       0.00          -          0
1790.05/1790.08	c   feaspump         :       0.00          0          0
1790.05/1790.08	c   oneopt           :       0.40         52          0
1790.05/1790.08	c   guideddiving     :       0.08         37          0
1790.05/1790.08	c   coefdiving       :       0.14         74          0
1790.05/1790.08	c   pscostdiving     :       0.13         74          0
1790.05/1790.08	c   fracdiving       :       0.13         74          0
1790.05/1790.08	c   veclendiving     :       0.13         74          0
1790.05/1790.08	c   linesearchdiving :       0.13         74          0
1790.05/1790.08	c   rootsoldiving    :       0.16         71          0
1790.05/1790.08	c   objpscostdiving  :       0.15         71          0
1790.05/1790.08	c   crossover        :       3.75        100          9
1790.05/1790.08	c   trivial          :       0.07          2          2
1790.05/1790.08	c   simplerounding   :       0.50     262553          0
1790.05/1790.08	c   zirounding       :       0.39       1000          0
1790.05/1790.08	c   rounding         :       1.49       7214          0
1790.05/1790.08	c   shifting         :       0.90       2258          0
1790.05/1790.08	c   intshifting      :       0.00          0          0
1790.05/1790.08	c   twoopt           :       0.00          0          0
1790.05/1790.08	c   fixandinfer      :       0.00          0          0
1790.05/1790.08	c   intdiving        :       0.00          0          0
1790.05/1790.08	c   actconsdiving    :       0.00          0          0
1790.05/1790.08	c   octane           :       0.00          0          0
1790.05/1790.08	c   rens             :       0.03          1          0
1790.05/1790.08	c   rins             :       0.00          0          0
1790.05/1790.08	c   localbranching   :       0.00          0          0
1790.05/1790.08	c   mutation         :       0.00          0          0
1790.05/1790.08	c   dins             :       0.00          0          0
1790.05/1790.08	c   undercover       :       0.00          0          0
1790.05/1790.08	c   nlp              :       0.13          0          0
1790.05/1790.08	c   trysol           :       0.52        678        208
1790.05/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.08	c   dual LP          :     483.54     383788    2307125       6.01    4771.33
1790.05/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.08	c   diving/probing LP:       0.13         63       1419      22.52   11228.93
1790.05/1790.08	c   strong branching :      10.83       8560      76132       8.89    7029.35
1790.05/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.08	c B&B Tree           :
1790.05/1790.08	c   number of runs   :          1
1790.05/1790.08	c   nodes            :     688832
1790.05/1790.08	c   nodes (total)    :     688832
1790.05/1790.08	c   nodes left       :      22728
1790.05/1790.08	c   max depth        :       2594
1790.05/1790.08	c   max depth (total):       2594
1790.05/1790.08	c   backtracks       :      53690 (7.8%)
1790.05/1790.08	c   delayed cutoffs  :      55696
1790.05/1790.08	c   repropagations   :    1526500 (14305800 domain reductions, 43456 cutoffs)
1790.05/1790.08	c   avg switch length:       6.74
1790.05/1790.08	c   switching time   :     177.22
1790.05/1790.08	c Solution           :
1790.05/1790.08	c   Solutions found  :        278 (60 improvements)
1790.05/1790.08	c   First Solution   : +1.35864000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.08	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 670814 nodes, 1753.27 seconds, depth 65, found by <relaxation>)
1790.05/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.08	c   Gap              :   infinite
1790.05/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.08	c   Root Iterations  :        184
1790.35/1790.31	c Time complete: 1790.36.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705115-1278578350/watcher-2705115-1278578350 -o /tmp/evaluation-result-2705115-1278578350/solver-2705115-1278578350 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705115-1278578350.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.93 4/178 24848
/proc/meminfo: memFree=29149844/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=12696 CPUtime=0
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 2008 0 0 0 0 0 0 0 23 0 1 0 26049119 13000704 1926 4089446400 4194304 10345943 140734786487184 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24848/statm: 3174 1926 429 1502 0 1667 0

[startup+0.0808281 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24848
/proc/meminfo: memFree=29149844/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=38024 CPUtime=0.07
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 8449 0 0 0 7 0 0 0 23 0 1 0 26049119 38936576 8013 4089446400 4194304 10345943 140734786487184 18446744073709551615 9138288 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38024

[startup+0.100824 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24848
/proc/meminfo: memFree=29149844/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=38024 CPUtime=0.09
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 8449 0 0 0 9 0 0 0 23 0 1 0 26049119 38936576 8013 4089446400 4194304 10345943 140734786487184 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300798 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24848
/proc/meminfo: memFree=29149844/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=70108 CPUtime=0.29
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 16227 0 0 0 28 1 0 0 23 0 1 0 26049119 71790592 15791 4089446400 4194304 10345943 140734786487184 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 17527 15791 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700715 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24848
/proc/meminfo: memFree=29149844/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=65268 CPUtime=0.69
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 16893 0 0 0 67 2 0 0 25 0 1 0 26049119 66834432 15052 4089446400 4194304 10345943 140734786487184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 16317 15052 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50056 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24849
/proc/meminfo: memFree=29091680/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=65268 CPUtime=1.49
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 16895 0 0 0 147 2 0 0 25 0 1 0 26049119 66834432 15054 4089446400 4194304 10345943 140734786487184 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 16317 15054 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10027 s]
/proc/loadavg: 2.08 2.02 1.93 3/179 24849
/proc/meminfo: memFree=29091060/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=65268 CPUtime=3.09
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 16897 0 0 0 307 2 0 0 25 0 1 0 26049119 66834432 15056 4089446400 4194304 10345943 140734786487184 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 16317 15056 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.3007 s]
/proc/loadavg: 2.08 2.02 1.93 3/179 24849
/proc/meminfo: memFree=29091204/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=65268 CPUtime=6.29
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 19431 0 0 0 626 3 0 0 25 0 1 0 26049119 66834432 15086 4089446400 4194304 10345943 140734786487184 18446744073709551615 6119680 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 16317 15086 754 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7005 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 24849
/proc/meminfo: memFree=29062692/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=77736 CPUtime=12.69
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 25124 0 0 0 1265 4 0 0 25 0 1 0 26049119 79601664 18221 4089446400 4194304 10345943 140734786487184 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 19434 18221 754 1502 0 17927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77736

[startup+25.5002 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 24850
/proc/meminfo: memFree=29048460/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=84224 CPUtime=25.49
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 31010 0 0 0 2542 7 0 0 25 0 1 0 26049119 86245376 19750 4089446400 4194304 10345943 140734786487184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 21056 19750 754 1502 0 19549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84224

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 24851
/proc/meminfo: memFree=28987972/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=120256 CPUtime=51.09
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 43342 0 0 0 5099 10 0 0 25 0 1 0 26049119 123142144 28930 4089446400 4194304 10345943 140734786487184 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 30064 28930 761 1502 0 28557 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120256

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 24852
/proc/meminfo: memFree=28837956/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=197092 CPUtime=102.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 112993 0 0 0 10206 24 0 0 25 0 1 0 26049119 201822208 47516 4089446400 4194304 10345943 140734786487184 18446744073709551615 4686942 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 49273 47516 762 1502 0 47766 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 197092

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24853
/proc/meminfo: memFree=28685492/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=299844 CPUtime=162.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 171074 0 0 0 16193 37 0 0 25 0 1 0 26049119 307040256 72935 4089446400 4194304 10345943 140734786487184 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 74961 72935 762 1502 0 73454 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 299844

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24855
/proc/meminfo: memFree=28603104/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=374308 CPUtime=222.29
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 215880 0 0 0 22182 47 0 0 25 0 1 0 26049119 383291392 90466 4089446400 4194304 10345943 140734786487184 18446744073709551615 6119887 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 93577 90466 762 1502 0 92070 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 374308

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24857
/proc/meminfo: memFree=28498140/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=482716 CPUtime=282.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 259473 0 0 0 28171 59 0 0 25 0 1 0 26049119 494301184 115337 4089446400 4194304 10345943 140734786487184 18446744073709551615 4882046 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 120679 115337 762 1502 0 119172 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 482716

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24859
/proc/meminfo: memFree=28403968/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=580880 CPUtime=342.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 302696 0 0 0 34158 72 0 0 25 0 1 0 26049119 594821120 137613 4089446400 4194304 10345943 140734786487184 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 145220 137613 762 1502 0 143713 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 580880

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 24860
/proc/meminfo: memFree=28308812/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=688120 CPUtime=402.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 336025 0 0 0 40148 82 0 0 25 0 1 0 26049119 704634880 161598 4089446400 4194304 10345943 140734786487184 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 172030 161598 762 1502 0 170523 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 688120

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 24861
/proc/meminfo: memFree=28230872/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=772804 CPUtime=462.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 379333 0 0 0 46138 92 0 0 25 0 1 0 26049119 791351296 179213 4089446400 4194304 10345943 140734786487184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 193201 179213 773 1502 0 191694 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 772804

[startup+522.301 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 24863
/proc/meminfo: memFree=28158776/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=858944 CPUtime=522.3
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 412653 0 0 0 52128 102 0 0 25 0 1 0 26049119 879558656 197222 4089446400 4194304 10345943 140734786487184 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 214736 197222 773 1502 0 213229 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 858944

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 24865
/proc/meminfo: memFree=28089900/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=937468 CPUtime=582.31
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 458340 0 0 0 58117 114 0 0 25 0 1 0 26049119 959967232 213904 4089446400 4194304 10345943 140734786487184 18446744073709551615 5926599 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 234367 213904 773 1502 0 232860 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 937468

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24867
/proc/meminfo: memFree=28049284/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=984904 CPUtime=642.32
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 504190 0 0 0 64106 126 0 0 25 0 1 0 26049119 1008541696 223908 4089446400 4194304 10345943 140734786487184 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 246226 223908 785 1502 0 244719 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 984904

[startup+702.301 s]

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

/proc/meminfo: memFree=27954108/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1093524 CPUtime=1002.32
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 554780 0 0 0 100060 172 0 0 25 0 1 0 26049119 1119768576 247171 4089446400 4194304 10345943 140734786487184 18446744073709551615 6847557 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 273381 247171 785 1502 0 271874 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1093524

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 1.96 3/179 24877
/proc/meminfo: memFree=27929852/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1121900 CPUtime=1062.33
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 564571 0 0 0 106054 179 0 0 25 0 1 0 26049119 1148825600 252984 4089446400 4194304 10345943 140734786487184 18446744073709551615 4212620 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 280475 252984 785 1502 0 278968 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1121900

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/179 24879
/proc/meminfo: memFree=27917156/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1135148 CPUtime=1122.32
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 579092 0 0 0 112044 188 0 0 25 0 1 0 26049119 1162391552 256034 4089446400 4194304 10345943 140734786487184 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 283787 256034 785 1502 0 282280 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1135148

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 24881
/proc/meminfo: memFree=27909652/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1142068 CPUtime=1182.33
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 606800 0 0 0 118034 199 0 0 25 0 1 0 26049119 1169477632 257579 4089446400 4194304 10345943 140734786487184 18446744073709551615 5031124 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 285517 257579 785 1502 0 284010 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1142068

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 24883
/proc/meminfo: memFree=27902660/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1147072 CPUtime=1242.33
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 626434 0 0 0 124023 210 0 0 25 0 1 0 26049119 1174601728 259164 4089446400 4194304 10345943 140734786487184 18446744073709551615 5926370 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 286768 259164 785 1502 0 285261 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1147072

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24884
/proc/meminfo: memFree=27896532/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1154156 CPUtime=1302.34
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 639727 0 0 0 130015 219 0 0 25 0 1 0 26049119 1181855744 260564 4089446400 4194304 10345943 140734786487184 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 288539 260564 793 1502 0 287032 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1154156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24894
/proc/meminfo: memFree=27887624/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1160964 CPUtime=1362.33
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 645148 0 0 0 136004 229 0 0 25 0 1 0 26049119 1188827136 262024 4089446400 4194304 10345943 140734786487184 18446744073709551615 6712030 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 290241 262024 793 1502 0 288734 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1160964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24896
/proc/meminfo: memFree=27881380/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1166692 CPUtime=1422.34
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 652240 0 0 0 141995 239 0 0 25 0 1 0 26049119 1194692608 263361 4089446400 4194304 10345943 140734786487184 18446744073709551615 4243396 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 291673 263361 793 1502 0 290166 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1166692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24898
/proc/meminfo: memFree=27875612/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1171548 CPUtime=1482.34
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 686224 0 0 0 147981 253 0 0 25 0 1 0 26049119 1199665152 264501 4089446400 4194304 10345943 140734786487184 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 292887 264501 793 1502 0 291380 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1171548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24900
/proc/meminfo: memFree=27874436/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1171948 CPUtime=1542.33
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 715459 0 0 0 153967 266 0 0 25 0 1 0 26049119 1200074752 264717 4089446400 4194304 10345943 140734786487184 18446744073709551615 6064192 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 292987 264717 793 1502 0 291480 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1171948

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24901
/proc/meminfo: memFree=27874136/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1172292 CPUtime=1602.34
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 719541 0 0 0 159957 277 0 0 25 0 1 0 26049119 1200427008 264849 4089446400 4194304 10345943 140734786487184 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293073 264849 794 1502 0 291566 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1172292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24902
/proc/meminfo: memFree=27874196/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173060 CPUtime=1662.35
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 721478 0 0 0 165948 287 0 0 25 0 1 0 26049119 1201213440 265024 4089446400 4194304 10345943 140734786487184 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293265 265024 794 1502 0 291758 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 1173060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24904
/proc/meminfo: memFree=27873884/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173060 CPUtime=1722.35
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 721560 0 0 0 171939 296 0 0 25 0 1 0 26049119 1201213440 265106 4089446400 4194304 10345943 140734786487184 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293265 265106 794 1502 0 291758 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1173060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24906
/proc/meminfo: memFree=27873548/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173040 CPUtime=1782.35
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744826 0 0 0 177928 307 0 0 25 0 1 0 26049119 1201192960 265028 4089446400 4194304 10345943 140734786487184 18446744073709551615 5031188 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293260 265028 795 1502 0 291753 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1173040

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24906
/proc/meminfo: memFree=27873548/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173040 CPUtime=1785.55
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744857 0 0 0 178247 308 0 0 25 0 1 0 26049119 1201192960 265059 4089446400 4194304 10345943 140734786487184 18446744073709551615 5614745 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293260 265059 795 1502 0 291753 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 1173040

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24906
/proc/meminfo: memFree=27873420/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173040 CPUtime=1788.75
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744898 0 0 0 178567 308 0 0 25 0 1 0 26049119 1201192960 265100 4089446400 4194304 10345943 140734786487184 18446744073709551615 4706422 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293260 265100 795 1502 0 291753 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 1173040

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24906
/proc/meminfo: memFree=27873420/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173040 CPUtime=1789.55
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744906 0 0 0 178647 308 0 0 25 0 1 0 26049119 1201192960 265108 4089446400 4194304 10345943 140734786487184 18446744073709551615 6105494 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293260 265108 795 1502 0 291753 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 1173040

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24933
/proc/meminfo: memFree=28112600/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=1173040 CPUtime=1789.95
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744911 0 0 0 178687 308 0 0 25 0 1 0 26049119 1201192960 265113 4089446400 4194304 10345943 140734786487184 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/24848/statm: 293260 265113 795 1502 0 291753 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 1173040

[startup+1790.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24933
/proc/meminfo: memFree=28112600/32951124 swapFree=67111528/67111528
[pid=24848] ppid=24846 vsize=938008 CPUtime=1790.35
/proc/24848/stat : 24848 (pbscip.linux.x8) R 24846 24848 24322 0 -1 4202496 744934 0 0 0 178724 311 0 0 25 0 1 0 26049119 960520192 61287 4089446400 4194304 10345943 140734786487184 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24848/statm: 234502 61287 796 1502 0 232995 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 938008

Child status: 0
Real time (s): 1790.31
CPU time (s): 1790.37
CPU user time (s): 1787.24
CPU system time (s): 3.12452
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1187260

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

runsolver used 2.99854 second user time and 6.77797 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-08 10:39:11
IDJOB=2705115
IDBENCH=79305
IDSOLVER=1214
FILE ID=node109/2705115-1278578350
PBS_JOBID= 11240236
Free space on /tmp= 73756 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.1900669797--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-2705115-1278578350/watcher-2705115-1278578350 -o /tmp/evaluation-result-2705115-1278578350/solver-2705115-1278578350 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705115-1278578350.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ebbce1c4489027f4644c8b5f9031d297
RANDOM SEED=1131462059

node109.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.82
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.83
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.75
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.82
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29150380 kB
Buffers:        161604 kB
Cached:        3371744 kB
SwapCached:          0 kB
Active:        2054324 kB
Inactive:      1599408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29150380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25684 kB
Writeback:           0 kB
AnonPages:      120340 kB
Mapped:          17524 kB
Slab:            82980 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265000 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= 73744 MiB
End job on node109 at 2010-07-08 11:09:01