Trace number 2693028

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.28 1800.24

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693028-1277929534.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   166 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 165 | 165 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   257 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 165 | 165 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
4.69/4.77	o 444
4.69/4.77	c * 4.5s|  2855 |  2708 |  1424 |   0.4 |  27M|2526 |   - |5645 |5414 |5645 | 211 | 430 |   0 | 357 | 0.000000e+00 | 4.440000e+02 |    Inf 
13.49/13.54	o 440
13.49/13.54	c *13.1s|  8286 |  7915 |  4463 |   0.5 |  42M|2526 |   - |5645 |5723 |5645 | 218 |1239 | 309 | 572 | 0.000000e+00 | 4.400000e+02 |    Inf 
16.69/16.77	o 428
16.69/16.77	c *16.2s|  9907 |  8887 |  6201 |   0.6 |  47M|2526 |   - |5645 |6216 |5645 | 198 |1793 | 802 | 658 | 0.000000e+00 | 4.280000e+02 |    Inf 
16.79/16.89	c  16.4s| 10000 |  8980 |  6203 |   0.6 |  48M|2526 |   0 |5645 |6216 |5645 | 198 |1794 | 802 | 658 | 0.000000e+00 | 4.280000e+02 |    Inf 
16.89/16.92	o 415
16.89/16.92	c *16.4s| 10034 |  8558 |  6203 |   0.6 |  47M|2526 |   - |5645 |6216 |5645 | 198 |1794 | 802 | 658 | 0.000000e+00 | 4.150000e+02 |    Inf 
17.19/17.23	o 401
17.19/17.23	c *16.7s| 10170 |  8423 |  6434 |   0.6 |  47M|2526 |   - |5645 |6300 |5645 | 223 |1865 | 886 | 666 | 0.000000e+00 | 4.010000e+02 |    Inf 
17.19/17.25	o 392
17.19/17.25	c *16.7s| 10171 |  8302 |  6436 |   0.6 |  46M|2526 |   - |5645 |6300 |5645 | 223 |1865 | 886 | 666 | 0.000000e+00 | 3.920000e+02 |    Inf 
18.59/18.67	o 391
18.59/18.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.59/18.67	c *18.1s| 11035 |  9039 |  6809 |   0.6 |  49M|2526 |   - |5645 |6639 |5645 | 235 |1962 |1225 | 671 | 0.000000e+00 | 3.910000e+02 |    Inf 
19.09/19.14	o 373
19.09/19.14	c *18.5s| 11236 |  8582 |  7182 |   0.6 |  48M|2526 |   - |5645 |6697 |5645 | 197 |2046 |1283 | 702 | 0.000000e+00 | 3.730000e+02 |    Inf 
25.29/25.37	o 338
25.29/25.37	c *24.6s| 13716 |  9716 | 11959 |   0.9 |  53M|2526 |   - |5645 |8212 |5645 | 257 |3532 |2799 | 897 | 0.000000e+00 | 3.380000e+02 |    Inf 
25.99/26.08	o 310
25.99/26.08	c *25.3s| 14079 |  9211 | 12225 |   0.9 |  51M|2526 |   - |5645 |8341 |5645 | 249 |3600 |2928 | 898 | 0.000000e+00 | 3.100000e+02 |    Inf 
26.30/26.39	o 309
26.30/26.39	c *25.6s| 14211 |  9292 | 12455 |   0.9 |  52M|2526 |   - |5645 |8411 |5645 | 245 |3662 |2998 | 900 | 0.000000e+00 | 3.090000e+02 |    Inf 
30.29/30.36	o 307
30.29/30.36	c *29.5s| 15574 | 10357 | 17200 |   1.1 |  56M|2526 |   - |5645 |9160 |5645 | 238 |5068 |3837 |1026 | 0.000000e+00 | 3.070000e+02 |    Inf 
30.39/30.46	o 305
30.39/30.46	c *29.6s| 15589 | 10306 | 17548 |   1.1 |  56M|2526 |   - |5645 |9158 |5645 | 230 |5138 |3843 |1036 | 0.000000e+00 | 3.050000e+02 |    Inf 
31.90/31.92	o 273
31.90/31.92	c *31.0s| 16252 |  9817 | 18435 |   1.1 |  54M|2526 |   - |5645 |9505 |5645 | 218 |5426 |4263 |1044 | 0.000000e+00 | 2.730000e+02 |    Inf 
32.39/32.48	o 270
32.39/32.48	c *31.5s| 16401 |  9809 | 19412 |   1.2 |  55M|2526 |   - |5645 |9576 |5645 | 225 |5727 |4361 |1048 | 0.000000e+00 | 2.700000e+02 |    Inf 
33.39/33.43	o 263
33.39/33.43	c *32.4s| 16673 |  9772 | 20875 |   1.2 |  56M|2526 |   - |5645 |9636 |5645 | 221 |6229 |4482 |1079 | 0.000000e+00 | 2.630000e+02 |    Inf 
41.80/41.83	c  40.6s| 20000 | 12456 | 27359 |   1.4 |  66M|2526 |   0 |5645 |9959 |5645 | 198 |8411 |6418 |1153 | 0.000000e+00 | 2.630000e+02 |    Inf 
44.29/44.33	o 261
44.29/44.33	c *43.1s| 20921 | 13097 | 29718 |   1.4 |  69M|2526 |   - |5645 |9432 |5645 | 204 |9049 |6908 |1179 | 0.000000e+00 | 2.610000e+02 |    Inf 
57.29/57.32	o 253
57.29/57.32	c *55.7s| 26007 | 16677 | 41926 |   1.6 |  84M|2526 |   - |5645 |8069 |5645 | 223 |  12k|9986 |1272 | 0.000000e+00 | 2.530000e+02 |    Inf 
61.29/61.33	o 237
61.29/61.33	c *59.6s| 27591 | 17006 | 45555 |   1.6 |  86M|2526 |   - |5645 |8008 |5645 | 218 |  13k|  10k|1290 | 0.000000e+00 | 2.370000e+02 |    Inf 
61.29/61.33	o 236
61.29/61.33	c *59.6s| 27592 | 16940 | 45555 |   1.6 |  86M|2526 |   - |5645 |8008 |5645 | 218 |  13k|  10k|1290 | 0.000000e+00 | 2.360000e+02 |    Inf 
61.69/61.74	o 221
61.69/61.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.69/61.74	c *60.0s| 27726 | 16052 | 45974 |   1.7 |  82M|2526 |   - |5645 |7933 |5645 | 216 |  13k|  10k|1292 | 0.000000e+00 | 2.210000e+02 |    Inf 
61.69/61.75	o 211
61.69/61.75	c *60.0s| 27727 | 15489 | 45974 |   1.7 |  79M|2526 |   - |5645 |7933 |5645 | 216 |  13k|  10k|1292 | 0.000000e+00 | 2.110000e+02 |    Inf 
63.09/63.12	o 207
63.09/63.12	c *61.4s| 28247 | 15691 | 47028 |   1.7 |  80M|2526 |   - |5645 |8023 |5645 | 222 |  13k|  11k|1294 | 0.000000e+00 | 2.070000e+02 |    Inf 
63.09/63.13	o 192
63.09/63.13	c *61.4s| 28248 | 14779 | 47028 |   1.7 |  75M|2526 |   - |5645 |8023 |5645 | 222 |  13k|  11k|1294 | 0.000000e+00 | 1.920000e+02 |    Inf 
63.39/63.47	o 191
63.39/63.47	c *61.7s| 28315 | 14738 | 47448 |   1.7 |  76M|2526 |   - |5645 |7886 |5645 | 286 |  14k|  11k|1295 | 0.000000e+00 | 1.910000e+02 |    Inf 
64.49/64.51	o 182
64.49/64.51	c *62.7s| 28901 | 14420 | 48221 |   1.7 |  73M|2526 |   - |5645 |7819 |5645 | 228 |  14k|  11k|1308 | 0.000000e+00 | 1.820000e+02 |    Inf 
67.99/68.01	c  66.1s| 30000 | 15246 | 52684 |   1.8 |  77M|2526 |   0 |5645 |7572 |5645 | 213 |  15k|  12k|1321 | 0.000000e+00 | 1.820000e+02 |    Inf 
77.00/77.03	o 164
77.00/77.03	c *74.8s| 33001 | 15493 | 62313 |   1.9 |  80M|2526 |   - |5645 |8871 |5645 | 233 |  18k|  15k|1407 | 0.000000e+00 | 1.640000e+02 |    Inf 
77.00/77.07	o 161
77.00/77.07	c *74.9s| 33008 | 15305 | 62339 |   1.9 |  80M|2526 |   - |5645 |8871 |5645 | 233 |  18k|  15k|1407 | 0.000000e+00 | 1.610000e+02 |    Inf 
78.19/78.20	o 157
78.19/78.20	c *76.0s| 33392 | 15292 | 64468 |   1.9 |  81M|2526 |   - |5645 |8682 |5645 | 243 |  19k|  15k|1440 | 0.000000e+00 | 1.570000e+02 |    Inf 
78.59/78.67	o 153
78.59/78.67	c *76.4s| 33533 | 15033 | 65212 |   1.9 |  80M|2526 |   - |5645 |8596 |5645 | 232 |  19k|  15k|1453 | 0.000000e+00 | 1.530000e+02 |    Inf 
78.99/79.00	o 139
78.99/79.00	c *76.8s| 33770 | 13823 | 65454 |   1.9 |  76M|2526 |   - |5645 |8582 |5645 | 238 |  19k|  15k|1453 | 0.000000e+00 | 1.390000e+02 |    Inf 
79.49/79.59	o 137
79.49/79.59	c *77.3s| 33928 | 13729 | 66358 |   2.0 |  76M|2526 |   - |5645 |8417 |5645 | 237 |  19k|  15k|1462 | 0.000000e+00 | 1.370000e+02 |    Inf 
79.69/79.78	o 134
79.69/79.78	c *77.5s| 33966 | 13516 | 66665 |   2.0 |  75M|2526 |   - |5645 |8340 |5645 | 230 |  20k|  15k|1469 | 0.000000e+00 | 1.340000e+02 |    Inf 
79.99/80.08	o 133
79.99/80.08	c *77.8s| 34072 | 13511 | 67445 |   2.0 |  75M|2526 |   - |5645 |8226 |5645 | 238 |  20k|  15k|1475 | 0.000000e+00 | 1.330000e+02 |    Inf 
80.09/80.15	o 118
80.09/80.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.09/80.15	c *77.9s| 34103 | 12117 | 67468 |   2.0 |  68M|2526 |   - |5645 |8224 |5645 | 246 |  20k|  15k|1475 | 0.000000e+00 | 1.180000e+02 |    Inf 
80.09/80.16	o 104
80.09/80.16	c *77.9s| 34104 | 10969 | 67468 |   2.0 |  63M|2526 |   - |5645 |8224 |5645 | 246 |  20k|  15k|1475 | 0.000000e+00 | 1.040000e+02 |    Inf 
80.70/80.76	o 102
80.70/80.76	c *78.5s| 34263 | 10853 | 68979 |   2.0 |  64M|2526 |   - |5645 |8073 |5645 | 257 |  20k|  15k|1487 | 0.000000e+00 | 1.020000e+02 |    Inf 
80.70/80.77	o 98
80.70/80.77	c *78.5s| 34265 | 10064 | 68979 |   2.0 |  61M|2526 |   - |5645 |8073 |5645 | 257 |  20k|  15k|1487 | 0.000000e+00 | 9.800000e+01 |    Inf 
82.79/82.90	o 68
82.79/82.90	c *80.5s| 34986 |  6247 | 71788 |   2.0 |  49M|2526 |   - |5645 |7936 |5645 | 242 |  21k|  15k|1529 | 0.000000e+00 | 6.800000e+01 |    Inf 
83.20/83.23	o 65
83.20/83.23	c *80.9s| 35064 |  6047 | 72580 |   2.1 |  49M|2526 |   - |5645 |7125 |5645 | 244 |  21k|  16k|1541 | 0.000000e+00 | 6.500000e+01 |    Inf 
83.20/83.23	o 58
83.20/83.23	c *80.9s| 35065 |  5486 | 72580 |   2.1 |  47M|2526 |   - |5645 |7125 |5645 | 244 |  21k|  16k|1541 | 0.000000e+00 | 5.800000e+01 |    Inf 
83.29/83.37	o 51
83.29/83.37	c *81.0s| 35099 |  5027 | 72868 |   2.1 |  46M|2526 |   - |5645 |6744 |5645 | 228 |  21k|  16k|1548 | 0.000000e+00 | 5.100000e+01 |    Inf 
83.29/83.38	o 41
83.29/83.38	c *81.0s| 35100 |  4172 | 72868 |   2.1 |  44M|2526 |   - |5645 |6744 |5645 | 228 |  21k|  16k|1548 | 0.000000e+00 | 4.100000e+01 |    Inf 
83.50/83.55	o 36
83.50/83.55	c *81.2s| 35140 |  3886 | 73276 |   2.1 |  43M|2526 |   - |5645 |6231 |5645 | 229 |  21k|  16k|1556 | 0.000000e+00 | 3.600000e+01 |    Inf 
83.59/83.64	o 27
83.59/83.64	c *81.3s| 35173 |  3413 | 73428 |   2.1 |  42M|2526 |   - |5645 |5993 |5645 | 219 |  21k|  16k|1556 | 0.000000e+00 | 2.700000e+01 |    Inf 
83.59/83.65	o 24
83.59/83.65	c *81.3s| 35174 |  3310 | 73428 |   2.1 |  41M|2526 |   - |5645 |5993 |5645 | 219 |  21k|  16k|1556 | 0.000000e+00 | 2.400000e+01 |    Inf 
83.59/83.69	o 23
83.59/83.69	c *81.3s| 35179 |  2805 | 73593 |   2.1 |  39M|2526 |   - |5645 |5564 |5645 | 244 |  21k|  16k|1557 | 0.000000e+00 | 2.300000e+01 |    Inf 
93.39/93.43	c  90.6s| 40000 |  2965 | 91465 |   2.3 |  43M|2526 |   - |5645 |7219 |   0 |   0 |  24k|  22k|1738 | 0.000000e+00 | 2.300000e+01 |    Inf 
113.30/113.39	c   110s| 50000 |  3055 |127214 |   2.5 |  47M|2526 |   - |5645 |7425 |   0 |   0 |  30k|  35k|2030 | 0.000000e+00 | 2.300000e+01 |    Inf 
133.29/133.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.29/133.32	c   129s| 60000 |  3105 |157594 |   2.6 |  50M|2526 |   - |5645 |8512 |   0 |   0 |  35k|  47k|2257 | 0.000000e+00 | 2.300000e+01 |    Inf 
149.60/149.61	o 18
149.60/149.61	c * 144s| 68119 |  2820 |183718 |   2.7 |  50M|2526 |   - |5645 |9167 |5645 | 231 |  38k|  58k|2421 | 0.000000e+00 | 1.800000e+01 |    Inf 
149.90/149.97	o 12
149.90/149.97	c * 145s| 68289 |  2479 |184186 |   2.7 |  47M|2526 |   - |5645 |8907 |5645 | 250 |  38k|  58k|2427 | 0.000000e+00 | 1.200000e+01 |    Inf 
153.20/153.29	c   148s| 70000 |  2472 |190132 |   2.7 |  47M|2526 |   1 |5645 |6941 |5645 | 218 |  39k|  61k|2480 | 0.000000e+00 | 1.200000e+01 |    Inf 
171.29/171.35	c   165s| 80000 |  2435 |223168 |   2.8 |  48M|2526 |   - |5645 |7378 |   0 |   0 |  43k|  74k|2710 | 0.000000e+00 | 1.200000e+01 |    Inf 
189.49/189.52	c   183s| 90000 |  2534 |253551 |   2.8 |  52M|2526 |   - |5645 |  10k|   0 |   0 |  47k|  88k|2872 | 0.000000e+00 | 1.200000e+01 |    Inf 
208.00/208.00	c   200s|100000 |  2668 |287000 |   2.9 |  54M|2526 |   1 |5645 |  12k|5645 | 227 |  52k| 101k|3058 | 0.000000e+00 | 1.200000e+01 |    Inf 
209.29/209.33	o 7
209.29/209.33	c * 202s|100756 |  2433 |289129 |   2.9 |  52M|2526 |   - |5645 |  12k|5645 | 237 |  52k| 102k|3080 | 0.000000e+00 | 7.000000e+00 |    Inf 
226.10/226.14	c   218s|110000 |  2575 |325680 |   3.0 |  53M|2526 |   1 |5645 |  11k|5645 | 228 |  55k| 115k|3235 | 0.000000e+00 | 7.000000e+00 |    Inf 
244.40/244.46	c   235s|120000 |  2668 |367137 |   3.1 |  56M|2526 |   1 |5645 |  11k|5645 | 274 |  59k| 128k|3371 | 0.000000e+00 | 7.000000e+00 |    Inf 
262.70/262.72	c   253s|130000 |  2777 |402290 |   3.1 |  58M|2526 |   - |5645 |  14k|   0 |   0 |  63k| 142k|3496 | 0.000000e+00 | 7.000000e+00 |    Inf 
280.79/280.87	c   270s|140000 |  2789 |437600 |   3.1 |  59M|2526 |   9 |5645 |  13k|5645 | 258 |  66k| 155k|3617 | 0.000000e+00 | 7.000000e+00 |    Inf 
299.20/299.20	c   288s|150000 |  2846 |475580 |   3.2 |  60M|2526 |   - |5645 |  12k|   0 |   0 |  70k| 169k|3776 | 0.000000e+00 | 7.000000e+00 |    Inf 
317.19/317.29	c   305s|160000 |  3069 |510666 |   3.2 |  62M|2526 |  18 |5645 |  13k|5645 | 281 |  73k| 182k|3888 | 0.000000e+00 | 7.000000e+00 |    Inf 
335.80/335.83	c   323s|170000 |  3135 |549408 |   3.2 |  63M|2526 |   - |5645 |  11k|   0 |   0 |  76k| 196k|4019 | 0.000000e+00 | 7.000000e+00 |    Inf 
353.50/353.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.50/353.52	c   340s|180000 |  3158 |584663 |   3.2 |  64M|2526 |   1 |5645 |  11k|5645 | 234 |  79k| 210k|4135 | 0.000000e+00 | 7.000000e+00 |    Inf 
371.50/371.52	c   357s|190000 |  3083 |622784 |   3.3 |  64M|2526 |   - |5645 |9660 |   0 |   0 |  82k| 224k|4289 | 0.000000e+00 | 7.000000e+00 |    Inf 
389.50/389.53	c   374s|200000 |  3074 |660737 |   3.3 |  64M|2526 |   - |5645 |8934 |   0 |   0 |  86k| 238k|4420 | 0.000000e+00 | 7.000000e+00 |    Inf 
407.10/407.14	c   391s|210000 |  3170 |698528 |   3.3 |  67M|2526 |  12 |5645 |  11k|5645 | 210 |  89k| 252k|4534 | 0.000000e+00 | 7.000000e+00 |    Inf 
425.90/425.92	c   409s|220000 |  3249 |734042 |   3.3 |  68M|2526 |   - |5645 |  14k|   0 |   0 |  92k| 266k|4623 | 0.000000e+00 | 7.000000e+00 |    Inf 
446.00/446.05	c   428s|230000 |  3335 |776105 |   3.4 |  70M|2526 |   1 |5645 |  14k|5645 | 264 |  96k| 279k|4773 | 0.000000e+00 | 7.000000e+00 |    Inf 
465.50/465.50	c   447s|240000 |  3412 |811284 |   3.4 |  70M|2526 |   1 |5645 |  11k|5645 | 215 | 100k| 293k|4886 | 0.000000e+00 | 7.000000e+00 |    Inf 
483.40/483.47	c   464s|250000 |  3497 |845317 |   3.4 |  71M|2526 |   - |5645 |9482 |   0 |   0 | 104k| 306k|4937 | 0.000000e+00 | 7.000000e+00 |    Inf 
501.10/501.17	c   481s|260000 |  3653 |882424 |   3.4 |  74M|2526 |   1 |5645 |  11k|5645 | 229 | 108k| 319k|5028 | 0.000000e+00 | 7.000000e+00 |    Inf 
518.90/518.97	c   498s|270000 |  3705 |917401 |   3.4 |  75M|2526 |   - |5645 |  12k|   0 |   0 | 112k| 334k|5100 | 0.000000e+00 | 7.000000e+00 |    Inf 
537.10/537.18	c   516s|280000 |  3751 |952195 |   3.4 |  76M|2526 |   - |5645 |  12k|   0 |   0 | 115k| 348k|5201 | 0.000000e+00 | 7.000000e+00 |    Inf 
556.10/556.11	c   534s|290000 |  3802 |991353 |   3.4 |  78M|2526 |   1 |5645 |  12k|5645 | 248 | 119k| 362k|5287 | 0.000000e+00 | 7.000000e+00 |    Inf 
574.50/574.58	c   552s|300000 |  3859 |  1029k|   3.4 |  79M|2526 |   - |5645 |  13k|   0 |   0 | 122k| 375k|5392 | 0.000000e+00 | 7.000000e+00 |    Inf 
593.70/593.74	c   570s|310000 |  3932 |  1065k|   3.4 |  81M|2526 |   - |5645 |  17k|   0 |   0 | 126k| 388k|5454 | 0.000000e+00 | 7.000000e+00 |    Inf 
613.71/613.71	c   589s|320000 |  3952 |  1099k|   3.4 |  81M|2526 |   3 |5645 |  12k|5645 | 189 | 129k| 401k|5531 | 0.000000e+00 | 7.000000e+00 |    Inf 
633.61/633.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.61/633.61	c   608s|330000 |  3988 |  1134k|   3.4 |  82M|2526 |  12 |5645 |  12k|5645 | 244 | 134k| 414k|5590 | 0.000000e+00 | 7.000000e+00 |    Inf 
653.60/653.64	c   627s|340000 |  4084 |  1180k|   3.5 |  84M|2526 |   - |5645 |  14k|   0 |   0 | 138k| 428k|5702 | 0.000000e+00 | 7.000000e+00 |    Inf 
672.51/672.55	c   646s|350000 |  4161 |  1220k|   3.5 |  84M|2526 |   1 |5645 |  10k|5645 | 220 | 141k| 442k|5799 | 0.000000e+00 | 7.000000e+00 |    Inf 
690.90/690.98	c   663s|360000 |  4300 |  1257k|   3.5 |  86M|2526 |   5 |5645 |  10k|5645 | 199 | 145k| 455k|5866 | 0.000000e+00 | 7.000000e+00 |    Inf 
709.80/709.84	c   681s|370000 |  4431 |  1293k|   3.5 |  89M|2526 |   1 |5645 |  13k|5645 | 213 | 150k| 469k|5924 | 0.000000e+00 | 7.000000e+00 |    Inf 
729.11/729.12	c   700s|380000 |  4560 |  1332k|   3.5 |  91M|2526 |  12 |5645 |  14k|5645 | 234 | 155k| 483k|5985 | 0.000000e+00 | 7.000000e+00 |    Inf 
748.91/748.94	c   719s|390000 |  4604 |  1372k|   3.5 |  92M|2526 |   1 |5645 |  13k|5645 | 179 | 159k| 498k|6070 | 0.000000e+00 | 7.000000e+00 |    Inf 
768.31/768.36	c   737s|400000 |  4723 |  1411k|   3.5 |  94M|2526 |   1 |5645 |  15k|5645 | 243 | 164k| 512k|6155 | 0.000000e+00 | 7.000000e+00 |    Inf 
788.41/788.49	c   757s|410000 |  4754 |  1454k|   3.5 |  95M|2526 |   - |5645 |  14k|   0 |   0 | 168k| 527k|6218 | 0.000000e+00 | 7.000000e+00 |    Inf 
808.52/808.57	c   776s|420000 |  4840 |  1489k|   3.5 |  98M|2526 |   1 |5645 |  19k|5645 | 243 | 171k| 541k|6274 | 0.000000e+00 | 7.000000e+00 |    Inf 
830.31/830.36	c   797s|430000 |  4968 |  1527k|   3.6 | 101M|2526 |   1 |5645 |  21k|5645 | 271 | 174k| 555k|6323 | 0.000000e+00 | 7.000000e+00 |    Inf 
851.71/851.70	c   818s|440000 |  5017 |  1563k|   3.6 | 100M|2526 |   - |5645 |  15k|   0 |   0 | 178k| 569k|6477 | 0.000000e+00 | 7.000000e+00 |    Inf 
870.61/870.64	c   836s|450000 |  5040 |  1600k|   3.6 | 101M|2526 |  20 |5645 |  16k|5645 | 245 | 182k| 583k|6519 | 0.000000e+00 | 7.000000e+00 |    Inf 
893.70/893.73	c   858s|460000 |  5026 |  1638k|   3.6 | 102M|2526 |   - |5645 |  18k|   0 |   0 | 185k| 597k|6577 | 0.000000e+00 | 7.000000e+00 |    Inf 
915.40/915.47	o 5
915.40/915.47	c * 880s|469403 |  4673 |  1675k|   3.6 |  96M|2526 |   - |5645 |  10k|5645 | 243 | 189k| 611k|6673 | 0.000000e+00 | 5.000000e+00 |    Inf 
916.60/916.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.60/916.64	c   881s|470000 |  4672 |  1677k|   3.6 |  95M|2526 |   - |5645 |8856 |   0 |   0 | 189k| 611k|6673 | 0.000000e+00 | 5.000000e+00 |    Inf 
936.91/936.97	c   901s|480000 |  4733 |  1709k|   3.6 |  98M|2526 |   1 |5645 |  13k|5645 | 243 | 193k| 625k|6720 | 0.000000e+00 | 5.000000e+00 |    Inf 
957.91/957.91	c   921s|490000 |  4741 |  1747k|   3.6 |  98M|2526 |   - |5645 |  12k|   0 |   0 | 196k| 639k|6778 | 0.000000e+00 | 5.000000e+00 |    Inf 
979.51/979.52	c   943s|500000 |  4746 |  1785k|   3.6 |  98M|2526 |   1 |5645 |  11k|5645 | 255 | 200k| 653k|6842 | 0.000000e+00 | 5.000000e+00 |    Inf 
1002.21/1002.24	c   965s|510000 |  4749 |  1822k|   3.6 | 100M|2526 |   - |5645 |  14k|   0 |   0 | 204k| 666k|6886 | 0.000000e+00 | 5.000000e+00 |    Inf 
1026.12/1026.11	c   989s|520000 |  4758 |  1860k|   3.6 | 101M|2526 |  19 |5645 |  16k|5645 | 254 | 208k| 680k|6947 | 0.000000e+00 | 5.000000e+00 |    Inf 
1049.71/1049.74	c  1012s|530000 |  4821 |  1897k|   3.6 | 102M|2526 |   1 |5645 |  16k|5645 | 216 | 212k| 694k|7001 | 0.000000e+00 | 5.000000e+00 |    Inf 
1073.62/1073.69	c  1036s|540000 |  4911 |  1933k|   3.6 | 104M|2526 |   9 |5645 |  17k|5645 | 250 | 216k| 707k|7044 | 0.000000e+00 | 5.000000e+00 |    Inf 
1097.41/1097.47	c  1059s|550000 |  4976 |  1971k|   3.6 | 104M|2526 |   - |5645 |  15k|   0 |   0 | 219k| 720k|7106 | 0.000000e+00 | 5.000000e+00 |    Inf 
1120.41/1120.41	c  1082s|560000 |  5013 |  2006k|   3.6 | 105M|2526 |   1 |5645 |  17k|5645 | 242 | 222k| 734k|7146 | 0.000000e+00 | 5.000000e+00 |    Inf 
1144.91/1144.94	c  1106s|570000 |  5131 |  2046k|   3.6 | 108M|2526 |   - |5645 |  18k|   0 |   0 | 226k| 747k|7202 | 0.000000e+00 | 5.000000e+00 |    Inf 
1169.61/1169.62	c  1130s|580000 |  5278 |  2083k|   3.6 | 109M|2526 |   4 |5645 |  19k|5645 | 256 | 229k| 761k|7270 | 0.000000e+00 | 5.000000e+00 |    Inf 
1180.81/1180.80	o 4
1180.81/1180.80	c *1141s|584473 |  4798 |  2100k|   3.6 |  99M|2526 |   - |5645 |  20k|5645 | 256 | 231k| 767k|7271 | 0.000000e+00 | 4.000000e+00 |    Inf 
1194.02/1194.04	c  1154s|590000 |  4820 |  2123k|   3.6 |  98M|2526 |   - |5645 |  16k|   0 |   0 | 232k| 775k|7314 | 0.000000e+00 | 4.000000e+00 |    Inf 
1216.22/1216.28	c  1176s|600000 |  4765 |  2163k|   3.6 |  98M|2526 |   - |5645 |  14k|   0 |   0 | 235k| 789k|7370 | 0.000000e+00 | 4.000000e+00 |    Inf 
1237.22/1237.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.22/1237.27	c  1197s|610000 |  4762 |  2201k|   3.6 |  99M|2526 |  18 |5645 |  14k|5645 | 267 | 238k| 803k|7415 | 0.000000e+00 | 4.000000e+00 |    Inf 
1259.81/1259.87	c  1219s|620000 |  4810 |  2239k|   3.6 |  99M|2526 |   1 |5645 |  13k|5645 | 275 | 241k| 817k|7462 | 0.000000e+00 | 4.000000e+00 |    Inf 
1280.52/1280.50	c  1239s|630000 |  4766 |  2275k|   3.6 |  98M|2526 |   1 |5645 |  10k|5645 | 160 | 245k| 830k|7562 | 0.000000e+00 | 4.000000e+00 |    Inf 
1301.41/1301.42	c  1260s|640000 |  4815 |  2306k|   3.6 |  99M|2526 |  15 |5645 |  12k|5645 | 224 | 249k| 844k|7603 | 0.000000e+00 | 4.000000e+00 |    Inf 
1322.31/1322.34	c  1280s|650000 |  4823 |  2337k|   3.6 | 100M|2526 |   1 |5645 |  13k|5645 | 218 | 252k| 857k|7630 | 0.000000e+00 | 4.000000e+00 |    Inf 
1344.12/1344.14	c  1302s|660000 |  4817 |  2373k|   3.6 | 100M|2526 |   1 |5645 |  11k|5645 | 204 | 256k| 871k|7684 | 0.000000e+00 | 4.000000e+00 |    Inf 
1365.42/1365.41	c  1322s|670000 |  4853 |  2404k|   3.6 | 102M|2526 |   - |5645 |  16k|   0 |   0 | 258k| 885k|7733 | 0.000000e+00 | 4.000000e+00 |    Inf 
1388.92/1388.94	c  1346s|680000 |  4867 |  2444k|   3.6 | 103M|2526 |  11 |5645 |  16k|5645 | 221 | 263k| 898k|7781 | 0.000000e+00 | 4.000000e+00 |    Inf 
1414.92/1414.92	c  1371s|690000 |  4915 |  2479k|   3.6 | 105M|2526 |  21 |5645 |  19k|5645 | 224 | 267k| 912k|7839 | 0.000000e+00 | 4.000000e+00 |    Inf 
1441.42/1441.49	c  1397s|700000 |  4882 |  2512k|   3.6 | 105M|2526 |   - |5645 |  18k|   0 |   0 | 270k| 925k|7870 | 0.000000e+00 | 4.000000e+00 |    Inf 
1469.82/1469.88	c  1425s|710000 |  4903 |  2548k|   3.6 | 107M|2526 |   - |5645 |  23k|   0 |   0 | 275k| 939k|7906 | 0.000000e+00 | 4.000000e+00 |    Inf 
1500.03/1500.02	c  1455s|720000 |  4900 |  2583k|   3.6 | 108M|2526 |  13 |5645 |  24k|5645 | 229 | 278k| 952k|7958 | 0.000000e+00 | 4.000000e+00 |    Inf 
1530.72/1530.80	c  1485s|730000 |  4938 |  2618k|   3.6 | 109M|2526 |  18 |5645 |  25k|5645 | 234 | 282k| 966k|8012 | 0.000000e+00 | 4.000000e+00 |    Inf 
1562.63/1562.67	c  1517s|740000 |  4955 |  2658k|   3.6 | 110M|2526 |  26 |5645 |  26k|5645 | 225 | 286k| 979k|8069 | 0.000000e+00 | 4.000000e+00 |    Inf 
1595.62/1595.60	c  1550s|750000 |  4955 |  2692k|   3.6 | 110M|2526 |  20 |5645 |  27k|5645 | 278 | 290k| 994k|8100 | 0.000000e+00 | 4.000000e+00 |    Inf 
1628.92/1628.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1628.92/1628.97	c  1582s|760000 |  5011 |  2728k|   3.6 | 112M|2526 |   - |5645 |  29k|   0 |   0 | 295k|1008k|8130 | 0.000000e+00 | 4.000000e+00 |    Inf 
1663.33/1663.30	c  1616s|770000 |  4995 |  2762k|   3.6 | 112M|2526 |   - |5645 |  29k|   0 |   0 | 297k|1022k|8194 | 0.000000e+00 | 4.000000e+00 |    Inf 
1695.93/1695.93	c  1649s|780000 |  5010 |  2797k|   3.6 | 114M|2526 |   - |5645 |  32k|   0 |   0 | 300k|1037k|8251 | 0.000000e+00 | 4.000000e+00 |    Inf 
1729.53/1729.57	c  1682s|790000 |  5004 |  2837k|   3.6 | 113M|2526 |   - |5645 |  28k|   0 |   0 | 304k|1052k|8289 | 0.000000e+00 | 4.000000e+00 |    Inf 
1759.33/1759.39	c  1711s|800000 |  4884 |  2875k|   3.6 | 107M|2526 |  13 |5645 |  18k|5645 | 272 | 307k|1066k|8319 | 0.000000e+00 | 4.000000e+00 |    Inf 
1784.53/1784.59	c  1736s|810000 |  4867 |  2913k|   3.6 | 107M|2526 |   - |5645 |  16k|   0 |   0 | 310k|1080k|8373 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1751.13
1800.03/1800.00	c Solving Nodes      : 816756
1800.03/1800.00	c Primal Bound       : +4.00000000000000e+00 (165 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.07	s SATISFIABLE
1800.03/1800.07	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.07	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.07	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.07	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.07	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 
1800.03/1800.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 
1800.03/1800.07	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.03/1800.07	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.07	v -x1 
1800.03/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.07	c Solving Time       :    1751.13
1800.03/1800.07	c Original Problem   :
1800.03/1800.07	c   Problem name     : HOME/instance-2693028-1277929534.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.07	c Presolved Problem  :
1800.03/1800.07	c   Problem name     : t_HOME/instance-2693028-1277929534.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5414 initial, 33715 maximal
1800.03/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.03/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   root node        :          -       2619          -          -       5238          -          -          -          -
1800.03/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   integral         :          0          0          0     489367          0         16        650          0          0     848582
1800.03/1800.07	c   indicator        :       2707          0    4569029      64323          0        139    2997377          0          0          0
1800.03/1800.07	c   linear           :       2707          6    4600646      63360          0     330998   23081253     313019          0          0
1800.03/1800.07	c   logicor          :          0+         0    1237163          0          0      67519    1337716          0          0          0
1800.03/1800.07	c   bounddisjunction :          0+         0       4460          0          0          0          0          0          0          0
1800.03/1800.07	c   countsols        :          0          0          0      30061          0          0          0          0          0          0
1800.03/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.07	c   integral         :      14.13       0.00       0.00      14.13       0.00
1800.03/1800.07	c   indicator        :      23.16       0.01      15.58       7.57       0.00
1800.03/1800.07	c   linear           :     248.86       0.01     241.49       7.36       0.00
1800.03/1800.07	c   logicor          :     243.33       0.00     243.33       0.00       0.00
1800.03/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.07	c   vbounds          :       0.63          2          0          0
1800.03/1800.07	c   rootredcost      :       0.54         52          0       2619
1800.03/1800.07	c   pseudoobj        :     229.29    4605644       3748    1657058
1800.03/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.07	c   propagation      :      21.03     402265     402085    2389768       27.4      21442       18.0          -
1800.03/1800.07	c   infeasible LP    :       5.92      15174      15174     123023       41.5        281       15.3          0
1800.03/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   pseudo solution  :       0.03        158        158        629       12.3        336        5.7          -
1800.03/1800.07	c   applied globally :          -          -          -    1089465       21.8          -          -          -
1800.03/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.07	c   redcost          :      35.74     496539          0    1270876          0          0
1800.03/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.07	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.07	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.07	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.07	c Pricers            :       Time      Calls       Vars
1800.03/1800.07	c   problem variables:       0.00          0          0
1800.03/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   relpscost        :      13.91     424857         16        650          0          0     848582
1800.03/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   inference        :       6.48      30009          0          0          0          0      60018
1800.03/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.07	c   LP solutions     :       0.10          -         52
1800.03/1800.07	c   pseudo solutions :       0.00          -          0
1800.03/1800.07	c   feaspump         :       0.00          0          0
1800.03/1800.07	c   oneopt           :       0.34         44          0
1800.03/1800.07	c   coefdiving       :       0.05         33          0
1800.03/1800.07	c   pscostdiving     :       0.08         33          0
1800.03/1800.07	c   veclendiving     :       0.01         33          0
1800.03/1800.07	c   linesearchdiving :       0.04         33          0
1800.03/1800.07	c   guideddiving     :       0.03         33          0
1800.03/1800.07	c   fracdiving       :       0.01         34          0
1800.03/1800.07	c   rootsoldiving    :       0.06         30          0
1800.03/1800.07	c   objpscostdiving  :       0.09         31          0
1800.03/1800.07	c   crossover        :       1.60         52          6
1800.03/1800.07	c   trivial          :       0.09          2          2
1800.03/1800.07	c   simplerounding   :       0.84     426777          0
1800.03/1800.07	c   zirounding       :       0.49       1000          0
1800.03/1800.07	c   rounding         :       2.91       9209          0
1800.03/1800.07	c   shifting         :       1.59       2906          0
1800.03/1800.07	c   intshifting      :       0.03          2          0
1800.03/1800.07	c   twoopt           :       0.00          0          0
1800.03/1800.07	c   fixandinfer      :       0.00          0          0
1800.03/1800.07	c   intdiving        :       0.00          0          0
1800.03/1800.07	c   actconsdiving    :       0.00          0          0
1800.03/1800.07	c   octane           :       0.00          0          0
1800.03/1800.07	c   rens             :       0.03          1          0
1800.03/1800.07	c   rins             :       0.00          0          0
1800.03/1800.07	c   localbranching   :       0.00          0          0
1800.03/1800.07	c   mutation         :       0.00          0          0
1800.03/1800.07	c   dins             :       0.00          0          0
1800.03/1800.07	c   undercover       :       0.00          0          0
1800.03/1800.07	c   nlp              :       0.14          0          0
1800.03/1800.07	c   trysol           :       3.61       8653        105
1800.03/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.07	c   dual LP          :     436.20     479027    2936936       6.13    6733.00
1800.03/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.07	c   diving/probing LP:       0.11         70       1817      25.96   16518.18
1800.03/1800.07	c   strong branching :      11.01       8409      94308      11.22    8565.67
1800.03/1800.07	c     (at root node) :          -         33       2499      75.73          -
1800.03/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.07	c B&B Tree           :
1800.03/1800.07	c   number of runs   :          1
1800.03/1800.07	c   nodes            :     816756
1800.03/1800.07	c   nodes (total)    :     816756
1800.03/1800.07	c   nodes left       :       4866
1800.03/1800.07	c   max depth        :       2526
1800.03/1800.07	c   max depth (total):       2526
1800.03/1800.07	c   backtracks       :      66115 (8.1%)
1800.03/1800.07	c   delayed cutoffs  :      58304
1800.03/1800.07	c   repropagations   :    2438355 (4499917 domain reductions, 55294 cutoffs)
1800.03/1800.07	c   avg switch length:       7.34
1800.03/1800.07	c   switching time   :     262.83
1800.03/1800.07	c Solution           :
1800.03/1800.07	c   Solutions found  :        165 (53 improvements)
1800.03/1800.07	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.07	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 584473 nodes, 1141.04 seconds, depth 62, found by <relaxation>)
1800.03/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.07	c   Gap              :   infinite
1800.03/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.07	c   Root Iterations  :        166
1800.23/1800.24	c Time complete: 1800.27.

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-2693028-1277929534/watcher-2693028-1277929534 -o /tmp/evaluation-result-2693028-1277929534/solver-2693028-1277929534 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693028-1277929534.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 2.00 4/178 14394
/proc/meminfo: memFree=29709364/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=11308 CPUtime=0
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1704 0 0 0 0 0 0 0 20 0 1 0 134250679 11579392 1625 4089446400 4194304 9819077 140735293761232 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14394/statm: 2827 1641 392 1374 0 1448 0

[startup+0.0716789 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14394
/proc/meminfo: memFree=29709364/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=36404 CPUtime=0.06
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 8122 0 0 0 6 0 0 0 20 0 1 0 134250679 37277696 7689 4089446400 4194304 9819077 140735293761232 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36404

[startup+0.100671 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14394
/proc/meminfo: memFree=29709364/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=36404 CPUtime=0.09
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 8122 0 0 0 9 0 0 0 20 0 1 0 134250679 37277696 7689 4089446400 4194304 9819077 140735293761232 18446744073709551615 8678940 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300649 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14394
/proc/meminfo: memFree=29709364/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=53524 CPUtime=0.29
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 12809 0 0 0 26 3 0 0 20 0 1 0 134250679 54808576 11778 4089446400 4194304 9819077 140735293761232 18446744073709551615 5960229 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 13381 11779 674 1374 0 12002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53524

[startup+0.700567 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14394
/proc/meminfo: memFree=29709364/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=47276 CPUtime=0.69
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 25617 0 0 0 63 6 0 0 21 0 1 0 134250679 48410624 10012 4089446400 4194304 9819077 140735293761232 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 11819 10012 698 1374 0 10440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47276

[startup+1.50041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14395
/proc/meminfo: memFree=29670544/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=47880 CPUtime=1.49
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 40711 0 0 0 139 10 0 0 23 0 1 0 134250679 49029120 10348 4089446400 4194304 9819077 140735293761232 18446744073709551615 4564461 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 11970 10348 700 1374 0 10591 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47880

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14395
/proc/meminfo: memFree=29666280/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=51984 CPUtime=3.09
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 49341 0 0 0 295 14 0 0 25 0 1 0 134250679 53231616 11492 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 12996 11492 700 1374 0 11617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51984

[startup+6.30058 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14395
/proc/meminfo: memFree=29649292/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=61280 CPUtime=6.29
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 65117 0 0 0 605 24 0 0 25 0 1 0 134250679 62750720 13807 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 15320 13807 704 1374 0 13941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61280

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14396
/proc/meminfo: memFree=29631940/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=70852 CPUtime=12.69
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 78733 0 0 0 1230 39 0 0 25 0 1 0 134250679 72552448 16203 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14394/statm: 17713 16203 704 1374 0 16334 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70852

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14396
/proc/meminfo: memFree=29589480/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=92388 CPUtime=25.49
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 136121 0 0 0 2477 72 0 0 25 0 1 0 134250679 94605312 21595 4089446400 4194304 9819077 140735293761232 18446744073709551615 7815949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 23097 21595 705 1374 0 21718 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92388

[startup+51.1006 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14396
/proc/meminfo: memFree=29518916/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=136712 CPUtime=51.09
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 241584 0 0 0 4967 142 0 0 25 0 1 0 134250679 139993088 32424 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 34178 32424 705 1374 0 32799 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 136712

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14398
/proc/meminfo: memFree=29391744/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=195400 CPUtime=102.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 427797 0 0 0 9919 311 0 0 25 0 1 0 134250679 200089600 46573 4089446400 4194304 9819077 140735293761232 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 48850 46573 711 1374 0 47471 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 195400

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14400
/proc/meminfo: memFree=29313076/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=209032 CPUtime=162.29
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 610623 0 0 0 15658 571 0 0 25 0 1 0 134250679 214048768 49818 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 52258 49818 725 1374 0 50879 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209032

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14401
/proc/meminfo: memFree=29221504/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=214468 CPUtime=222.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 798677 0 0 0 21402 828 0 0 25 0 1 0 134250679 219615232 51223 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 53617 51223 725 1374 0 52238 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 214468

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14402
/proc/meminfo: memFree=29163560/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=220976 CPUtime=282.29
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 969755 0 0 0 27146 1083 0 0 25 0 1 0 134250679 226279424 52820 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 55244 52820 725 1374 0 53865 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 220976

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14404
/proc/meminfo: memFree=29074100/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=224760 CPUtime=342.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1126774 0 0 0 32893 1337 0 0 25 0 1 0 134250679 230154240 53780 4089446400 4194304 9819077 140735293761232 18446744073709551615 6589100 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 56190 53781 725 1374 0 54811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 224760

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14409
/proc/meminfo: memFree=29021036/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=228396 CPUtime=402.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1283336 0 0 0 38639 1591 0 0 25 0 1 0 134250679 233877504 54425 4089446400 4194304 9819077 140735293761232 18446744073709551615 8656404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 57099 54449 725 1374 0 55720 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 228396

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14411
/proc/meminfo: memFree=28946088/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=233304 CPUtime=462.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1416564 0 0 0 44406 1824 0 0 25 0 1 0 134250679 238903296 55806 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 58326 55806 725 1374 0 56947 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 233304

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14412
/proc/meminfo: memFree=28876352/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=238636 CPUtime=522.3
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1554146 0 0 0 50148 2082 0 0 25 0 1 0 134250679 244363264 57178 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 59659 57178 725 1374 0 58280 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 238636

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14413
/proc/meminfo: memFree=28803164/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=242948 CPUtime=582.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1697641 0 0 0 55898 2333 0 0 25 0 1 0 134250679 248778752 58254 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 60737 58254 725 1374 0 59358 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 242948

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14415
/proc/meminfo: memFree=28732936/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=246656 CPUtime=642.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 1822969 0 0 0 61655 2576 0 0 25 0 1 0 134250679 252575744 59103 4089446400 4194304 9819077 140735293761232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14394/statm: 61664 59103 725 1374 0 60285 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 246656

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14497
/proc/meminfo: memFree=31090120/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=265984 CPUtime=882.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2311040 0 0 0 84711 3520 0 0 25 0 1 0 134250679 272367616 63871 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14394/statm: 66496 63871 739 1374 0 65117 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 265984

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14499
/proc/meminfo: memFree=30900436/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=268768 CPUtime=942.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2426496 0 0 0 90616 3615 0 0 25 0 1 0 134250679 275218432 64480 4089446400 4194304 9819077 140735293761232 18446744073709551615 6590503 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 67192 64480 740 1374 0 65813 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 268768

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14528
/proc/meminfo: memFree=30963344/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=270484 CPUtime=1002.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2511759 0 0 0 96522 3709 0 0 25 0 1 0 134250679 276975616 64820 4089446400 4194304 9819077 140735293761232 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 67621 64820 740 1374 0 66242 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 270484

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14530
/proc/meminfo: memFree=30812520/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=271748 CPUtime=1062.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2590939 0 0 0 102434 3797 0 0 25 0 1 0 134250679 278269952 65172 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 67937 65172 740 1374 0 66558 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 271748

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14531
/proc/meminfo: memFree=30750360/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=274224 CPUtime=1122.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2666266 0 0 0 108345 3886 0 0 25 0 1 0 134250679 280805376 65720 4089446400 4194304 9819077 140735293761232 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 68556 65720 740 1374 0 67177 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 274224

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14532
/proc/meminfo: memFree=30673564/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=279228 CPUtime=1182.31
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2768078 0 0 0 114254 3977 0 0 25 0 1 0 134250679 285929472 67018 4089446400 4194304 9819077 140735293761232 18446744073709551615 4223102 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 69807 67018 740 1374 0 68428 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 279228

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14534
/proc/meminfo: memFree=30546796/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=279508 CPUtime=1242.32
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2879791 0 0 0 120150 4082 0 0 25 0 1 0 134250679 286216192 67046 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 69877 67046 740 1374 0 68498 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 279508

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14536
/proc/meminfo: memFree=30419276/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=279680 CPUtime=1302.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 2990471 0 0 0 126049 4184 0 0 25 0 1 0 134250679 286392320 67089 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 69920 67089 740 1374 0 68541 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 279680

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14538
/proc/meminfo: memFree=30398400/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=279912 CPUtime=1362.32
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3085824 0 0 0 131942 4290 0 0 25 0 1 0 134250679 286629888 67142 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 69978 67142 740 1374 0 68599 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 279912

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14539
/proc/meminfo: memFree=30299168/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=280924 CPUtime=1422.32
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3176608 0 0 0 137852 4380 0 0 25 0 1 0 134250679 287666176 67364 4089446400 4194304 9819077 140735293761232 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 70231 67364 740 1374 0 68852 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 280924

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14540
/proc/meminfo: memFree=30243444/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=282504 CPUtime=1482.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3252460 0 0 0 143767 4466 0 0 25 0 1 0 134250679 289284096 67795 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 70626 67795 740 1374 0 69247 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 282504

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14542
/proc/meminfo: memFree=30100800/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=283512 CPUtime=1542.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3318441 0 0 0 149687 4546 0 0 25 0 1 0 134250679 290316288 68040 4089446400 4194304 9819077 140735293761232 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 70878 68040 740 1374 0 69499 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 283512

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14544
/proc/meminfo: memFree=29961140/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=284784 CPUtime=1602.32
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3386410 0 0 0 155614 4618 0 0 25 0 1 0 134250679 291618816 68385 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 71196 68385 740 1374 0 69817 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 284784

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14546
/proc/meminfo: memFree=29877884/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=287912 CPUtime=1662.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3450360 0 0 0 161538 4695 0 0 25 0 1 0 134250679 294821888 69185 4089446400 4194304 9819077 140735293761232 18446744073709551615 8653609 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 71978 69185 740 1374 0 70599 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 287912

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14574
/proc/meminfo: memFree=31002552/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=289436 CPUtime=1722.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3516450 0 0 0 167463 4770 0 0 25 0 1 0 134250679 296382464 69538 4089446400 4194304 9819077 140735293761232 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 72359 69538 740 1374 0 70980 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 289436

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14575
/proc/meminfo: memFree=30939680/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=290800 CPUtime=1782.33
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3610087 0 0 0 173378 4855 0 0 25 0 1 0 134250679 297779200 69756 4089446400 4194304 9819077 140735293761232 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 72700 69756 740 1374 0 71321 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 290800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14576
/proc/meminfo: memFree=30922684/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=291004 CPUtime=1800.03
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3639732 0 0 0 175116 4887 0 0 25 0 1 0 134250679 297988096 69791 4089446400 4194304 9819077 140735293761232 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14394/statm: 72751 69791 740 1374 0 71372 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 291004

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

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

[startup+1800.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 14576
/proc/meminfo: memFree=30922684/32951124 swapFree=67111528/67111528
[pid=14394] ppid=14392 vsize=280852 CPUtime=1800.23
/proc/14394/stat : 14394 (pbscip.linux.x8) R 14392 14394 14156 0 -1 4202496 3639745 0 0 0 175135 4888 0 0 18 0 1 0 134250679 287592448 67261 4089446400 4194304 9819077 140735293761232 18446744073709551615 4408801 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14394/statm: 70213 67261 741 1374 0 68834 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 280852

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.28
CPU user time (s): 1751.39
CPU system time (s): 48.8926
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 292036

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

runsolver used 3.22751 second user time and 6.596 second system time

The end

Launcher Data

Begin job on node108 at 2010-06-30 22:25:34
IDJOB=2693028
IDBENCH=79298
IDSOLVER=1205
FILE ID=node108/2693028-1277929534
PBS_JOBID= 11197390
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 5b6bb33016643c054f0ad34369984077
RANDOM SEED=2109743883

node108.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.855
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.71
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.855
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	: 5320.05
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.855
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.855
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.855
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.79
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.855
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.83
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.855
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.74
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.855
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29709768 kB
Buffers:        211728 kB
Cached:        1176388 kB
SwapCached:          0 kB
Active:        2232128 kB
Inactive:       861988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29709768 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     1706264 kB
Mapped:          16276 kB
Slab:            79916 kB
PageTables:       8672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1877356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node108 at 2010-06-30 22:55:36