Trace number 2705149

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark776.621
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-2705149-1278578351.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.12	o 135640
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.12	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.13	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.356400e+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.356400e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.356400e+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.356400e+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.356400e+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.356400e+05 |    Inf 
14.09/14.10	o 444
14.09/14.10	c *14.1s|  7688 |  7029 |  3275 |   0.4 |  38M|2509 |   - |5645 |5414 |5645 | 203 | 854 |   0 | 590 | 0.000000e+00 | 4.440000e+02 |    Inf 
17.89/17.98	c  17.9s| 10000 |  9341 |  3644 |   0.3 |  43M|2509 |   0 |5645 |5414 |5645 | 193 | 935 |   0 | 617 | 0.000000e+00 | 4.440000e+02 |    Inf 
34.99/35.03	c  35.0s| 20000 | 19340 |  4539 |   0.2 |  63M|2509 |   0 |5645 |5415 |5645 | 184 |1149 |   1 | 652 | 0.000000e+00 | 4.440000e+02 |    Inf 
51.60/51.66	c  51.6s| 30000 | 29330 |  5636 |   0.2 |  84M|2509 |   0 |5645 |5460 |5645 | 198 |1364 |  46 | 724 | 0.000000e+00 | 4.440000e+02 |    Inf 
57.89/57.91	o 411
57.89/57.91	c *57.9s| 33587 | 32046 |  7317 |   0.2 |  93M|2509 |   - |5645 |5660 |5645 | 206 |1795 | 246 | 809 | 0.000000e+00 | 4.110000e+02 |    Inf 
59.69/59.72	o 409
59.69/59.72	c *59.7s| 34473 | 32847 |  7737 |   0.2 |  95M|2509 |   - |5645 |5751 |5645 | 200 |1909 | 337 | 824 | 0.000000e+00 | 4.090000e+02 |    Inf 
59.89/60.00	o 290
59.89/60.00	c *60.0s| 34616 | 29949 |  7763 |   0.2 |  87M|2509 |   - |5645 |5751 |5645 | 181 |1912 | 337 | 824 | 0.000000e+00 | 2.900000e+02 |    Inf 
60.59/60.64	o 251
60.59/60.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.59/60.64	c *60.6s| 34907 | 29077 |  7836 |   0.2 |  86M|2509 |   - |5645 |5769 |5645 | 183 |1929 | 355 | 824 | 0.000000e+00 | 2.510000e+02 |    Inf 
60.99/61.09	o 240
60.99/61.09	c *61.1s| 35089 | 28841 |  7908 |   0.2 |  86M|2509 |   - |5645 |5798 |5645 | 180 |1940 | 384 | 824 | 0.000000e+00 | 2.400000e+02 |    Inf 
61.50/61.58	o 221
61.50/61.58	c *61.5s| 35271 | 28254 |  8043 |   0.2 |  85M|2509 |   - |5645 |5867 |5645 | 204 |1958 | 453 | 825 | 0.000000e+00 | 2.210000e+02 |    Inf 
61.50/61.59	o 197
61.50/61.59	c *61.6s| 35272 | 27180 |  8043 |   0.2 |  83M|2509 |   - |5645 |5867 |5645 | 204 |1958 | 453 | 825 | 0.000000e+00 | 1.970000e+02 |    Inf 
63.09/63.13	o 196
63.09/63.13	c *63.1s| 35722 | 27477 |  8710 |   0.2 |  85M|2509 |   - |5645 |6088 |5645 | 209 |2145 | 674 | 871 | 0.000000e+00 | 1.960000e+02 |    Inf 
71.09/71.16	o 178
71.09/71.16	c *71.1s| 38478 | 28212 | 11306 |   0.3 |  95M|2509 |   - |5645 |7189 |5645 | 185 |2897 |1776 | 952 | 0.000000e+00 | 1.780000e+02 |    Inf 
73.70/73.70	o 174
73.70/73.70	c *73.7s| 39169 | 28203 | 13523 |   0.3 |  98M|2509 |   - |5645 |7567 |5645 | 214 |3505 |2161 |1036 | 0.000000e+00 | 1.740000e+02 |    Inf 
73.70/73.73	o 171
73.70/73.73	c *73.7s| 39187 | 27810 | 13533 |   0.3 |  97M|2509 |   - |5645 |7567 |5645 | 214 |3505 |2161 |1036 | 0.000000e+00 | 1.710000e+02 |    Inf 
73.70/73.74	o 167
73.70/73.74	c *73.7s| 39188 | 27349 | 13533 |   0.3 |  96M|2509 |   - |5645 |7567 |5645 | 214 |3505 |2161 |1036 | 0.000000e+00 | 1.670000e+02 |    Inf 
73.79/73.81	o 155
73.79/73.81	c *73.8s| 39203 | 25745 | 13681 |   0.3 |  93M|2509 |   - |5645 |7567 |5645 | 208 |3521 |2161 |1040 | 0.000000e+00 | 1.550000e+02 |    Inf 
73.79/73.81	o 151
73.79/73.81	c *73.8s| 39204 | 25187 | 13681 |   0.3 |  91M|2509 |   - |5645 |7567 |5645 | 208 |3521 |2161 |1040 | 0.000000e+00 | 1.510000e+02 |    Inf 
74.90/74.91	o 139
74.90/74.91	c *74.9s| 39438 | 23528 | 15280 |   0.4 |  90M|2509 |   - |5645 |7718 |5645 | 238 |3876 |2317 |1099 | 0.000000e+00 | 1.390000e+02 |    Inf 
75.79/75.88	o 138
75.79/75.88	c *75.8s| 39598 | 23447 | 17011 |   0.4 |  92M|2509 |   - |5645 |7869 |5645 | 221 |4381 |2478 |1149 | 0.000000e+00 | 1.380000e+02 |    Inf 
77.59/77.65	c  77.6s| 40000 | 23613 | 19354 |   0.5 |  95M|2509 |   0 |5645 |8241 |5645 | 205 |5015 |2898 |1264 | 0.000000e+00 | 1.380000e+02 |    Inf 
78.00/78.08	o 117
78.00/78.08	c *78.1s| 40119 | 19966 | 19614 |   0.5 |  85M|2509 |   - |5645 |8287 |5645 | 210 |5096 |2948 |1264 | 0.000000e+00 | 1.170000e+02 |    Inf 
78.79/78.87	o 113
78.79/78.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.79/78.87	c *78.8s| 40314 | 19253 | 20494 |   0.5 |  84M|2509 |   - |5645 |8370 |5645 | 231 |5341 |3060 |1286 | 0.000000e+00 | 1.130000e+02 |    Inf 
78.79/78.88	o 111
78.79/78.88	c *78.8s| 40315 | 18823 | 20497 |   0.5 |  82M|2509 |   - |5645 |8370 |5645 | 231 |5341 |3060 |1286 | 0.000000e+00 | 1.110000e+02 |    Inf 
101.00/101.06	o 109
101.00/101.06	c * 101s| 46111 | 21525 | 36563 |   0.8 | 118M|2509 |   - |5645 |9625 |5645 | 213 |9642 |6813 |1504 | 0.000000e+00 | 1.090000e+02 |    Inf 
102.69/102.76	o 102
102.69/102.76	c * 103s| 46521 | 20225 | 37889 |   0.8 | 116M|2509 |   - |5645 |9789 |5645 | 204 |9969 |7198 |1507 | 0.000000e+00 | 1.020000e+02 |    Inf 
111.39/111.49	o 92
111.39/111.49	c * 111s| 48888 | 18630 | 44357 |   0.9 | 121M|2509 |   - |5645 |9396 |5645 | 211 |  11k|8711 |1534 | 0.000000e+00 | 9.200000e+01 |    Inf 
112.39/112.43	o 85
112.39/112.43	c * 112s| 49134 | 16872 | 45655 |   0.9 | 116M|2509 |   - |5645 |9049 |5645 | 225 |  11k|8929 |1564 | 0.000000e+00 | 8.500000e+01 |    Inf 
112.49/112.53	o 78
112.49/112.53	c * 112s| 49146 | 14672 | 45784 |   0.9 |  96M|2509 |   - |5645 |8771 |5645 | 210 |  11k|8935 |1567 | 0.000000e+00 | 7.800000e+01 |    Inf 
115.99/116.01	c   116s| 50000 | 15154 | 49726 |   1.0 | 100M|2509 |   0 |5645 |8438 |5645 | 221 |  12k|9475 |1589 | 0.000000e+00 | 7.800000e+01 |    Inf 
121.10/121.15	o 69
121.10/121.15	c * 121s| 51392 | 14093 | 55778 |   1.1 | 100M|2509 |   - |5645 |8488 |5645 | 219 |  14k|  10k|1617 | 0.000000e+00 | 6.900000e+01 |    Inf 
141.80/141.81	o 68
141.80/141.81	c * 142s| 57269 | 16017 | 78248 |   1.4 | 122M|2509 |   - |5645 |6766 |5645 | 211 |  20k|  15k|1692 | 0.000000e+00 | 6.800000e+01 |    Inf 
151.50/151.59	c   152s| 60000 | 16843 | 90621 |   1.5 | 130M|2509 |  11 |5645 |7454 |5645 | 235 |  23k|  17k|1784 | 0.000000e+00 | 6.800000e+01 |    Inf 
164.40/164.42	o 65
164.40/164.42	c * 164s| 63460 | 17254 |106016 |   1.7 | 138M|2509 |   - |5645 |7302 |5645 | 204 |  26k|  20k|1943 | 0.000000e+00 | 6.500000e+01 |    Inf 
166.20/166.23	o 64
166.20/166.23	c * 166s| 63975 | 17291 |107679 |   1.7 | 140M|2509 |   - |5645 |6874 |5645 | 215 |  27k|  20k|1965 | 0.000000e+00 | 6.400000e+01 |    Inf 
179.79/179.84	o 45
179.79/179.84	c * 180s| 67695 | 14197 |122504 |   1.8 | 120M|2509 |   - |5645 |6446 |5645 | 221 |  31k|  24k|2080 | 0.000000e+00 | 4.500000e+01 |    Inf 
187.09/187.13	c   187s| 70000 | 14468 |133586 |   1.9 | 126M|2509 |   1 |5645 |5776 |5645 | 233 |  34k|  26k|2170 | 0.000000e+00 | 4.500000e+01 |    Inf 
218.69/218.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.69/218.76	c   219s| 80000 | 16001 |178353 |   2.2 | 148M|2509 |   9 |5645 |6763 |5645 | 234 |  45k|  38k|2511 | 0.000000e+00 | 4.500000e+01 |    Inf 
220.10/220.19	o 36
220.10/220.19	c * 220s| 80632 | 13726 |179434 |   2.2 | 137M|2509 |   - |5645 |6917 |5645 | 232 |  45k|  39k|2532 | 0.000000e+00 | 3.600000e+01 |    Inf 
220.30/220.38	o 28
220.30/220.38	c * 220s| 80778 | 11650 |179470 |   2.2 | 120M|2509 |   - |5645 |6607 |5645 | 232 |  45k|  39k|2532 | 0.000000e+00 | 2.800000e+01 |    Inf 
222.50/222.55	o 27
222.50/222.55	c * 223s| 81650 | 11532 |182599 |   2.2 | 118M|2509 |   - |5645 |5741 |5645 | 231 |  46k|  40k|2582 | 0.000000e+00 | 2.700000e+01 |    Inf 
240.70/240.74	c   241s| 90000 | 11806 |211666 |   2.3 | 123M|2509 |   0 |5645 |6122 |5645 | 205 |  52k|  50k|2782 | 0.000000e+00 | 2.700000e+01 |    Inf 
244.50/244.51	o 20
244.50/244.51	c * 244s| 91547 | 10568 |218944 |   2.4 | 114M|2509 |   - |5645 |5689 |5645 | 240 |  53k|  52k|2848 | 0.000000e+00 | 2.000000e+01 |    Inf 
261.29/261.31	c   261s|100000 | 10703 |251772 |   2.5 | 118M|2509 |   8 |5645 |7483 |5645 | 242 |  59k|  63k|3022 | 0.000000e+00 | 2.000000e+01 |    Inf 
262.80/262.88	o 17
262.80/262.88	c * 263s|100849 | 10339 |254262 |   2.5 | 115M|2509 |   - |5645 |7495 |5645 | 255 |  60k|  64k|3024 | 0.000000e+00 | 1.700000e+01 |    Inf 
280.19/280.24	c   280s|110000 | 10495 |283311 |   2.6 | 118M|2509 |   - |5645 |6873 |   0 |   0 |  65k|  76k|3210 | 0.000000e+00 | 1.700000e+01 |    Inf 
299.29/299.31	c   299s|120000 | 10444 |317209 |   2.6 | 120M|2509 |   - |5645 |6510 |   0 |   0 |  70k|  88k|3392 | 0.000000e+00 | 1.700000e+01 |    Inf 
300.60/300.61	o 11
300.60/300.61	c * 301s|120713 |  9394 |319517 |   2.6 | 112M|2509 |   - |5645 |6531 |5645 | 222 |  70k|  89k|3397 | 0.000000e+00 | 1.100000e+01 |    Inf 
317.50/317.57	c   318s|130000 |  9321 |353435 |   2.7 | 114M|2509 |   1 |5645 |7183 |5645 | 223 |  76k| 102k|3560 | 0.000000e+00 | 1.100000e+01 |    Inf 
331.70/331.75	o 10
331.70/331.75	c * 332s|137861 |  9052 |382547 |   2.8 | 114M|2509 |   - |5645 |7631 |5645 | 230 |  81k| 112k|3694 | 0.000000e+00 | 1.000000e+01 |    Inf 
335.80/335.80	c   336s|140000 |  9042 |392324 |   2.8 | 114M|2509 |   - |5645 |7063 |   0 |   0 |  82k| 115k|3733 | 0.000000e+00 | 1.000000e+01 |    Inf 
352.60/352.66	c   353s|150000 |  9148 |423028 |   2.8 | 116M|2509 |   - |5645 |9532 |   0 |   0 |  86k| 129k|3816 | 0.000000e+00 | 1.000000e+01 |    Inf 
370.20/370.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.20/370.26	c   370s|160000 |  9026 |455546 |   2.8 | 115M|2509 |   1 |5645 |7457 |5645 | 218 |  91k| 142k|3975 | 0.000000e+00 | 1.000000e+01 |    Inf 
388.50/388.55	c   389s|170000 |  9089 |491842 |   2.9 | 117M|2509 |   - |5645 |9763 |   0 |   0 |  96k| 156k|4156 | 0.000000e+00 | 1.000000e+01 |    Inf 
407.40/407.43	c   407s|180000 |  8943 |531438 |   3.0 | 117M|2509 |   - |5645 |8918 |   0 |   0 | 101k| 169k|4306 | 0.000000e+00 | 1.000000e+01 |    Inf 
426.00/426.10	c   426s|190000 |  8784 |567323 |   3.0 | 118M|2509 |   - |5645 |9461 |   0 |   0 | 107k| 183k|4423 | 0.000000e+00 | 1.000000e+01 |    Inf 
444.31/444.33	c   444s|200000 |  8747 |603839 |   3.0 | 119M|2509 |  21 |5645 |  12k|5645 | 273 | 112k| 197k|4515 | 0.000000e+00 | 1.000000e+01 |    Inf 
462.30/462.34	c   462s|210000 |  8703 |636872 |   3.0 | 119M|2509 |   1 |5645 |  10k|5645 | 225 | 117k| 210k|4658 | 0.000000e+00 | 1.000000e+01 |    Inf 
482.00/482.02	c   482s|220000 |  8723 |679694 |   3.1 | 120M|2509 |  23 |5645 |9761 |5645 | 207 | 124k| 224k|4826 | 0.000000e+00 | 1.000000e+01 |    Inf 
501.70/501.78	c   502s|230000 |  8643 |723561 |   3.1 | 120M|2509 |   - |5645 |9360 |   0 |   0 | 130k| 238k|4966 | 0.000000e+00 | 1.000000e+01 |    Inf 
520.81/520.80	c   521s|240000 |  8546 |763961 |   3.2 | 120M|2509 |   - |5645 |8040 |   0 |   0 | 137k| 252k|5129 | 0.000000e+00 | 1.000000e+01 |    Inf 
538.61/538.68	c   539s|250000 |  8629 |795057 |   3.2 | 122M|2509 |  25 |5645 |9826 |5645 | 253 | 142k| 266k|5212 | 0.000000e+00 | 1.000000e+01 |    Inf 
557.41/557.41	c   557s|260000 |  8736 |829528 |   3.2 | 124M|2509 |   1 |5645 |  10k|5645 | 266 | 147k| 280k|5328 | 0.000000e+00 | 1.000000e+01 |    Inf 
575.41/575.48	c   575s|270000 |  8761 |861412 |   3.2 | 125M|2509 |   1 |5645 |  11k|5645 | 245 | 152k| 294k|5420 | 0.000000e+00 | 1.000000e+01 |    Inf 
594.80/594.86	c   595s|280000 |  8801 |902909 |   3.2 | 127M|2509 |  10 |5645 |  10k|5645 | 253 | 158k| 309k|5532 | 0.000000e+00 | 1.000000e+01 |    Inf 
613.81/613.82	c   614s|290000 |  8846 |940628 |   3.2 | 128M|2509 |   1 |5645 |  11k|5645 | 252 | 163k| 322k|5625 | 0.000000e+00 | 1.000000e+01 |    Inf 
633.11/633.14	c   633s|300000 |  8904 |978083 |   3.3 | 130M|2509 |   1 |5645 |  10k|5645 | 293 | 168k| 336k|5728 | 0.000000e+00 | 1.000000e+01 |    Inf 
652.41/652.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
652.41/652.48	c   652s|310000 |  8915 |  1020k|   3.3 | 131M|2509 |   8 |5645 |9989 |5645 | 238 | 175k| 350k|5854 | 0.000000e+00 | 1.000000e+01 |    Inf 
671.61/671.69	c   672s|320000 |  8970 |  1056k|   3.3 | 133M|2509 |   1 |5645 |  12k|5645 | 246 | 180k| 363k|5929 | 0.000000e+00 | 1.000000e+01 |    Inf 
691.10/691.11	c   691s|330000 |  8997 |  1091k|   3.3 | 134M|2509 |   9 |5645 |  12k|5645 | 237 | 184k| 377k|6003 | 0.000000e+00 | 1.000000e+01 |    Inf 
712.11/712.10	c   712s|340000 |  9001 |  1129k|   3.3 | 136M|2509 |   1 |5645 |  13k|5645 | 269 | 189k| 391k|6068 | 0.000000e+00 | 1.000000e+01 |    Inf 
731.81/731.83	c   732s|350000 |  9050 |  1160k|   3.3 | 137M|2509 |  12 |5645 |  13k|5645 | 273 | 192k| 405k|6144 | 0.000000e+00 | 1.000000e+01 |    Inf 
752.61/752.69	c   753s|360000 |  9060 |  1206k|   3.4 | 137M|2509 |   - |5645 |  10k|   0 |   0 | 199k| 419k|6292 | 0.000000e+00 | 1.000000e+01 |    Inf 
771.31/771.35	c   771s|370000 |  9052 |  1241k|   3.4 | 137M|2509 |   1 |5645 |  10k|5645 | 267 | 202k| 433k|6352 | 0.000000e+00 | 1.000000e+01 |    Inf 
790.81/790.87	c   791s|380000 |  8927 |  1279k|   3.4 | 136M|2509 |   1 |5645 |  10k|5645 | 241 | 207k| 448k|6450 | 0.000000e+00 | 1.000000e+01 |    Inf 
811.41/811.42	c   811s|390000 |  8878 |  1324k|   3.4 | 136M|2509 |  10 |5645 |  10k|5645 | 205 | 214k| 461k|6574 | 0.000000e+00 | 1.000000e+01 |    Inf 
832.31/832.38	c   832s|400000 |  8874 |  1366k|   3.4 | 137M|2509 |  13 |5645 |  12k|5645 | 228 | 220k| 476k|6670 | 0.000000e+00 | 1.000000e+01 |    Inf 
851.61/851.61	c   852s|410000 |  8652 |  1406k|   3.4 | 135M|2509 |  15 |5645 |9311 |5645 | 219 | 226k| 489k|6766 | 0.000000e+00 | 1.000000e+01 |    Inf 
854.51/854.53	o 8
854.51/854.53	c * 854s|411474 |  7585 |  1413k|   3.4 | 121M|2509 |   - |5645 |9934 |5645 | 267 | 227k| 491k|6789 | 0.000000e+00 | 8.000000e+00 |    Inf 
867.32/867.31	o 7
867.32/867.31	c * 867s|418569 |  7369 |  1439k|   3.4 | 120M|2509 |   - |5645 |  13k|5645 | 279 | 230k| 501k|6813 | 0.000000e+00 | 7.000000e+00 |    Inf 
870.01/870.04	c   870s|420000 |  7387 |  1444k|   3.4 | 120M|2509 |   - |5645 |  12k|   0 |   0 | 231k| 503k|6835 | 0.000000e+00 | 7.000000e+00 |    Inf 
889.82/889.86	c   890s|430000 |  7484 |  1486k|   3.5 | 122M|2509 |   1 |5645 |  15k|5645 | 266 | 235k| 517k|6881 | 0.000000e+00 | 7.000000e+00 |    Inf 
909.72/909.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.72/909.79	c   910s|440000 |  7449 |  1528k|   3.5 | 123M|2509 |   1 |5645 |  15k|5645 | 279 | 239k| 532k|6931 | 0.000000e+00 | 7.000000e+00 |    Inf 
929.01/929.00	c   929s|450000 |  7065 |  1571k|   3.5 | 118M|2509 |   - |5645 |8249 |   0 |   0 | 246k| 547k|7120 | 0.000000e+00 | 7.000000e+00 |    Inf 
947.42/947.43	c   947s|460000 |  6803 |  1615k|   3.5 | 116M|2509 |   - |5645 |8859 |   0 |   0 | 252k| 561k|7206 | 0.000000e+00 | 7.000000e+00 |    Inf 
967.72/967.70	c   968s|470000 |  6621 |  1667k|   3.5 | 115M|2509 |  10 |5645 |7245 |5645 | 205 | 260k| 575k|7302 | 0.000000e+00 | 7.000000e+00 |    Inf 
987.32/987.37	c   987s|480000 |  6584 |  1721k|   3.6 | 117M|2509 |   - |5645 |  10k|   0 |   0 | 268k| 589k|7380 | 0.000000e+00 | 7.000000e+00 |    Inf 
1007.42/1007.46	c  1007s|490000 |  6426 |  1770k|   3.6 | 116M|2509 |   1 |5645 |  10k|5645 | 214 | 275k| 603k|7475 | 0.000000e+00 | 7.000000e+00 |    Inf 
1026.32/1026.35	c  1026s|500000 |  6107 |  1817k|   3.6 | 113M|2509 |  11 |5645 |9565 |5645 | 221 | 282k| 617k|7584 | 0.000000e+00 | 7.000000e+00 |    Inf 
1044.71/1044.71	c  1045s|510000 |  6131 |  1854k|   3.6 | 114M|2509 |   1 |5645 |  12k|5645 | 217 | 289k| 630k|7630 | 0.000000e+00 | 7.000000e+00 |    Inf 
1063.92/1063.90	c  1064s|520000 |  6188 |  1889k|   3.6 | 116M|2509 |   1 |5645 |  15k|5645 | 215 | 294k| 644k|7676 | 0.000000e+00 | 7.000000e+00 |    Inf 
1083.92/1083.99	c  1084s|530000 |  6210 |  1929k|   3.6 | 117M|2509 |   - |5645 |  14k|   0 |   0 | 300k| 658k|7717 | 0.000000e+00 | 7.000000e+00 |    Inf 
1103.82/1103.83	c  1104s|540000 |  6224 |  1969k|   3.6 | 118M|2509 |   - |5645 |  16k|   0 |   0 | 307k| 672k|7777 | 0.000000e+00 | 7.000000e+00 |    Inf 
1125.52/1125.55	c  1126s|550000 |  6242 |  2013k|   3.7 | 120M|2509 |   - |5645 |  19k|   0 |   0 | 313k| 686k|7845 | 0.000000e+00 | 7.000000e+00 |    Inf 
1149.12/1149.10	c  1149s|560000 |  6281 |  2064k|   3.7 | 121M|2509 |   1 |5645 |  18k|5645 | 223 | 320k| 701k|7930 | 0.000000e+00 | 7.000000e+00 |    Inf 
1170.62/1170.65	c  1171s|570000 |  6265 |  2106k|   3.7 | 121M|2509 |   - |5645 |  17k|   0 |   0 | 326k| 715k|7973 | 0.000000e+00 | 7.000000e+00 |    Inf 
1193.22/1193.24	c  1193s|580000 |  6267 |  2153k|   3.7 | 122M|2509 |   - |5645 |  19k|   0 |   0 | 333k| 731k|8018 | 0.000000e+00 | 7.000000e+00 |    Inf 
1195.12/1195.12	o 6
1195.12/1195.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.12/1195.12	c *1195s|580799 |  5429 |  2157k|   3.7 | 110M|2509 |   - |5645 |  19k|5645 | 237 | 334k| 732k|8032 | 0.000000e+00 | 6.000000e+00 |    Inf 
1213.23/1213.30	c  1213s|590000 |  5068 |  2206k|   3.7 | 105M|2509 |  15 |5645 |9742 |5645 | 242 | 340k| 745k|8311 | 0.000000e+00 | 6.000000e+00 |    Inf 
1224.73/1224.70	o 5
1224.73/1224.70	c *1225s|595691 |  4505 |  2234k|   3.8 |  96M|2509 |   - |5645 |7200 |5645 | 245 | 345k| 753k|8352 | 0.000000e+00 | 5.000000e+00 |    Inf 
1232.53/1232.58	c  1233s|600000 |  4520 |  2256k|   3.8 |  96M|2509 |   - |5645 |7228 |   0 |   0 | 349k| 758k|8454 | 0.000000e+00 | 5.000000e+00 |    Inf 
1250.83/1250.88	c  1251s|610000 |  4656 |  2307k|   3.8 |  98M|2509 |  15 |5645 |9358 |5645 | 221 | 357k| 771k|8498 | 0.000000e+00 | 5.000000e+00 |    Inf 
1269.43/1269.45	c  1269s|620000 |  4715 |  2357k|   3.8 | 100M|2509 |   - |5645 |  10k|   0 |   0 | 363k| 784k|8545 | 0.000000e+00 | 5.000000e+00 |    Inf 
1288.62/1288.62	c  1289s|630000 |  4948 |  2399k|   3.8 | 103M|2509 |   - |5645 |  13k|   0 |   0 | 370k| 797k|8599 | 0.000000e+00 | 5.000000e+00 |    Inf 
1308.12/1308.14	c  1308s|640000 |  5113 |  2437k|   3.8 | 105M|2509 |  13 |5645 |  14k|5645 | 240 | 376k| 810k|8642 | 0.000000e+00 | 5.000000e+00 |    Inf 
1328.53/1328.58	c  1329s|650000 |  5142 |  2485k|   3.8 | 106M|2509 |   6 |5645 |  14k|5645 | 240 | 383k| 823k|8687 | 0.000000e+00 | 5.000000e+00 |    Inf 
1349.23/1349.28	c  1349s|660000 |  5252 |  2534k|   3.8 | 108M|2509 |   - |5645 |  15k|   0 |   0 | 390k| 837k|8750 | 0.000000e+00 | 5.000000e+00 |    Inf 
1370.23/1370.20	c  1370s|670000 |  5415 |  2572k|   3.8 | 109M|2509 |   - |5645 |  16k|   0 |   0 | 395k| 851k|8791 | 0.000000e+00 | 5.000000e+00 |    Inf 
1391.73/1391.77	c  1392s|680000 |  5615 |  2619k|   3.9 | 112M|2509 |   - |5645 |  17k|   0 |   0 | 402k| 865k|8845 | 0.000000e+00 | 5.000000e+00 |    Inf 
1413.63/1413.68	c  1414s|690000 |  5892 |  2660k|   3.9 | 115M|2509 |  11 |5645 |  19k|5645 | 246 | 409k| 879k|8900 | 0.000000e+00 | 5.000000e+00 |    Inf 
1436.03/1436.07	c  1436s|700000 |  5992 |  2707k|   3.9 | 115M|2509 |   - |5645 |  17k|   0 |   0 | 417k| 894k|8961 | 0.000000e+00 | 5.000000e+00 |    Inf 
1456.33/1456.39	c  1456s|710000 |  6095 |  2749k|   3.9 | 117M|2509 |   - |5645 |  16k|   0 |   0 | 423k| 908k|9001 | 0.000000e+00 | 5.000000e+00 |    Inf 
1476.33/1476.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.33/1476.33	c  1476s|720000 |  6122 |  2790k|   3.9 | 117M|2509 |  12 |5645 |  13k|5645 | 261 | 429k| 923k|9051 | 0.000000e+00 | 5.000000e+00 |    Inf 
1496.53/1496.50	c  1496s|730000 |  6218 |  2841k|   3.9 | 118M|2509 |   9 |5645 |  14k|5645 | 245 | 437k| 937k|9106 | 0.000000e+00 | 5.000000e+00 |    Inf 
1517.53/1517.52	c  1517s|740000 |  6287 |  2898k|   3.9 | 119M|2509 |   - |5645 |  12k|   0 |   0 | 445k| 951k|9191 | 0.000000e+00 | 5.000000e+00 |    Inf 
1537.13/1537.12	c  1537s|750000 |  6268 |  2945k|   3.9 | 119M|2509 |   1 |5645 |  13k|5645 | 254 | 451k| 965k|9244 | 0.000000e+00 | 5.000000e+00 |    Inf 
1556.93/1556.91	c  1557s|760000 |  6322 |  2988k|   3.9 | 120M|2509 |   - |5645 |  13k|   0 |   0 | 458k| 979k|9287 | 0.000000e+00 | 5.000000e+00 |    Inf 
1576.34/1576.38	c  1576s|770000 |  6311 |  3031k|   3.9 | 121M|2509 |   1 |5645 |  14k|5645 | 249 | 464k| 993k|9332 | 0.000000e+00 | 5.000000e+00 |    Inf 
1596.73/1596.75	c  1597s|780000 |  6318 |  3077k|   3.9 | 122M|2509 |   - |5645 |  14k|   0 |   0 | 470k|1007k|9372 | 0.000000e+00 | 5.000000e+00 |    Inf 
1616.43/1616.49	c  1616s|790000 |  6270 |  3120k|   4.0 | 122M|2509 |  18 |5645 |  14k|5645 | 288 | 475k|1022k|9412 | 0.000000e+00 | 5.000000e+00 |    Inf 
1636.43/1636.49	c  1636s|800000 |  6229 |  3167k|   4.0 | 122M|2509 |   - |5645 |  15k|   0 |   0 | 481k|1036k|9460 | 0.000000e+00 | 5.000000e+00 |    Inf 
1656.93/1656.99	c  1657s|810000 |  6205 |  3214k|   4.0 | 122M|2509 |   7 |5645 |  13k|5645 | 200 | 488k|1051k|9507 | 0.000000e+00 | 5.000000e+00 |    Inf 
1677.04/1677.02	c  1677s|820000 |  6176 |  3258k|   4.0 | 123M|2509 |   1 |5645 |  16k|5645 | 259 | 494k|1065k|9561 | 0.000000e+00 | 5.000000e+00 |    Inf 
1697.13/1697.18	c  1697s|830000 |  6283 |  3295k|   4.0 | 124M|2509 |   - |5645 |  16k|   0 |   0 | 500k|1078k|9609 | 0.000000e+00 | 5.000000e+00 |    Inf 
1718.44/1718.42	c  1718s|840000 |  6454 |  3335k|   4.0 | 126M|2509 |   - |5645 |  17k|   0 |   0 | 507k|1091k|9659 | 0.000000e+00 | 5.000000e+00 |    Inf 
1739.54/1739.57	c  1740s|850000 |  6603 |  3379k|   4.0 | 128M|2509 |   - |5645 |  17k|   0 |   0 | 513k|1105k|9706 | 0.000000e+00 | 5.000000e+00 |    Inf 
1760.24/1760.22	c  1760s|860000 |  6588 |  3423k|   4.0 | 128M|2509 |   - |5645 |  16k|   0 |   0 | 519k|1118k|9741 | 0.000000e+00 | 5.000000e+00 |    Inf 
1781.74/1781.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1781.74/1781.74	c  1782s|870000 |  6577 |  3473k|   4.0 | 129M|2509 |   - |5645 |  17k|5645 | 274 | 526k|1132k|9797 | 0.000000e+00 | 5.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 874102
1790.04/1790.00	c Primal Bound       : +5.00000000000000e+00 (194 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.08	s SATISFIABLE
1790.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/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.04/1790.08	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.08	v -x1 
1790.04/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.08	c Solving Time       :    1789.97
1790.04/1790.08	c Original Problem   :
1790.04/1790.08	c   Problem name     : HOME/instance-2705149-1278578351.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.08	c Presolved Problem  :
1790.04/1790.08	c   Problem name     : t_HOME/instance-2705149-1278578351.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5414 initial, 21081 maximal
1790.04/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   root node        :          -       5190          -          -       5190          -          -          -          -
1790.04/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   integral         :          0          0          0     574748          0         12        978          0          0     886148
1790.04/1790.08	c   linear           :       2707          6    5012482     129637          1     324845   22819624     528757          0          0
1790.04/1790.08	c   indicator        :       2707          0    4655108     130320          1        844    6739362          0          0          0
1790.04/1790.08	c   logicor          :          0+         0    1384812          0          0      74844    1344845          0          0          0
1790.04/1790.08	c   bounddisjunction :          0+         0     494518          0          0        178       5147          0          0          0
1790.04/1790.08	c   countsols        :          0          0          0      54975          1          0          0          0          0          0
1790.04/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.08	c   integral         :      15.36       0.00       0.00      15.36       0.00
1790.04/1790.08	c   linear           :     227.12       0.00     214.73      12.38       0.00
1790.04/1790.08	c   indicator        :      66.51       0.02      53.34      13.15       0.00
1790.04/1790.08	c   logicor          :     165.36       0.00     165.36       0.00       0.00
1790.04/1790.08	c   bounddisjunction :       2.89       0.00       2.89       0.00       0.00
1790.04/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.08	c   vbounds          :       1.06      75550          0       7524
1790.04/1790.08	c   rootredcost      :       0.78         41          0       2595
1790.04/1790.08	c   pseudoobj        :     205.09    5032912      18663    6410704
1790.04/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.08	c   propagation      :      23.90     418530     418508    2594114       27.2      12701       24.5          -
1790.04/1790.08	c   infeasible LP    :       6.98      20233      20233     159288       40.0        298       19.5          0
1790.04/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.08	c   applied globally :          -          -          -    1138140       22.1          -          -          -
1790.04/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.08	c   redcost          :      58.87     580981          0     493600          0          0
1790.04/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.08	c Pricers            :       Time      Calls       Vars
1790.04/1790.08	c   problem variables:       0.00          0          0
1790.04/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   relpscost        :      14.87     443875         12        978          0          0     886148
1790.04/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   inference        :      23.81      54935          0          0          0          0     110036
1790.04/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.08	c   LP solutions     :       0.12          -         41
1790.04/1790.08	c   pseudo solutions :       0.00          -          0
1790.04/1790.08	c   feaspump         :       0.01          0          0
1790.04/1790.08	c   intshifting      :       0.01          0          0
1790.04/1790.08	c   oneopt           :       0.39         37          0
1790.04/1790.08	c   guideddiving     :       0.13         50          0
1790.04/1790.08	c   coefdiving       :       0.15         80          0
1790.04/1790.08	c   pscostdiving     :       0.14         80          0
1790.04/1790.08	c   fracdiving       :       0.14         80          0
1790.04/1790.08	c   linesearchdiving :       0.15         80          0
1790.04/1790.08	c   veclendiving     :       0.14         81          0
1790.04/1790.08	c   objpscostdiving  :       0.15         79          0
1790.04/1790.08	c   rootsoldiving    :       0.16         79          0
1790.04/1790.08	c   crossover        :       2.37         56          5
1790.04/1790.08	c   trivial          :       0.07          2          2
1790.04/1790.08	c   simplerounding   :       0.88     444894          0
1790.04/1790.08	c   zirounding       :       0.45       1000          0
1790.04/1790.08	c   rounding         :       1.28       9396          0
1790.04/1790.08	c   shifting         :       0.64       2931          0
1790.04/1790.08	c   twoopt           :       0.00          0          0
1790.04/1790.08	c   fixandinfer      :       0.00          0          0
1790.04/1790.08	c   intdiving        :       0.00          0          0
1790.04/1790.08	c   actconsdiving    :       0.00          0          0
1790.04/1790.08	c   octane           :       0.00          0          0
1790.04/1790.08	c   rens             :       0.03          1          0
1790.04/1790.08	c   rins             :       0.00          0          0
1790.04/1790.08	c   localbranching   :       0.00          0          0
1790.04/1790.08	c   mutation         :       0.00          0          0
1790.04/1790.08	c   dins             :       0.00          0          0
1790.04/1790.08	c   undercover       :       0.00          0          0
1790.04/1790.08	c   nlp              :       0.14          0          0
1790.04/1790.08	c   trysol           :       0.43        350        146
1790.04/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.08	c   dual LP          :     513.09     544657    3489423       6.41    6800.82
1790.04/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.08	c   diving/probing LP:       0.10         53        663      12.51    6830.62
1790.04/1790.08	c   strong branching :      11.70       9823     105056      10.69    8980.72
1790.04/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.08	c B&B Tree           :
1790.04/1790.08	c   number of runs   :          1
1790.04/1790.08	c   nodes            :     874102
1790.04/1790.08	c   nodes (total)    :     874102
1790.04/1790.08	c   nodes left       :       6601
1790.04/1790.08	c   max depth        :       2509
1790.04/1790.08	c   max depth (total):       2509
1790.04/1790.08	c   backtracks       :      79115 (9.1%)
1790.04/1790.08	c   delayed cutoffs  :      69642
1790.04/1790.08	c   repropagations   :    2391816 (6511382 domain reductions, 63528 cutoffs)
1790.04/1790.08	c   avg switch length:       7.06
1790.04/1790.08	c   switching time   :     235.66
1790.04/1790.08	c Solution           :
1790.04/1790.08	c   Solutions found  :        194 (42 improvements)
1790.04/1790.08	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.08	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 595691 nodes, 1224.66 seconds, depth 36, found by <relaxation>)
1790.04/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.08	c   Gap              :   infinite
1790.04/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.08	c   Root Iterations  :        184
1790.24/1790.22	c Time complete: 1790.27.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705149-1278578351/watcher-2705149-1278578351 -o /tmp/evaluation-result-2705149-1278578351/solver-2705149-1278578351 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705149-1278578351.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.92 1.98 1.92 4/178 21753
/proc/meminfo: memFree=28932296/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=12336 CPUtime=0
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 1922 0 0 0 0 0 0 0 25 0 1 0 26049009 12632064 1841 4089446400 4194304 10345943 140734948916016 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21753/statm: 3084 1841 429 1502 0 1577 0

[startup+0.080068 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 21753
/proc/meminfo: memFree=28932296/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=38020 CPUtime=0.07
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 8449 0 0 0 7 0 0 0 25 0 1 0 26049009 38932480 8014 4089446400 4194304 10345943 140734948916016 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38020

[startup+0.101064 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 21753
/proc/meminfo: memFree=28932296/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=38020 CPUtime=0.09
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 8449 0 0 0 9 0 0 0 25 0 1 0 26049009 38932480 8014 4089446400 4194304 10345943 140734948916016 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300953 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 21753
/proc/meminfo: memFree=28932296/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=70104 CPUtime=0.29
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 16227 0 0 0 27 2 0 0 18 0 1 0 26049009 71786496 15792 4089446400 4194304 10345943 140734948916016 18446744073709551615 4687895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 17526 15792 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.70088 s]
/proc/loadavg: 1.92 1.98 1.92 4/178 21753
/proc/meminfo: memFree=28932296/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=65264 CPUtime=0.69
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 16893 0 0 0 66 3 0 0 18 0 1 0 26049009 66830336 15053 4089446400 4194304 10345943 140734948916016 18446744073709551615 6715804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 16316 15053 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28873264/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=65264 CPUtime=1.49
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 16895 0 0 0 145 4 0 0 19 0 1 0 26049009 66830336 15055 4089446400 4194304 10345943 140734948916016 18446744073709551615 5012568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 16316 15055 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10051 s]
/proc/loadavg: 1.92 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28872400/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=65264 CPUtime=3.09
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 16899 0 0 0 305 4 0 0 24 0 1 0 26049009 66830336 15059 4089446400 4194304 10345943 140734948916016 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 16316 15059 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30094 s]
/proc/loadavg: 1.93 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28863844/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=71532 CPUtime=6.29
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 18849 0 0 0 624 5 0 0 25 0 1 0 26049009 73248768 16397 4089446400 4194304 10345943 140734948916016 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 17883 16397 754 1502 0 16376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71532

[startup+12.7008 s]
/proc/loadavg: 1.93 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28856804/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=71532 CPUtime=12.69
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 24374 0 0 0 1263 6 0 0 25 0 1 0 26049009 73248768 16668 4089446400 4194304 10345943 140734948916016 18446744073709551615 6785197 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 17883 16668 754 1502 0 16376 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71532

[startup+25.5005 s]
/proc/loadavg: 1.95 1.98 1.92 3/179 21754
/proc/meminfo: memFree=28817604/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=84248 CPUtime=25.49
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 49238 0 0 0 2538 11 0 0 25 0 1 0 26049009 86269952 19648 4089446400 4194304 10345943 140734948916016 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 21062 19648 761 1502 0 19555 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84248

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.92 3/179 21756
/proc/meminfo: memFree=28777124/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=115180 CPUtime=51.09
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 57395 0 0 0 5094 15 0 0 25 0 1 0 26049009 117944320 27200 4089446400 4194304 10345943 140734948916016 18446744073709551615 6003051 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 28795 27200 761 1502 0 27288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115180

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.93 3/179 21756
/proc/meminfo: memFree=28586896/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=251788 CPUtime=102.29
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 121682 0 0 0 10198 31 0 0 25 0 1 0 26049009 257830912 60081 4089446400 4194304 10345943 140734948916016 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 62947 60081 762 1502 0 61440 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 251788

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21758
/proc/meminfo: memFree=28428108/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=377224 CPUtime=162.29
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 189756 0 0 0 16178 51 0 0 25 0 1 0 26049009 386277376 89383 4089446400 4194304 10345943 140734948916016 18446744073709551615 4969002 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 94306 89383 774 1502 0 92799 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 377224

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 21760
/proc/meminfo: memFree=28354744/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=449236 CPUtime=222.29
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 238395 0 0 0 22158 71 0 0 25 0 1 0 26049009 460017664 106582 4089446400 4194304 10345943 140734948916016 18446744073709551615 4696431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 112309 106582 774 1502 0 110802 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 449236

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 21762
/proc/meminfo: memFree=28331612/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=469620 CPUtime=282.3
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 287607 0 0 0 28137 93 0 0 25 0 1 0 26049009 480890880 111594 4089446400 4194304 10345943 140734948916016 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 117405 111594 774 1502 0 115898 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 469620

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 21763
/proc/meminfo: memFree=28326100/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=475664 CPUtime=342.3
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 321579 0 0 0 34118 112 0 0 25 0 1 0 26049009 487079936 112954 4089446400 4194304 10345943 140734948916016 18446744073709551615 4962572 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 118916 112954 774 1502 0 117409 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 475664

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21764
/proc/meminfo: memFree=28319856/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=479168 CPUtime=402.3
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 332980 0 0 0 40102 128 0 0 25 0 1 0 26049009 490668032 114071 4089446400 4194304 10345943 140734948916016 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 119792 114071 774 1502 0 118285 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 479168

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21766
/proc/meminfo: memFree=28315900/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=482184 CPUtime=462.3
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 335390 0 0 0 46090 140 0 0 25 0 1 0 26049009 493756416 114753 4089446400 4194304 10345943 140734948916016 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 120546 114753 774 1502 0 119039 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 482184

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21768
/proc/meminfo: memFree=28308764/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=486412 CPUtime=522.3
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 338369 0 0 0 52072 158 0 0 25 0 1 0 26049009 498085888 115770 4089446400 4194304 10345943 140734948916016 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 121603 115770 780 1502 0 120096 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 486412

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21770
/proc/meminfo: memFree=28302132/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=491048 CPUtime=582.31
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 339663 0 0 0 58058 173 0 0 25 0 1 0 26049009 502833152 117064 4089446400 4194304 10345943 140734948916016 18446744073709551615 6847612 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 122762 117064 781 1502 0 121255 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 491048

[startup+642.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/179 21771
/proc/meminfo: memFree=28298080/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=495708 CPUtime=642.31
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 340721 0 0 0 64043 188 0 0 25 0 1 0 26049009 507604992 118122 4089446400 4194304 10345943 140734948916016 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 123927 118122 781 1502 0 122420 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 495708

[startup+702.301 s]

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

/proc/meminfo: memFree=28274784/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=512356 CPUtime=1062.32
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 386040 0 0 0 105928 304 0 0 25 0 1 0 26049009 524652544 122233 4089446400 4194304 10345943 140734948916016 18446744073709551615 6322998 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128089 122233 786 1502 0 126582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 512356

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21784
/proc/meminfo: memFree=28271992/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=512912 CPUtime=1122.32
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 387975 0 0 0 111914 318 0 0 25 0 1 0 26049009 525221888 122447 4089446400 4194304 10345943 140734948916016 18446744073709551615 6003056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128228 122447 786 1502 0 126721 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 512912

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 21786
/proc/meminfo: memFree=28268328/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=514672 CPUtime=1182.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 388322 0 0 0 117900 333 0 0 25 0 1 0 26049009 527024128 122794 4089446400 4194304 10345943 140734948916016 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128668 122794 786 1502 0 127161 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 514672

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 21787
/proc/meminfo: memFree=28264040/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=514472 CPUtime=1242.32
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 424896 0 0 0 123876 356 0 0 25 0 1 0 26049009 526819328 122743 4089446400 4194304 10345943 140734948916016 18446744073709551615 9099904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128618 122743 795 1502 0 127111 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 514472

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 21788
/proc/meminfo: memFree=28262508/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=515396 CPUtime=1302.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 431116 0 0 0 129859 374 0 0 25 0 1 0 26049009 527765504 122799 4089446400 4194304 10345943 140734948916016 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128849 122799 795 1502 0 127342 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 515396

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/179 21799
/proc/meminfo: memFree=28260076/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=515720 CPUtime=1362.32
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 435368 0 0 0 135841 391 0 0 25 0 1 0 26049009 528097280 122890 4089446400 4194304 10345943 140734948916016 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 128930 122890 795 1502 0 127423 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 515720

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 21801
/proc/meminfo: memFree=28256532/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=516908 CPUtime=1422.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 435762 0 0 0 141827 406 0 0 25 0 1 0 26049009 529313792 123284 4089446400 4194304 10345943 140734948916016 18446744073709551615 4615001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 129227 123284 795 1502 0 127720 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 516908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/179 21803
/proc/meminfo: memFree=28254852/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=517508 CPUtime=1482.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 437970 0 0 0 147812 421 0 0 25 0 1 0 26049009 529928192 123550 4089446400 4194304 10345943 140734948916016 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 129377 123550 795 1502 0 127870 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 517508

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21804
/proc/meminfo: memFree=28253904/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=519112 CPUtime=1542.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 438258 0 0 0 153794 439 0 0 25 0 1 0 26049009 531570688 123838 4089446400 4194304 10345943 140734948916016 18446744073709551615 6519518 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 129778 123838 795 1502 0 128271 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 519112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21805
/proc/meminfo: memFree=28252112/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=521084 CPUtime=1602.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 438665 0 0 0 159778 455 0 0 25 0 1 0 26049009 533590016 124245 4089446400 4194304 10345943 140734948916016 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 130271 124245 795 1502 0 128764 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 521084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21807
/proc/meminfo: memFree=28250800/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=522272 CPUtime=1662.33
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 443066 0 0 0 165761 472 0 0 25 0 1 0 26049009 534806528 124493 4089446400 4194304 10345943 140734948916016 18446744073709551615 6777602 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 130568 124493 795 1502 0 129061 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 522272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21809
/proc/meminfo: memFree=28248868/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=523864 CPUtime=1722.34
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 443537 0 0 0 171748 486 0 0 25 0 1 0 26049009 536436736 124964 4089446400 4194304 10345943 140734948916016 18446744073709551615 7568931 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 130966 124964 795 1502 0 129459 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 523864

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28459528/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=525968 CPUtime=1782.34
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 443984 0 0 0 177733 501 0 0 25 0 1 0 26049009 538591232 125411 4089446400 4194304 10345943 140734948916016 18446744073709551615 6520200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 131492 125411 795 1502 0 129985 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 525968

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28454816/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=525968 CPUtime=1785.54
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444027 0 0 0 178052 502 0 0 25 0 1 0 26049009 538591232 125454 4089446400 4194304 10345943 140734948916016 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 131492 125454 795 1502 0 129985 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 525968

[startup+1788.7 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28450684/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=526200 CPUtime=1788.74
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444060 0 0 0 178371 503 0 0 25 0 1 0 26049009 538828800 125487 4089446400 4194304 10345943 140734948916016 18446744073709551615 6929840 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 131550 125487 795 1502 0 130043 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 526200

[startup+1789.5 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28450684/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=526200 CPUtime=1789.54
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444062 0 0 0 178451 503 0 0 25 0 1 0 26049009 538828800 125489 4089446400 4194304 10345943 140734948916016 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 131550 125489 795 1502 0 130043 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 526200

[startup+1789.9 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28449444/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=526200 CPUtime=1789.94
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444062 0 0 0 178491 503 0 0 25 0 1 0 26049009 538828800 125489 4089446400 4194304 10345943 140734948916016 18446744073709551615 4214568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21753/statm: 131550 125489 795 1502 0 130043 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 526200

[startup+1790.1 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28449444/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=526200 CPUtime=1790.14
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444063 0 0 0 178511 503 0 0 18 0 1 0 26049009 538828800 125490 4089446400 4194304 10345943 140734948916016 18446744073709551615 6151662 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21753/statm: 131550 125490 796 1502 0 130043 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 526200

[startup+1790.2 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21838
/proc/meminfo: memFree=28449444/32950904 swapFree=67111528/67111528
[pid=21753] ppid=21751 vsize=526200 CPUtime=1790.24
/proc/21753/stat : 21753 (pbscip.linux.x8) R 21751 21753 21187 0 -1 4202496 444063 0 0 0 178521 503 0 0 18 0 1 0 26049009 538828800 125490 4089446400 4194304 10345943 140734948916016 18446744073709551615 4246648 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21753/statm: 131550 125490 796 1502 0 130043 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 526200

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.27
CPU user time (s): 1785.22
CPU system time (s): 5.05123
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 526200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.22
system time used= 5.05123
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444066
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= 4
involuntary context switches= 1591

runsolver used 2.6496 second user time and 5.58715 second system time

The end

Launcher Data

Begin job on node121 at 2010-07-08 10:39:11
IDJOB=2705149
IDBENCH=79312
IDSOLVER=1214
FILE ID=node121/2705149-1278578351
PBS_JOBID= 11240211
Free space on /tmp= 73656 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.1900569834--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-2705149-1278578351/watcher-2705149-1278578351 -o /tmp/evaluation-result-2705149-1278578351/solver-2705149-1278578351 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705149-1278578351.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=1713272524

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.82
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.847
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.67
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.847
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.76
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.847
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.847
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:     32950904 kB
MemFree:      28932824 kB
Buffers:        154620 kB
Cached:        3566444 kB
SwapCached:          0 kB
Active:        1501432 kB
Inactive:      2356860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      28932824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25908 kB
Writeback:           0 kB
AnonPages:      137432 kB
Mapped:          17636 kB
Slab:            96496 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   284700 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= 73644 MiB
End job on node121 at 2010-07-08 11:09:02