Trace number 2705511

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.13 1790.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-66-100-0.wbo
MD5SUM83dbd2cd2ef615ae6bc4c3ab9b5ef9b9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark326.406
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2705511-1278572954.wbo>
0.01/0.02	c original problem has 2153 variables (1192 bin, 0 int, 961 impl, 0 cont) and 3669 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.01/0.06	c (round 2) 0 del vars, 107 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 15 clqs
0.01/0.07	c (round 3) 50 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.01/0.08	c (round 4) 100 del vars, 233 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 200 impls, 15 clqs
0.09/0.12	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  100 deleted vars, 233 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.12	c  2015 implications, 15 cliques
0.09/0.12	c presolved problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3436 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      39 constraints of type <setppc>
0.09/0.12	c     911 constraints of type <linear>
0.09/0.12	c     911 constraints of type <indicator>
0.09/0.12	c    1574 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    38 |     - |9183k|   0 |  21 |2053 |3436 |2053 |1614 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    62 |     - |9417k|   0 |  21 |2053 |3437 |2053 |1626 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |    83 |     - |9687k|   0 |  30 |2053 |3437 |2053 |1635 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.40	c   0.4s|     1 |     0 |   328 |     - |  10M|   0 |  50 |2053 |3437 |2053 |1636 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   374 |     - |  10M|   0 |  53 |2053 |3437 |2053 |1644 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   480 |     - |  10M|   0 |  67 |2053 |3437 |2053 |1645 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   562 |     - |  10M|   0 |  65 |2053 |3437 |2053 |1649 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.45	c   1.4s|     1 |     2 |   562 |     - |  10M|   0 |  65 |2053 |3437 |2053 |1649 |  35 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
3.20/3.23	o 43928
3.20/3.23	c y 3.2s|    20 |    19 |  2342 |  93.7 |  10M|  18 |   - |2053 |3437 |   0 |   0 |  38 |   0 | 119 | 0.000000e+00 | 4.392800e+04 |    Inf 
3.79/3.88	o 627
3.79/3.88	c * 3.9s|    36 |    17 |  2777 |  63.3 |  10M|  18 |   - |2053 |3461 |2053 |1644 |  42 |  24 | 218 | 0.000000e+00 | 6.270000e+02 |    Inf 
6.39/6.45	o 612
6.39/6.45	c * 6.4s|    64 |    43 |  4491 |  62.4 |  11M|  19 |   - |2053 |3461 |2053 |1647 |  72 |  24 | 437 | 0.000000e+00 | 6.120000e+02 |    Inf 
7.49/7.50	o 578
7.49/7.50	c * 7.5s|    96 |    66 |  5667 |  53.7 |  11M|  19 |   - |2053 |3475 |2053 |1645 |  92 |  38 | 636 | 0.000000e+00 | 5.780000e+02 |    Inf 
8.09/8.10	o 575
8.09/8.10	c * 8.1s|   142 |    96 |  6403 |  41.4 |  11M|  22 |   - |2053 |3502 |2053 |1643 | 126 |  65 | 765 | 0.000000e+00 | 5.750000e+02 |    Inf 
9.09/9.13	o 548
9.09/9.13	c * 9.1s|   280 |   204 |  7261 |  24.0 |  12M|  39 |   - |2053 |3510 |2053 |1649 | 196 |  73 | 873 | 0.000000e+00 | 5.480000e+02 |    Inf 
9.69/9.78	o 533
9.69/9.78	c * 9.8s|   399 |   277 |  8146 |  19.1 |  12M|  39 |   - |2053 |3569 |2053 |1640 | 238 | 132 | 960 | 0.000000e+00 | 5.330000e+02 |    Inf 
9.79/9.82	o 521
9.79/9.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.79/9.82	c * 9.8s|   431 |   270 |  8263 |  17.9 |  12M|  39 |   - |2053 |3618 |2053 |1640 | 238 | 181 | 960 | 0.000000e+00 | 5.210000e+02 |    Inf 
9.79/9.83	o 459
9.79/9.83	c * 9.8s|   433 |   213 |  8283 |  17.9 |  12M|  39 |   - |2053 |3618 |2053 |1643 | 241 | 181 | 960 | 0.000000e+00 | 4.590000e+02 |    Inf 
9.79/9.86	o 447
9.79/9.86	c * 9.8s|   446 |   210 |  8419 |  17.7 |  12M|  39 |   - |2053 |3639 |2053 |1652 | 253 | 202 | 963 | 0.000000e+00 | 4.470000e+02 |    Inf 
9.99/10.04	o 416
9.99/10.04	c *10.0s|   486 |   208 |  8715 |  16.8 |  12M|  42 |   - |2053 |3677 |2053 |1650 | 268 | 240 | 991 | 0.000000e+00 | 4.160000e+02 |    Inf 
10.09/10.10	o 398
10.09/10.10	c *10.1s|   527 |   233 |  8822 |  15.7 |  12M|  42 |   - |2053 |3685 |2053 |1654 | 288 | 248 | 991 | 0.000000e+00 | 3.980000e+02 |    Inf 
10.09/10.12	o 349
10.09/10.12	c *10.1s|   542 |   214 |  8835 |  15.3 |  12M|  42 |   - |2053 |3703 |2053 |1655 | 289 | 266 | 991 | 0.000000e+00 | 3.490000e+02 |    Inf 
10.19/10.27	o 311
10.19/10.27	c *10.2s|   598 |   199 |  9180 |  14.4 |  12M|  42 |   - |2053 |3808 |2053 |1659 | 311 | 373 |1012 | 0.000000e+00 | 3.110000e+02 |    Inf 
10.29/10.30	o 310
10.29/10.30	c *10.3s|   615 |   207 |  9251 |  14.2 |  12M|  42 |   - |2053 |3812 |2053 |1649 | 318 | 385 |1012 | 0.000000e+00 | 3.100000e+02 |    Inf 
10.39/10.47	o 288
10.39/10.47	c *10.4s|   672 |   224 |  9553 |  13.4 |  13M|  42 |   - |2053 |3835 |2053 |1646 | 341 | 417 |1029 | 0.000000e+00 | 2.880000e+02 |    Inf 
11.49/11.58	o 286
11.49/11.58	c *11.6s|  1010 |   305 | 12228 |  11.6 |  13M|  42 |   - |2053 |4136 |2053 |1656 | 404 | 834 |1159 | 0.000000e+00 | 2.860000e+02 |    Inf 
12.69/12.70	o 267
12.69/12.70	c *12.7s|  1558 |   439 | 16219 |  10.1 |  14M|  42 |   - |2053 |4442 |2053 |1642 | 524 |1359 |1236 | 0.000000e+00 | 2.670000e+02 |    Inf 
13.20/13.22	o 211
13.20/13.22	c *13.2s|  1814 |   509 | 17914 |   9.6 |  15M|  42 |   - |2053 |4590 |2053 |1654 | 660 |1610 |1246 | 0.000000e+00 | 2.110000e+02 |    Inf 
13.29/13.36	o 205
13.29/13.36	c *13.3s|  1916 |   509 | 18104 |   9.2 |  15M|  42 |   - |2053 |4621 |2053 |1651 | 670 |1732 |1246 | 0.000000e+00 | 2.050000e+02 |    Inf 
14.20/14.21	o 200
14.20/14.21	c *14.2s|  2450 |   644 | 20785 |   8.3 |  15M|  42 |   - |2053 |4898 |2053 |1653 | 876 |2277 |1261 | 0.000000e+00 | 2.000000e+02 |    Inf 
14.30/14.32	o 196
14.30/14.32	c *14.3s|  2515 |   664 | 20905 |   8.1 |  16M|  42 |   - |2053 |4936 |2053 |1651 | 885 |2337 |1262 | 0.000000e+00 | 1.960000e+02 |    Inf 
14.30/14.34	o 193
14.30/14.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.30/14.34	c *14.3s|  2528 |   668 | 20912 |   8.1 |  16M|  42 |   - |2053 |4944 |2053 |1652 | 887 |2345 |1262 | 0.000000e+00 | 1.930000e+02 |    Inf 
14.30/14.34	o 192
14.30/14.34	c *14.3s|  2529 |   665 | 20912 |   8.0 |  16M|  42 |   - |2053 |4944 |2053 |1652 | 887 |2345 |1262 | 0.000000e+00 | 1.920000e+02 |    Inf 
15.79/15.82	o 184
15.79/15.82	c *15.8s|  3157 |   845 | 28337 |   8.8 |  17M|  42 |   - |2053 |4857 |2053 |1652 |1104 |2936 |1276 | 0.000000e+00 | 1.840000e+02 |    Inf 
15.99/16.01	o 181
15.99/16.01	c *16.0s|  3282 |   855 | 29007 |   8.7 |  17M|  42 |   - |2053 |4912 |2053 |1652 |1105 |3099 |1278 | 0.000000e+00 | 1.810000e+02 |    Inf 
15.99/16.06	o 151
15.99/16.06	c *16.0s|  3309 |   787 | 29112 |   8.6 |  17M|  42 |   - |2053 |4939 |2053 |1656 |1109 |3130 |1278 | 0.000000e+00 | 1.510000e+02 |    Inf 
17.19/17.29	o 139
17.19/17.29	c *17.3s|  3886 |   845 | 34878 |   8.8 |  17M|  43 |   - |2053 |4812 |2053 |1640 |1289 |3694 |1314 | 0.000000e+00 | 1.390000e+02 |    Inf 
17.29/17.38	o 120
17.29/17.38	c *17.4s|  3921 |   829 | 35371 |   8.9 |  17M|  43 |   - |2053 |4812 |2053 |1645 |1294 |3739 |1316 | 0.000000e+00 | 1.200000e+02 |    Inf 
18.60/18.69	o 81
18.60/18.69	c *18.7s|  4505 |   731 | 41928 |   9.2 |  16M|  43 |   - |2053 |4872 |2053 |1641 |1537 |4241 |1338 | 0.000000e+00 | 8.100000e+01 |    Inf 
23.89/23.93	o 80
23.89/23.93	c *23.9s|  6895 |  1163 | 68659 |   9.9 |  20M|  43 |   - |2053 |5399 |2053 |1653 |2244 |6847 |1397 | 0.000000e+00 | 8.000000e+01 |    Inf 
27.10/27.12	o 64
27.10/27.12	c *27.1s|  8295 |  1390 | 83673 |  10.0 |  22M|  66 |   - |2053 |5451 |2053 |1655 |2605 |8313 |1414 | 0.000000e+00 | 6.400000e+01 |    Inf 
27.79/27.84	o 62
27.79/27.84	c *27.8s|  8601 |  1439 | 87258 |  10.1 |  22M|  66 |   - |2053 |4881 |2053 |1641 |2692 |8660 |1414 | 0.000000e+00 | 6.200000e+01 |    Inf 
28.20/28.22	o 58
28.20/28.22	c *28.2s|  8768 |  1443 | 89250 |  10.1 |  22M|  66 |   - |2053 |4580 |2053 |1640 |2730 |8859 |1414 | 0.000000e+00 | 5.800000e+01 |    Inf 
30.29/30.37	o 50
30.29/30.37	c *30.3s|  9795 |  1463 | 99907 |  10.1 |  23M|  66 |   - |2053 |4715 |2053 |1651 |2962 |  10k|1460 | 0.000000e+00 | 5.000000e+01 |    Inf 
30.80/30.85	c  30.8s| 10000 |  1476 |102257 |  10.2 |  23M|  66 |   - |2053 |4433 |2053 |1640 |3008 |  10k|1476 | 0.000000e+00 | 5.000000e+01 |    Inf 
32.59/32.67	o 49
32.59/32.67	c *32.6s| 11016 |  1548 |111130 |  10.0 |  23M|  66 |   - |2053 |4699 |2053 |1649 |3129 |  11k|1491 | 0.000000e+00 | 4.900000e+01 |    Inf 
32.69/32.70	o 45
32.69/32.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.69/32.70	c *32.7s| 11032 |  1537 |111225 |  10.0 |  23M|  66 |   - |2053 |4675 |2053 |1649 |3129 |  11k|1491 | 0.000000e+00 | 4.500000e+01 |    Inf 
32.69/32.72	o 42
32.69/32.72	c *32.7s| 11036 |  1515 |111228 |  10.0 |  23M|  66 |   - |2053 |4616 |2053 |1650 |3130 |  11k|1491 | 0.000000e+00 | 4.200000e+01 |    Inf 
33.89/33.94	o 32
33.89/33.94	c *33.9s| 11673 |  1518 |117832 |  10.0 |  23M|  66 |   - |2053 |4681 |2053 |1642 |3289 |  12k|1491 | 0.000000e+00 | 3.200000e+01 |    Inf 
34.59/34.64	o 18
34.59/34.64	c *34.6s| 12000 |  1267 |121884 |  10.1 |  21M|  66 |   - |2053 |4286 |2053 |1645 |3338 |  12k|1491 | 0.000000e+00 | 1.800000e+01 |    Inf 
50.20/50.22	c  50.2s| 20000 |  1615 |219826 |  11.0 |  26M|  66 |  23 |2053 |6895 |2053 |1640 |4628 |  23k|1581 | 0.000000e+00 | 1.800000e+01 |    Inf 
66.09/66.11	o 16
66.09/66.11	c *66.1s| 28568 |  1986 |315569 |  11.0 |  30M|  66 |   - |2053 |7992 |2053 |1655 |5694 |  35k|1582 | 0.000000e+00 | 1.600000e+01 |    Inf 
68.70/68.70	c  68.7s| 30000 |  1989 |330977 |  11.0 |  31M|  66 |   - |2053 |7618 |   0 |   0 |5863 |  38k|1582 | 0.000000e+00 | 1.600000e+01 |    Inf 
87.50/87.56	c  87.5s| 40000 |  2161 |443519 |  11.1 |  34M|  66 |   - |2053 |9575 |   0 |   0 |8213 |  52k|1749 | 0.000000e+00 | 1.600000e+01 |    Inf 
106.50/106.53	c   107s| 50000 |  2187 |551466 |  11.0 |  35M|  66 |   - |2053 |8749 |2053 |1646 |  10k|  66k|2063 | 0.000000e+00 | 1.600000e+01 |    Inf 
116.69/116.75	o 15
116.69/116.75	c * 117s| 55321 |  2289 |614511 |  11.1 |  36M|  66 |   - |2053 |  11k|2053 |1649 |  11k|  73k|2175 | 0.000000e+00 | 1.500000e+01 |    Inf 
121.89/122.00	o 11
121.89/122.00	c * 122s| 58380 |  2202 |641390 |  11.0 |  35M|  66 |   - |2053 |9642 |2053 |1642 |  11k|  78k|2250 | 0.000000e+00 | 1.100000e+01 |    Inf 
124.79/124.81	c   125s| 60000 |  2216 |657095 |  10.9 |  35M|  66 |  25 |2053 |9479 |2053 |1640 |  11k|  80k|2288 | 0.000000e+00 | 1.100000e+01 |    Inf 
142.10/142.15	c   142s| 70000 |  2323 |753323 |  10.8 |  37M|  66 |  25 |2053 |  10k|2053 |1640 |  13k|  96k|2505 | 0.000000e+00 | 1.100000e+01 |    Inf 
161.10/161.11	c   161s| 80000 |  2395 |863138 |  10.8 |  39M|  66 |  18 |2053 |  13k|2053 |1640 |  14k| 111k|2704 | 0.000000e+00 | 1.100000e+01 |    Inf 
180.30/180.37	c   180s| 90000 |  2558 |968375 |  10.8 |  41M|  66 |   1 |2053 |  15k|2053 |1640 |  16k| 126k|2890 | 0.000000e+00 | 1.100000e+01 |    Inf 
199.19/199.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.19/199.21	c   199s|100000 |  2650 |  1073k|  10.7 |  41M|  68 |   8 |2053 |  10k|2053 |1640 |  18k| 141k|3019 | 0.000000e+00 | 1.100000e+01 |    Inf 
218.20/218.26	c   218s|110000 |  2765 |  1180k|  10.7 |  44M|  68 |   - |2053 |  14k|   0 |   0 |  20k| 155k|3249 | 0.000000e+00 | 1.100000e+01 |    Inf 
223.40/223.44	o 9
223.40/223.44	c * 223s|112507 |  2103 |  1209k|  10.7 |  37M|  68 |   - |2053 |  15k|2053 |1640 |  20k| 158k|3275 | 0.000000e+00 | 9.000000e+00 |    Inf 
235.60/235.67	o 3
235.60/235.67	c * 236s|118950 |  1810 |  1277k|  10.7 |  34M|  68 |   - |2053 |  14k|2053 |1640 |  21k| 168k|3384 | 0.000000e+00 | 3.000000e+00 |    Inf 
237.69/237.71	c   238s|120000 |  1802 |  1288k|  10.7 |  33M|  68 |  22 |2053 |  12k|2053 |1648 |  21k| 169k|3419 | 0.000000e+00 | 3.000000e+00 |    Inf 
255.90/255.92	c   256s|130000 |  1975 |  1389k|  10.7 |  37M|  68 |  23 |2053 |  18k|2053 |1648 |  22k| 183k|3542 | 0.000000e+00 | 3.000000e+00 |    Inf 
274.70/274.73	c   275s|140000 |  2044 |  1487k|  10.6 |  38M|  68 |  14 |2053 |  18k|2053 |1640 |  23k| 197k|3715 | 0.000000e+00 | 3.000000e+00 |    Inf 
293.70/293.77	c   294s|150000 |  2044 |  1588k|  10.6 |  37M|  68 |  17 |2053 |  16k|2053 |1640 |  25k| 211k|3906 | 0.000000e+00 | 3.000000e+00 |    Inf 
305.00/305.03	o 2
305.00/305.03	c * 305s|155967 |  2086 |  1652k|  10.6 |  38M|  68 |   - |2053 |  18k|2053 |1640 |  26k| 220k|3978 | 0.000000e+00 | 2.000000e+00 |    Inf 
312.70/312.76	c   313s|160000 |  2077 |  1694k|  10.6 |  38M|  68 |  19 |2053 |  17k|2053 |1646 |  26k| 226k|4007 | 0.000000e+00 | 2.000000e+00 |    Inf 
331.30/331.35	c   331s|170000 |  2095 |  1791k|  10.5 |  40M|  68 |   9 |2053 |  21k|2053 |1651 |  28k| 242k|4163 | 0.000000e+00 | 2.000000e+00 |    Inf 
351.50/351.50	c   351s|180000 |  2148 |  1896k|  10.5 |  42M|  68 |   1 |2053 |  24k|2053 |1649 |  29k| 257k|4260 | 0.000000e+00 | 2.000000e+00 |    Inf 
372.40/372.43	c   372s|190000 |  2036 |  2007k|  10.6 |  39M|  69 |  21 |2053 |  18k|2053 |1640 |  30k| 272k|4398 | 0.000000e+00 | 2.000000e+00 |    Inf 
390.70/390.72	c   391s|200000 |  2100 |  2100k|  10.5 |  40M|  69 |  14 |2053 |  20k|2053 |1640 |  32k| 288k|4518 | 0.000000e+00 | 2.000000e+00 |    Inf 
409.00/409.03	c   409s|210000 |  2153 |  2184k|  10.4 |  41M|  69 |  14 |2053 |  21k|2053 |1640 |  34k| 304k|4589 | 0.000000e+00 | 2.000000e+00 |    Inf 
427.20/427.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.20/427.23	c   427s|220000 |  1970 |  2279k|  10.4 |  38M|  69 |   - |2053 |  16k|   0 |   0 |  35k| 319k|4679 | 0.000000e+00 | 2.000000e+00 |    Inf 
445.80/445.81	c   446s|230000 |  1901 |  2381k|  10.4 |  38M|  69 |  23 |2053 |  18k|2053 |1640 |  37k| 333k|4816 | 0.000000e+00 | 2.000000e+00 |    Inf 
465.31/465.37	c   465s|240000 |  1913 |  2481k|  10.3 |  40M|  69 |   - |2053 |  22k|   0 |   0 |  38k| 348k|4912 | 0.000000e+00 | 2.000000e+00 |    Inf 
484.20/484.24	c   484s|250000 |  1922 |  2570k|  10.3 |  40M|  73 |   - |2053 |  20k|   0 |   0 |  39k| 362k|5043 | 0.000000e+00 | 2.000000e+00 |    Inf 
503.00/503.00	c   503s|260000 |  1833 |  2662k|  10.2 |  38M|  73 |   8 |2053 |  18k|2053 |1640 |  41k| 377k|5149 | 0.000000e+00 | 2.000000e+00 |    Inf 
521.91/521.95	c   522s|270000 |  1725 |  2758k|  10.2 |  37M|  73 |  21 |2053 |  17k|2053 |1647 |  42k| 391k|5265 | 0.000000e+00 | 2.000000e+00 |    Inf 
541.11/541.19	c   541s|280000 |  1644 |  2857k|  10.2 |  37M|  73 |  18 |2053 |  18k|2053 |1640 |  44k| 406k|5532 | 0.000000e+00 | 2.000000e+00 |    Inf 
561.51/561.53	c   562s|290000 |  1671 |  2968k|  10.2 |  39M|  73 |   - |2053 |  22k|   0 |   0 |  46k| 419k|5603 | 0.000000e+00 | 2.000000e+00 |    Inf 
582.91/582.94	c   583s|300000 |  1661 |  3080k|  10.3 |  40M|  73 |   - |2053 |  25k|2053 |1640 |  48k| 433k|5695 | 0.000000e+00 | 2.000000e+00 |    Inf 
605.11/605.19	c   605s|310000 |  1771 |  3190k|  10.3 |  42M|  73 |   - |2053 |  30k|   0 |   0 |  50k| 447k|5840 | 0.000000e+00 | 2.000000e+00 |    Inf 
627.71/627.71	c   628s|320000 |  1723 |  3295k|  10.3 |  42M|  73 |   1 |2053 |  29k|2053 |1640 |  51k| 461k|5935 | 0.000000e+00 | 2.000000e+00 |    Inf 
650.91/650.93	c   651s|330000 |  1694 |  3410k|  10.3 |  43M|  73 |  19 |2053 |  30k|2053 |1640 |  53k| 475k|6011 | 0.000000e+00 | 2.000000e+00 |    Inf 
675.31/675.32	c   675s|340000 |  1660 |  3533k|  10.4 |  42M|  73 |  15 |2053 |  29k|2053 |1646 |  55k| 488k|6120 | 0.000000e+00 | 2.000000e+00 |    Inf 
698.21/698.21	c   698s|350000 |  1792 |  3643k|  10.4 |  43M|  73 |  21 |2053 |  31k|2053 |1640 |  57k| 502k|6219 | 0.000000e+00 | 2.000000e+00 |    Inf 
721.62/721.64	c   722s|360000 |  1898 |  3755k|  10.4 |  46M|  73 |   1 |2053 |  36k|2053 |1646 |  59k| 516k|6339 | 0.000000e+00 | 2.000000e+00 |    Inf 
746.21/746.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.21/746.29	c   746s|370000 |  1915 |  3868k|  10.5 |  47M|  73 |  30 |2053 |  38k|2053 |1640 |  61k| 531k|6433 | 0.000000e+00 | 2.000000e+00 |    Inf 
770.41/770.48	c   770s|380000 |  1886 |  3972k|  10.5 |  47M|  73 |   1 |2053 |  38k|2053 |1640 |  63k| 545k|6509 | 0.000000e+00 | 2.000000e+00 |    Inf 
776.52/776.58	o 1
776.52/776.58	c * 777s|382547 |  1835 |  3995k|  10.4 |  47M|  73 |   - |2053 |  39k|2053 |1640 |  63k| 549k|6512 | 0.000000e+00 | 1.000000e+00 |    Inf 
796.32/796.35	c   796s|390000 |  1849 |  4082k|  10.5 |  46M|  73 |   - |2053 |  35k|   0 |   0 |  65k| 559k|6592 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.82/821.80	c   822s|400000 |  1855 |  4196k|  10.5 |  45M|  73 |  25 |2053 |  33k|2053 |1640 |  66k| 573k|6662 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.21/847.29	c   847s|410000 |  1847 |  4308k|  10.5 |  46M|  73 |   - |2053 |  35k|   0 |   0 |  68k| 588k|6737 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.82/873.84	c   874s|420000 |  1828 |  4431k|  10.5 |  46M|  73 |   - |2053 |  35k|   0 |   0 |  70k| 602k|6837 | 0.000000e+00 | 1.000000e+00 |    Inf 
900.22/900.21	c   900s|430000 |  1780 |  4545k|  10.6 |  46M|  73 |   - |2053 |  36k|2053 |1648 |  71k| 616k|6926 | 0.000000e+00 | 1.000000e+00 |    Inf 
926.92/926.92	c   927s|440000 |  1828 |  4670k|  10.6 |  47M|  73 |   - |2053 |  38k|   0 |   0 |  73k| 630k|7022 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.42/953.47	c   953s|450000 |  1830 |  4792k|  10.6 |  49M|  73 |   - |2053 |  41k|2053 |1648 |  75k| 645k|7084 | 0.000000e+00 | 1.000000e+00 |    Inf 
981.52/981.53	c   982s|460000 |  1709 |  4913k|  10.7 |  47M|  73 |  28 |2053 |  38k|2053 |1640 |  76k| 659k|7174 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.53/1008.51	c  1008s|470000 |  1642 |  5036k|  10.7 |  46M|  73 |  23 |2053 |  37k|2053 |1648 |  78k| 673k|7244 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.42/1034.49	c  1034s|480000 |  1653 |  5146k|  10.7 |  45M|  73 |   - |2053 |  34k|2053 |1640 |  79k| 687k|7407 | 0.000000e+00 | 1.000000e+00 |    Inf 
1059.63/1059.66	c  1060s|490000 |  1595 |  5270k|  10.8 |  41M|  73 |   - |2053 |  23k|   0 |   0 |  81k| 701k|7560 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.13/1080.12	c  1080s|500000 |  1464 |  5371k|  10.7 |  39M|  73 |   - |2053 |  20k|2053 |1647 |  82k| 715k|7620 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.22/1101.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.22/1101.23	c  1101s|510000 |  1435 |  5482k|  10.7 |  40M|  73 |  30 |2053 |  23k|2053 |1653 |  83k| 729k|7677 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.72/1124.74	c  1125s|520000 |  1360 |  5616k|  10.8 |  39M|  73 |   - |2053 |  21k|   0 |   0 |  85k| 743k|7748 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.73/1147.79	c  1148s|530000 |  1318 |  5738k|  10.8 |  39M|  73 |   1 |2053 |  22k|2053 |1640 |  86k| 756k|7851 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.82/1168.87	c  1169s|540000 |  1275 |  5854k|  10.8 |  37M|  73 |   - |2053 |  18k|   0 |   0 |  87k| 770k|7951 | 0.000000e+00 | 1.000000e+00 |    Inf 
1189.43/1189.46	c  1189s|550000 |  1164 |  5973k|  10.9 |  35M|  73 |  24 |2053 |  15k|2053 |1640 |  89k| 784k|8021 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.63/1210.66	c  1211s|560000 |  1172 |  6091k|  10.9 |  37M|  73 |  16 |2053 |  20k|2053 |1658 |  90k| 799k|8101 | 0.000000e+00 | 1.000000e+00 |    Inf 
1231.82/1231.87	c  1232s|570000 |   926 |  6212k|  10.9 |  32M|  73 |   - |2053 |  11k|2053 |1640 |  91k| 812k|8197 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.13/1252.16	c  1252s|580000 |   811 |  6333k|  10.9 |  33M|  73 |  20 |2053 |  14k|2053 |1640 |  92k| 825k|8328 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.12/1272.12	c  1272s|590000 |   824 |  6448k|  10.9 |  35M|  73 |   - |2053 |  19k|   0 |   0 |  94k| 839k|8395 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.13/1294.10	c  1294s|600000 |   865 |  6572k|  11.0 |  36M|  73 |   - |2053 |  22k|2053 |1649 |  96k| 853k|8463 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.93/1314.97	c  1315s|610000 |   887 |  6684k|  11.0 |  37M|  73 |   - |2053 |  24k|   0 |   0 |  98k| 868k|8520 | 0.000000e+00 | 1.000000e+00 |    Inf 
1335.93/1335.99	c  1336s|620000 |   805 |  6794k|  11.0 |  36M|  73 |   - |2053 |  24k|   0 |   0 | 100k| 882k|8587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1359.83/1359.88	c  1360s|630000 |   827 |  6932k|  11.0 |  38M|  73 |   5 |2053 |  27k|2053 |1656 | 102k| 895k|8682 | 0.000000e+00 | 1.000000e+00 |    Inf 
1384.53/1384.56	c  1385s|640000 |   830 |  7063k|  11.0 |  39M|  73 |   7 |2053 |  29k|2053 |1645 | 104k| 909k|8765 | 0.000000e+00 | 1.000000e+00 |    Inf 
1414.03/1414.08	c  1414s|650000 |   990 |  7222k|  11.1 |  41M|  73 |   - |2053 |  34k|2053 |1656 | 105k| 922k|8834 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.73/1442.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1442.73/1442.70	c  1443s|660000 |   966 |  7372k|  11.2 |  41M|  73 |   - |2053 |  33k|   0 |   0 | 106k| 937k|8901 | 0.000000e+00 | 1.000000e+00 |    Inf 
1469.73/1469.78	c  1470s|670000 |   945 |  7510k|  11.2 |  41M|  73 |   - |2053 |  34k|2053 |1655 | 108k| 951k|8973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.63/1495.65	c  1496s|680000 |   895 |  7637k|  11.2 |  41M|  73 |   - |2053 |  35k|   0 |   0 | 110k| 965k|9054 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.84/1519.83	c  1520s|690000 |  1017 |  7746k|  11.2 |  44M|  73 |   - |2053 |  39k|   0 |   0 | 111k| 979k|9119 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.14/1544.18	c  1544s|700000 |   913 |  7853k|  11.2 |  43M|  73 |   - |2053 |  39k|2053 |1656 | 113k| 993k|9167 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.74/1570.75	c  1571s|710000 |   865 |  7979k|  11.2 |  41M|  73 |   - |2053 |  34k|   0 |   0 | 115k|1007k|9224 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.04/1599.04	c  1599s|720000 |   801 |  8121k|  11.3 |  40M|  73 |   - |2053 |  34k|   0 |   0 | 116k|1020k|9290 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.04/1624.04	c  1624s|730000 |   762 |  8235k|  11.3 |  40M|  73 |  18 |2053 |  32k|2053 |1640 | 118k|1034k|9436 | 0.000000e+00 | 1.000000e+00 |    Inf 
1650.54/1650.50	c  1650s|740000 |   803 |  8363k|  11.3 |  41M|  73 |   - |2053 |  35k|2053 |1650 | 119k|1047k|9468 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.74/1675.72	c  1676s|750000 |   769 |  8476k|  11.3 |  42M|  73 |  18 |2053 |  38k|2053 |1640 | 120k|1062k|9516 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.94/1699.95	c  1700s|760000 |   777 |  8587k|  11.3 |  42M|  73 |   - |2053 |  38k|2053 |1650 | 122k|1076k|9571 | 0.000000e+00 | 1.000000e+00 |    Inf 
1727.74/1727.72	c  1728s|770000 |   755 |  8714k|  11.3 |  42M|  73 |   - |2053 |  38k|2053 |1640 | 124k|1089k|9648 | 0.000000e+00 | 1.000000e+00 |    Inf 
1754.74/1754.72	c  1755s|780000 |   743 |  8841k|  11.3 |  42M|  73 |   - |2053 |  38k|   0 |   0 | 126k|1103k|9721 | 0.000000e+00 | 1.000000e+00 |    Inf 
1782.55/1782.53	c  1783s|790000 |   666 |  8968k|  11.4 |  39M|  73 |  27 |2053 |  34k|2053 |1640 | 128k|1116k|9779 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 792959
1790.05/1790.00	c Primal Bound       : +1.00000000000000e+00 (102 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.05/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.05/1790.01	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.01	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1790.05/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1790.05/1790.01	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 
1790.05/1790.01	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 
1790.05/1790.01	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 
1790.05/1790.01	v -x28 -x27 -x26 -x25 -x24 x23 -x22 x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.05/1790.01	v -x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.98
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705511-1278572954.wbo
1790.05/1790.01	c   Variables        : 2153 (1192 binary, 0 integer, 961 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3669 initial, 3669 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705511-1278572954.wbo
1790.05/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3436 initial, 41817 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.00          0          0          0          0          0         76          0          0
1790.05/1790.01	c   linear           :       0.04          0          0          0        961          0        107         50          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1790.05/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -       1822          -          -       1822          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0     452930          0        215       2405          0          0     852316
1790.05/1790.01	c   knapsack         :          1          6    3664331      24426          1      61828    7482099          0          0          0
1790.05/1790.01	c   setppc           :         39          6    3608916      24283          1      72851    2659978          0          0          0
1790.05/1790.01	c   linear           :        911+         7    3536964      24452          1      70833    4505224     129027          0          0
1790.05/1790.01	c   indicator        :        911          0    1658507      12263          0        374     850498          0          0          0
1790.05/1790.01	c   logicor          :       1574+         6    1820522       1369          1     104678    6602336          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     263673          0          0        624       2787          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0       1369          1          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      34.67       0.00       0.00      34.67       0.00
1790.05/1790.01	c   knapsack         :      36.07       0.00      36.06       0.01       0.00
1790.05/1790.01	c   setppc           :      18.29       0.00      18.27       0.02       0.00
1790.05/1790.01	c   linear           :      47.43       0.00      46.74       0.69       0.00
1790.05/1790.01	c   indicator        :       4.45       0.01       4.26       0.19       0.00
1790.05/1790.01	c   logicor          :     269.81       0.00     269.80       0.01       0.00
1790.05/1790.01	c   bounddisjunction :       0.58       0.00       0.58       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.60      24860          0        237
1790.05/1790.01	c   rootredcost      :       0.53         47          0        911
1790.05/1790.01	c   pseudoobj        :      48.77    3674663       2900     913481
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :      13.87     313714     313201    2204395       29.7       9274       23.2          -
1790.05/1790.01	c   infeasible LP    :      20.50     108976     108971     952336       43.3        894       16.3          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -    1120388       28.0          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -        104          -    (maximal pool size: 498)
1790.05/1790.01	c   redcost          :      15.62     453744          0      12304          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.19          6          0          0       1533          0
1790.05/1790.01	c   strongcg         :       0.17          6          0          0       1806          0
1790.05/1790.01	c   cmir             :       0.03          6          0          0          1          0
1790.05/1790.01	c   flowcover        :       0.05          6          0          0          2          0
1790.05/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.08          1          0          0          0          1
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      34.37     428411        215       2405          0          0     852316
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.18       1324          0          0          0          0       2649
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.02          -         46
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   intshifting      :       0.02          0          0
1790.05/1790.01	c   feaspump         :       0.03          1          0
1790.05/1790.01	c   oneopt           :       0.36         46          0
1790.05/1790.01	c   pscostdiving     :       0.36        111          0
1790.05/1790.01	c   fracdiving       :       0.48        111          0
1790.05/1790.01	c   veclendiving     :       0.27        111          0
1790.05/1790.01	c   linesearchdiving :       0.28        111          0
1790.05/1790.01	c   guideddiving     :       0.40        111          0
1790.05/1790.01	c   objpscostdiving  :       0.31         56          0
1790.05/1790.01	c   rootsoldiving    :       0.49         56          0
1790.05/1790.01	c   coefdiving       :       0.32        112          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.68     428446          0
1790.05/1790.01	c   zirounding       :       0.22       1000          0
1790.05/1790.01	c   rounding         :       0.83       9233          0
1790.05/1790.01	c   shifting         :       0.78       2889          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.04          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   crossover        :       0.97         33          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.13          0          0
1790.05/1790.01	c   trysol           :       0.21         76         56
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :     885.47     558180    8990980      16.11   10153.90
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       1.89       1323      12477       9.43    6610.10
1790.05/1790.01	c   strong branching :      30.22       9800     314155      32.06   10396.27
1790.05/1790.01	c     (at root node) :          -         14       5974     426.71          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     792959
1790.05/1790.01	c   nodes (total)    :     792959
1790.05/1790.01	c   nodes left       :        683
1790.05/1790.01	c   max depth        :         73
1790.05/1790.01	c   max depth (total):         73
1790.05/1790.01	c   backtracks       :     109355 (13.8%)
1790.05/1790.01	c   delayed cutoffs  :      58988
1790.05/1790.01	c   repropagations   :    1391423 (4429129 domain reductions, 56735 cutoffs)
1790.05/1790.01	c   avg switch length:       4.96
1790.05/1790.01	c   switching time   :     224.34
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :        102 (47 improvements)
1790.05/1790.01	c   First Solution   : +4.39280000000000e+04   (in run 1, after 19 nodes, 3.21 seconds, depth 19, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 382547 nodes, 776.55 seconds, depth 40, found by <relaxation>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        562
1790.05/1790.07	c Time complete: 1790.12.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705511-1278572954/watcher-2705511-1278572954 -o /tmp/evaluation-result-2705511-1278572954/solver-2705511-1278572954 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705511-1278572954.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: 0.36 0.09 0.03 3/182 10203
/proc/meminfo: memFree=28357548/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=12344 CPUtime=0
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 1949 0 0 0 0 0 0 0 21 0 1 0 25508146 12640256 1867 4089446400 4194304 10345943 140734767339104 18446744073709551615 9085810 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10203/statm: 3086 1867 429 1502 0 1579 0

[startup+0.0150619 s]
/proc/loadavg: 0.36 0.09 0.03 3/182 10203
/proc/meminfo: memFree=28357548/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=14340 CPUtime=0.01
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 2422 0 0 0 1 0 0 0 21 0 1 0 25508146 14684160 2340 4089446400 4194304 10345943 140734767339104 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10203/statm: 3585 2365 429 1502 0 2078 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14340

[startup+0.101047 s]
/proc/loadavg: 0.36 0.09 0.03 3/182 10203
/proc/meminfo: memFree=28357548/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=27516 CPUtime=0.09
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 5993 0 0 0 9 0 0 0 21 0 1 0 25508146 28176384 5557 4089446400 4194304 10345943 140734767339104 18446744073709551615 5026845 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 6879 5557 570 1502 0 5372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27516

[startup+0.301022 s]
/proc/loadavg: 0.36 0.09 0.03 3/182 10203
/proc/meminfo: memFree=28357548/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=36772 CPUtime=0.29
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 12500 0 0 0 27 2 0 0 21 0 1 0 25508146 37654528 7617 4089446400 4194304 10345943 140734767339104 18446744073709551615 8933776 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 9193 7617 760 1502 0 7686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36772

[startup+0.700934 s]
/proc/loadavg: 0.36 0.09 0.03 3/182 10203
/proc/meminfo: memFree=28357548/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=40548 CPUtime=0.69
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 13418 0 0 0 66 3 0 0 22 0 1 0 25508146 41521152 8535 4089446400 4194304 10345943 140734767339104 18446744073709551615 6128113 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 10137 8535 766 1502 0 8630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40548

[startup+1.50079 s]
/proc/loadavg: 0.36 0.09 0.03 2/178 10221
/proc/meminfo: memFree=28359672/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=44856 CPUtime=1.49
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 18477 0 0 0 144 5 0 0 25 0 1 0 25508146 45932544 9646 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 11214 9646 787 1502 0 9707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44856

[startup+3.1005 s]
/proc/loadavg: 0.36 0.09 0.03 2/178 10221
/proc/meminfo: memFree=28359796/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=47424 CPUtime=3.09
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 20453 0 0 0 302 7 0 0 25 0 1 0 25508146 48562176 9767 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 11856 9767 786 1502 0 10349 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47424

[startup+6.30092 s]
/proc/loadavg: 0.41 0.11 0.03 2/178 10221
/proc/meminfo: memFree=28359028/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=47196 CPUtime=6.29
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 24171 0 0 0 619 10 0 0 25 0 1 0 25508146 48328704 9771 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 11799 9771 787 1502 0 10292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47196

[startup+12.7008 s]
/proc/loadavg: 0.54 0.14 0.04 3/183 10231
/proc/meminfo: memFree=28304348/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=51232 CPUtime=12.69
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 42647 0 0 0 1253 16 0 0 25 0 1 0 25508146 52461568 11257 4089446400 4194304 10345943 140734767339104 18446744073709551615 6119453 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 12808 11257 789 1502 0 11301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51232

[startup+25.5004 s]
/proc/loadavg: 0.94 0.25 0.08 3/183 10232
/proc/meminfo: memFree=28269488/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=72064 CPUtime=25.49
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 53703 0 0 0 2524 25 0 0 25 0 1 0 25508146 73793536 16539 4089446400 4194304 10345943 140734767339104 18446744073709551615 6870829 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 18016 16539 806 1502 0 16509 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72064

[startup+51.1008 s]
/proc/loadavg: 1.30 0.39 0.13 3/183 10232
/proc/meminfo: memFree=28242824/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=85684 CPUtime=51.09
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 90855 0 0 0 5064 45 0 0 25 0 1 0 25508146 87740416 19749 4089446400 4194304 10345943 140734767339104 18446744073709551615 4698201 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 21421 19749 806 1502 0 19914 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85684

[startup+102.306 s]
/proc/loadavg: 1.87 0.69 0.24 3/183 10234
/proc/meminfo: memFree=28207520/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=102496 CPUtime=102.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 103255 0 0 0 10148 82 0 0 25 0 1 0 25508146 104955904 24407 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 25624 24407 806 1502 0 24117 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102496

[startup+162.3 s]
/proc/loadavg: 1.98 0.92 0.35 3/183 10235
/proc/meminfo: memFree=28195268/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=104832 CPUtime=162.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 113685 0 0 0 16110 120 0 0 25 0 1 0 25508146 107347968 24475 4089446400 4194304 10345943 140734767339104 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 26208 24475 810 1502 0 24701 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 104832

[startup+222.301 s]
/proc/loadavg: 2.04 1.14 0.46 3/183 10237
/proc/meminfo: memFree=28176372/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=112640 CPUtime=222.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 136660 0 0 0 22074 156 0 0 25 0 1 0 25508146 115343360 26123 4089446400 4194304 10345943 140734767339104 18446744073709551615 7521235 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 28160 26123 810 1502 0 26653 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112640

[startup+282.301 s]
/proc/loadavg: 2.01 1.28 0.55 3/183 10238
/proc/meminfo: memFree=28166512/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=115052 CPUtime=282.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 167122 0 0 0 28035 195 0 0 25 0 1 0 25508146 117813248 26684 4089446400 4194304 10345943 140734767339104 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 28763 26684 810 1502 0 27256 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 115052

[startup+342.301 s]
/proc/loadavg: 2.00 1.41 0.64 3/183 10240
/proc/meminfo: memFree=28157172/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=115552 CPUtime=342.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 194548 0 0 0 33999 231 0 0 25 0 1 0 25508146 118325248 27378 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 28888 27378 810 1502 0 27381 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 115552

[startup+402.301 s]
/proc/loadavg: 2.00 1.52 0.72 3/183 10242
/proc/meminfo: memFree=28148436/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=117128 CPUtime=402.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 210530 0 0 0 39962 268 0 0 25 0 1 0 25508146 119939072 27705 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 29282 27705 810 1502 0 27775 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117128

[startup+462.301 s]
/proc/loadavg: 2.00 1.60 0.80 3/183 10243
/proc/meminfo: memFree=28143440/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=118412 CPUtime=462.31
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 225010 0 0 0 45928 303 0 0 25 0 1 0 25508146 121253888 27912 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 29603 27912 810 1502 0 28096 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 118412

[startup+522.301 s]
/proc/loadavg: 2.00 1.67 0.87 3/183 10245
/proc/meminfo: memFree=28138816/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=118920 CPUtime=522.3
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 242484 0 0 0 51894 336 0 0 25 0 1 0 25508146 121774080 28109 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 29730 28109 810 1502 0 28223 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 118920

[startup+582.301 s]
/proc/loadavg: 2.00 1.73 0.94 3/183 10248
/proc/meminfo: memFree=28134436/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=120788 CPUtime=582.31
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 256304 0 0 0 57860 371 0 0 25 0 1 0 25508146 123686912 28561 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 30197 28562 810 1502 0 28690 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 120788

[startup+642.301 s]
/proc/loadavg: 2.00 1.78 1.01 3/183 10251
/proc/meminfo: memFree=28128732/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=126160 CPUtime=642.31
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 261290 0 0 0 63829 402 0 0 25 0 1 0 25508146 129187840 29470 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 31540 29470 810 1502 0 30033 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 126160

[startup+702.301 s]

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

/proc/meminfo: memFree=28112820/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=133616 CPUtime=1062.32
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 310478 0 0 0 105624 608 0 0 25 0 1 0 25508146 136822784 31434 4089446400 4194304 10345943 140734767339104 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33404 31434 810 1502 0 31897 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 133616

[startup+1122.3 s]
/proc/loadavg: 2.05 1.98 1.40 3/183 10264
/proc/meminfo: memFree=28111032/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=132832 CPUtime=1122.33
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 315308 0 0 0 111595 638 0 0 25 0 1 0 25508146 136019968 31394 4089446400 4194304 10345943 140734767339104 18446744073709551615 6847789 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33208 31394 810 1502 0 31701 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 132832

[startup+1182.3 s]
/proc/loadavg: 2.06 2.00 1.44 3/183 10265
/proc/meminfo: memFree=28111612/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=132856 CPUtime=1182.32
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 321746 0 0 0 117562 670 0 0 25 0 1 0 25508146 136044544 31408 4089446400 4194304 10345943 140734767339104 18446744073709551615 6556776 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33214 31408 810 1502 0 31707 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 132856

[startup+1242.3 s]
/proc/loadavg: 2.14 2.03 1.49 3/183 10267
/proc/meminfo: memFree=28110708/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=134236 CPUtime=1242.33
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 327379 0 0 0 123530 703 0 0 25 0 1 0 25508146 137457664 31467 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33559 31467 810 1502 0 32052 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 134236

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 1.52 3/183 10269
/proc/meminfo: memFree=28109928/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=134504 CPUtime=1302.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 332913 0 0 0 129498 736 0 0 25 0 1 0 25508146 137732096 31608 4089446400 4194304 10345943 140734767339104 18446744073709551615 6119680 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33626 31608 810 1502 0 32119 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 134504

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.54 3/183 10270
/proc/meminfo: memFree=28106032/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136012 CPUtime=1362.33
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 335718 0 0 0 135466 767 0 0 25 0 1 0 25508146 139276288 31735 4089446400 4194304 10345943 140734767339104 18446744073709551615 6803283 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34003 31735 810 1502 0 32496 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 136012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.57 3/183 10272
/proc/meminfo: memFree=28103488/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136108 CPUtime=1422.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 336736 0 0 0 141439 795 0 0 25 0 1 0 25508146 139374592 31749 4089446400 4194304 10345943 140734767339104 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34027 31749 810 1502 0 32520 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 136108

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.59 3/183 10273
/proc/meminfo: memFree=28101956/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136336 CPUtime=1482.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 337634 0 0 0 147409 825 0 0 25 0 1 0 25508146 139608064 31870 4089446400 4194304 10345943 140734767339104 18446744073709551615 6520293 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34084 31870 810 1502 0 32577 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 136336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/183 10275
/proc/meminfo: memFree=28099048/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136280 CPUtime=1542.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 338060 0 0 0 153386 848 0 0 25 0 1 0 25508146 139550720 31833 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34070 31833 810 1502 0 32563 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 136280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/183 10277
/proc/meminfo: memFree=28098388/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136388 CPUtime=1602.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 340311 0 0 0 159359 875 0 0 25 0 1 0 25508146 139661312 31816 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34097 31816 810 1502 0 32590 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 136388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/183 10278
/proc/meminfo: memFree=28097336/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=135528 CPUtime=1662.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 344857 0 0 0 165328 906 0 0 25 0 1 0 25508146 138780672 31866 4089446400 4194304 10345943 140734767339104 18446744073709551615 5211988 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33882 31866 810 1502 0 32375 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 135528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/183 10280
/proc/meminfo: memFree=28094308/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=136164 CPUtime=1722.34
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 348781 0 0 0 171299 935 0 0 25 0 1 0 25508146 139431936 31872 4089446400 4194304 10345943 140734767339104 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34041 31872 810 1502 0 32534 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 136164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10281
/proc/meminfo: memFree=28092020/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=135556 CPUtime=1782.35
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 353637 0 0 0 177273 962 0 0 25 0 1 0 25508146 138809344 31913 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 33889 31913 810 1502 0 32382 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 135556

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091524/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1785.54
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354086 0 0 0 177591 963 0 0 25 0 1 0 25508146 140374016 32009 4089446400 4194304 10345943 140734767339104 18446744073709551615 4696816 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32009 810 1502 0 32764 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 137084

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091524/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1787.14
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354254 0 0 0 177750 964 0 0 25 0 1 0 25508146 140374016 32002 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32002 810 1502 0 32764 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 137084

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091652/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1788.74
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354264 0 0 0 177909 965 0 0 25 0 1 0 25508146 140374016 32012 4089446400 4194304 10345943 140734767339104 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32012 810 1502 0 32764 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 137084

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091652/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1789.54
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354287 0 0 0 177989 965 0 0 25 0 1 0 25508146 140374016 32035 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32035 810 1502 0 32764 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 137084

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091900/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1789.94
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354288 0 0 0 178029 965 0 0 25 0 1 0 25508146 140374016 32036 4089446400 4194304 10345943 140734767339104 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32036 810 1502 0 32764 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 137084

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091900/32951124 swapFree=67111528/67111528
[pid=10203] ppid=10201 vsize=137084 CPUtime=1790.05
/proc/10203/stat : 10203 (pbscip.linux.x8) R 10201 10203 10040 0 -1 4202496 354288 0 0 0 178039 966 0 0 25 0 1 0 25508146 140374016 32036 4089446400 4194304 10345943 140734767339104 18446744073709551615 6929848 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/10203/statm: 34271 32036 810 1502 0 32764 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 137084

Child status: 0
Real time (s): 1790.08
CPU time (s): 1790.13
CPU user time (s): 1780.46
CPU system time (s): 9.66653
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 139892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.46
system time used= 9.66653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354292
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= 1354

runsolver used 2.80857 second user time and 6.96394 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-08 09:09:14
IDJOB=2705511
IDBENCH=78895
IDSOLVER=1214
FILE ID=node133/2705511-1278572954
PBS_JOBID= 11240188
Free space on /tmp= 73644 MiB

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

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

MD5SUM BENCH= 83dbd2cd2ef615ae6bc4c3ab9b5ef9b9
RANDOM SEED=600778192

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28357952 kB
Buffers:        165180 kB
Cached:        4170232 kB
SwapCached:          0 kB
Active:        1282476 kB
Inactive:      3141228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28357952 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25896 kB
Writeback:           0 kB
AnonPages:       87952 kB
Mapped:          17684 kB
Slab:           105568 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73632 MiB
End job on node133 at 2010-07-08 09:39:04