Trace number 2705033

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.3 1790.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUM7333324480eb5267e10bc3c9063685b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark33.4349
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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-2705033-1278578327.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 137244
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
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.372440e+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.372440e+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.372440e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
17.59/17.63	c  17.6s| 10000 | 10001 |  3504 |   0.3 |  43M|1861 |   0 |5645 |5414 |5645 | 216 |1203 |   0 | 603 | 0.000000e+00 | 1.372440e+05 |    Inf 
32.59/32.63	c  32.6s| 20000 | 20003 |  4373 |   0.2 |  63M|1861 |   0 |5645 |5414 |5645 | 207 |1425 |   0 | 648 | 0.000000e+00 | 1.372440e+05 |    Inf 
50.10/50.10	c  50.1s| 30000 | 30003 |  5505 |   0.2 |  83M|1861 |   0 |5645 |5414 |5645 | 219 |1692 |   0 | 682 | 0.000000e+00 | 1.372440e+05 |    Inf 
67.79/67.88	c  67.8s| 40000 | 39994 |  6471 |   0.2 | 104M|1861 |   0 |5645 |5429 |5645 | 205 |1887 |  15 | 740 | 0.000000e+00 | 1.372440e+05 |    Inf 
84.99/85.04	c  85.0s| 50000 | 49992 |  7489 |   0.1 | 124M|1861 |   0 |5645 |5431 |5645 | 241 |2189 |  17 | 777 | 0.000000e+00 | 1.372440e+05 |    Inf 
92.19/92.22	o 542
92.19/92.22	c *92.2s| 54285 | 50661 |  7769 |   0.1 | 126M|2008 |   - |5645 |5436 |5645 | 225 |2244 |  22 | 787 | 0.000000e+00 | 5.420000e+02 |    Inf 
103.20/103.22	c   103s| 60000 | 56374 |  8845 |   0.1 | 137M|2008 |   0 |5645 |5446 |5645 | 198 |2505 |  32 | 805 | 0.000000e+00 | 5.420000e+02 |    Inf 
118.59/118.66	o 538
118.59/118.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.59/118.66	c * 119s| 68130 | 64343 | 10095 |   0.1 | 153M|2008 |   - |5645 |5459 |5645 | 237 |2794 |  45 | 827 | 0.000000e+00 | 5.380000e+02 |    Inf 
122.29/122.31	c   122s| 70000 | 66213 | 10541 |   0.1 | 156M|2008 |   0 |5645 |5459 |5645 | 216 |2879 |  45 | 833 | 0.000000e+00 | 5.380000e+02 |    Inf 
128.20/128.29	o 532
128.20/128.29	c * 128s| 72962 | 68925 | 11429 |   0.2 | 162M|2008 |   - |5645 |5494 |5645 | 211 |3106 |  80 | 843 | 0.000000e+00 | 5.320000e+02 |    Inf 
130.00/130.04	o 511
130.00/130.04	c * 130s| 73822 | 68803 | 11599 |   0.2 | 162M|2008 |   - |5645 |5541 |5645 | 218 |3138 | 127 | 843 | 0.000000e+00 | 5.110000e+02 |    Inf 
130.10/130.14	o 469
130.10/130.14	c * 130s| 73861 | 66590 | 11628 |   0.2 | 158M|2008 |   - |5645 |5541 |5645 | 219 |3146 | 127 | 843 | 0.000000e+00 | 4.690000e+02 |    Inf 
130.20/130.23	o 453
130.20/130.23	c * 130s| 73891 | 65566 | 11646 |   0.2 | 156M|2008 |   - |5645 |5551 |5645 | 215 |3150 | 137 | 843 | 0.000000e+00 | 4.530000e+02 |    Inf 
137.59/137.60	o 428
137.59/137.60	c * 138s| 76964 | 66033 | 13709 |   0.2 | 162M|2008 |   - |5645 |6427 |5645 | 218 |3738 |1013 | 859 | 0.000000e+00 | 4.280000e+02 |    Inf 
141.99/142.07	o 406
141.99/142.07	c * 142s| 78849 | 65393 | 14620 |   0.2 | 163M|2008 |   - |5645 |6927 |5645 | 198 |3999 |1513 | 885 | 0.000000e+00 | 4.060000e+02 |    Inf 
142.59/142.61	o 404
142.59/142.61	c * 143s| 79075 | 65396 | 14694 |   0.2 | 164M|2008 |   - |5645 |6942 |5645 | 203 |4007 |1528 | 885 | 0.000000e+00 | 4.040000e+02 |    Inf 
144.60/144.60	c   145s| 80000 | 66275 | 14973 |   0.2 | 166M|2008 |   0 |5645 |7067 |5645 | 196 |4085 |1653 | 891 | 0.000000e+00 | 4.040000e+02 |    Inf 
144.60/144.66	o 384
144.60/144.66	c * 145s| 80055 | 63411 | 14974 |   0.2 | 161M|2008 |   - |5645 |7067 |5645 | 196 |4085 |1653 | 891 | 0.000000e+00 | 3.840000e+02 |    Inf 
146.89/146.91	o 367
146.89/146.91	c * 147s| 80871 | 61599 | 16040 |   0.2 | 157M|2008 |   - |5645 |7235 |5645 | 211 |4291 |1821 | 908 | 0.000000e+00 | 3.670000e+02 |    Inf 
147.89/147.98	o 357
147.89/147.98	c * 148s| 81217 | 60482 | 16560 |   0.2 | 156M|2008 |   - |5645 |7370 |5645 | 198 |4413 |1956 | 912 | 0.000000e+00 | 3.570000e+02 |    Inf 
147.99/148.06	o 346
147.99/148.06	c * 148s| 81237 | 58708 | 16608 |   0.2 | 151M|2008 |   - |5645 |7373 |5645 | 208 |4423 |1959 | 912 | 0.000000e+00 | 3.460000e+02 |    Inf 
167.69/167.74	o 345
167.69/167.74	c * 168s| 88041 | 64166 | 27130 |   0.3 | 174M|2008 |   - |5645 |9531 |5645 | 211 |7415 |4471 |1081 | 0.000000e+00 | 3.450000e+02 |    Inf 
173.39/173.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.39/173.42	c   173s| 90000 | 65771 | 30741 |   0.3 | 179M|2008 |   0 |5645 |9719 |5645 | 204 |8413 |5194 |1140 | 0.000000e+00 | 3.450000e+02 |    Inf 
176.59/176.64	o 340
176.59/176.64	c * 177s| 91071 | 65761 | 32575 |   0.4 | 181M|2008 |   - |5645 |  10k|5645 | 199 |8954 |5799 |1158 | 0.000000e+00 | 3.400000e+02 |    Inf 
176.89/176.97	o 339
176.89/176.97	c * 177s| 91150 | 65637 | 32951 |   0.4 | 181M|2008 |   - |5645 |9977 |5645 | 215 |9042 |5825 |1162 | 0.000000e+00 | 3.390000e+02 |    Inf 
177.50/177.52	o 316
177.50/177.52	c * 177s| 91422 | 62000 | 33203 |   0.4 | 173M|2008 |   - |5645 |9986 |5645 | 216 |9124 |5861 |1169 | 0.000000e+00 | 3.160000e+02 |    Inf 
179.99/180.03	o 313
179.99/180.03	c * 180s| 92263 | 62083 | 34550 |   0.4 | 175M|2008 |   - |5645 |  10k|5645 | 224 |9484 |6254 |1184 | 0.000000e+00 | 3.130000e+02 |    Inf 
179.99/180.03	o 311
179.99/180.03	c * 180s| 92264 | 61717 | 34550 |   0.4 | 174M|2008 |   - |5645 |  10k|5645 | 224 |9484 |6254 |1184 | 0.000000e+00 | 3.110000e+02 |    Inf 
191.09/191.12	o 310
191.09/191.12	c * 191s| 96084 | 64703 | 40640 |   0.4 | 187M|2008 |   - |5645 |  10k|5645 | 223 |  11k|7709 |1264 | 0.000000e+00 | 3.100000e+02 |    Inf 
191.09/191.13	o 277
191.09/191.13	c * 191s| 96085 | 59156 | 40640 |   0.4 | 170M|2008 |   - |5645 |  10k|5645 | 223 |  11k|7709 |1264 | 0.000000e+00 | 2.770000e+02 |    Inf 
203.59/203.69	c   204s|100000 | 61893 | 48822 |   0.5 | 183M|2008 |   - |5645 |  10k|   0 |   0 |  13k|9790 |1317 | 0.000000e+00 | 2.770000e+02 |    Inf 
205.29/205.30	o 246
205.29/205.30	c * 205s|100634 | 56792 | 49532 |   0.5 | 167M|2008 |   - |5645 |  10k|5645 | 219 |  13k|9929 |1320 | 0.000000e+00 | 2.460000e+02 |    Inf 
205.29/205.32	o 214
205.29/205.32	c * 205s|100635 | 50148 | 49532 |   0.5 | 146M|2008 |   - |5645 |  10k|5645 | 219 |  13k|9929 |1320 | 0.000000e+00 | 2.140000e+02 |    Inf 
205.49/205.56	o 204
205.49/205.56	c * 206s|100732 | 47917 | 49571 |   0.5 | 140M|2008 |   - |5645 |  10k|5645 | 220 |  13k|9988 |1320 | 0.000000e+00 | 2.040000e+02 |    Inf 
205.49/205.57	o 202
205.49/205.57	c * 206s|100733 | 47455 | 49571 |   0.5 | 138M|2008 |   - |5645 |  10k|5645 | 220 |  13k|9988 |1320 | 0.000000e+00 | 2.020000e+02 |    Inf 
206.29/206.32	o 200
206.29/206.32	c * 206s|100934 | 47099 | 49917 |   0.5 | 138M|2008 |   - |5645 |  10k|5645 | 220 |  13k|  10k|1322 | 0.000000e+00 | 2.000000e+02 |    Inf 
206.29/206.33	o 185
206.29/206.33	c * 206s|100935 | 43116 | 49917 |   0.5 | 127M|2008 |   - |5645 |  10k|5645 | 220 |  13k|  10k|1322 | 0.000000e+00 | 1.850000e+02 |    Inf 
216.89/216.91	o 169
216.89/216.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.89/216.91	c * 217s|104188 | 41289 | 55793 |   0.5 | 129M|2008 |   - |5645 |  11k|5645 | 239 |  15k|  11k|1353 | 0.000000e+00 | 1.690000e+02 |    Inf 
216.89/216.92	o 167
216.89/216.92	c * 217s|104189 | 40723 | 55793 |   0.5 | 128M|2008 |   - |5645 |  11k|5645 | 239 |  15k|  11k|1353 | 0.000000e+00 | 1.670000e+02 |    Inf 
235.80/235.80	c   236s|110000 | 44717 | 68819 |   0.6 | 151M|2008 |   0 |5645 |  10k|5645 | 215 |  19k|  14k|1497 | 0.000000e+00 | 1.670000e+02 |    Inf 
240.60/240.60	o 159
240.60/240.60	c * 241s|111405 | 43460 | 71827 |   0.6 | 153M|2008 |   - |5645 |  10k|5645 | 225 |  20k|  15k|1526 | 0.000000e+00 | 1.590000e+02 |    Inf 
240.60/240.61	o 145
240.60/240.61	c * 241s|111406 | 39312 | 71827 |   0.6 | 144M|2008 |   - |5645 |  10k|5645 | 225 |  20k|  15k|1526 | 0.000000e+00 | 1.450000e+02 |    Inf 
257.00/257.09	o 133
257.00/257.09	c * 257s|116339 | 38910 | 81812 |   0.7 | 154M|2008 |   - |5645 |8612 |5645 | 213 |  23k|  18k|1631 | 0.000000e+00 | 1.330000e+02 |    Inf 
257.10/257.11	o 122
257.10/257.11	c * 257s|116340 | 35293 | 81812 |   0.7 | 144M|2008 |   - |5645 |8612 |5645 | 213 |  23k|  18k|1631 | 0.000000e+00 | 1.220000e+02 |    Inf 
262.59/262.66	o 113
262.59/262.66	c * 263s|117881 | 33819 | 86576 |   0.7 | 143M|2008 |   - |5645 |7854 |5645 | 207 |  24k|  19k|1672 | 0.000000e+00 | 1.130000e+02 |    Inf 
264.80/264.80	o 112
264.80/264.80	c * 265s|118482 | 34009 | 87943 |   0.7 | 145M|2008 |   - |5645 |7673 |5645 | 218 |  24k|  19k|1705 | 0.000000e+00 | 1.120000e+02 |    Inf 
264.80/264.89	o 109
264.80/264.89	c * 265s|118549 | 33331 | 87971 |   0.7 | 143M|2008 |   - |5645 |7671 |5645 | 219 |  24k|  19k|1705 | 0.000000e+00 | 1.090000e+02 |    Inf 
264.80/264.89	o 107
264.80/264.89	c * 265s|118550 | 32799 | 87971 |   0.7 | 140M|2008 |   - |5645 |7671 |5645 | 219 |  24k|  19k|1705 | 0.000000e+00 | 1.070000e+02 |    Inf 
265.70/265.70	o 97
265.70/265.70	c * 266s|118855 | 30028 | 88534 |   0.7 | 130M|2008 |   - |5645 |7671 |5645 | 249 |  24k|  19k|1725 | 0.000000e+00 | 9.700000e+01 |    Inf 
265.90/265.99	o 95
265.90/265.99	c * 266s|118915 | 29403 | 88876 |   0.7 | 128M|2008 |   - |5645 |7464 |5645 | 214 |  24k|  19k|1729 | 0.000000e+00 | 9.500000e+01 |    Inf 
266.29/266.39	o 88
266.29/266.39	c * 266s|119005 | 26846 | 89230 |   0.7 | 121M|2008 |   - |5645 |7318 |5645 | 212 |  24k|  19k|1744 | 0.000000e+00 | 8.800000e+01 |    Inf 
270.09/270.17	c   270s|120000 | 27413 | 92592 |   0.8 | 125M|2008 |   1 |5645 |6947 |5645 | 230 |  25k|  20k|1783 | 0.000000e+00 | 8.800000e+01 |    Inf 
281.10/281.10	o 76
281.10/281.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.10/281.10	c * 281s|122750 | 22469 |103941 |   0.8 | 116M|2008 |   - |5645 |6985 |5645 | 221 |  29k|  22k|1931 | 0.000000e+00 | 7.600000e+01 |    Inf 
307.90/307.95	c   308s|130000 | 25116 |128274 |   1.0 | 142M|2008 |   - |5645 |6900 |   0 |   0 |  36k|  29k|2178 | 0.000000e+00 | 7.600000e+01 |    Inf 
314.69/314.76	o 72
314.69/314.76	c * 315s|131792 | 24103 |134898 |   1.0 | 143M|2008 |   - |5645 |7241 |5645 | 233 |  38k|  31k|2265 | 0.000000e+00 | 7.200000e+01 |    Inf 
316.50/316.50	o 62
316.50/316.50	c * 316s|132333 | 21248 |136053 |   1.0 | 132M|2008 |   - |5645 |6738 |5645 | 239 |  38k|  32k|2275 | 0.000000e+00 | 6.200000e+01 |    Inf 
343.59/343.63	c   344s|140000 | 22379 |166989 |   1.2 | 151M|2008 |   0 |5645 |6903 |5645 | 221 |  48k|  41k|2526 | 0.000000e+00 | 6.200000e+01 |    Inf 
367.30/367.34	o 56
367.30/367.34	c * 367s|147173 | 21243 |194523 |   1.3 | 160M|2008 |   - |5645 |9521 |5645 | 244 |  55k|  50k|2736 | 0.000000e+00 | 5.600000e+01 |    Inf 
376.10/376.19	c   376s|150000 | 21336 |203045 |   1.4 | 163M|2008 |   - |5645 |  10k|   0 |   0 |  57k|  55k|2816 | 0.000000e+00 | 5.600000e+01 |    Inf 
377.80/377.84	o 54
377.80/377.84	c * 378s|150450 | 20379 |204668 |   1.4 | 159M|2008 |   - |5645 |  10k|5645 | 280 |  58k|  56k|2830 | 0.000000e+00 | 5.400000e+01 |    Inf 
406.60/406.63	c   407s|160000 | 21017 |243453 |   1.5 | 167M|2008 |   1 |5645 |7431 |5645 | 277 |  68k|  67k|3076 | 0.000000e+00 | 5.400000e+01 |    Inf 
437.19/437.24	c   437s|170000 | 21692 |282056 |   1.7 | 180M|2008 |   - |5645 |7630 |   0 |   0 |  78k|  80k|3283 | 0.000000e+00 | 5.400000e+01 |    Inf 
466.89/466.99	c   467s|180000 | 22374 |318441 |   1.8 | 192M|2008 |   - |5645 |8156 |   0 |   0 |  86k|  92k|3489 | 0.000000e+00 | 5.400000e+01 |    Inf 
499.40/499.40	c   499s|190000 | 23356 |360328 |   1.9 | 208M|2008 |   - |5645 |8144 |   0 |   0 |  97k| 103k|3702 | 0.000000e+00 | 5.400000e+01 |    Inf 
506.90/507.00	o 43
506.90/507.00	c * 507s|192406 | 20682 |368795 |   1.9 | 196M|2008 |   - |5645 |8856 |5645 | 245 |  99k| 106k|3738 | 0.000000e+00 | 4.300000e+01 |    Inf 
507.50/507.57	o 39
507.50/507.57	c * 508s|192609 | 19617 |369388 |   1.9 | 187M|2008 |   - |5645 |8426 |5645 | 239 |  99k| 106k|3738 | 0.000000e+00 | 3.900000e+01 |    Inf 
527.80/527.80	c   528s|200000 | 19877 |402021 |   2.0 | 193M|2008 |   4 |5645 |7135 |5645 | 245 | 105k| 115k|3886 | 0.000000e+00 | 3.900000e+01 |    Inf 
532.70/532.71	o 35
532.70/532.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.70/532.71	c * 533s|201832 | 18822 |409569 |   2.0 | 189M|2008 |   - |5645 |7252 |5645 | 222 | 107k| 117k|3958 | 0.000000e+00 | 3.500000e+01 |    Inf 
534.20/534.21	o 20
534.20/534.21	c * 534s|202547 | 15633 |411788 |   2.0 | 168M|2008 |   - |5645 |7034 |5645 | 254 | 107k| 118k|3965 | 0.000000e+00 | 2.000000e+01 |    Inf 
550.10/550.17	c   550s|210000 | 15066 |446437 |   2.1 | 168M|2008 |   - |5645 |6466 |   0 |   0 | 113k| 129k|4105 | 0.000000e+00 | 2.000000e+01 |    Inf 
566.20/566.23	o 16
566.20/566.23	c * 566s|218117 | 14250 |484120 |   2.2 | 162M|2008 |   - |5645 |9048 |5645 | 283 | 119k| 141k|4209 | 0.000000e+00 | 1.600000e+01 |    Inf 
569.30/569.37	o 4
569.30/569.37	c * 569s|219737 | 11156 |491624 |   2.2 | 133M|2008 |   - |5645 |8522 |5645 | 273 | 120k| 143k|4229 | 0.000000e+00 | 4.000000e+00 |    Inf 
569.80/569.86	c   570s|220000 | 11152 |492807 |   2.2 | 133M|2008 |  14 |5645 |7781 |5645 | 272 | 120k| 143k|4239 | 0.000000e+00 | 4.000000e+00 |    Inf 
587.20/587.25	c   587s|230000 | 11193 |544950 |   2.4 | 135M|2008 |   - |5645 |8543 |5645 | 306 | 127k| 157k|4363 | 0.000000e+00 | 4.000000e+00 |    Inf 
604.50/604.55	c   605s|240000 | 10556 |594272 |   2.5 | 131M|2008 |   - |5645 |6961 |   0 |   0 | 134k| 171k|4573 | 0.000000e+00 | 4.000000e+00 |    Inf 
621.31/621.40	c   621s|250000 | 10689 |636216 |   2.5 | 135M|2008 |   1 |5645 |  10k|5645 | 203 | 140k| 184k|4685 | 0.000000e+00 | 4.000000e+00 |    Inf 
636.40/636.43	o 2
636.40/636.43	c * 636s|258721 |  9612 |672229 |   2.6 | 127M|2008 |   - |5645 |9101 |5645 | 304 | 144k| 195k|4799 | 0.000000e+00 | 2.000000e+00 |    Inf 
638.80/638.81	c   639s|260000 |  9609 |679533 |   2.6 | 127M|2008 |   - |5645 |8777 |5645 | 270 | 145k| 197k|4829 | 0.000000e+00 | 2.000000e+00 |    Inf 
656.80/656.84	c   657s|270000 |  9588 |732377 |   2.7 | 128M|2008 |   - |5645 |8832 |   0 |   0 | 149k| 211k|4978 | 0.000000e+00 | 2.000000e+00 |    Inf 
673.90/673.91	c   674s|280000 |  9319 |779724 |   2.8 | 127M|2008 |   - |5645 |8904 |   0 |   0 | 156k| 225k|5093 | 0.000000e+00 | 2.000000e+00 |    Inf 
690.81/690.89	c   691s|290000 |  9071 |821621 |   2.8 | 127M|2008 |   1 |5645 |  10k|5645 | 245 | 161k| 238k|5229 | 0.000000e+00 | 2.000000e+00 |    Inf 
707.60/707.67	c   708s|300000 |  8800 |861574 |   2.9 | 125M|2008 |   - |5645 |8752 |   0 |   0 | 166k| 251k|5315 | 0.000000e+00 | 2.000000e+00 |    Inf 
724.71/724.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
724.71/724.77	c   725s|310000 |  8765 |911350 |   2.9 | 126M|2008 |   1 |5645 |9848 |5645 | 238 | 174k| 264k|5449 | 0.000000e+00 | 2.000000e+00 |    Inf 
742.51/742.52	c   742s|320000 |  8763 |964221 |   3.0 | 128M|2008 |  11 |5645 |  11k|5645 | 242 | 183k| 278k|5566 | 0.000000e+00 | 2.000000e+00 |    Inf 
760.81/760.87	c   761s|330000 |  8781 |  1016k|   3.1 | 129M|2008 |   1 |5645 |  13k|5645 | 223 | 190k| 291k|5674 | 0.000000e+00 | 2.000000e+00 |    Inf 
779.91/779.97	c   780s|340000 |  8922 |  1073k|   3.2 | 131M|2008 |   1 |5645 |  14k|5645 | 225 | 199k| 304k|5782 | 0.000000e+00 | 2.000000e+00 |    Inf 
798.41/798.45	c   798s|350000 |  8973 |  1121k|   3.2 | 132M|2008 |   1 |5645 |  15k|5645 | 242 | 206k| 318k|5899 | 0.000000e+00 | 2.000000e+00 |    Inf 
817.90/817.97	c   818s|360000 |  9057 |  1180k|   3.3 | 133M|2008 |  19 |5645 |  13k|5645 | 207 | 214k| 331k|6005 | 0.000000e+00 | 2.000000e+00 |    Inf 
836.60/836.65	c   837s|370000 |  9147 |  1226k|   3.3 | 135M|2008 |   1 |5645 |  16k|5645 | 257 | 220k| 345k|6059 | 0.000000e+00 | 2.000000e+00 |    Inf 
856.01/856.04	c   856s|380000 |  9273 |  1276k|   3.4 | 136M|2008 |   - |5645 |  15k|   0 |   0 | 227k| 359k|6154 | 0.000000e+00 | 2.000000e+00 |    Inf 
875.11/875.19	c   875s|390000 |  9302 |  1322k|   3.4 | 137M|2008 |   5 |5645 |  16k|5645 | 247 | 233k| 372k|6214 | 0.000000e+00 | 2.000000e+00 |    Inf 
894.61/894.64	c   895s|400000 |  9312 |  1376k|   3.4 | 138M|2008 |   - |5645 |  15k|   0 |   0 | 239k| 386k|6299 | 0.000000e+00 | 2.000000e+00 |    Inf 
914.31/914.33	c   914s|410000 |  9295 |  1437k|   3.5 | 138M|2008 |  10 |5645 |  16k|5645 | 240 | 246k| 400k|6399 | 0.000000e+00 | 2.000000e+00 |    Inf 
933.71/933.74	c   934s|420000 |  9308 |  1485k|   3.5 | 139M|2008 |   - |5645 |  16k|   0 |   0 | 252k| 414k|6473 | 0.000000e+00 | 2.000000e+00 |    Inf 
954.51/954.55	c   955s|430000 |  9311 |  1542k|   3.6 | 140M|2008 |   - |5645 |  18k|   0 |   0 | 259k| 429k|6534 | 0.000000e+00 | 2.000000e+00 |    Inf 
975.71/975.73	c   976s|440000 |  9287 |  1602k|   3.6 | 140M|2008 |   1 |5645 |  16k|5645 | 239 | 266k| 443k|6623 | 0.000000e+00 | 2.000000e+00 |    Inf 
995.11/995.14	c   995s|450000 |  9312 |  1654k|   3.7 | 142M|2008 |   - |5645 |  20k|   0 |   0 | 272k| 457k|6709 | 0.000000e+00 | 2.000000e+00 |    Inf 
1016.71/1016.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1016.71/1016.70	c  1017s|460000 |  9280 |  1715k|   3.7 | 143M|2008 |  25 |5645 |  22k|5645 | 247 | 279k| 473k|6783 | 0.000000e+00 | 2.000000e+00 |    Inf 
1038.21/1038.20	c  1038s|470000 |  9315 |  1774k|   3.8 | 144M|2008 |   - |5645 |  21k|   0 |   0 | 285k| 487k|6846 | 0.000000e+00 | 2.000000e+00 |    Inf 
1059.01/1059.03	c  1059s|480000 |  9310 |  1821k|   3.8 | 144M|2008 |   - |5645 |  22k|   0 |   0 | 290k| 501k|6921 | 0.000000e+00 | 2.000000e+00 |    Inf 
1081.02/1081.02	c  1081s|490000 |  9257 |  1880k|   3.8 | 143M|2008 |   - |5645 |  21k|   0 |   0 | 297k| 515k|6996 | 0.000000e+00 | 2.000000e+00 |    Inf 
1102.91/1102.93	c  1103s|500000 |  9228 |  1931k|   3.9 | 142M|2008 |   1 |5645 |  19k|5645 | 234 | 303k| 530k|7054 | 0.000000e+00 | 2.000000e+00 |    Inf 
1123.31/1123.36	c  1123s|510000 |  9117 |  1978k|   3.9 | 141M|2008 |   - |5645 |  20k|   0 |   0 | 308k| 544k|7133 | 0.000000e+00 | 2.000000e+00 |    Inf 
1144.81/1144.87	c  1145s|520000 |  8942 |  2032k|   3.9 | 138M|2008 |   - |5645 |  18k|   0 |   0 | 313k| 558k|7238 | 0.000000e+00 | 2.000000e+00 |    Inf 
1165.02/1165.01	c  1165s|530000 |  8538 |  2090k|   3.9 | 130M|2008 |   - |5645 |  12k|5645 | 263 | 321k| 572k|7565 | 0.000000e+00 | 2.000000e+00 |    Inf 
1185.22/1185.29	c  1185s|540000 |  8466 |  2162k|   4.0 | 129M|2008 |  13 |5645 |  13k|5645 | 211 | 330k| 585k|7576 | 0.000000e+00 | 2.000000e+00 |    Inf 
1204.82/1204.82	c  1205s|550000 |  8568 |  2205k|   4.0 | 130M|2008 |   1 |5645 |  14k|5645 | 207 | 336k| 597k|7883 | 0.000000e+00 | 2.000000e+00 |    Inf 
1223.71/1223.74	c  1224s|560000 |  8659 |  2240k|   4.0 | 132M|2008 |  11 |5645 |  15k|5645 | 224 | 341k| 609k|7903 | 0.000000e+00 | 2.000000e+00 |    Inf 
1243.52/1243.57	c  1244s|570000 |  8779 |  2286k|   4.0 | 134M|2008 |  13 |5645 |  16k|5645 | 254 | 347k| 622k|7932 | 0.000000e+00 | 2.000000e+00 |    Inf 
1263.12/1263.18	c  1263s|580000 |  8918 |  2326k|   4.0 | 136M|2008 |   - |5645 |  17k|   0 |   0 | 352k| 635k|7995 | 0.000000e+00 | 2.000000e+00 |    Inf 
1282.11/1282.13	c  1282s|590000 |  9043 |  2364k|   4.0 | 138M|2008 |   1 |5645 |  18k|5645 | 214 | 358k| 648k|8047 | 0.000000e+00 | 2.000000e+00 |    Inf 
1301.32/1301.39	c  1301s|600000 |  9072 |  2402k|   4.0 | 139M|2008 |   1 |5645 |  18k|5645 | 204 | 363k| 662k|8088 | 0.000000e+00 | 2.000000e+00 |    Inf 
1320.52/1320.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1320.52/1320.56	c  1321s|610000 |  9126 |  2440k|   4.0 | 140M|2008 |   1 |5645 |  18k|5645 | 251 | 369k| 675k|8129 | 0.000000e+00 | 2.000000e+00 |    Inf 
1340.62/1340.62	c  1341s|620000 |  9125 |  2482k|   4.0 | 141M|2008 |   1 |5645 |  18k|5645 | 212 | 373k| 688k|8178 | 0.000000e+00 | 2.000000e+00 |    Inf 
1361.02/1361.08	c  1361s|630000 |  9120 |  2524k|   4.0 | 141M|2008 |   - |5645 |  19k|5645 | 264 | 378k| 702k|8232 | 0.000000e+00 | 2.000000e+00 |    Inf 
1381.32/1381.32	c  1381s|640000 |  9163 |  2561k|   4.0 | 143M|2008 |   1 |5645 |  23k|5645 | 242 | 383k| 716k|8284 | 0.000000e+00 | 2.000000e+00 |    Inf 
1402.92/1402.94	c  1403s|650000 |  9273 |  2605k|   4.0 | 145M|2008 |   - |5645 |  23k|5645 | 236 | 389k| 730k|8328 | 0.000000e+00 | 2.000000e+00 |    Inf 
1424.42/1424.48	c  1424s|660000 |  9410 |  2647k|   4.0 | 144M|2008 |   1 |5645 |  19k|5645 | 222 | 396k| 743k|8394 | 0.000000e+00 | 2.000000e+00 |    Inf 
1444.62/1444.69	c  1445s|670000 |  9498 |  2690k|   4.0 | 146M|2008 |   - |5645 |  19k|   0 |   0 | 402k| 756k|8448 | 0.000000e+00 | 2.000000e+00 |    Inf 
1465.32/1465.35	c  1465s|680000 |  9485 |  2737k|   4.0 | 147M|2008 |   1 |5645 |  20k|5645 | 226 | 408k| 770k|8497 | 0.000000e+00 | 2.000000e+00 |    Inf 
1485.72/1485.74	c  1486s|690000 |  9501 |  2780k|   4.0 | 148M|2008 |   - |5645 |  22k|   0 |   0 | 414k| 783k|8546 | 0.000000e+00 | 2.000000e+00 |    Inf 
1506.93/1506.98	c  1507s|700000 |  9613 |  2821k|   4.0 | 149M|2008 |   1 |5645 |  20k|5645 | 222 | 420k| 797k|8597 | 0.000000e+00 | 2.000000e+00 |    Inf 
1527.52/1527.58	c  1528s|710000 |  9700 |  2862k|   4.0 | 150M|2008 |   1 |5645 |  22k|5645 | 214 | 425k| 810k|8643 | 0.000000e+00 | 2.000000e+00 |    Inf 
1547.73/1547.79	c  1548s|720000 |  9694 |  2903k|   4.0 | 151M|2008 |  14 |5645 |  23k|5645 | 238 | 429k| 823k|8680 | 0.000000e+00 | 2.000000e+00 |    Inf 
1568.53/1568.56	c  1569s|730000 |  9748 |  2941k|   4.0 | 152M|2008 |   - |5645 |  23k|   0 |   0 | 435k| 837k|8710 | 0.000000e+00 | 2.000000e+00 |    Inf 
1589.43/1589.42	c  1589s|740000 |  9815 |  2982k|   4.0 | 153M|2008 |   - |5645 |  23k|   0 |   0 | 440k| 851k|8753 | 0.000000e+00 | 2.000000e+00 |    Inf 
1610.92/1610.99	c  1611s|750000 |  9758 |  3028k|   4.0 | 152M|2008 |   - |5645 |  22k|   0 |   0 | 446k| 864k|8807 | 0.000000e+00 | 2.000000e+00 |    Inf 
1631.63/1631.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.63/1631.61	c  1632s|760000 |  9845 |  3067k|   4.0 | 154M|2008 |  15 |5645 |  23k|5645 | 240 | 450k| 878k|8857 | 0.000000e+00 | 2.000000e+00 |    Inf 
1652.43/1652.43	c  1652s|770000 |  9949 |  3106k|   4.0 | 156M|2008 |   1 |5645 |  26k|5645 | 238 | 455k| 892k|8897 | 0.000000e+00 | 2.000000e+00 |    Inf 
1674.13/1674.20	c  1674s|780000 |  9974 |  3143k|   4.0 | 156M|2008 |   1 |5645 |  23k|5645 | 272 | 459k| 906k|8924 | 0.000000e+00 | 2.000000e+00 |    Inf 
1697.02/1697.05	c  1697s|790000 | 10015 |  3183k|   4.0 | 159M|2008 |  17 |5645 |  27k|5645 | 288 | 464k| 920k|8961 | 0.000000e+00 | 2.000000e+00 |    Inf 
1719.23/1719.28	c  1719s|800000 | 10043 |  3221k|   4.0 | 159M|2008 |   - |5645 |  27k|   0 |   0 | 469k| 934k|9008 | 0.000000e+00 | 2.000000e+00 |    Inf 
1741.33/1741.34	c  1741s|810000 | 10043 |  3263k|   4.0 | 159M|2008 |   1 |5645 |  23k|5645 | 276 | 474k| 948k|9063 | 0.000000e+00 | 2.000000e+00 |    Inf 
1763.03/1763.09	c  1763s|820000 | 10004 |  3308k|   4.0 | 159M|2008 |   - |5645 |  24k|   0 |   0 | 480k| 962k|9110 | 0.000000e+00 | 2.000000e+00 |    Inf 
1784.72/1784.76	c  1785s|830000 | 10091 |  3350k|   4.0 | 161M|2008 |   - |5645 |  27k|   0 |   0 | 485k| 977k|9143 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.02/1790.01	c 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time (sec) : 1789.98
1790.02/1790.01	c Solving Nodes      : 832150
1790.02/1790.01	c Primal Bound       : +2.00000000000000e+00 (263 solutions)
1790.02/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.01	c Gap                : infinite
1790.02/1790.07	s SATISFIABLE
1790.02/1790.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.02/1790.07	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1790.02/1790.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1790.02/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1790.02/1790.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1790.02/1790.07	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.02/1790.07	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.02/1790.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.02/1790.07	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.02/1790.07	v -x28 -x27 -x26 x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.02/1790.07	v -x1 
1790.02/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.07	c Solving Time       :    1789.98
1790.02/1790.07	c Original Problem   :
1790.02/1790.07	c   Problem name     : HOME/instance-2705033-1278578327.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.07	c Presolved Problem  :
1790.02/1790.07	c   Problem name     : t_HOME/instance-2705033-1278578327.wbo
1790.02/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.07	c   Constraints      : 5414 initial, 28843 maximal
1790.02/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.02/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   root node        :          -       5346          -          -       5346          -          -          -          -
1790.02/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.08	c   integral         :          0          0          0     573340          0          3        722          0          0     763516
1790.02/1790.08	c   linear           :       2707          6    4400086     188990          1     278225   20088612     486976          0          0
1790.02/1790.08	c   indicator        :       2707          0    3902770     188426          1       1478    9907915          0          0          0
1790.02/1790.08	c   logicor          :          0+         0    1190375          0          0      57173    1118941          0          0          0
1790.02/1790.08	c   bounddisjunction :          0+         0     462565          0          0        184       6529          0          0          0
1790.02/1790.08	c   countsols        :          0          0          0     124607          1          0          0          0          0          0
1790.02/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.08	c   integral         :      13.99       0.00       0.00      13.99       0.00
1790.02/1790.08	c   linear           :     212.04       0.00     194.72      17.31       0.00
1790.02/1790.08	c   indicator        :      88.98       0.02      57.59      31.38       0.00
1790.02/1790.08	c   logicor          :     181.65       0.00     181.65       0.00       0.00
1790.02/1790.08	c   bounddisjunction :       4.29       0.00       4.29       0.00       0.00
1790.02/1790.08	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.02/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.08	c   vbounds          :       0.99      84219          5      19849
1790.02/1790.08	c   rootredcost      :       0.64         52          0       2673
1790.02/1790.08	c   pseudoobj        :     180.95    4425420      22971    9214357
1790.02/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.08	c   propagation      :      20.37     358553     358449    2115529       27.3      12070       24.3          -
1790.02/1790.08	c   infeasible LP    :       6.58      19787      19787     155808       40.8        263       18.9          0
1790.02/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.08	c   pseudo solution  :       0.00          1          1          7       14.3          0        0.0          -
1790.02/1790.08	c   applied globally :          -          -          -     980584       22.2          -          -          -
1790.02/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.02/1790.08	c   redcost          :      60.35     579741          0     875890          0          0
1790.02/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.02/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.02/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.02/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.02/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.02/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.02/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.02/1790.08	c Pricers            :       Time      Calls       Vars
1790.02/1790.08	c   problem variables:       0.00          0          0
1790.02/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.08	c   relpscost        :      13.58     382347          3        722          0          0     763516
1790.02/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   inference        :      64.73     124556          0          0          0          0     249563
1790.02/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.08	c   LP solutions     :       0.24          -         52
1790.02/1790.08	c   pseudo solutions :       0.00          -          0
1790.02/1790.08	c   feaspump         :       0.01          0          0
1790.02/1790.08	c   intshifting      :       0.01          0          0
1790.02/1790.08	c   oneopt           :       0.41         43          0
1790.02/1790.08	c   guideddiving     :       0.16         74          0
1790.02/1790.08	c   coefdiving       :       0.28        145          0
1790.02/1790.08	c   pscostdiving     :       0.27        145          0
1790.02/1790.08	c   fracdiving       :       0.26        145          0
1790.02/1790.08	c   linesearchdiving :       0.26        146          0
1790.02/1790.08	c   veclendiving     :       0.26        146          0
1790.02/1790.08	c   crossover        :       2.81         72          4
1790.02/1790.08	c   rootsoldiving    :       0.28        142          0
1790.02/1790.08	c   objpscostdiving  :       0.27        142          0
1790.02/1790.08	c   trivial          :       0.07          2          2
1790.02/1790.08	c   simplerounding   :       0.61     383308          0
1790.02/1790.08	c   zirounding       :       0.43       1000          0
1790.02/1790.08	c   rounding         :       1.27       8771          0
1790.02/1790.08	c   shifting         :       0.68       2766          0
1790.02/1790.08	c   twoopt           :       0.00          0          0
1790.02/1790.08	c   fixandinfer      :       0.00          0          0
1790.02/1790.08	c   intdiving        :       0.00          0          0
1790.02/1790.08	c   actconsdiving    :       0.00          0          0
1790.02/1790.08	c   octane           :       0.00          0          0
1790.02/1790.08	c   rens             :       0.03          1          0
1790.02/1790.08	c   rins             :       0.00          0          0
1790.02/1790.08	c   localbranching   :       0.00          0          0
1790.02/1790.08	c   mutation         :       0.00          0          0
1790.02/1790.08	c   dins             :       0.00          0          0
1790.02/1790.08	c   undercover       :       0.00          0          0
1790.02/1790.08	c   nlp              :       0.16          0          0
1790.02/1790.08	c   trysol           :       0.53        519        205
1790.02/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.08	c   dual LP          :     480.87     477904    3362113       7.04    6991.70
1790.02/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.08	c   diving/probing LP:       0.09         46        945      20.54   10718.66
1790.02/1790.08	c   strong branching :      11.07       9151      97802      10.69    8835.55
1790.02/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.02/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.08	c B&B Tree           :
1790.02/1790.08	c   number of runs   :          1
1790.02/1790.08	c   nodes            :     832150
1790.02/1790.08	c   nodes (total)    :     832150
1790.02/1790.08	c   nodes left       :      10092
1790.02/1790.08	c   max depth        :       2008
1790.02/1790.08	c   max depth (total):       2008
1790.02/1790.08	c   backtracks       :      69616 (8.4%)
1790.02/1790.08	c   delayed cutoffs  :      62146
1790.02/1790.08	c   repropagations   :    2128223 (6808699 domain reductions, 54028 cutoffs)
1790.02/1790.08	c   avg switch length:       6.91
1790.02/1790.08	c   switching time   :     234.97
1790.02/1790.08	c Solution           :
1790.02/1790.08	c   Solutions found  :        263 (53 improvements)
1790.02/1790.08	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 258721 nodes, 636.39 seconds, depth 53, found by <relaxation>)
1790.02/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.08	c   Gap              :   infinite
1790.02/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.08	c   Root Iterations  :        184
1790.22/1790.25	c Time complete: 1790.29.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705033-1278578327/watcher-2705033-1278578327 -o /tmp/evaluation-result-2705033-1278578327/solver-2705033-1278578327 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705033-1278578327.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23350
/proc/meminfo: memFree=28455484/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=12508 CPUtime=0
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 1975 0 0 0 0 0 0 0 25 0 1 0 26045506 12808192 1894 4089446400 4194304 10345943 140737305594816 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23350/statm: 3127 1894 429 1502 0 1620 0

[startup+0.083571 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23350
/proc/meminfo: memFree=28455484/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=38016 CPUtime=0.07
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 8448 0 0 0 7 0 0 0 25 0 1 0 26045506 38928384 8013 4089446400 4194304 10345943 140737305594816 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38016

[startup+0.100567 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23350
/proc/meminfo: memFree=28455484/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=38016 CPUtime=0.09
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 26045506 38928384 8013 4089446400 4194304 10345943 140737305594816 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300543 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23350
/proc/meminfo: memFree=28455484/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=70100 CPUtime=0.29
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 16226 0 0 0 27 2 0 0 25 0 1 0 26045506 71782400 15791 4089446400 4194304 10345943 140737305594816 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.702461 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23350
/proc/meminfo: memFree=28455484/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=65260 CPUtime=0.69
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 16892 0 0 0 67 2 0 0 25 0 1 0 26045506 66826240 15052 4089446400 4194304 10345943 140737305594816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23351
/proc/meminfo: memFree=28397320/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=65260 CPUtime=1.49
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26045506 66826240 15054 4089446400 4194304 10345943 140737305594816 18446744073709551615 6871973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 16315 15054 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23351
/proc/meminfo: memFree=28397696/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=65260 CPUtime=3.09
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 16896 0 0 0 307 2 0 0 25 0 1 0 26045506 66826240 15056 4089446400 4194304 10345943 140737305594816 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 16315 15056 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23351
/proc/meminfo: memFree=28396268/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=65260 CPUtime=6.29
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 19417 0 0 0 626 3 0 0 25 0 1 0 26045506 66826240 15084 4089446400 4194304 10345943 140737305594816 18446744073709551615 4729183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 16315 15084 754 1502 0 14808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65260

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23351
/proc/meminfo: memFree=28393300/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=68716 CPUtime=12.69
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 28088 0 0 0 1264 5 0 0 25 0 1 0 26045506 70365184 15770 4089446400 4194304 10345943 140737305594816 18446744073709551615 8933712 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 17179 15770 754 1502 0 15672 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68716

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23351
/proc/meminfo: memFree=28375340/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=84800 CPUtime=25.49
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 36728 0 0 0 2541 8 0 0 25 0 1 0 26045506 86835200 19944 4089446400 4194304 10345943 140737305594816 18446744073709551615 6866204 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23350/statm: 21200 19944 754 1502 0 19693 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84800

[startup+51.1006 s]
/proc/loadavg: 1.94 1.98 1.94 3/179 23380
/proc/meminfo: memFree=29287984/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=124532 CPUtime=51.09
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 46292 0 0 0 5097 12 0 0 25 0 1 0 26045506 127520768 29508 4089446400 4194304 10345943 140737305594816 18446744073709551615 6307447 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 31133 29508 754 1502 0 29626 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124532

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.94 3/179 23381
/proc/meminfo: memFree=29232292/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=168108 CPUtime=102.29
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 78603 0 0 0 10210 19 0 0 25 0 1 0 26045506 172142592 40529 4089446400 4194304 10345943 140737305594816 18446744073709551615 4687852 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 42027 40529 761 1502 0 40520 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 168108

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23383
/proc/meminfo: memFree=29146496/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=231232 CPUtime=162.29
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 140019 0 0 0 16198 31 0 0 25 0 1 0 26045506 236781568 56090 4089446400 4194304 10345943 140737305594816 18446744073709551615 6002332 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 57808 56090 762 1502 0 56301 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231232

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23385
/proc/meminfo: memFree=29042664/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=307664 CPUtime=222.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 231906 0 0 0 22183 47 0 0 25 0 1 0 26045506 315047936 74630 4089446400 4194304 10345943 140737305594816 18446744073709551615 6013053 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 76916 74630 762 1502 0 75409 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 307664

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23386
/proc/meminfo: memFree=28910532/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=411732 CPUtime=282.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 303196 0 0 0 28168 62 0 0 25 0 1 0 26045506 421613568 100002 4089446400 4194304 10345943 140737305594816 18446744073709551615 5026474 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 102933 100002 763 1502 0 101426 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 411732

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23387
/proc/meminfo: memFree=28810552/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=485196 CPUtime=342.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 349612 0 0 0 34158 72 0 0 25 0 1 0 26045506 496840704 117240 4089446400 4194304 10345943 140737305594816 18446744073709551615 5616025 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 121299 117240 775 1502 0 119792 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 485196

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23389
/proc/meminfo: memFree=28736348/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=528532 CPUtime=402.29
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 389055 0 0 0 40144 85 0 0 25 0 1 0 26045506 541216768 127661 4089446400 4194304 10345943 140737305594816 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 132133 127661 775 1502 0 130626 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 528532

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23391
/proc/meminfo: memFree=28666368/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=570544 CPUtime=462.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 402518 0 0 0 46137 93 0 0 25 0 1 0 26045506 584237056 137472 4089446400 4194304 10345943 140737305594816 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 142636 137472 775 1502 0 141129 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 570544

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23393
/proc/meminfo: memFree=28602200/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=606792 CPUtime=522.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 425200 0 0 0 52127 103 0 0 25 0 1 0 26045506 621355008 145723 4089446400 4194304 10345943 140737305594816 18446744073709551615 6069148 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 151698 145723 775 1502 0 150191 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 606792

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23394
/proc/meminfo: memFree=28550324/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=618808 CPUtime=582.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 481792 0 0 0 58112 118 0 0 25 0 1 0 26045506 633659392 148843 4089446400 4194304 10345943 140737305594816 18446744073709551615 4962582 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 154702 148843 784 1502 0 153195 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 618808

[startup+642.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 23395
/proc/meminfo: memFree=28506132/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=620708 CPUtime=642.3
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 497743 0 0 0 64100 130 0 0 25 0 1 0 26045506 635604992 149405 4089446400 4194304 10345943 140737305594816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 155177 149405 784 1502 0 153670 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 620708

[startup+702.301 s]

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

/proc/meminfo: memFree=28238360/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=633808 CPUtime=1062.31
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516322 0 0 0 106030 201 0 0 25 0 1 0 26045506 649019392 152276 4089446400 4194304 10345943 140737305594816 18446744073709551615 6712001 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158452 152276 784 1502 0 156945 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 633808

[startup+1122.3 s]
/proc/loadavg: 2.06 2.00 1.94 4/179 23409
/proc/meminfo: memFree=28225392/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=633808 CPUtime=1122.31
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516587 0 0 0 112020 211 0 0 25 0 1 0 26045506 649019392 152541 4089446400 4194304 10345943 140737305594816 18446744073709551615 4684343 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158452 152541 784 1502 0 156945 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 633808

[startup+1182.3 s]
/proc/loadavg: 2.02 2.00 1.94 3/179 23410
/proc/meminfo: memFree=28195088/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=634220 CPUtime=1182.31
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516745 0 0 0 118009 222 0 0 25 0 1 0 26045506 649441280 152699 4089446400 4194304 10345943 140737305594816 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158555 152699 784 1502 0 157048 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 634220

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23411
/proc/meminfo: memFree=28166652/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=634220 CPUtime=1242.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516768 0 0 0 123999 233 0 0 25 0 1 0 26045506 649441280 152722 4089446400 4194304 10345943 140737305594816 18446744073709551615 5614665 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158555 152722 784 1502 0 157048 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 634220

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23413
/proc/meminfo: memFree=28136732/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=634220 CPUtime=1302.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516779 0 0 0 129991 241 0 0 25 0 1 0 26045506 649441280 152733 4089446400 4194304 10345943 140737305594816 18446744073709551615 4218202 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158555 152733 784 1502 0 157048 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 634220

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 23424
/proc/meminfo: memFree=28108252/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=635000 CPUtime=1362.31
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 516953 0 0 0 135981 250 0 0 25 0 1 0 26045506 650240000 152907 4089446400 4194304 10345943 140737305594816 18446744073709551615 6180462 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 158750 152907 784 1502 0 157243 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 635000

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 23426
/proc/meminfo: memFree=28077592/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=636756 CPUtime=1422.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 517302 0 0 0 141973 259 0 0 25 0 1 0 26045506 652038144 153256 4089446400 4194304 10345943 140737305594816 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 159189 153256 795 1502 0 157682 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 636756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23427
/proc/meminfo: memFree=28049628/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=639184 CPUtime=1482.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 522144 0 0 0 147966 266 0 0 25 0 1 0 26045506 654524416 153899 4089446400 4194304 10345943 140737305594816 18446744073709551615 5031091 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 159796 153899 795 1502 0 158289 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 639184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23428
/proc/meminfo: memFree=28021328/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=639864 CPUtime=1542.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 522285 0 0 0 153957 275 0 0 25 0 1 0 26045506 655220736 154040 4089446400 4194304 10345943 140737305594816 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 159966 154040 795 1502 0 158459 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 639864

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 23430
/proc/meminfo: memFree=27993516/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=641352 CPUtime=1602.32
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 522661 0 0 0 159950 282 0 0 25 0 1 0 26045506 656744448 154416 4089446400 4194304 10345943 140737305594816 18446744073709551615 5614745 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 160338 154416 795 1502 0 158831 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 641352

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 23432
/proc/meminfo: memFree=27960616/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=644468 CPUtime=1662.33
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 523518 0 0 0 165943 290 0 0 25 0 1 0 26045506 659935232 155273 4089446400 4194304 10345943 140737305594816 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 161117 155273 795 1502 0 159610 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 644468

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 23434
/proc/meminfo: memFree=27929320/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=650744 CPUtime=1722.33
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 524693 0 0 0 171933 300 0 0 25 0 1 0 26045506 666361856 156448 4089446400 4194304 10345943 140737305594816 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162686 156448 795 1502 0 161179 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 650744

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23435
/proc/meminfo: memFree=27902616/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651076 CPUtime=1782.33
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 524989 0 0 0 177926 307 0 0 25 0 1 0 26045506 666701824 156744 4089446400 4194304 10345943 140737305594816 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162769 156744 795 1502 0 161262 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 651076

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23435
/proc/meminfo: memFree=27900628/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651648 CPUtime=1785.53
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525015 0 0 0 178245 308 0 0 25 0 1 0 26045506 667287552 156770 4089446400 4194304 10345943 140737305594816 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162912 156770 795 1502 0 161405 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 651648

[startup+1788.7 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23436
/proc/meminfo: memFree=27899388/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651648 CPUtime=1788.73
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525020 0 0 0 178565 308 0 0 25 0 1 0 26045506 667287552 156775 4089446400 4194304 10345943 140737305594816 18446744073709551615 5085385 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162912 156775 795 1502 0 161405 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 651648

[startup+1789.5 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23436
/proc/meminfo: memFree=27899388/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651648 CPUtime=1789.53
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525020 0 0 0 178645 308 0 0 25 0 1 0 26045506 667287552 156775 4089446400 4194304 10345943 140737305594816 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162912 156775 795 1502 0 161405 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 651648

[startup+1789.9 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23436
/proc/meminfo: memFree=27899376/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651648 CPUtime=1789.92
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525020 0 0 0 178684 308 0 0 25 0 1 0 26045506 667287552 156775 4089446400 4194304 10345943 140737305594816 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23350/statm: 162912 156775 795 1502 0 161405 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 651648

[startup+1790.1 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23436
/proc/meminfo: memFree=27899376/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651648 CPUtime=1790.12
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525041 0 0 0 178704 308 0 0 25 0 1 0 26045506 667287552 156796 4089446400 4194304 10345943 140737305594816 18446744073709551615 6325660 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23350/statm: 162912 156796 796 1502 0 161405 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 651648

[startup+1790.2 s]
/proc/loadavg: 2.01 2.01 1.96 3/179 23436
/proc/meminfo: memFree=27899376/32951124 swapFree=67111528/67111528
[pid=23350] ppid=23348 vsize=651668 CPUtime=1790.22
/proc/23350/stat : 23350 (pbscip.linux.x8) R 23348 23350 22866 0 -1 4202496 525051 0 0 0 178714 308 0 0 25 0 1 0 26045506 667308032 156806 4089446400 4194304 10345943 140737305594816 18446744073709551615 5083232 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23350/statm: 162917 156806 796 1502 0 161410 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 651668

Child status: 0
Real time (s): 1790.26
CPU time (s): 1790.3
CPU user time (s): 1787.18
CPU system time (s): 3.11453
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 651668

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

runsolver used 3.10653 second user time and 5.84411 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 10:38:47
IDJOB=2705033
IDBENCH=79268
IDSOLVER=1214
FILE ID=node140/2705033-1278578327
PBS_JOBID= 11240174
Free space on /tmp= 73688 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.1900551347--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-2705033-1278578327/watcher-2705033-1278578327 -o /tmp/evaluation-result-2705033-1278578327/solver-2705033-1278578327 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705033-1278578327.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 7333324480eb5267e10bc3c9063685b0
RANDOM SEED=461426973

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28456012 kB
Buffers:        157836 kB
Cached:        3038880 kB
SwapCached:          0 kB
Active:        2264352 kB
Inactive:      2063088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28456012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12848 kB
Writeback:           0 kB
AnonPages:     1130568 kB
Mapped:          17404 kB
Slab:           100976 kB
PageTables:       7416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1288352 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= 73676 MiB
End job on node140 at 2010-07-08 11:08:37