Trace number 2692971

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.27 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554072--soft-0-100-0.wbo
MD5SUMa56ccccf952bf820f5367d29dba24868
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 benchmark24.5563
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 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.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-2692971-1277926476.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 135714
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.357140e+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.98
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.357140e+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.357140e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.357140e+05 |    Inf 
17.99/18.08	c  17.8s| 10000 |  9999 |  7208 |   0.7 |  48M|2413 |   0 |5645 |5416 |5645 | 230 |2310 |   2 | 741 | 0.000000e+00 | 1.357140e+05 |    Inf 
31.59/31.62	c  31.2s| 20000 | 19999 |  7771 |   0.4 |  68M|2413 |   0 |5645 |5416 |5645 | 227 |2450 |   2 | 759 | 0.000000e+00 | 1.357140e+05 |    Inf 
40.19/40.25	o 754
40.19/40.25	c *39.8s| 26332 | 25032 |  8122 |   0.3 |  77M|2413 |   - |5645 |5416 |5645 | 224 |2568 |   2 | 766 | 0.000000e+00 | 7.540000e+02 |    Inf 
43.38/43.40	o 631
43.38/43.40	c *42.8s| 28118 | 25340 |  8748 |   0.3 |  78M|2413 |   - |5645 |5444 |5645 | 255 |2758 |  30 | 773 | 0.000000e+00 | 6.310000e+02 |    Inf 
46.48/46.51	o 601
46.48/46.51	c *45.9s| 29690 | 26432 |  9892 |   0.3 |  81M|2413 |   - |5645 |5461 |5645 | 244 |3108 |  47 | 797 | 0.000000e+00 | 6.010000e+02 |    Inf 
47.09/47.12	c  46.5s| 30000 | 26738 | 10076 |   0.3 |  82M|2413 |   0 |5645 |5478 |5645 | 266 |3164 |  64 | 797 | 0.000000e+00 | 6.010000e+02 |    Inf 
49.19/49.26	o 580
49.19/49.26	c *48.6s| 31092 | 27469 | 10533 |   0.3 |  84M|2413 |   - |5645 |5621 |5645 | 219 |3332 | 207 | 802 | 0.000000e+00 | 5.800000e+02 |    Inf 
49.29/49.30	o 574
49.29/49.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.29/49.30	c *48.7s| 31108 | 27355 | 10537 |   0.3 |  83M|2413 |   - |5645 |5621 |5645 | 219 |3332 | 207 | 802 | 0.000000e+00 | 5.740000e+02 |    Inf 
51.09/51.19	o 558
51.09/51.19	c *50.5s| 32035 | 27773 | 10878 |   0.3 |  85M|2413 |   - |5645 |5828 |5645 | 230 |3475 | 414 | 802 | 0.000000e+00 | 5.580000e+02 |    Inf 
51.19/51.28	o 550
51.19/51.28	c *50.6s| 32079 | 27516 | 10889 |   0.3 |  84M|2413 |   - |5645 |5828 |5645 | 231 |3476 | 414 | 802 | 0.000000e+00 | 5.500000e+02 |    Inf 
51.39/51.47	o 548
51.39/51.47	c *50.8s| 32137 | 27454 | 10948 |   0.3 |  84M|2413 |   - |5645 |5992 |5645 | 225 |3483 | 578 | 802 | 0.000000e+00 | 5.480000e+02 |    Inf 
51.39/51.48	o 537
51.39/51.48	c *50.8s| 32138 | 27042 | 10948 |   0.3 |  83M|2413 |   - |5645 |5992 |5645 | 225 |3483 | 578 | 802 | 0.000000e+00 | 5.370000e+02 |    Inf 
51.70/51.79	o 521
51.70/51.79	c *51.1s| 32319 | 26498 | 10969 |   0.3 |  82M|2413 |   - |5645 |6002 |5645 | 222 |3490 | 588 | 802 | 0.000000e+00 | 5.210000e+02 |    Inf 
51.89/51.91	o 506
51.89/51.91	c *51.2s| 32360 | 25708 | 11001 |   0.3 |  81M|2413 |   - |5645 |6026 |5645 | 224 |3499 | 612 | 802 | 0.000000e+00 | 5.060000e+02 |    Inf 
53.99/54.02	o 478
53.99/54.02	c *53.3s| 33225 | 24929 | 11675 |   0.3 |  81M|2413 |   - |5645 |6391 |5645 | 213 |3739 | 977 | 820 | 0.000000e+00 | 4.780000e+02 |    Inf 
56.19/56.22	o 420
56.19/56.22	c *55.5s| 34125 | 21919 | 12548 |   0.4 |  75M|2413 |   - |5645 |6663 |5645 | 250 |4026 |1249 | 838 | 0.000000e+00 | 4.200000e+02 |    Inf 
56.19/56.23	o 387
56.19/56.23	c *55.5s| 34126 | 19968 | 12548 |   0.4 |  71M|2413 |   - |5645 |6663 |5645 | 250 |4026 |1249 | 838 | 0.000000e+00 | 3.870000e+02 |    Inf 
58.89/58.97	o 354
58.89/58.97	c *58.2s| 34944 | 19065 | 15036 |   0.4 |  71M|2413 |   - |5645 |7100 |5645 | 229 |4780 |1686 | 924 | 0.000000e+00 | 3.540000e+02 |    Inf 
59.89/59.91	o 351
59.89/59.91	c *59.1s| 35163 | 19036 | 15584 |   0.4 |  71M|2413 |   - |5645 |7212 |5645 | 241 |4950 |1798 | 943 | 0.000000e+00 | 3.510000e+02 |    Inf 
59.89/59.92	o 318
59.89/59.92	c *59.1s| 35164 | 17518 | 15584 |   0.4 |  67M|2413 |   - |5645 |7212 |5645 | 241 |4950 |1798 | 943 | 0.000000e+00 | 3.180000e+02 |    Inf 
61.08/61.13	o 310
61.08/61.13	c *60.3s| 35518 | 17560 | 16700 |   0.5 |  68M|2413 |   - |5645 |7437 |5645 | 234 |5255 |2023 | 963 | 0.000000e+00 | 3.100000e+02 |    Inf 
61.69/61.72	o 309
61.69/61.72	c *60.9s| 35721 | 17671 | 17020 |   0.5 |  68M|2413 |   - |5645 |7634 |5645 | 234 |5346 |2220 | 966 | 0.000000e+00 | 3.090000e+02 |    Inf 
63.08/63.14	o 246
63.08/63.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.08/63.14	c *62.3s| 36317 | 14946 | 17574 |   0.5 |  62M|2413 |   - |5645 |7795 |5645 | 211 |5550 |2403 | 973 | 0.000000e+00 | 2.460000e+02 |    Inf 
66.69/66.70	o 230
66.69/66.70	c *65.8s| 37358 | 14741 | 20335 |   0.5 |  64M|2413 |   - |5645 |8467 |5645 | 255 |6543 |3118 |1048 | 0.000000e+00 | 2.300000e+02 |    Inf 
67.00/67.03	o 225
67.00/67.03	c *66.1s| 37437 | 14452 | 20734 |   0.5 |  64M|2413 |   - |5645 |8490 |5645 | 240 |6686 |3154 |1054 | 0.000000e+00 | 2.250000e+02 |    Inf 
67.00/67.08	o 214
67.00/67.08	c *66.2s| 37470 | 13772 | 20769 |   0.5 |  63M|2413 |   - |5645 |8490 |5645 | 241 |6692 |3154 |1054 | 0.000000e+00 | 2.140000e+02 |    Inf 
74.79/74.83	o 209
74.79/74.83	c *73.8s| 39897 | 15163 | 27127 |   0.7 |  70M|2413 |   - |5645 |9436 |5645 | 252 |8541 |4663 |1177 | 0.000000e+00 | 2.090000e+02 |    Inf 
75.19/75.25	c  74.2s| 40000 | 15250 | 27689 |   0.7 |  71M|2413 |   0 |5645 |9362 |5645 | 228 |8671 |4688 |1191 | 0.000000e+00 | 2.090000e+02 |    Inf 
76.89/76.95	o 192
76.89/76.95	c *75.9s| 40517 | 13950 | 29388 |   0.7 |  69M|2413 |   - |5645 |9264 |5645 | 251 |9134 |4849 |1212 | 0.000000e+00 | 1.920000e+02 |    Inf 
76.89/76.97	o 182
76.89/76.97	c *75.9s| 40518 | 13249 | 29388 |   0.7 |  67M|2413 |   - |5645 |9264 |5645 | 251 |9134 |4849 |1212 | 0.000000e+00 | 1.820000e+02 |    Inf 
79.49/79.58	o 174
79.49/79.58	c *78.5s| 41257 | 12904 | 30960 |   0.7 |  67M|2413 |   - |5645 |8496 |5645 | 215 |9437 |5371 |1237 | 0.000000e+00 | 1.740000e+02 |    Inf 
80.79/80.86	o 172
80.79/80.86	c *79.8s| 41673 | 13128 | 32101 |   0.8 |  68M|2413 |   - |5645 |8432 |5645 | 261 |9748 |5550 |1241 | 0.000000e+00 | 1.720000e+02 |    Inf 
90.19/90.27	o 167
90.19/90.27	c *89.0s| 44685 | 14879 | 40719 |   0.9 |  79M|2413 |   - |5645 |7304 |5645 | 226 |  12k|7396 |1338 | 0.000000e+00 | 1.670000e+02 |    Inf 
91.89/91.93	o 159
91.89/91.93	c *90.7s| 45293 | 14530 | 42887 |   0.9 |  79M|2413 |   - |5645 |7146 |5645 | 259 |  12k|7540 |1364 | 0.000000e+00 | 1.590000e+02 |    Inf 
91.89/91.94	o 140
91.89/91.94	c *90.7s| 45294 | 12574 | 42890 |   0.9 |  72M|2413 |   - |5645 |7146 |5645 | 259 |  12k|7540 |1364 | 0.000000e+00 | 1.400000e+02 |    Inf 
92.09/92.10	o 136
92.09/92.10	c *90.8s| 45329 | 12133 | 43151 |   0.9 |  70M|2413 |   - |5645 |7157 |5645 | 256 |  12k|7576 |1371 | 0.000000e+00 | 1.360000e+02 |    Inf 
92.79/92.85	o 134
92.79/92.85	c *91.6s| 45660 | 12195 | 44000 |   1.0 |  71M|2413 |   - |5645 |7131 |5645 | 229 |  12k|7604 |1374 | 0.000000e+00 | 1.340000e+02 |    Inf 
92.89/92.93	o 108
92.89/92.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.89/92.93	c *91.6s| 45685 |  8818 | 44031 |   1.0 |  58M|2413 |   - |5645 |7141 |5645 | 237 |  12k|7614 |1374 | 0.000000e+00 | 1.080000e+02 |    Inf 
92.89/92.94	o 102
92.89/92.94	c *91.7s| 45686 |  8228 | 44031 |   1.0 |  56M|2413 |   - |5645 |7141 |5645 | 237 |  12k|7614 |1374 | 0.000000e+00 | 1.020000e+02 |    Inf 
94.29/94.39	o 90
94.29/94.39	c *93.1s| 46023 |  7092 | 46263 |   1.0 |  54M|2413 |   - |5645 |7168 |5645 | 277 |  13k|7848 |1440 | 0.000000e+00 | 9.000000e+01 |    Inf 
95.09/95.16	o 86
95.09/95.16	c *93.8s| 46285 |  6712 | 47303 |   1.0 |  53M|2413 |   - |5645 |6813 |5645 | 264 |  13k|7944 |1465 | 0.000000e+00 | 8.600000e+01 |    Inf 
95.19/95.26	o 83
95.19/95.26	c *93.9s| 46295 |  6268 | 47535 |   1.0 |  51M|2413 |   - |5645 |6661 |5645 | 269 |  13k|7955 |1468 | 0.000000e+00 | 8.300000e+01 |    Inf 
95.39/95.41	o 79
95.39/95.41	c *94.1s| 46312 |  5990 | 47757 |   1.0 |  51M|2413 |   - |5645 |6512 |5645 | 234 |  13k|7960 |1472 | 0.000000e+00 | 7.900000e+01 |    Inf 
95.39/95.49	o 75
95.39/95.49	c *94.2s| 46324 |  5371 | 47856 |   1.0 |  49M|2413 |   - |5645 |6363 |5645 | 225 |  13k|7969 |1480 | 0.000000e+00 | 7.500000e+01 |    Inf 
95.89/95.94	o 68
95.89/95.94	c *94.6s| 46400 |  4603 | 48735 |   1.0 |  47M|2413 |   - |5645 |6219 |5645 | 277 |  14k|8023 |1500 | 0.000000e+00 | 6.800000e+01 |    Inf 
95.99/96.08	o 46
95.99/96.08	c *94.7s| 46479 |  2409 | 48752 |   1.0 |  39M|2413 |   - |5645 |6004 |5645 | 279 |  14k|8023 |1500 | 0.000000e+00 | 4.600000e+01 |    Inf 
96.39/96.40	o 31
96.39/96.40	c *95.0s| 46706 |  1469 | 48943 |   1.0 |  36M|2413 |   - |5645 |5324 |5645 | 232 |  14k|8033 |1504 | 0.000000e+00 | 3.100000e+01 |    Inf 
104.69/104.71	c   103s| 50000 |  1539 | 61860 |   1.2 |  38M|2413 |   1 |5645 |6250 |5645 | 176 |  16k|  11k|1635 | 0.000000e+00 | 3.100000e+01 |    Inf 
130.09/130.17	c   128s| 60000 |  1901 | 99769 |   1.7 |  46M|2413 |   1 |5645 |9011 |5645 | 227 |  23k|  24k|1949 | 0.000000e+00 | 3.100000e+01 |    Inf 
155.10/155.14	c   153s| 70000 |  2177 |127790 |   1.8 |  52M|2413 |   1 |5645 |  10k|5645 | 246 |  27k|  36k|2168 | 0.000000e+00 | 3.100000e+01 |    Inf 
179.89/179.93	c   177s| 80000 |  2381 |158185 |   2.0 |  56M|2413 |   1 |5645 |  10k|5645 | 254 |  31k|  49k|2398 | 0.000000e+00 | 3.100000e+01 |    Inf 
190.69/190.76	o 28
190.69/190.76	c * 188s| 84240 |  2377 |171482 |   2.0 |  57M|2413 |   - |5645 |9543 |5645 | 234 |  33k|  54k|2505 | 0.000000e+00 | 2.800000e+01 |    Inf 
205.70/205.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.70/205.73	c   202s| 90000 |  2590 |189150 |   2.1 |  60M|2413 |   1 |5645 |  10k|5645 | 222 |  36k|  62k|2605 | 0.000000e+00 | 2.800000e+01 |    Inf 
211.00/211.07	o 25
211.00/211.07	c * 208s| 92097 |  2487 |194728 |   2.1 |  59M|2413 |   - |5645 |  10k|5645 | 230 |  37k|  64k|2656 | 0.000000e+00 | 2.500000e+01 |    Inf 
211.00/211.08	o 22
211.00/211.08	c * 208s| 92098 |  2410 |194728 |   2.1 |  59M|2413 |   - |5645 |  10k|5645 | 230 |  37k|  64k|2656 | 0.000000e+00 | 2.200000e+01 |    Inf 
216.50/216.58	o 14
216.50/216.58	c * 213s| 94297 |  2216 |201308 |   2.1 |  56M|2413 |   - |5645 |  10k|5645 | 245 |  38k|  67k|2679 | 0.000000e+00 | 1.400000e+01 |    Inf 
228.90/228.93	c   225s|100000 |  2389 |219341 |   2.2 |  59M|2413 |  10 |5645 |9627 |5645 | 225 |  40k|  75k|2801 | 0.000000e+00 | 1.400000e+01 |    Inf 
250.30/250.33	c   246s|110000 |  2562 |250420 |   2.3 |  63M|2413 |   - |5645 |  10k|   0 |   0 |  44k|  88k|2950 | 0.000000e+00 | 1.400000e+01 |    Inf 
272.20/272.20	c   267s|120000 |  2508 |283266 |   2.4 |  64M|2413 |   - |5645 |8781 |   0 |   0 |  48k| 102k|3164 | 0.000000e+00 | 1.400000e+01 |    Inf 
293.29/293.33	c   288s|130000 |  2571 |316227 |   2.4 |  66M|2413 |   1 |5645 |  10k|5645 | 239 |  52k| 114k|3295 | 0.000000e+00 | 1.400000e+01 |    Inf 
305.28/305.38	o 13
305.28/305.38	c * 300s|135576 |  2452 |337301 |   2.5 |  66M|2413 |   - |5645 |7965 |5645 | 233 |  55k| 121k|3443 | 0.000000e+00 | 1.300000e+01 |    Inf 
311.08/311.17	o 10
311.08/311.17	c * 306s|138600 |  2318 |346353 |   2.5 |  63M|2413 |   - |5645 |8406 |5645 | 233 |  56k| 125k|3467 | 0.000000e+00 | 1.000000e+01 |    Inf 
313.78/313.85	c   308s|140000 |  2322 |351319 |   2.5 |  64M|2413 |   - |5645 |8321 |   0 |   0 |  56k| 127k|3510 | 0.000000e+00 | 1.000000e+01 |    Inf 
332.78/332.84	c   327s|150000 |  2393 |388509 |   2.6 |  66M|2413 |  25 |5645 |  10k|5645 | 265 |  60k| 140k|3657 | 0.000000e+00 | 1.000000e+01 |    Inf 
351.48/351.54	c   345s|160000 |  2367 |420790 |   2.6 |  66M|2413 |   4 |5645 |8869 |5645 | 245 |  64k| 154k|3776 | 0.000000e+00 | 1.000000e+01 |    Inf 
370.78/370.81	c   364s|170000 |  2209 |457275 |   2.7 |  65M|2413 |  11 |5645 |7120 |5645 | 191 |  68k| 167k|4001 | 0.000000e+00 | 1.000000e+01 |    Inf 
388.88/388.97	c   382s|180000 |  2206 |488526 |   2.7 |  66M|2413 |   1 |5645 |8976 |5645 | 257 |  72k| 180k|4105 | 0.000000e+00 | 1.000000e+01 |    Inf 
397.78/397.86	o 9
397.78/397.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.78/397.86	c * 390s|184834 |  2184 |503897 |   2.7 |  66M|2413 |   - |5645 |9212 |5645 | 249 |  74k| 186k|4138 | 0.000000e+00 | 9.000000e+00 |    Inf 
400.88/400.97	o 6
400.88/400.97	c * 393s|186496 |  1817 |509185 |   2.7 |  59M|2413 |   - |5645 |9090 |5645 | 280 |  74k| 188k|4176 | 0.000000e+00 | 6.000000e+00 |    Inf 
407.08/407.14	c   399s|190000 |  1826 |521275 |   2.7 |  59M|2413 |   - |5645 |8879 |   0 |   0 |  75k| 193k|4197 | 0.000000e+00 | 6.000000e+00 |    Inf 
425.79/425.89	c   418s|200000 |  1888 |556094 |   2.8 |  62M|2413 |   - |5645 |  13k|   0 |   0 |  79k| 207k|4309 | 0.000000e+00 | 6.000000e+00 |    Inf 
444.99/445.03	c   437s|210000 |  1754 |592682 |   2.8 |  60M|2413 |   - |5645 |  11k|   0 |   0 |  83k| 221k|4432 | 0.000000e+00 | 6.000000e+00 |    Inf 
463.48/463.53	c   455s|220000 |  1845 |628251 |   2.9 |  61M|2413 |   1 |5645 |  11k|5645 | 176 |  87k| 234k|4556 | 0.000000e+00 | 6.000000e+00 |    Inf 
482.98/483.08	c   474s|230000 |  2004 |660498 |   2.9 |  63M|2413 |   - |5645 |  12k|   0 |   0 |  92k| 247k|4656 | 0.000000e+00 | 6.000000e+00 |    Inf 
502.09/502.10	c   492s|240000 |  2002 |694490 |   2.9 |  64M|2413 |   1 |5645 |  11k|5645 | 189 |  96k| 260k|4840 | 0.000000e+00 | 6.000000e+00 |    Inf 
520.99/521.01	c   511s|250000 |  2100 |725147 |   2.9 |  66M|2413 |   - |5645 |  14k|   0 |   0 |  99k| 272k|4900 | 0.000000e+00 | 6.000000e+00 |    Inf 
541.39/541.45	c   531s|260000 |  2177 |760276 |   2.9 |  68M|2413 |   - |5645 |  17k|   0 |   0 | 103k| 285k|4977 | 0.000000e+00 | 6.000000e+00 |    Inf 
563.29/563.34	c   553s|270000 |  2257 |797103 |   3.0 |  70M|2413 |   1 |5645 |  16k|5645 | 210 | 107k| 299k|5062 | 0.000000e+00 | 6.000000e+00 |    Inf 
587.59/587.60	c   576s|280000 |  2258 |836544 |   3.0 |  71M|2413 |   1 |5645 |  19k|5645 | 249 | 112k| 312k|5180 | 0.000000e+00 | 6.000000e+00 |    Inf 
609.89/609.96	c   598s|290000 |  2276 |872513 |   3.0 |  71M|2413 |   1 |5645 |  16k|5645 | 215 | 116k| 325k|5313 | 0.000000e+00 | 6.000000e+00 |    Inf 
630.79/630.89	c   619s|300000 |  2297 |905696 |   3.0 |  71M|2413 |   1 |5645 |  16k|5645 | 220 | 120k| 339k|5413 | 0.000000e+00 | 6.000000e+00 |    Inf 
651.70/651.79	c   639s|310000 |  2484 |944706 |   3.0 |  73M|2413 |   - |5645 |  19k|   0 |   0 | 124k| 353k|5499 | 0.000000e+00 | 6.000000e+00 |    Inf 
673.20/673.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.20/673.21	c   660s|320000 |  2670 |981747 |   3.1 |  75M|2413 |  11 |5645 |  19k|5645 | 266 | 129k| 366k|5571 | 0.000000e+00 | 6.000000e+00 |    Inf 
695.60/695.63	c   683s|330000 |  2723 |  1017k|   3.1 |  77M|2413 |   1 |5645 |  22k|5645 | 231 | 133k| 381k|5661 | 0.000000e+00 | 6.000000e+00 |    Inf 
719.70/719.72	c   706s|340000 |  2717 |  1054k|   3.1 |  77M|2413 |   - |5645 |  20k|   0 |   0 | 137k| 395k|5744 | 0.000000e+00 | 6.000000e+00 |    Inf 
744.09/744.12	c   730s|350000 |  2713 |  1092k|   3.1 |  77M|2413 |   1 |5645 |  19k|5645 | 215 | 141k| 409k|5803 | 0.000000e+00 | 6.000000e+00 |    Inf 
768.70/768.71	c   754s|360000 |  2922 |  1127k|   3.1 |  79M|2413 |   1 |5645 |  19k|5645 | 210 | 145k| 423k|5881 | 0.000000e+00 | 6.000000e+00 |    Inf 
793.49/793.53	c   778s|370000 |  3013 |  1163k|   3.1 |  80M|2413 |   - |5645 |  19k|   0 |   0 | 149k| 437k|5978 | 0.000000e+00 | 6.000000e+00 |    Inf 
817.80/817.86	c   801s|380000 |  3038 |  1198k|   3.2 |  81M|2413 |   - |5645 |  20k|   0 |   0 | 153k| 451k|6049 | 0.000000e+00 | 6.000000e+00 |    Inf 
841.90/841.90	c   825s|390000 |  3146 |  1231k|   3.2 |  83M|2413 |   - |5645 |  21k|   0 |   0 | 157k| 465k|6095 | 0.000000e+00 | 6.000000e+00 |    Inf 
866.50/866.57	c   849s|400000 |  3107 |  1265k|   3.2 |  82M|2413 |  10 |5645 |  18k|5645 | 232 | 160k| 480k|6166 | 0.000000e+00 | 6.000000e+00 |    Inf 
890.91/890.98	c   872s|410000 |  3225 |  1304k|   3.2 |  84M|2413 |   1 |5645 |  18k|5645 | 256 | 165k| 495k|6234 | 0.000000e+00 | 6.000000e+00 |    Inf 
916.00/916.04	c   897s|420000 |  3219 |  1348k|   3.2 |  84M|2413 |   - |5645 |  17k|   0 |   0 | 169k| 509k|6337 | 0.000000e+00 | 6.000000e+00 |    Inf 
939.60/939.68	c   919s|430000 |  3134 |  1390k|   3.2 |  84M|2413 |   - |5645 |  17k|   0 |   0 | 174k| 524k|6398 | 0.000000e+00 | 6.000000e+00 |    Inf 
963.51/963.60	c   942s|440000 |  3079 |  1427k|   3.2 |  84M|2413 |   1 |5645 |  17k|5645 | 224 | 177k| 538k|6457 | 0.000000e+00 | 6.000000e+00 |    Inf 
987.61/987.63	c   966s|450000 |  3136 |  1462k|   3.3 |  86M|2413 |  24 |5645 |  20k|5645 | 256 | 182k| 552k|6520 | 0.000000e+00 | 6.000000e+00 |    Inf 
1012.71/1012.73	c   990s|460000 |  3050 |  1502k|   3.3 |  85M|2413 |  14 |5645 |  18k|5645 | 228 | 186k| 567k|6594 | 0.000000e+00 | 6.000000e+00 |    Inf 
1036.61/1036.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.61/1036.63	c  1013s|470000 |  3218 |  1538k|   3.3 |  87M|2413 |   1 |5645 |  19k|5645 | 274 | 190k| 581k|6743 | 0.000000e+00 | 6.000000e+00 |    Inf 
1062.31/1062.30	c  1038s|480000 |  3364 |  1574k|   3.3 |  89M|2413 |   - |5645 |  21k|   0 |   0 | 193k| 595k|6800 | 0.000000e+00 | 6.000000e+00 |    Inf 
1087.71/1087.76	c  1062s|490000 |  3420 |  1610k|   3.3 |  89M|2413 |  21 |5645 |  21k|5645 | 282 | 197k| 610k|6858 | 0.000000e+00 | 6.000000e+00 |    Inf 
1114.81/1114.88	c  1089s|500000 |  3582 |  1648k|   3.3 |  91M|2413 |   - |5645 |  22k|   0 |   0 | 200k| 624k|6926 | 0.000000e+00 | 6.000000e+00 |    Inf 
1139.81/1139.89	c  1113s|510000 |  3605 |  1687k|   3.3 |  91M|2413 |   1 |5645 |  20k|5645 | 258 | 204k| 638k|6989 | 0.000000e+00 | 6.000000e+00 |    Inf 
1165.41/1165.42	c  1138s|520000 |  3607 |  1725k|   3.3 |  91M|2413 |   - |5645 |  18k|5645 | 287 | 208k| 652k|7052 | 0.000000e+00 | 6.000000e+00 |    Inf 
1189.71/1189.73	c  1161s|530000 |  3583 |  1759k|   3.3 |  91M|2413 |   - |5645 |  18k|   0 |   0 | 211k| 667k|7159 | 0.000000e+00 | 6.000000e+00 |    Inf 
1212.71/1212.72	c  1183s|540000 |  3596 |  1797k|   3.3 |  91M|2413 |   1 |5645 |  15k|5645 | 269 | 215k| 681k|7290 | 0.000000e+00 | 6.000000e+00 |    Inf 
1235.22/1235.24	c  1205s|550000 |  3585 |  1835k|   3.3 |  91M|2413 |   1 |5645 |  15k|5645 | 293 | 219k| 696k|7464 | 0.000000e+00 | 6.000000e+00 |    Inf 
1257.72/1257.72	c  1227s|560000 |  3588 |  1874k|   3.3 |  92M|2413 |   - |5645 |  16k|   0 |   0 | 223k| 710k|7493 | 0.000000e+00 | 6.000000e+00 |    Inf 
1280.62/1280.65	c  1249s|570000 |  3542 |  1913k|   3.4 |  92M|2413 |   - |5645 |  16k|   0 |   0 | 226k| 725k|7561 | 0.000000e+00 | 6.000000e+00 |    Inf 
1303.22/1303.26	c  1270s|580000 |  3508 |  1950k|   3.4 |  92M|2413 |   - |5645 |  17k|   0 |   0 | 230k| 740k|7617 | 0.000000e+00 | 6.000000e+00 |    Inf 
1326.32/1326.34	c  1293s|590000 |  3367 |  1986k|   3.4 |  91M|2413 |   - |5645 |  14k|   0 |   0 | 233k| 754k|7686 | 0.000000e+00 | 6.000000e+00 |    Inf 
1347.52/1347.55	c  1313s|600000 |  3375 |  2022k|   3.4 |  90M|2413 |   1 |5645 |  10k|5645 | 270 | 237k| 768k|7828 | 0.000000e+00 | 6.000000e+00 |    Inf 
1369.12/1369.19	c  1334s|610000 |  3392 |  2062k|   3.4 |  92M|2413 |  14 |5645 |  13k|5645 | 305 | 241k| 783k|7867 | 0.000000e+00 | 6.000000e+00 |    Inf 
1391.82/1391.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.82/1391.81	c  1356s|620000 |  3370 |  2099k|   3.4 |  91M|2413 |   - |5645 |  12k|   0 |   0 | 244k| 797k|7912 | 0.000000e+00 | 6.000000e+00 |    Inf 
1414.62/1414.65	c  1378s|630000 |  3357 |  2138k|   3.4 |  93M|2413 |   6 |5645 |  15k|5645 | 276 | 249k| 811k|7970 | 0.000000e+00 | 6.000000e+00 |    Inf 
1436.82/1436.82	c  1399s|640000 |  3221 |  2176k|   3.4 |  90M|2413 |   - |5645 |  13k|   0 |   0 | 253k| 826k|8014 | 0.000000e+00 | 6.000000e+00 |    Inf 
1459.63/1459.69	c  1421s|650000 |  3087 |  2211k|   3.4 |  88M|2413 |   - |5645 |  11k|   0 |   0 | 257k| 840k|8130 | 0.000000e+00 | 6.000000e+00 |    Inf 
1483.13/1483.15	c  1444s|660000 |  3106 |  2255k|   3.4 |  88M|2413 |   - |5645 |  12k|   0 |   0 | 262k| 854k|8195 | 0.000000e+00 | 6.000000e+00 |    Inf 
1506.63/1506.60	c  1466s|670000 |  3123 |  2291k|   3.4 |  90M|2413 |   - |5645 |  15k|   0 |   0 | 267k| 867k|8241 | 0.000000e+00 | 6.000000e+00 |    Inf 
1530.93/1530.90	c  1490s|680000 |  3057 |  2330k|   3.4 |  89M|2413 |   1 |5645 |  13k|5645 | 259 | 272k| 881k|8293 | 0.000000e+00 | 6.000000e+00 |    Inf 
1552.43/1552.47	c  1511s|690000 |  2939 |  2364k|   3.4 |  89M|2413 |   1 |5645 |  14k|5645 | 292 | 276k| 896k|8367 | 0.000000e+00 | 6.000000e+00 |    Inf 
1576.63/1576.64	c  1534s|700000 |  2920 |  2402k|   3.4 |  91M|2413 |   1 |5645 |  19k|5645 | 260 | 279k| 910k|8407 | 0.000000e+00 | 6.000000e+00 |    Inf 
1601.13/1601.13	c  1558s|710000 |  2859 |  2439k|   3.4 |  89M|2413 |   - |5645 |  15k|   0 |   0 | 284k| 924k|8475 | 0.000000e+00 | 6.000000e+00 |    Inf 
1623.83/1623.83	c  1579s|720000 |  2743 |  2472k|   3.4 |  86M|2413 |   1 |5645 |  11k|5645 | 229 | 288k| 937k|8581 | 0.000000e+00 | 6.000000e+00 |    Inf 
1647.23/1647.20	c  1602s|730000 |  2789 |  2510k|   3.4 |  87M|2413 |  12 |5645 |  13k|5645 | 227 | 291k| 950k|8620 | 0.000000e+00 | 6.000000e+00 |    Inf 
1670.33/1670.35	c  1624s|740000 |  2818 |  2545k|   3.4 |  86M|2413 |   1 |5645 |  11k|5645 | 243 | 295k| 963k|8683 | 0.000000e+00 | 6.000000e+00 |    Inf 
1692.73/1692.77	c  1646s|750000 |  3007 |  2586k|   3.4 |  89M|2413 |   1 |5645 |  13k|5645 | 230 | 301k| 976k|8740 | 0.000000e+00 | 6.000000e+00 |    Inf 
1716.54/1716.54	c  1669s|760000 |  3184 |  2626k|   3.5 |  92M|2413 |   - |5645 |  15k|   0 |   0 | 306k| 990k|8808 | 0.000000e+00 | 6.000000e+00 |    Inf 
1739.63/1739.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1739.63/1739.64	c  1691s|770000 |  3231 |  2662k|   3.5 |  93M|2413 |   7 |5645 |  15k|5645 | 241 | 309k|1003k|8869 | 0.000000e+00 | 6.000000e+00 |    Inf 
1763.14/1763.11	c  1714s|780000 |  3329 |  2700k|   3.5 |  95M|2413 |   6 |5645 |  15k|5645 | 216 | 314k|1017k|8917 | 0.000000e+00 | 6.000000e+00 |    Inf 
1786.64/1786.61	c  1736s|790000 |  3387 |  2738k|   3.5 |  96M|2413 |   - |5645 |  16k|   0 |   0 | 318k|1030k|8959 | 0.000000e+00 | 6.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1749.37
1800.04/1800.00	c Solving Nodes      : 795609
1800.04/1800.00	c Primal Bound       : +6.00000000000000e+00 (217 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.08	s SATISFIABLE
1800.04/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 x210 
1800.04/1800.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 -x168 
1800.04/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1800.04/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.04/1800.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.04/1800.08	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.04/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 
1800.04/1800.08	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.08	v x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1800.04/1800.08	v -x1 
1800.04/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.08	c Solving Time       :    1749.37
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2692971-1277926476.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.08	c Presolved Problem  :
1800.04/1800.08	c   Problem name     : t_HOME/instance-2692971-1277926476.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5414 initial, 24221 maximal
1800.04/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   root node        :          -       2568          -          -       5136          -          -          -          -
1800.04/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   integral         :          0          0          0     489952          0         11        501          0          0     811224
1800.04/1800.08	c   indicator        :       2707          0    4454643      83729          0        265    3358265          0          0          0
1800.04/1800.08	c   linear           :       2707          6    4479571      83396          0     292709   19715361     321150          0          0
1800.04/1800.08	c   logicor          :          0+         0    1199846          0          0      82336    1214383          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0      61029          0          0        127       2634          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0      43987          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      15.12       0.00       0.00      15.12       0.00
1800.04/1800.08	c   indicator        :      28.47       0.03      17.92      10.52       0.00
1800.04/1800.08	c   linear           :     232.74       0.01     224.58       8.15       0.00
1800.04/1800.08	c   logicor          :     229.88       0.00     229.88       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.17       0.00       0.17       0.00       0.00
1800.04/1800.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       0.44          2          0          0
1800.04/1800.08	c   rootredcost      :       0.37         51          0       2568
1800.04/1800.08	c   pseudoobj        :     228.04    4489125       8662    2311067
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      21.80     383834     383728    2395069       27.2      15471       18.1          -
1800.04/1800.08	c   infeasible LP    :       6.07      15031      15031     120162       42.3        300       15.2          0
1800.04/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   pseudo solution  :       0.04        114        114        504       17.2        206        5.2          -
1800.04/1800.08	c   applied globally :          -          -          -    1038302       21.8          -          -          -
1800.04/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.08	c   redcost          :      38.81     496428          0     951192          0          0
1800.04/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.08	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.08	c   cmir             :       0.00          4          0          0          1          0
1800.04/1800.08	c   flowcover        :       0.04          4          0          0          2          0
1800.04/1800.08	c   clique           :       0.01          1          0          0          0          0
1800.04/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.08	c Pricers            :       Time      Calls       Vars
1800.04/1800.08	c   problem variables:       0.00          0          0
1800.04/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   relpscost        :      14.78     406007         11        501          0          0     811224
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :      10.03      43936          0          0          0          0      87872
1800.04/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.08	c   LP solutions     :       0.12          -         51
1800.04/1800.08	c   pseudo solutions :       0.00          -          0
1800.04/1800.08	c   feaspump         :       0.00          0          0
1800.04/1800.08	c   intshifting      :       0.02          3          0
1800.04/1800.08	c   oneopt           :       0.33         44          0
1800.04/1800.08	c   guideddiving     :       0.08         34          0
1800.04/1800.08	c   coefdiving       :       0.24        153          0
1800.04/1800.08	c   fracdiving       :       0.20        153          0
1800.04/1800.08	c   veclendiving     :       0.21        153          0
1800.04/1800.08	c   linesearchdiving :       0.30        153          0
1800.04/1800.08	c   pscostdiving     :       0.20        154          0
1800.04/1800.08	c   crossover        :       2.30         71          1
1800.04/1800.08	c   objpscostdiving  :       0.20        151          0
1800.04/1800.08	c   rootsoldiving    :       0.26        151          0
1800.04/1800.08	c   trivial          :       0.08          2          2
1800.04/1800.08	c   simplerounding   :       0.78     407760          0
1800.04/1800.08	c   zirounding       :       0.52       1000          0
1800.04/1800.08	c   rounding         :       3.49       8996          0
1800.04/1800.08	c   shifting         :       1.79       2830          0
1800.04/1800.08	c   twoopt           :       0.00          0          0
1800.04/1800.08	c   fixandinfer      :       0.00          0          0
1800.04/1800.08	c   intdiving        :       0.00          0          0
1800.04/1800.08	c   actconsdiving    :       0.00          0          0
1800.04/1800.08	c   octane           :       0.00          0          0
1800.04/1800.08	c   rens             :       0.02          1          0
1800.04/1800.08	c   rins             :       0.00          0          0
1800.04/1800.08	c   localbranching   :       0.00          0          0
1800.04/1800.08	c   mutation         :       0.00          0          0
1800.04/1800.08	c   dins             :       0.00          0          0
1800.04/1800.08	c   undercover       :       0.00          0          0
1800.04/1800.08	c   nlp              :       0.09          0          0
1800.04/1800.08	c   trysol           :       4.95       8947        163
1800.04/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.08	c   dual LP          :     452.83     464534    2758664       5.94    6092.05
1800.04/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.08	c   diving/probing LP:       0.09         67       1480      22.09   16444.44
1800.04/1800.08	c   strong branching :      11.53       8992      94319      10.49    8180.31
1800.04/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.08	c B&B Tree           :
1800.04/1800.08	c   number of runs   :          1
1800.04/1800.08	c   nodes            :     795609
1800.04/1800.08	c   nodes (total)    :     795609
1800.04/1800.08	c   nodes left       :       3429
1800.04/1800.08	c   max depth        :       2413
1800.04/1800.08	c   max depth (total):       2413
1800.04/1800.08	c   backtracks       :      64016 (8.0%)
1800.04/1800.08	c   delayed cutoffs  :      57010
1800.04/1800.08	c   repropagations   :    2332861 (4667278 domain reductions, 53178 cutoffs)
1800.04/1800.08	c   avg switch length:       7.31
1800.04/1800.08	c   switching time   :     253.79
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        217 (52 improvements)
1800.04/1800.08	c   First Solution   : +1.35714000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 186496 nodes, 393.45 seconds, depth 39, found by <relaxation>)
1800.04/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.08	c   Gap              :   infinite
1800.04/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.08	c   Root Iterations  :        183
1800.24/1800.22	c Time complete: 1800.26.

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-2692971-1277926476/watcher-2692971-1277926476 -o /tmp/evaluation-result-2692971-1277926476/solver-2692971-1277926476 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692971-1277926476.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: 1.89 1.98 1.99 4/178 17628
/proc/meminfo: memFree=31249752/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=11308 CPUtime=0
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1705 0 0 0 0 0 0 0 24 0 1 0 133941923 11579392 1625 4089446400 4194304 9819077 140737345181056 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17628/statm: 2827 1643 392 1374 0 1448 0

[startup+0.08198 s]
/proc/loadavg: 1.89 1.98 1.99 4/178 17628
/proc/meminfo: memFree=31249752/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=36404 CPUtime=0.07
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 8123 0 0 0 6 1 0 0 24 0 1 0 133941923 37277696 7689 4089446400 4194304 9819077 140737345181056 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36404

[startup+0.100987 s]
/proc/loadavg: 1.89 1.98 1.99 4/178 17628
/proc/meminfo: memFree=31249752/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=36404 CPUtime=0.09
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 8123 0 0 0 8 1 0 0 24 0 1 0 133941923 37277696 7689 4089446400 4194304 9819077 140737345181056 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300946 s]
/proc/loadavg: 1.89 1.98 1.99 4/178 17628
/proc/meminfo: memFree=31249752/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=53516 CPUtime=0.29
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 12810 0 0 0 27 2 0 0 25 0 1 0 133941923 54800384 11777 4089446400 4194304 9819077 140737345181056 18446744073709551615 4384268 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 13379 11777 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700863 s]
/proc/loadavg: 1.89 1.98 1.99 4/178 17628
/proc/meminfo: memFree=31249752/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=47232 CPUtime=0.69
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 27964 0 0 0 65 4 0 0 25 0 1 0 133941923 48365568 9994 4089446400 4194304 9819077 140737345181056 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 11808 9994 697 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.50071 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 17629
/proc/meminfo: memFree=31211304/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=47556 CPUtime=1.49
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 39252 0 0 0 144 5 0 0 25 0 1 0 133941923 48697344 10365 4089446400 4194304 9819077 140737345181056 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 11936 10366 699 1374 0 10557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47556

[startup+3.10041 s]
/proc/loadavg: 1.89 1.98 1.99 3/179 17629
/proc/meminfo: memFree=31206968/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=51780 CPUtime=3.09
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 58619 0 0 0 300 9 0 0 25 0 1 0 133941923 53022720 11585 4089446400 4194304 9819077 140737345181056 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 12945 11585 700 1374 0 11566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51780

[startup+6.30078 s]
/proc/loadavg: 1.90 1.98 1.99 3/179 17630
/proc/meminfo: memFree=31199852/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=58908 CPUtime=6.29
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 69078 0 0 0 616 13 0 0 25 0 1 0 133941923 60321792 13340 4089446400 4194304 9819077 140737345181056 18446744073709551615 6361778 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 14727 13340 704 1374 0 13348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58908

[startup+12.7006 s]
/proc/loadavg: 1.91 1.98 1.99 3/179 17630
/proc/meminfo: memFree=31192172/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=66796 CPUtime=12.69
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 84826 0 0 0 1247 22 0 0 25 0 1 0 133941923 68399104 15063 4089446400 4194304 9819077 140737345181056 18446744073709551615 6512973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17628/statm: 16699 15063 704 1374 0 15320 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66796

[startup+25.5011 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 17630
/proc/meminfo: memFree=31171684/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=87628 CPUtime=25.49
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 100622 0 0 0 2514 35 0 0 25 0 1 0 133941923 89731072 20315 4089446400 4194304 9819077 140737345181056 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 21907 20315 704 1374 0 20528 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87628

[startup+51.1002 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 17631
/proc/meminfo: memFree=31142600/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=115672 CPUtime=51.09
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 168072 0 0 0 5045 64 0 0 25 0 1 0 133941923 118448128 27478 4089446400 4194304 9819077 140737345181056 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 28918 27478 705 1374 0 27539 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115672

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 17632
/proc/meminfo: memFree=31081624/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=178140 CPUtime=102.29
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 385023 0 0 0 10084 145 0 0 25 0 1 0 133941923 182415360 42615 4089446400 4194304 9819077 140737345181056 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 44535 42615 710 1374 0 43156 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 178140

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17634
/proc/meminfo: memFree=31049096/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=211312 CPUtime=162.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 528371 0 0 0 15977 253 0 0 25 0 1 0 133941923 216383488 50575 4089446400 4194304 9819077 140737345181056 18446744073709551615 6389063 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 52828 50575 712 1374 0 51449 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 211312

[startup+222.3 s]
/proc/loadavg: 1.96 1.97 1.99 3/179 17663
/proc/meminfo: memFree=30847912/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=231112 CPUtime=222.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 719530 0 0 0 21859 371 0 0 25 0 1 0 133941923 236658688 55442 4089446400 4194304 9819077 140737345181056 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 57778 55442 725 1374 0 56399 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 231112

[startup+282.301 s]
/proc/loadavg: 2.46 2.11 2.03 4/200 17741
/proc/meminfo: memFree=30808644/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=240848 CPUtime=282.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 866977 0 0 0 27731 499 0 0 25 0 1 0 133941923 246628352 57990 4089446400 4194304 9819077 140737345181056 18446744073709551615 5918152 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17628/statm: 60212 57990 733 1374 0 58833 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 240848

[startup+342.3 s]
/proc/loadavg: 2.67 2.24 2.08 4/200 17748
/proc/meminfo: memFree=30775244/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=247984 CPUtime=342.28
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1054694 0 0 0 33604 624 0 0 25 0 1 0 133941923 253935616 59546 4089446400 4194304 9819077 140737345181056 18446744073709551615 8655233 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 61996 59546 733 1374 0 60617 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 247984

[startup+402.301 s]
/proc/loadavg: 2.76 2.34 2.12 4/200 17750
/proc/meminfo: memFree=30764860/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=251240 CPUtime=402.28
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1236583 0 0 0 39476 752 0 0 25 0 1 0 133941923 257269760 60281 4089446400 4194304 9819077 140737345181056 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 62810 60281 740 1374 0 61431 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 251240

[startup+462.301 s]
/proc/loadavg: 2.89 2.45 2.17 4/200 17752
/proc/meminfo: memFree=30757220/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=252196 CPUtime=462.28
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1401651 0 0 0 45349 879 0 0 25 0 1 0 133941923 258248704 60552 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 63049 60552 740 1374 0 61670 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 252196

[startup+522.301 s]
/proc/loadavg: 3.33 2.63 2.25 4/200 17753
/proc/meminfo: memFree=30751808/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=256748 CPUtime=522.29
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1535373 0 0 0 51229 1000 0 0 25 0 1 0 133941923 262909952 61552 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 64187 61552 740 1374 0 62808 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 256748

[startup+582.301 s]
/proc/loadavg: 3.07 2.68 2.29 3/200 17755
/proc/meminfo: memFree=30743668/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=259276 CPUtime=582.29
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1654624 0 0 0 57123 1106 0 0 25 0 1 0 133941923 265498624 62237 4089446400 4194304 9819077 140737345181056 18446744073709551615 6581266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 64819 62237 740 1374 0 63440 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 259276

[startup+642.301 s]
/proc/loadavg: 2.94 2.70 2.32 3/200 17756
/proc/meminfo: memFree=30736268/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=261360 CPUtime=642.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 1780133 0 0 0 63013 1217 0 0 25 0 1 0 133941923 267632640 62777 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17628/statm: 65340 62777 740 1374 0 63961 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 261360

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.41 2.29 3/179 17839
/proc/meminfo: memFree=30871772/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=272740 CPUtime=882.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2209007 0 0 0 86402 1828 0 0 25 0 1 0 133941923 279285760 65624 4089446400 4194304 9819077 140737345181056 18446744073709551615 5907392 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 68185 65624 740 1374 0 66806 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 272740

[startup+942.301 s]
/proc/loadavg: 2.02 2.33 2.27 3/179 17840
/proc/meminfo: memFree=30802164/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=273552 CPUtime=942.3
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2324880 0 0 0 92191 2039 0 0 25 0 1 0 133941923 280117248 65839 4089446400 4194304 9819077 140737345181056 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 68388 65839 740 1374 0 67009 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 273552

[startup+1002.3 s]
/proc/loadavg: 2.04 2.28 2.25 3/179 17842
/proc/meminfo: memFree=30727240/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=276196 CPUtime=1002.31
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2432503 0 0 0 97982 2249 0 0 25 0 1 0 133941923 282824704 66491 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 69049 66491 740 1374 0 67670 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 276196

[startup+1062.3 s]
/proc/loadavg: 2.05 2.24 2.24 3/179 17844
/proc/meminfo: memFree=30712564/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=277992 CPUtime=1062.31
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2540100 0 0 0 103777 2454 0 0 25 0 1 0 133941923 284663808 66906 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 69498 66906 740 1374 0 68119 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 277992

[startup+1122.3 s]
/proc/loadavg: 2.02 2.20 2.22 3/179 17845
/proc/meminfo: memFree=30643468/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=280320 CPUtime=1122.31
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2620827 0 0 0 109584 2647 0 0 25 0 1 0 133941923 287047680 67453 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 70080 67453 740 1374 0 68701 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 280320

[startup+1182.3 s]
/proc/loadavg: 2.00 2.16 2.21 3/179 17847
/proc/meminfo: memFree=30594200/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=282652 CPUtime=1182.31
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2676929 0 0 0 115391 2840 0 0 25 0 1 0 133941923 289435648 68034 4089446400 4194304 9819077 140737345181056 18446744073709551615 4651656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 70663 68034 740 1374 0 69284 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 282652

[startup+1242.3 s]
/proc/loadavg: 2.00 2.13 2.19 3/179 17848
/proc/meminfo: memFree=30576052/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=283544 CPUtime=1242.31
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2778396 0 0 0 121179 3052 0 0 25 0 1 0 133941923 290349056 68179 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 70886 68179 740 1374 0 69507 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 283544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.10 2.17 3/179 17850
/proc/meminfo: memFree=30563004/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=284508 CPUtime=1302.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 2900286 0 0 0 126960 3273 0 0 25 0 1 0 133941923 291336192 68373 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71127 68373 740 1374 0 69748 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 284508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.08 2.16 3/179 17852
/proc/meminfo: memFree=30555560/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=284836 CPUtime=1362.32
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3027163 0 0 0 132734 3498 0 0 25 0 1 0 133941923 291672064 68424 4089446400 4194304 9819077 140737345181056 18446744073709551615 6002974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71209 68424 740 1374 0 69830 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 284836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.15 3/179 17853
/proc/meminfo: memFree=30565548/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=285768 CPUtime=1422.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3137888 0 0 0 138506 3727 0 0 25 0 1 0 133941923 292626432 68656 4089446400 4194304 9819077 140737345181056 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71442 68656 740 1374 0 70063 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 285768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.14 3/179 17855
/proc/meminfo: memFree=30563280/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=286408 CPUtime=1482.32
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3249498 0 0 0 144278 3954 0 0 25 0 1 0 133941923 293281792 68852 4089446400 4194304 9819077 140737345181056 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71602 68852 740 1374 0 70223 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 286408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.13 3/179 17856
/proc/meminfo: memFree=30557540/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=287156 CPUtime=1542.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3336563 0 0 0 150072 4161 0 0 25 0 1 0 133941923 294047744 69034 4089446400 4194304 9819077 140737345181056 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71789 69034 740 1374 0 70410 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 287156

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.12 3/179 17867
/proc/meminfo: memFree=30550200/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=287672 CPUtime=1602.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3427608 0 0 0 155872 4361 0 0 25 0 1 0 133941923 294576128 69161 4089446400 4194304 9819077 140737345181056 18446744073709551615 5955661 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 71918 69161 740 1374 0 70539 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 287672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.10 3/179 17869
/proc/meminfo: memFree=30543832/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=289296 CPUtime=1662.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3517920 0 0 0 161659 4574 0 0 25 0 1 0 133941923 296239104 69499 4089446400 4194304 9819077 140737345181056 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 72368 69500 740 1374 0 70989 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 289296

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/179 17870
/proc/meminfo: memFree=30539588/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=291072 CPUtime=1722.33
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3607918 0 0 0 167444 4789 0 0 25 0 1 0 133941923 298057728 69845 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 72768 69845 740 1374 0 71389 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 291072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/179 17872
/proc/meminfo: memFree=30536572/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=292168 CPUtime=1782.34
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3694206 0 0 0 173235 4999 0 0 25 0 1 0 133941923 299180032 70136 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 73042 70136 740 1374 0 71663 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 292168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.08 3/179 17872
/proc/meminfo: memFree=30535572/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=292832 CPUtime=1800.04
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3718586 0 0 0 174939 5065 0 0 25 0 1 0 133941923 299859968 70245 4089446400 4194304 9819077 140737345181056 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17628/statm: 73208 70245 740 1374 0 71829 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 292832

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.01 2.08 3/179 17872
/proc/meminfo: memFree=30535572/32950928 swapFree=67111528/67111528
[pid=17628] ppid=17626 vsize=262572 CPUtime=1800.24
/proc/17628/stat : 17628 (pbscip.linux.x8) R 17626 17628 17603 0 -1 4202496 3718594 0 0 0 174958 5066 0 0 18 0 1 0 133941923 268873728 62686 4089446400 4194304 9819077 140737345181056 18446744073709551615 6180562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17628/statm: 65643 62686 741 1374 0 64264 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 262572

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.27
CPU user time (s): 1749.6
CPU system time (s): 50.6733
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 293836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.6
system time used= 50.6733
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3718598
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= 3
involuntary context switches= 5337

runsolver used 2.76758 second user time and 6.86196 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 21:34:37
IDJOB=2692971
IDBENCH=79270
IDSOLVER=1205
FILE ID=node148/2692971-1277926476
PBS_JOBID= 11197379
Free space on /tmp= 74172 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.1900554072--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-2692971-1277926476/watcher-2692971-1277926476 -o /tmp/evaluation-result-2692971-1277926476/solver-2692971-1277926476 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692971-1277926476.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a56ccccf952bf820f5367d29dba24868
RANDOM SEED=744689922

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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	: 5415.14
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.836
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.836
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.78
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.836
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.79
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.836
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.836
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31250280 kB
Buffers:        206912 kB
Cached:        1278944 kB
SwapCached:          0 kB
Active:         550588 kB
Inactive:      1006196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31250280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6352 kB
Writeback:           0 kB
AnonPages:       70792 kB
Mapped:          15452 kB
Slab:            82240 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   215496 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= 74164 MiB
End job on node148 at 2010-06-30 22:04:39