Trace number 2705009

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.wbo
MD5SUMc0d431beb578ab67ce1970cb297cf650
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark514.642
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705009-1278576803.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137972
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.379720e+05 |    Inf 
19.19/19.22	c  19.2s| 10000 | 10001 |  3720 |   0.4 |  44M|2253 |   0 |5645 |5414 |5645 | 207 |1148 |   0 | 598 | 0.000000e+00 | 1.379720e+05 |    Inf 
36.09/36.12	c  36.1s| 20000 | 19999 |  5076 |   0.2 |  64M|2253 |   0 |5645 |5422 |5645 | 228 |1546 |   8 | 690 | 0.000000e+00 | 1.379720e+05 |    Inf 
53.59/53.64	c  53.6s| 30000 | 30000 |  6529 |   0.2 |  84M|2253 |   0 |5645 |5422 |5645 | 221 |2020 |   8 | 809 | 0.000000e+00 | 1.379720e+05 |    Inf 
67.10/67.19	o 837
67.10/67.19	c *67.2s| 37941 | 36901 |  7574 |   0.2 |  98M|2253 |   - |5645 |5422 |5645 | 219 |2393 |   8 | 838 | 0.000000e+00 | 8.370000e+02 |    Inf 
71.30/71.37	c  71.3s| 40000 | 38960 |  8440 |   0.2 | 103M|2253 |   0 |5645 |5422 |5645 | 195 |2641 |   8 | 860 | 0.000000e+00 | 8.370000e+02 |    Inf 
89.80/89.81	c  89.8s| 50000 | 48958 | 10602 |   0.2 | 123M|2253 |   0 |5645 |5435 |5645 | 229 |3286 |  21 | 978 | 0.000000e+00 | 8.370000e+02 |    Inf 
94.50/94.60	o 431
94.50/94.60	c *94.6s| 52601 | 43360 | 11160 |   0.2 | 113M|2253 |   - |5645 |5440 |5645 | 218 |3449 |  26 | 990 | 0.000000e+00 | 4.310000e+02 |    Inf 
100.19/100.28	o 394
100.19/100.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.19/100.28	c * 100s| 55358 | 43262 | 12228 |   0.2 | 114M|2253 |   - |5645 |5468 |5645 | 207 |3749 |  54 | 990 | 0.000000e+00 | 3.940000e+02 |    Inf 
103.90/103.90	o 378
103.90/103.90	c * 104s| 57028 | 43495 | 13125 |   0.2 | 115M|2253 |   - |5645 |5540 |5645 | 224 |3977 | 126 |1004 | 0.000000e+00 | 3.780000e+02 |    Inf 
112.99/113.06	c   113s| 60000 | 45837 | 18838 |   0.3 | 125M|2253 |   0 |5645 |6910 |5645 | 206 |5685 |1496 |1140 | 0.000000e+00 | 3.780000e+02 |    Inf 
127.09/127.15	o 345
127.09/127.15	c * 127s| 64670 | 45491 | 28141 |   0.4 | 135M|2253 |   - |5645 |9115 |5645 | 209 |8567 |3732 |1217 | 0.000000e+00 | 3.450000e+02 |    Inf 
132.29/132.38	o 339
132.29/132.38	c * 132s| 66377 | 46078 | 30945 |   0.5 | 139M|2253 |   - |5645 |9938 |5645 | 191 |9419 |4584 |1240 | 0.000000e+00 | 3.390000e+02 |    Inf 
132.49/132.53	o 333
132.49/132.53	c * 132s| 66421 | 45334 | 31003 |   0.5 | 138M|2253 |   - |5645 |9947 |5645 | 196 |9431 |4595 |1240 | 0.000000e+00 | 3.330000e+02 |    Inf 
132.49/132.56	o 326
132.49/132.56	c * 133s| 66424 | 44404 | 31026 |   0.5 | 135M|2253 |   - |5645 |9947 |5645 | 202 |9437 |4595 |1240 | 0.000000e+00 | 3.260000e+02 |    Inf 
133.00/133.04	o 316
133.00/133.04	c * 133s| 66558 | 42858 | 31348 |   0.5 | 131M|2253 |   - |5645 |  10k|5645 | 203 |9540 |4658 |1240 | 0.000000e+00 | 3.160000e+02 |    Inf 
135.40/135.46	o 287
135.40/135.46	c * 135s| 67303 | 38620 | 32602 |   0.5 | 120M|2253 |   - |5645 |  10k|5645 | 190 |9837 |4980 |1245 | 0.000000e+00 | 2.870000e+02 |    Inf 
143.80/143.89	c   144s| 70000 | 40762 | 37608 |   0.5 | 130M|2253 |   0 |5645 |  11k|5645 | 223 |  11k|6117 |1295 | 0.000000e+00 | 2.870000e+02 |    Inf 
145.80/145.85	o 272
145.80/145.85	c * 146s| 70573 | 38219 | 39894 |   0.6 | 124M|2253 |   - |5645 |  11k|5645 | 210 |  12k|6420 |1304 | 0.000000e+00 | 2.720000e+02 |    Inf 
152.20/152.28	o 266
152.20/152.28	c * 152s| 72566 | 38780 | 43950 |   0.6 | 128M|2253 |   - |5645 |  11k|5645 | 191 |  13k|7330 |1331 | 0.000000e+00 | 2.660000e+02 |    Inf 
152.20/152.28	o 263
152.20/152.28	c * 152s| 72567 | 38346 | 43951 |   0.6 | 127M|2253 |   - |5645 |  11k|5645 | 191 |  13k|7330 |1331 | 0.000000e+00 | 2.630000e+02 |    Inf 
157.10/157.17	o 249
157.10/157.17	c * 157s| 74099 | 37013 | 46831 |   0.6 | 126M|2253 |   - |5645 |  11k|5645 | 209 |  14k|7976 |1343 | 0.000000e+00 | 2.490000e+02 |    Inf 
161.90/161.92	o 233
161.90/161.92	c * 162s| 75617 | 35247 | 49983 |   0.7 | 124M|2253 |   - |5645 |  11k|5645 | 239 |  15k|8587 |1380 | 0.000000e+00 | 2.330000e+02 |    Inf 
163.09/163.16	o 220
163.09/163.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.09/163.16	c * 163s| 76010 | 32801 | 50695 |   0.7 | 118M|2253 |   - |5645 |  11k|5645 | 216 |  15k|8718 |1382 | 0.000000e+00 | 2.200000e+02 |    Inf 
163.09/163.16	o 212
163.09/163.16	c * 163s| 76011 | 31307 | 50695 |   0.7 | 115M|2253 |   - |5645 |  11k|5645 | 216 |  15k|8718 |1382 | 0.000000e+00 | 2.120000e+02 |    Inf 
171.39/171.45	o 207
171.39/171.45	c * 171s| 78278 | 31948 | 57451 |   0.7 | 121M|2253 |   - |5645 |  11k|5645 | 206 |  17k|9757 |1401 | 0.000000e+00 | 2.070000e+02 |    Inf 
177.10/177.19	c   177s| 80000 | 33279 | 62030 |   0.8 | 127M|2253 |   0 |5645 |  10k|5645 | 220 |  18k|  10k|1420 | 0.000000e+00 | 2.070000e+02 |    Inf 
180.10/180.19	o 192
180.10/180.19	c * 180s| 80885 | 31276 | 64102 |   0.8 | 121M|2253 |   - |5645 |9816 |5645 | 190 |  19k|  10k|1426 | 0.000000e+00 | 1.920000e+02 |    Inf 
180.20/180.20	o 185
180.20/180.20	c * 180s| 80886 | 29992 | 64102 |   0.8 | 116M|2253 |   - |5645 |9816 |5645 | 190 |  19k|  10k|1426 | 0.000000e+00 | 1.850000e+02 |    Inf 
180.60/180.66	o 182
180.60/180.66	c * 181s| 81025 | 29614 | 64400 |   0.8 | 116M|2253 |   - |5645 |9714 |5645 | 201 |  19k|  10k|1433 | 0.000000e+00 | 1.820000e+02 |    Inf 
180.70/180.70	o 181
180.70/180.70	c * 181s| 81033 | 29404 | 64434 |   0.8 | 115M|2253 |   - |5645 |9714 |5645 | 201 |  19k|  10k|1433 | 0.000000e+00 | 1.810000e+02 |    Inf 
200.89/200.92	o 175
200.89/200.92	c * 201s| 86787 | 32215 | 84069 |   1.0 | 133M|2253 |   - |5645 |7540 |5645 | 243 |  24k|  13k|1634 | 0.000000e+00 | 1.750000e+02 |    Inf 
211.80/211.82	o 172
211.80/211.82	c * 212s| 89800 | 33482 | 93370 |   1.0 | 143M|2253 |   - |5645 |7669 |5645 | 237 |  27k|  14k|1727 | 0.000000e+00 | 1.720000e+02 |    Inf 
211.80/211.86	o 163
211.80/211.86	c * 212s| 89818 | 31535 | 93388 |   1.0 | 137M|2253 |   - |5645 |7669 |5645 | 234 |  27k|  14k|1727 | 0.000000e+00 | 1.630000e+02 |    Inf 
211.80/211.87	o 154
211.80/211.87	c * 212s| 89819 | 29510 | 93388 |   1.0 | 129M|2253 |   - |5645 |7669 |5645 | 234 |  27k|  14k|1727 | 0.000000e+00 | 1.540000e+02 |    Inf 
212.49/212.58	c   213s| 90000 | 29596 | 93946 |   1.0 | 130M|2253 |   0 |5645 |7837 |5645 | 183 |  27k|  14k|1732 | 0.000000e+00 | 1.540000e+02 |    Inf 
222.70/222.71	o 153
222.70/222.71	c * 223s| 92728 | 31088 |104277 |   1.1 | 143M|2253 |   - |5645 |7982 |5645 | 193 |  30k|  16k|1864 | 0.000000e+00 | 1.530000e+02 |    Inf 
222.70/222.72	o 145
222.70/222.72	c * 223s| 92729 | 29215 |104277 |   1.1 | 137M|2253 |   - |5645 |7982 |5645 | 193 |  30k|  16k|1864 | 0.000000e+00 | 1.450000e+02 |    Inf 
232.40/232.49	o 135
232.40/232.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.40/232.49	c * 232s| 95455 | 29103 |112765 |   1.2 | 141M|2253 |   - |5645 |8314 |5645 | 215 |  32k|  17k|1950 | 0.000000e+00 | 1.350000e+02 |    Inf 
246.31/246.31	o 132
246.31/246.31	c * 246s| 99011 | 30651 |125780 |   1.3 | 157M|2253 |   - |5645 |8190 |5645 | 236 |  36k|  19k|2094 | 0.000000e+00 | 1.320000e+02 |    Inf 
246.31/246.32	o 127
246.31/246.32	c * 246s| 99012 | 29764 |125780 |   1.3 | 152M|2253 |   - |5645 |8190 |5645 | 236 |  36k|  19k|2094 | 0.000000e+00 | 1.270000e+02 |    Inf 
249.70/249.70	o 93
249.70/249.70	c * 250s| 99953 | 22567 |130214 |   1.3 | 122M|2253 |   - |5645 |8139 |5645 | 221 |  38k|  19k|2115 | 0.000000e+00 | 9.300000e+01 |    Inf 
249.90/249.92	c   250s|100000 | 22602 |130420 |   1.3 | 122M|2253 |   0 |5645 |7736 |5645 | 182 |  38k|  19k|2116 | 0.000000e+00 | 9.300000e+01 |    Inf 
250.40/250.49	o 90
250.40/250.49	c * 250s|100115 | 22035 |131613 |   1.3 | 120M|2253 |   - |5645 |7716 |5645 | 200 |  38k|  19k|2136 | 0.000000e+00 | 9.000000e+01 |    Inf 
268.50/268.58	o 82
268.50/268.58	c * 269s|104792 | 22100 |153244 |   1.5 | 134M|2253 |   - |5645 |6988 |5645 | 238 |  44k|  23k|2347 | 0.000000e+00 | 8.200000e+01 |    Inf 
283.71/283.80	o 75
283.71/283.80	c * 284s|108449 | 21245 |173430 |   1.6 | 141M|2253 |   - |5645 |6227 |5645 | 239 |  50k|  27k|2497 | 0.000000e+00 | 7.500000e+01 |    Inf 
284.20/284.24	o 73
284.20/284.24	c * 284s|108544 | 20948 |174208 |   1.6 | 140M|2253 |   - |5645 |6025 |5645 | 219 |  50k|  27k|2509 | 0.000000e+00 | 7.300000e+01 |    Inf 
284.30/284.35	o 70
284.30/284.35	c * 284s|108568 | 19797 |174341 |   1.6 | 133M|2253 |   - |5645 |5943 |5645 | 247 |  51k|  27k|2510 | 0.000000e+00 | 7.000000e+01 |    Inf 
284.50/284.53	o 67
284.50/284.53	c * 285s|108606 | 17311 |174482 |   1.6 | 117M|2253 |   - |5645 |5834 |5645 | 225 |  51k|  27k|2510 | 0.000000e+00 | 6.700000e+01 |    Inf 
289.60/289.64	c   290s|110000 | 17505 |181794 |   1.7 | 120M|2253 |   - |5645 |5727 |   0 |   0 |  53k|  29k|2549 | 0.000000e+00 | 6.700000e+01 |    Inf 
325.00/325.04	c   325s|120000 | 18890 |231156 |   1.9 | 146M|2253 |   4 |5645 |6963 |5645 | 196 |  68k|  40k|2880 | 0.000000e+00 | 6.700000e+01 |    Inf 
362.20/362.21	c   362s|130000 | 21316 |285675 |   2.2 | 183M|2253 |   9 |5645 |7552 |5645 | 211 |  84k|  51k|3199 | 0.000000e+00 | 6.700000e+01 |    Inf 
387.70/387.75	o 64
387.70/387.75	c * 388s|136672 | 22285 |323450 |   2.4 | 203M|2253 |   - |5645 |6971 |5645 | 233 |  96k|  58k|3402 | 0.000000e+00 | 6.400000e+01 |    Inf 
400.61/400.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.61/400.60	c   401s|140000 | 22709 |340480 |   2.4 | 211M|2253 |   7 |5645 |6192 |5645 | 241 | 101k|  62k|3496 | 0.000000e+00 | 6.400000e+01 |    Inf 
435.31/435.36	c   435s|150000 | 23805 |390529 |   2.6 | 233M|2253 |   1 |5645 |6764 |5645 | 260 | 116k|  74k|3732 | 0.000000e+00 | 6.400000e+01 |    Inf 
470.20/470.28	o 58
470.20/470.28	c * 470s|159986 | 23996 |437838 |   2.7 | 250M|2253 |   - |5645 |6872 |5645 | 229 | 129k|  85k|3983 | 0.000000e+00 | 5.800000e+01 |    Inf 
470.30/470.32	c   470s|160000 | 23998 |437913 |   2.7 | 250M|2253 |   1 |5645 |6616 |5645 | 226 | 129k|  85k|3983 | 0.000000e+00 | 5.800000e+01 |    Inf 
472.71/472.74	o 54
472.71/472.74	c * 473s|160756 | 23075 |441279 |   2.7 | 245M|2253 |   - |5645 |6612 |5645 | 244 | 130k|  86k|3996 | 0.000000e+00 | 5.400000e+01 |    Inf 
492.01/492.02	o 53
492.01/492.02	c * 492s|167189 | 23628 |468289 |   2.8 | 254M|2253 |   - |5645 |7319 |5645 | 229 | 137k|  93k|4130 | 0.000000e+00 | 5.300000e+01 |    Inf 
499.91/499.96	c   500s|170000 | 23881 |478725 |   2.8 | 258M|2253 |   6 |5645 |7510 |5645 | 246 | 140k|  97k|4158 | 0.000000e+00 | 5.300000e+01 |    Inf 
525.82/525.89	c   526s|180000 | 24441 |507719 |   2.8 | 266M|2253 |   - |5645 |6725 |   0 |   0 | 147k| 108k|4292 | 0.000000e+00 | 5.300000e+01 |    Inf 
529.61/529.62	o 50
529.61/529.62	c * 530s|181138 | 24160 |512820 |   2.8 | 265M|2253 |   - |5645 |6208 |5645 | 241 | 148k| 110k|4302 | 0.000000e+00 | 5.000000e+01 |    Inf 
554.72/554.74	c   555s|190000 | 24513 |548345 |   2.9 | 273M|2253 |   - |5645 |6955 |   0 |   0 | 157k| 121k|4443 | 0.000000e+00 | 5.000000e+01 |    Inf 
564.01/564.05	o 48
564.01/564.05	c * 564s|193374 | 24221 |557702 |   2.9 | 274M|2253 |   - |5645 |6790 |5645 | 250 | 159k| 124k|4499 | 0.000000e+00 | 4.800000e+01 |    Inf 
582.31/582.36	c   582s|200000 | 24582 |582334 |   2.9 | 279M|2253 |   - |5645 |6757 |   0 |   0 | 166k| 132k|4597 | 0.000000e+00 | 4.800000e+01 |    Inf 
598.42/598.49	o 40
598.42/598.49	c * 598s|205848 | 22010 |601344 |   2.9 | 255M|2253 |   - |5645 |7100 |5645 | 246 | 170k| 139k|4648 | 0.000000e+00 | 4.000000e+01 |    Inf 
609.82/609.80	c   610s|210000 | 22065 |617932 |   2.9 | 258M|2253 |   - |5645 |5716 |   0 |   0 | 174k| 144k|4702 | 0.000000e+00 | 4.000000e+01 |    Inf 
636.12/636.12	c   636s|220000 | 22258 |660723 |   3.0 | 267M|2253 |   3 |5645 |6414 |5645 | 217 | 184k| 157k|4868 | 0.000000e+00 | 4.000000e+01 |    Inf 
662.01/662.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.01/662.10	c   662s|230000 | 22491 |702142 |   3.1 | 274M|2253 |   - |5645 |7521 |   0 |   0 | 194k| 171k|4982 | 0.000000e+00 | 4.000000e+01 |    Inf 
687.81/687.87	c   688s|240000 | 22734 |737688 |   3.1 | 281M|2253 |   - |5645 |8265 |   0 |   0 | 202k| 184k|5122 | 0.000000e+00 | 4.000000e+01 |    Inf 
713.02/713.09	c   713s|250000 | 23009 |769545 |   3.1 | 288M|2253 |   - |5645 |9058 |   0 |   0 | 209k| 197k|5214 | 0.000000e+00 | 4.000000e+01 |    Inf 
738.52/738.54	c   739s|260000 | 23236 |804782 |   3.1 | 293M|2253 |   - |5645 |8852 |   0 |   0 | 215k| 209k|5314 | 0.000000e+00 | 4.000000e+01 |    Inf 
763.82/763.80	c   764s|270000 | 23437 |838757 |   3.1 | 298M|2253 |   - |5645 |8649 |   0 |   0 | 223k| 222k|5431 | 0.000000e+00 | 4.000000e+01 |    Inf 
776.63/776.68	o 36
776.63/776.68	c * 777s|274854 | 22718 |855933 |   3.1 | 292M|2253 |   - |5645 |7753 |5645 | 243 | 227k| 228k|5461 | 0.000000e+00 | 3.600000e+01 |    Inf 
789.12/789.10	c   789s|280000 | 22905 |872194 |   3.1 | 296M|2253 |   3 |5645 |8471 |5645 | 240 | 230k| 235k|5513 | 0.000000e+00 | 3.600000e+01 |    Inf 
812.42/812.45	o 30
812.42/812.45	c * 812s|289778 | 22184 |899988 |   3.1 | 285M|2253 |   - |5645 |  10k|5645 | 227 | 236k| 248k|5579 | 0.000000e+00 | 3.000000e+01 |    Inf 
812.92/812.99	c   813s|290000 | 22171 |900610 |   3.1 | 284M|2253 |   - |5645 |  10k|   0 |   0 | 236k| 248k|5579 | 0.000000e+00 | 3.000000e+01 |    Inf 
835.93/835.94	c   836s|300000 | 22298 |931389 |   3.1 | 288M|2253 |   - |5645 |6353 |   0 |   0 | 242k| 262k|5669 | 0.000000e+00 | 3.000000e+01 |    Inf 
858.22/858.22	c   858s|310000 | 22414 |966411 |   3.1 | 293M|2253 |   1 |5645 |6683 |5645 | 241 | 249k| 275k|5764 | 0.000000e+00 | 3.000000e+01 |    Inf 
880.52/880.55	c   881s|320000 | 22716 |  1003k|   3.1 | 300M|2253 |   1 |5645 |9091 |5645 | 229 | 257k| 288k|5836 | 0.000000e+00 | 3.000000e+01 |    Inf 
904.52/904.58	c   905s|330000 | 23301 |  1039k|   3.1 | 308M|2253 |   9 |5645 |9277 |5645 | 277 | 264k| 301k|5908 | 0.000000e+00 | 3.000000e+01 |    Inf 
926.73/926.74	c   927s|340000 | 23820 |  1065k|   3.1 | 314M|2253 |   1 |5645 |9729 |5645 | 264 | 269k| 314k|5968 | 0.000000e+00 | 3.000000e+01 |    Inf 
927.43/927.49	o 17
927.43/927.49	c * 927s|340297 | 20645 |  1066k|   3.1 | 249M|2253 |   - |5645 |9709 |5645 | 245 | 269k| 315k|5978 | 0.000000e+00 | 1.700000e+01 |    Inf 
944.43/944.46	o 15
944.43/944.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
944.43/944.46	c * 944s|349457 | 19583 |  1100k|   3.1 | 231M|2253 |   - |5645 |7615 |5645 | 271 | 274k| 327k|6033 | 0.000000e+00 | 1.500000e+01 |    Inf 
945.53/945.51	c   945s|350000 | 19594 |  1103k|   3.2 | 231M|2253 |   - |5645 |7529 |   0 |   0 | 274k| 328k|6034 | 0.000000e+00 | 1.500000e+01 |    Inf 
964.52/964.57	c   965s|360000 | 19447 |  1148k|   3.2 | 233M|2253 |   - |5645 |5163 |   0 |   0 | 282k| 342k|6137 | 0.000000e+00 | 1.500000e+01 |    Inf 
983.43/983.48	c   983s|370000 | 19233 |  1194k|   3.2 | 235M|2253 |   8 |5645 |7655 |5645 | 219 | 290k| 357k|6233 | 0.000000e+00 | 1.500000e+01 |    Inf 
1003.03/1003.06	c  1003s|380000 | 19345 |  1238k|   3.3 | 239M|2253 |   1 |5645 |9084 |5645 | 173 | 300k| 370k|6324 | 0.000000e+00 | 1.500000e+01 |    Inf 
1022.33/1022.39	c  1022s|390000 | 19550 |  1275k|   3.3 | 242M|2253 |   - |5645 |  10k|   0 |   0 | 306k| 384k|6402 | 0.000000e+00 | 1.500000e+01 |    Inf 
1042.33/1042.32	c  1042s|400000 | 19755 |  1312k|   3.3 | 245M|2253 |   - |5645 |  10k|   0 |   0 | 313k| 398k|6469 | 0.000000e+00 | 1.500000e+01 |    Inf 
1062.24/1062.23	c  1062s|410000 | 19907 |  1352k|   3.3 | 248M|2253 |   - |5645 |  11k|   0 |   0 | 320k| 412k|6548 | 0.000000e+00 | 1.500000e+01 |    Inf 
1081.73/1081.74	c  1082s|420000 | 20027 |  1394k|   3.3 | 251M|2253 |   - |5645 |  11k|   0 |   0 | 326k| 426k|6635 | 0.000000e+00 | 1.500000e+01 |    Inf 
1101.43/1101.45	c  1101s|430000 | 20066 |  1432k|   3.3 | 253M|2253 |   - |5645 |  12k|   0 |   0 | 333k| 440k|6707 | 0.000000e+00 | 1.500000e+01 |    Inf 
1122.04/1122.07	c  1122s|440000 | 20202 |  1470k|   3.3 | 256M|2253 |   - |5645 |  13k|   0 |   0 | 339k| 454k|6782 | 0.000000e+00 | 1.500000e+01 |    Inf 
1142.84/1142.86	c  1143s|450000 | 20327 |  1509k|   3.4 | 259M|2253 |   - |5645 |  12k|   0 |   0 | 345k| 469k|6837 | 0.000000e+00 | 1.500000e+01 |    Inf 
1163.33/1163.35	c  1163s|460000 | 20388 |  1547k|   3.4 | 262M|2253 |   1 |5645 |  12k|5645 | 205 | 350k| 483k|6908 | 0.000000e+00 | 1.500000e+01 |    Inf 
1170.94/1170.98	o 14
1170.94/1170.98	c *1171s|463775 | 20360 |  1562k|   3.4 | 262M|2253 |   - |5645 |  11k|5645 | 244 | 353k| 488k|6953 | 0.000000e+00 | 1.400000e+01 |    Inf 
1183.54/1183.51	c  1183s|470000 | 20444 |  1591k|   3.4 | 263M|2253 |   1 |5645 |9112 |5645 | 206 | 358k| 496k|6994 | 0.000000e+00 | 1.400000e+01 |    Inf 
1202.43/1202.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1202.43/1202.47	c  1202s|480000 | 20533 |  1631k|   3.4 | 267M|2253 |   1 |5645 |  13k|5645 | 274 | 364k| 511k|7057 | 0.000000e+00 | 1.400000e+01 |    Inf 
1210.53/1210.57	o 12
1210.53/1210.57	c *1211s|483899 | 19982 |  1646k|   3.4 | 258M|2253 |   - |5645 |  11k|5645 | 266 | 366k| 517k|7095 | 0.000000e+00 | 1.200000e+01 |    Inf 
1222.34/1222.39	c  1222s|490000 | 20037 |  1673k|   3.4 | 258M|2253 |   1 |5645 |8849 |5645 | 215 | 371k| 526k|7161 | 0.000000e+00 | 1.200000e+01 |    Inf 
1241.04/1241.09	c  1241s|500000 | 20045 |  1712k|   3.4 | 260M|2253 |   1 |5645 |9744 |5645 | 212 | 377k| 539k|7240 | 0.000000e+00 | 1.200000e+01 |    Inf 
1259.83/1259.88	c  1260s|510000 | 20081 |  1750k|   3.4 | 262M|2253 |   - |5645 |  10k|   0 |   0 | 383k| 553k|7300 | 0.000000e+00 | 1.200000e+01 |    Inf 
1279.14/1279.15	c  1279s|520000 | 20030 |  1792k|   3.4 | 263M|2253 |   1 |5645 |9455 |5645 | 228 | 390k| 567k|7376 | 0.000000e+00 | 1.200000e+01 |    Inf 
1298.84/1298.81	c  1299s|530000 | 20069 |  1837k|   3.5 | 265M|2253 |   1 |5645 |  13k|5645 | 258 | 398k| 580k|7434 | 0.000000e+00 | 1.200000e+01 |    Inf 
1318.54/1318.57	c  1319s|540000 | 19796 |  1879k|   3.5 | 264M|2253 |  24 |5645 |7865 |5645 | 225 | 405k| 595k|7498 | 0.000000e+00 | 1.200000e+01 |    Inf 
1337.04/1337.01	c  1337s|550000 | 19756 |  1920k|   3.5 | 265M|2253 |   1 |5645 |9395 |5645 | 236 | 411k| 608k|7573 | 0.000000e+00 | 1.200000e+01 |    Inf 
1357.24/1357.22	c  1357s|560000 | 19889 |  1965k|   3.5 | 268M|2253 |   1 |5645 |  11k|5645 | 211 | 420k| 622k|7658 | 0.000000e+00 | 1.200000e+01 |    Inf 
1377.34/1377.31	c  1377s|570000 | 19921 |  2006k|   3.5 | 270M|2253 |   4 |5645 |  10k|5645 | 228 | 426k| 635k|7727 | 0.000000e+00 | 1.200000e+01 |    Inf 
1396.55/1396.51	c  1396s|580000 | 19920 |  2050k|   3.5 | 272M|2253 |   8 |5645 |  11k|5645 | 241 | 433k| 649k|7793 | 0.000000e+00 | 1.200000e+01 |    Inf 
1415.75/1415.73	c  1416s|590000 | 19990 |  2089k|   3.5 | 274M|2253 |   1 |5645 |  13k|5645 | 249 | 440k| 663k|7857 | 0.000000e+00 | 1.200000e+01 |    Inf 
1437.44/1437.49	c  1437s|600000 | 20017 |  2140k|   3.6 | 276M|2253 |   - |5645 |  15k|   0 |   0 | 450k| 678k|7912 | 0.000000e+00 | 1.200000e+01 |    Inf 
1458.24/1458.28	c  1458s|610000 | 19952 |  2185k|   3.6 | 276M|2253 |   - |5645 |  11k|   0 |   0 | 458k| 692k|8002 | 0.000000e+00 | 1.200000e+01 |    Inf 
1477.05/1477.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1477.05/1477.09	c  1477s|620000 | 19991 |  2224k|   3.6 | 277M|2253 |   - |5645 |  11k|   0 |   0 | 464k| 706k|8066 | 0.000000e+00 | 1.200000e+01 |    Inf 
1496.24/1496.24	c  1496s|630000 | 20073 |  2263k|   3.6 | 279M|2253 |   - |5645 |  11k|   0 |   0 | 470k| 719k|8130 | 0.000000e+00 | 1.200000e+01 |    Inf 
1515.45/1515.42	c  1515s|640000 | 19878 |  2305k|   3.6 | 279M|2253 |   - |5645 |  11k|   0 |   0 | 476k| 733k|8196 | 0.000000e+00 | 1.200000e+01 |    Inf 
1534.95/1534.91	c  1535s|650000 | 19695 |  2349k|   3.6 | 279M|2253 |   1 |5645 |  10k|5645 | 198 | 482k| 748k|8263 | 0.000000e+00 | 1.200000e+01 |    Inf 
1553.65/1553.65	c  1554s|660000 | 19407 |  2389k|   3.6 | 276M|2253 |   - |5645 |8970 |   0 |   0 | 489k| 762k|8326 | 0.000000e+00 | 1.200000e+01 |    Inf 
1573.15/1573.16	c  1573s|670000 | 19232 |  2437k|   3.6 | 276M|2253 |   - |5645 |  10k|   0 |   0 | 496k| 776k|8398 | 0.000000e+00 | 1.200000e+01 |    Inf 
1594.25/1594.24	c  1594s|680000 | 19294 |  2486k|   3.7 | 278M|2253 |   - |5645 |  14k|   0 |   0 | 505k| 790k|8447 | 0.000000e+00 | 1.200000e+01 |    Inf 
1615.55/1615.53	c  1615s|690000 | 19291 |  2530k|   3.7 | 280M|2253 |   - |5645 |  14k|   0 |   0 | 512k| 804k|8509 | 0.000000e+00 | 1.200000e+01 |    Inf 
1635.66/1635.64	c  1636s|700000 | 19039 |  2575k|   3.7 | 276M|2253 |   1 |5645 |  10k|5645 | 222 | 521k| 818k|8584 | 0.000000e+00 | 1.200000e+01 |    Inf 
1656.06/1656.04	c  1656s|710000 | 19000 |  2628k|   3.7 | 277M|2253 |   - |5645 |  12k|   0 |   0 | 530k| 831k|8625 | 0.000000e+00 | 1.200000e+01 |    Inf 
1676.46/1676.45	c  1676s|720000 | 18760 |  2672k|   3.7 | 276M|2253 |   1 |5645 |  10k|5645 | 232 | 537k| 845k|8723 | 0.000000e+00 | 1.200000e+01 |    Inf 
1696.06/1696.03	c  1696s|730000 | 18670 |  2713k|   3.7 | 277M|2253 |   1 |5645 |  11k|5645 | 242 | 543k| 859k|8780 | 0.000000e+00 | 1.200000e+01 |    Inf 
1716.36/1716.33	c  1716s|740000 | 18648 |  2757k|   3.7 | 278M|2253 |   - |5645 |  12k|   0 |   0 | 550k| 873k|8836 | 0.000000e+00 | 1.200000e+01 |    Inf 
1737.86/1737.89	c  1738s|750000 | 18696 |  2807k|   3.7 | 280M|2253 |   7 |5645 |  13k|5645 | 213 | 560k| 887k|8905 | 0.000000e+00 | 1.200000e+01 |    Inf 
1759.26/1759.28	c  1759s|760000 | 18606 |  2854k|   3.8 | 280M|2253 |   - |5645 |  12k|   0 |   0 | 567k| 901k|8958 | 0.000000e+00 | 1.200000e+01 |    Inf 
1779.16/1779.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1779.16/1779.12	c  1779s|770000 | 18456 |  2900k|   3.8 | 279M|2253 |   - |5645 |  12k|   0 |   0 | 574k| 915k|9017 | 0.000000e+00 | 1.200000e+01 |    Inf 
1790.06/1790.00	c 
1790.06/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.00	c Solving Time (sec) : 1789.97
1790.06/1790.00	c Solving Nodes      : 775441
1790.06/1790.00	c Primal Bound       : +1.20000000000000e+01 (293 solutions)
1790.06/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.00	c Gap                : infinite
1790.06/1790.08	s SATISFIABLE
1790.06/1790.08	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.06/1790.08	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.06/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.06/1790.08	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1790.06/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 
1790.06/1790.08	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.06/1790.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.06/1790.08	v -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1790.06/1790.08	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 
1790.06/1790.08	v -x2 -x1 
1790.06/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.08	c Solving Time       :    1789.97
1790.06/1790.08	c Original Problem   :
1790.06/1790.08	c   Problem name     : HOME/instance-2705009-1278576803.wbo
1790.06/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.06/1790.08	c Presolved Problem  :
1790.06/1790.08	c   Problem name     : t_HOME/instance-2705009-1278576803.wbo
1790.06/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.06/1790.08	c   Constraints      : 5414 initial, 16841 maximal
1790.06/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.06/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.08	c   root node        :          -       4882          -          -       4882          -          -          -          -
1790.06/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.08	c   integral         :          0          0          0     558582          0          5        435          0          0     724222
1790.06/1790.08	c   linear           :       2707          6    4655250     195664          1     213849   18952829     579051          0          0
1790.06/1790.08	c   indicator        :       2707          0    4437026     195984          1       3726   19488614          0          0          0
1790.06/1790.08	c   logicor          :          0+         0    1251372          0          0      68988    1034678          0          0          0
1790.06/1790.08	c   bounddisjunction :          0+         0     459345          0          0        295       8416          0          0          0
1790.06/1790.08	c   countsols        :          0          0          0     108830          1          0          0          0          0          0
1790.06/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.08	c   integral         :      14.19       0.00       0.00      14.19       0.00
1790.06/1790.08	c   linear           :     198.15       0.00     175.95      22.19       0.00
1790.06/1790.08	c   indicator        :     154.07       0.02     121.38      32.67       0.00
1790.06/1790.08	c   logicor          :     100.54       0.00     100.54       0.00       0.00
1790.06/1790.08	c   bounddisjunction :       3.55       0.00       3.55       0.00       0.00
1790.06/1790.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.06/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.08	c   vbounds          :       1.43     198900         37      23848
1790.06/1790.08	c   rootredcost      :       0.69         51          0       2441
1790.06/1790.08	c   pseudoobj        :     223.15    4718766      62812   19120323
1790.06/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.08	c   propagation      :      24.66     345944     345915    2194545       26.0      10346       23.2          -
1790.06/1790.08	c   infeasible LP    :       3.14       9025       9025      75135       36.1        133       18.2          0
1790.06/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.08	c   pseudo solution  :       0.00          1          1          1        1.0          0        0.0          -
1790.06/1790.08	c   applied globally :          -          -          -     923013       21.2          -          -          -
1790.06/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.06/1790.08	c   redcost          :      65.50     570022          0     949815          0          0
1790.06/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.06/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.06/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.06/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.06/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.06/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.06/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.06/1790.08	c Pricers            :       Time      Calls       Vars
1790.06/1790.08	c   problem variables:       0.00          0          0
1790.06/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.08	c   relpscost        :      13.82     362491          5        435          0          0     724222
1790.06/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.08	c   inference        :      57.00     108780          0          0          0          0     218320
1790.06/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.08	c   LP solutions     :       0.23          -         51
1790.06/1790.08	c   pseudo solutions :       0.00          -          0
1790.06/1790.08	c   feaspump         :       0.00          0          0
1790.06/1790.08	c   intshifting      :       0.00          0          0
1790.06/1790.08	c   oneopt           :       0.41         45          0
1790.06/1790.08	c   guideddiving     :       0.10         42          0
1790.06/1790.08	c   linesearchdiving :       0.21        114          0
1790.06/1790.08	c   coefdiving       :       0.21        114          0
1790.06/1790.08	c   pscostdiving     :       0.21        114          0
1790.06/1790.08	c   fracdiving       :       0.21        114          0
1790.06/1790.08	c   veclendiving     :       0.21        115          0
1790.06/1790.08	c   rootsoldiving    :       0.22        110          0
1790.06/1790.08	c   objpscostdiving  :       0.21        111          0
1790.06/1790.08	c   crossover        :       3.47         91          5
1790.06/1790.08	c   trivial          :       0.07          2          2
1790.06/1790.08	c   simplerounding   :       0.52     364555          0
1790.06/1790.08	c   zirounding       :       0.38       1000          0
1790.06/1790.08	c   rounding         :       1.36       8460          0
1790.06/1790.08	c   shifting         :       0.70       2662          0
1790.06/1790.08	c   twoopt           :       0.00          0          0
1790.06/1790.08	c   fixandinfer      :       0.00          0          0
1790.06/1790.08	c   intdiving        :       0.00          0          0
1790.06/1790.08	c   actconsdiving    :       0.00          0          0
1790.06/1790.08	c   octane           :       0.00          0          0
1790.06/1790.08	c   rens             :       0.03          1          0
1790.06/1790.08	c   rins             :       0.00          0          0
1790.06/1790.08	c   localbranching   :       0.00          0          0
1790.06/1790.08	c   mutation         :       0.00          0          0
1790.06/1790.08	c   dins             :       0.00          0          0
1790.06/1790.08	c   undercover       :       0.00          0          0
1790.06/1790.08	c   nlp              :       0.14          0          0
1790.06/1790.08	c   trysol           :       0.54        479        235
1790.06/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.08	c   dual LP          :     522.13     473653    2922796       6.17    5597.87
1790.06/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.08	c   diving/probing LP:       0.11         62       1250      20.16   11679.30
1790.06/1790.08	c   strong branching :      11.63       9039      90700      10.03    7797.11
1790.06/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.06/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.08	c B&B Tree           :
1790.06/1790.08	c   number of runs   :          1
1790.06/1790.08	c   nodes            :     775441
1790.06/1790.08	c   nodes (total)    :     775441
1790.06/1790.08	c   nodes left       :      18244
1790.06/1790.08	c   max depth        :       2253
1790.06/1790.08	c   max depth (total):       2253
1790.06/1790.08	c   backtracks       :      63597 (8.2%)
1790.06/1790.08	c   delayed cutoffs  :      61579
1790.06/1790.08	c   repropagations   :    1889731 (10405411 domain reductions, 54221 cutoffs)
1790.06/1790.08	c   avg switch length:       6.67
1790.06/1790.08	c   switching time   :     194.61
1790.06/1790.08	c Solution           :
1790.06/1790.08	c   Solutions found  :        293 (52 improvements)
1790.06/1790.08	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.06/1790.08	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 483899 nodes, 1210.54 seconds, depth 46, found by <relaxation>)
1790.06/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.08	c   Gap              :   infinite
1790.06/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.08	c   Root Iterations  :        184
1790.36/1790.34	c Time complete: 1790.4.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705009-1278576803/watcher-2705009-1278576803 -o /tmp/evaluation-result-2705009-1278576803/solver-2705009-1278576803 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705009-1278576803.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.99 1.97 1.91 4/178 24377
/proc/meminfo: memFree=28962892/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=12692 CPUtime=0
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 2008 0 0 0 0 0 0 0 25 0 1 0 25892568 12996608 1926 4089446400 4194304 10345943 140736798438944 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24377/statm: 3173 1926 429 1502 0 1666 0

[startup+0.0647131 s]
/proc/loadavg: 1.99 1.97 1.91 4/178 24377
/proc/meminfo: memFree=28962892/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=38020 CPUtime=0.05
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 8449 0 0 0 5 0 0 0 25 0 1 0 25892568 38932480 8013 4089446400 4194304 10345943 140736798438944 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38020

[startup+0.10071 s]
/proc/loadavg: 1.99 1.97 1.91 4/178 24377
/proc/meminfo: memFree=28962892/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=38020 CPUtime=0.09
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 8449 0 0 0 9 0 0 0 25 0 1 0 25892568 38932480 8013 4089446400 4194304 10345943 140736798438944 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300662 s]
/proc/loadavg: 1.99 1.97 1.91 4/178 24377
/proc/meminfo: memFree=28962892/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=70104 CPUtime=0.29
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 16227 0 0 0 26 3 0 0 25 0 1 0 25892568 71786496 15791 4089446400 4194304 10345943 140736798438944 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700585 s]
/proc/loadavg: 1.99 1.97 1.91 4/178 24377
/proc/meminfo: memFree=28962892/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=65264 CPUtime=0.69
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 16893 0 0 0 65 4 0 0 25 0 1 0 25892568 66830336 15052 4089446400 4194304 10345943 140736798438944 18446744073709551615 6866097 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50044 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 24378
/proc/meminfo: memFree=28904852/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=65264 CPUtime=1.49
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 16895 0 0 0 144 5 0 0 25 0 1 0 25892568 66830336 15054 4089446400 4194304 10345943 140736798438944 18446744073709551615 6138982 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10114 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 24378
/proc/meminfo: memFree=28904604/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=65264 CPUtime=3.1
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 16897 0 0 0 304 6 0 0 25 0 1 0 25892568 66830336 15056 4089446400 4194304 10345943 140736798438944 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 65264

[startup+6.30053 s]
/proc/loadavg: 2.07 1.99 1.91 3/179 24378
/proc/meminfo: memFree=28903368/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=65264 CPUtime=6.29
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 19308 0 0 0 622 7 0 0 25 0 1 0 25892568 66830336 15083 4089446400 4194304 10345943 140736798438944 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7003 s]
/proc/loadavg: 2.07 1.99 1.91 3/179 24378
/proc/meminfo: memFree=28899004/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=68124 CPUtime=12.69
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 23273 0 0 0 1261 8 0 0 25 0 1 0 25892568 69758976 15630 4089446400 4194304 10345943 140736798438944 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 17031 15630 754 1502 0 15524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68124

[startup+25.5009 s]
/proc/loadavg: 2.06 1.99 1.91 3/179 24378
/proc/meminfo: memFree=28863232/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=97412 CPUtime=25.49
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 35792 0 0 0 2538 11 0 0 25 0 1 0 25892568 99749888 22869 4089446400 4194304 10345943 140736798438944 18446744073709551615 6519444 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 24353 22869 754 1502 0 22846 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97412

[startup+51.101 s]
/proc/loadavg: 2.03 1.99 1.91 3/179 24378
/proc/meminfo: memFree=28823772/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=126280 CPUtime=51.09
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 42902 0 0 0 5095 14 0 0 25 0 1 0 25892568 129310720 29979 4089446400 4194304 10345943 140736798438944 18446744073709551615 4900941 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 31570 29979 762 1502 0 30063 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126280

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 24380
/proc/meminfo: memFree=28762888/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=159816 CPUtime=102.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 87492 0 0 0 10205 25 0 0 25 0 1 0 25892568 163651584 38623 4089446400 4194304 10345943 140736798438944 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 39954 38623 762 1502 0 38447 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 159816

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24382
/proc/meminfo: memFree=28644536/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=247964 CPUtime=162.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 199834 0 0 0 16181 49 0 0 25 0 1 0 25892568 253915136 60008 4089446400 4194304 10345943 140736798438944 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 61991 60008 762 1502 0 60484 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 247964

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24383
/proc/meminfo: memFree=28531768/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=332256 CPUtime=222.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 267889 0 0 0 22160 70 0 0 25 0 1 0 25892568 340230144 80643 4089446400 4194304 10345943 140736798438944 18446744073709551615 4687914 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 83064 80643 762 1502 0 81557 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 332256

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24384
/proc/meminfo: memFree=28389120/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=453844 CPUtime=282.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 340090 0 0 0 28137 93 0 0 25 0 1 0 25892568 464736256 108650 4089446400 4194304 10345943 140736798438944 18446744073709551615 5031989 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 113461 108650 763 1502 0 111954 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 453844

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24389
/proc/meminfo: memFree=28294180/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=520512 CPUtime=342.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 374040 0 0 0 34114 116 0 0 25 0 1 0 25892568 533004288 124072 4089446400 4194304 10345943 140736798438944 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 130128 124072 767 1502 0 128621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 520512

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24391
/proc/meminfo: memFree=28206820/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=586396 CPUtime=402.3
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 400519 0 0 0 40093 137 0 0 25 0 1 0 25892568 600469504 138824 4089446400 4194304 10345943 140736798438944 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 146599 138824 775 1502 0 145092 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 586396

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 24393
/proc/meminfo: memFree=28111044/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=645160 CPUtime=462.31
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 417262 0 0 0 46074 157 0 0 25 0 1 0 25892568 660643840 151627 4089446400 4194304 10345943 140736798438944 18446744073709551615 6313256 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 161290 151627 775 1502 0 159783 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 645160

[startup+522.301 s]
/proc/loadavg: 2.13 2.03 1.93 3/179 24394
/proc/meminfo: memFree=28061156/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=676392 CPUtime=522.31
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 454109 0 0 0 52054 177 0 0 25 0 1 0 25892568 692625408 159017 4089446400 4194304 10345943 140736798438944 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 169098 159017 775 1502 0 167591 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 676392

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 24395
/proc/meminfo: memFree=28002684/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=701816 CPUtime=582.31
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 497326 0 0 0 58032 199 0 0 25 0 1 0 25892568 718659584 164561 4089446400 4194304 10345943 140736798438944 18446744073709551615 5615624 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 175454 164561 775 1502 0 173947 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 701816

[startup+642.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 24397
/proc/meminfo: memFree=27960364/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=720256 CPUtime=642.32
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 520281 0 0 0 64011 221 0 0 25 0 1 0 25892568 737542144 169170 4089446400 4194304 10345943 140736798438944 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 180064 169170 775 1502 0 178557 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 720256

[startup+702.301 s]

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

/proc/meminfo: memFree=27688032/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=812936 CPUtime=1002.33
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 627721 0 0 0 99896 337 0 0 25 0 1 0 25892568 832446464 189955 4089446400 4194304 10345943 140736798438944 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 203234 189955 786 1502 0 201727 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 812936

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24409
/proc/meminfo: memFree=27653024/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=823868 CPUtime=1062.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 634124 0 0 0 105873 361 0 0 25 0 1 0 25892568 843640832 192253 4089446400 4194304 10345943 140736798438944 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 205967 192253 786 1502 0 204460 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 823868

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24410
/proc/meminfo: memFree=27619852/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=828416 CPUtime=1122.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 635510 0 0 0 111852 382 0 0 25 0 1 0 25892568 848297984 193639 4089446400 4194304 10345943 140736798438944 18446744073709551615 5085216 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 207104 193639 786 1502 0 205597 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 828416

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24411
/proc/meminfo: memFree=27581360/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=836452 CPUtime=1182.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 653349 0 0 0 117828 406 0 0 25 0 1 0 25892568 856526848 195318 4089446400 4194304 10345943 140736798438944 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 209113 195318 787 1502 0 207606 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 836452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24413
/proc/meminfo: memFree=27546848/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=842016 CPUtime=1242.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 677811 0 0 0 123802 432 0 0 25 0 1 0 25892568 862224384 196787 4089446400 4194304 10345943 140736798438944 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 210504 196787 795 1502 0 208997 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 842016

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24415
/proc/meminfo: memFree=27512472/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=846752 CPUtime=1302.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 683158 0 0 0 129780 454 0 0 25 0 1 0 25892568 867074048 198000 4089446400 4194304 10345943 140736798438944 18446744073709551615 4706426 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 211688 198000 795 1502 0 210181 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 846752

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/179 24417
/proc/meminfo: memFree=27481672/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=849760 CPUtime=1362.34
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 688086 0 0 0 135752 482 0 0 25 0 1 0 25892568 870154240 198731 4089446400 4194304 10345943 140736798438944 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 212440 198731 795 1502 0 210933 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 849760

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 24418
/proc/meminfo: memFree=27449004/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=856108 CPUtime=1422.35
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 693526 0 0 0 141731 504 0 0 25 0 1 0 25892568 876654592 200015 4089446400 4194304 10345943 140736798438944 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 214027 200015 795 1502 0 212520 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 856108

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 24419
/proc/meminfo: memFree=27399728/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=862696 CPUtime=1482.35
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 694956 0 0 0 147706 529 0 0 25 0 1 0 25892568 883400704 201445 4089446400 4194304 10345943 140736798438944 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 215674 201445 795 1502 0 214167 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 862696

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 24421
/proc/meminfo: memFree=27367928/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=865784 CPUtime=1542.35
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 695727 0 0 0 153682 553 0 0 25 0 1 0 25892568 886562816 202216 4089446400 4194304 10345943 140736798438944 18446744073709551615 6777408 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 216446 202216 795 1502 0 214939 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 865784

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24451
/proc/meminfo: memFree=28922400/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=869300 CPUtime=1602.36
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 696404 0 0 0 159667 569 0 0 25 0 1 0 25892568 890163200 202893 4089446400 4194304 10345943 140736798438944 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 217325 202893 795 1502 0 215818 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 869300

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 24453
/proc/meminfo: memFree=28855712/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=873648 CPUtime=1662.35
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 701577 0 0 0 165648 587 0 0 25 0 1 0 25892568 894615552 204069 4089446400 4194304 10345943 140736798438944 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 218412 204069 795 1502 0 216905 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 873648

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/179 24454
/proc/meminfo: memFree=28830612/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=875092 CPUtime=1722.36
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 701980 0 0 0 171631 605 0 0 25 0 1 0 25892568 896094208 204472 4089446400 4194304 10345943 140736798438944 18446744073709551615 6328762 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 218773 204472 795 1502 0 217266 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 875092

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24455
/proc/meminfo: memFree=28780824/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=876760 CPUtime=1782.36
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702365 0 0 0 177613 623 0 0 25 0 1 0 25892568 897802240 204857 4089446400 4194304 10345943 140736798438944 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 219190 204857 795 1502 0 217683 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 876760

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24455
/proc/meminfo: memFree=28777840/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=877152 CPUtime=1785.55
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702429 0 0 0 177932 623 0 0 25 0 1 0 25892568 898203648 204921 4089446400 4194304 10345943 140736798438944 18446744073709551615 6040278 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 219288 204921 795 1502 0 217781 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 877152

[startup+1788.7 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24455
/proc/meminfo: memFree=28775100/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=877152 CPUtime=1788.76
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702445 0 0 0 178251 625 0 0 25 0 1 0 25892568 898203648 204937 4089446400 4194304 10345943 140736798438944 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 219288 204937 795 1502 0 217781 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 877152

[startup+1789.5 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24455
/proc/meminfo: memFree=28775100/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=877152 CPUtime=1789.56
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702445 0 0 0 178331 625 0 0 25 0 1 0 25892568 898203648 204937 4089446400 4194304 10345943 140736798438944 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 219288 204937 795 1502 0 217781 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 877152

[startup+1789.9 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24456
/proc/meminfo: memFree=28774108/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=877152 CPUtime=1789.96
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702446 0 0 0 178371 625 0 0 25 0 1 0 25892568 898203648 204938 4089446400 4194304 10345943 140736798438944 18446744073709551615 6189870 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24377/statm: 219288 204938 795 1502 0 217781 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 877152

[startup+1790.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 24456
/proc/meminfo: memFree=28774108/32951124 swapFree=67111528/67111528
[pid=24377] ppid=24375 vsize=877152 CPUtime=1790.36
/proc/24377/stat : 24377 (pbscip.linux.x8) R 24375 24377 23467 0 -1 4202496 702448 0 0 0 178411 625 0 0 25 0 1 0 25892568 898203648 204940 4089446400 4194304 10345943 140736798438944 18446744073709551615 6324963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24377/statm: 219288 204940 796 1502 0 217781 0
Current children cumulated CPU time (s) 1790.36
Current children cumulated vsize (KiB) 877152

Child status: 0
Real time (s): 1790.35
CPU time (s): 1790.41
CPU user time (s): 1784.13
CPU system time (s): 6.28604
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 878888

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

runsolver used 3.15152 second user time and 6.65099 second system time

The end

Launcher Data

Begin job on node141 at 2010-07-08 10:13:23
IDJOB=2705009
IDBENCH=79258
IDSOLVER=1214
FILE ID=node141/2705009-1278576803
PBS_JOBID= 11240173
Free space on /tmp= 73632 MiB

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

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

MD5SUM BENCH= c0d431beb578ab67ce1970cb297cf650
RANDOM SEED=1341859997

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28963172 kB
Buffers:        164776 kB
Cached:        2722724 kB
SwapCached:          0 kB
Active:        2173644 kB
Inactive:      1648880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28963172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:      934968 kB
Mapped:          17320 kB
Slab:           101656 kB
PageTables:       6436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1089360 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= 73620 MiB
End job on node141 at 2010-07-08 10:43:14