Trace number 2705075

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.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark618.94
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-2705075-1278578336.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 137945
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+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.379450e+05 |    Inf 
17.09/17.19	c  17.2s| 10000 | 10004 |  2358 |   0.2 |  42M|2029 |   0 |5645 |5414 |5645 | 206 | 717 |   0 | 505 | 0.000000e+00 | 1.379450e+05 |    Inf 
33.19/33.22	c  33.2s| 20000 | 19980 |  2874 |   0.1 |  62M|2029 |   0 |5645 |5426 |5645 | 200 | 908 |  12 | 520 | 0.000000e+00 | 1.379450e+05 |    Inf 
49.29/49.37	c  49.3s| 30000 | 29960 |  3575 |   0.1 |  82M|2029 |   0 |5645 |5436 |5645 | 222 |1135 |  22 | 541 | 0.000000e+00 | 1.379450e+05 |    Inf 
66.00/66.07	c  66.0s| 40000 | 39958 |  4143 |   0.1 | 102M|2029 |   0 |5645 |5437 |5645 | 210 |1306 |  23 | 577 | 0.000000e+00 | 1.379450e+05 |    Inf 
82.50/82.52	c  82.5s| 50000 | 49956 |  4732 |   0.1 | 122M|2029 |   0 |5645 |5438 |5645 | 213 |1456 |  24 | 592 | 0.000000e+00 | 1.379450e+05 |    Inf 
99.09/99.10	c  99.1s| 60000 | 59956 |  5190 |   0.1 | 142M|2029 |   0 |5645 |5438 |5645 | 209 |1612 |  24 | 607 | 0.000000e+00 | 1.379450e+05 |    Inf 
115.29/115.39	c   115s| 70000 | 69956 |  6284 |   0.1 | 162M|2029 |   0 |5645 |5438 |5645 | 212 |1870 |  24 | 669 | 0.000000e+00 | 1.379450e+05 |    Inf 
132.00/132.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.00/132.07	c   132s| 80000 | 79954 |  7541 |   0.1 | 182M|2029 |   0 |5645 |5439 |5645 | 196 |2178 |  25 | 691 | 0.000000e+00 | 1.379450e+05 |    Inf 
148.40/148.43	c   148s| 90000 | 89955 |  8484 |   0.1 | 201M|2029 |   0 |5645 |5439 |5645 | 193 |2394 |  25 | 719 | 0.000000e+00 | 1.379450e+05 |    Inf 
165.00/165.09	c   165s|100000 | 99955 |  9322 |   0.1 | 221M|2029 |   0 |5645 |5439 |5645 | 187 |2632 |  25 | 744 | 0.000000e+00 | 1.379450e+05 |    Inf 
176.89/176.97	o 370
176.89/176.97	c f 177s|107701 | 79871 |  9861 |   0.1 | 186M|2029 |   - |5645 |5449 |5645 | 208 |2774 |  35 | 791 | 0.000000e+00 | 3.700000e+02 |    Inf 
180.30/180.37	c   180s|110000 | 82168 |  9977 |   0.1 | 190M|2029 |   0 |5645 |5451 |5645 | 208 |2803 |  37 | 795 | 0.000000e+00 | 3.700000e+02 |    Inf 
180.70/180.78	o 355
180.70/180.78	c * 181s|110252 | 79375 | 10025 |   0.1 | 185M|2029 |   - |5645 |5451 |5645 | 208 |2811 |  37 | 798 | 0.000000e+00 | 3.550000e+02 |    Inf 
187.59/187.65	o 351
187.59/187.65	c * 188s|114097 | 82364 | 11101 |   0.1 | 192M|2029 |   - |5645 |5576 |5645 | 202 |3053 | 162 | 830 | 0.000000e+00 | 3.510000e+02 |    Inf 
187.69/187.73	o 337
187.69/187.73	c * 188s|114122 | 79862 | 11156 |   0.1 | 186M|2029 |   - |5645 |5606 |5645 | 217 |3055 | 192 | 830 | 0.000000e+00 | 3.370000e+02 |    Inf 
188.29/188.37	o 265
188.29/188.37	c * 188s|114324 | 65761 | 11478 |   0.1 | 159M|2029 |   - |5645 |5858 |5645 | 195 |3126 | 444 | 833 | 0.000000e+00 | 2.650000e+02 |    Inf 
189.40/189.45	o 258
189.40/189.45	c * 189s|114726 | 64164 | 11880 |   0.1 | 158M|2029 |   - |5645 |6149 |5645 | 203 |3229 | 735 | 836 | 0.000000e+00 | 2.580000e+02 |    Inf 
190.80/190.80	o 237
190.80/190.80	c * 191s|115162 | 58299 | 12593 |   0.1 | 149M|2029 |   - |5645 |6546 |5645 | 227 |3435 |1132 | 869 | 0.000000e+00 | 2.370000e+02 |    Inf 
198.00/198.09	o 221
198.00/198.09	c * 198s|117841 | 54830 | 14974 |   0.1 | 148M|2029 |   - |5645 |7562 |5645 | 198 |4116 |2148 | 911 | 0.000000e+00 | 2.210000e+02 |    Inf 
198.39/198.45	o 220
198.39/198.45	c * 198s|117977 | 54638 | 15129 |   0.1 | 148M|2029 |   - |5645 |7642 |5645 | 197 |4146 |2228 | 917 | 0.000000e+00 | 2.200000e+02 |    Inf 
198.80/198.82	o 216
198.80/198.82	c * 199s|118128 | 53251 | 15253 |   0.1 | 145M|2029 |   - |5645 |7755 |5645 | 197 |4177 |2341 | 917 | 0.000000e+00 | 2.160000e+02 |    Inf 
198.80/198.83	o 204
198.80/198.83	c * 199s|118129 | 49170 | 15253 |   0.1 | 137M|2029 |   - |5645 |7755 |5645 | 197 |4177 |2341 | 917 | 0.000000e+00 | 2.040000e+02 |    Inf 
199.59/199.69	o 195
199.59/199.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.59/199.69	c * 200s|118536 | 46727 | 15396 |   0.1 | 134M|2029 |   - |5645 |7836 |5645 | 208 |4219 |2422 | 917 | 0.000000e+00 | 1.950000e+02 |    Inf 
199.79/199.82	o 193
199.79/199.82	c * 200s|118586 | 46147 | 15416 |   0.1 | 133M|2029 |   - |5645 |7848 |5645 | 205 |4225 |2434 | 917 | 0.000000e+00 | 1.930000e+02 |    Inf 
200.10/200.20	o 186
200.10/200.20	c * 200s|118703 | 44175 | 15504 |   0.1 | 129M|2029 |   - |5645 |7944 |5645 | 211 |4243 |2530 | 921 | 0.000000e+00 | 1.860000e+02 |    Inf 
200.39/200.41	o 185
200.39/200.41	c * 200s|118751 | 43871 | 15562 |   0.1 | 129M|2029 |   - |5645 |8023 |5645 | 217 |4264 |2610 | 921 | 0.000000e+00 | 1.850000e+02 |    Inf 
204.50/204.51	c   204s|120000 | 44614 | 17831 |   0.1 | 134M|2029 |  12 |5645 |8806 |5645 | 169 |4858 |3428 | 988 | 0.000000e+00 | 1.850000e+02 |    Inf 
204.90/204.94	o 161
204.90/204.94	c * 205s|120105 | 35959 | 18296 |   0.2 | 116M|2029 |   - |5645 |8835 |5645 | 213 |4991 |3473 |1007 | 0.000000e+00 | 1.610000e+02 |    Inf 
209.60/209.60	o 150
209.60/209.60	c * 210s|121357 | 32778 | 22273 |   0.2 | 113M|2029 |   - |5645 |9253 |5645 | 214 |6172 |4162 |1104 | 0.000000e+00 | 1.500000e+02 |    Inf 
209.80/209.87	o 148
209.80/209.87	c * 210s|121461 | 32173 | 22351 |   0.2 | 111M|2029 |   - |5645 |9271 |5645 | 211 |6194 |4192 |1104 | 0.000000e+00 | 1.480000e+02 |    Inf 
209.90/209.92	o 140
209.90/209.92	c * 210s|121467 | 29574 | 22383 |   0.2 | 105M|2029 |   - |5645 |9280 |5645 | 215 |6204 |4203 |1104 | 0.000000e+00 | 1.400000e+02 |    Inf 
215.10/215.13	o 138
215.10/215.13	c * 215s|122758 | 29448 | 25794 |   0.2 | 109M|2029 |   - |5645 |8766 |5645 | 189 |7157 |5033 |1200 | 0.000000e+00 | 1.380000e+02 |    Inf 
217.49/217.54	o 129
217.49/217.54	c * 218s|123375 | 27009 | 27809 |   0.2 | 105M|2029 |   - |5645 |8847 |5645 | 184 |7819 |5366 |1229 | 0.000000e+00 | 1.290000e+02 |    Inf 
219.90/219.98	o 121
219.90/219.98	c * 220s|124058 | 24982 | 30215 |   0.2 | 103M|2029 |   - |5645 |8688 |5645 | 228 |8352 |5735 |1311 | 0.000000e+00 | 1.210000e+02 |    Inf 
221.19/221.22	o 115
221.19/221.22	c * 221s|124388 | 23293 | 31590 |   0.3 | 101M|2029 |   - |5645 |8667 |5645 | 220 |8680 |6006 |1371 | 0.000000e+00 | 1.150000e+02 |    Inf 
224.70/224.76	o 114
224.70/224.76	c * 225s|125400 | 23537 | 34114 |   0.3 | 105M|2029 |   - |5645 |8561 |5645 | 207 |9378 |6631 |1405 | 0.000000e+00 | 1.140000e+02 |    Inf 
224.70/224.78	o 113
224.70/224.78	c * 225s|125409 | 23263 | 34122 |   0.3 | 104M|2029 |   - |5645 |8561 |5645 | 207 |9378 |6631 |1405 | 0.000000e+00 | 1.130000e+02 |    Inf 
224.70/224.79	o 107
224.70/224.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.70/224.79	c * 225s|125410 | 21383 | 34122 |   0.3 | 100M|2029 |   - |5645 |8561 |5645 | 207 |9378 |6631 |1405 | 0.000000e+00 | 1.070000e+02 |    Inf 
224.90/224.96	o 82
224.90/224.96	c * 225s|125452 | 12848 | 34264 |   0.3 |  74M|2029 |   - |5645 |8531 |5645 | 211 |9417 |6648 |1405 | 0.000000e+00 | 8.200000e+01 |    Inf 
239.09/239.15	o 71
239.09/239.15	c * 239s|129863 | 12441 | 45198 |   0.3 |  78M|2029 |   - |5645 |8125 |5645 | 189 |  12k|9561 |1506 | 0.000000e+00 | 7.100000e+01 |    Inf 
239.09/239.16	o 70
239.09/239.16	c * 239s|129864 | 12176 | 45200 |   0.3 |  77M|2029 |   - |5645 |8125 |5645 | 189 |  12k|9561 |1506 | 0.000000e+00 | 7.000000e+01 |    Inf 
239.59/239.67	c   240s|130000 | 12218 | 46054 |   0.4 |  77M|2029 |  19 |5645 |7419 |5645 | 197 |  12k|9669 |1511 | 0.000000e+00 | 7.000000e+01 |    Inf 
259.10/259.11	o 54
259.10/259.11	c * 259s|135852 | 10869 | 65109 |   0.5 |  85M|2029 |   - |5645 |7234 |5645 | 214 |  18k|  14k|1611 | 0.000000e+00 | 5.400000e+01 |    Inf 
273.39/273.43	c   273s|140000 | 11393 | 89070 |   0.6 |  93M|2029 |   - |5645 |7472 |   0 |   0 |  24k|  19k|1789 | 0.000000e+00 | 5.400000e+01 |    Inf 
285.90/285.98	o 45
285.90/285.98	c * 286s|143945 | 10330 |105455 |   0.7 |  92M|2029 |   - |5645 |8232 |5645 | 204 |  29k|  23k|1961 | 0.000000e+00 | 4.500000e+01 |    Inf 
297.90/297.99	o 43
297.90/297.99	c * 298s|148078 | 10418 |122401 |   0.8 |  96M|2029 |   - |5645 |6888 |5645 | 203 |  33k|  28k|2118 | 0.000000e+00 | 4.300000e+01 |    Inf 
299.00/299.06	o 32
299.00/299.06	c * 299s|148447 |  8794 |123836 |   0.8 |  88M|2029 |   - |5645 |6650 |5645 | 225 |  33k|  29k|2130 | 0.000000e+00 | 3.200000e+01 |    Inf 
302.99/303.10	c   303s|150000 |  8839 |131639 |   0.9 |  90M|2029 |   - |5645 |5611 |   0 |   0 |  35k|  31k|2204 | 0.000000e+00 | 3.200000e+01 |    Inf 
304.80/304.84	o 27
304.80/304.84	c * 305s|150755 |  8257 |134644 |   0.9 |  88M|2029 |   - |5645 |5918 |5645 | 199 |  36k|  32k|2223 | 0.000000e+00 | 2.700000e+01 |    Inf 
308.69/308.79	o 26
308.69/308.79	c * 309s|152463 |  8261 |142406 |   0.9 |  89M|2029 |   - |5645 |5847 |5645 | 204 |  37k|  34k|2286 | 0.000000e+00 | 2.600000e+01 |    Inf 
324.99/325.05	c   325s|160000 |  8505 |172898 |   1.1 |  93M|2029 |  10 |5645 |7200 |5645 | 240 |  42k|  42k|2534 | 0.000000e+00 | 2.600000e+01 |    Inf 
346.09/346.12	c   346s|170000 |  8805 |210462 |   1.2 |  98M|2029 |   1 |5645 |7807 |5645 | 199 |  49k|  54k|2773 | 0.000000e+00 | 2.600000e+01 |    Inf 
356.69/356.72	o 25
356.69/356.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.69/356.72	c * 357s|174854 |  8789 |230685 |   1.3 |  99M|2029 |   - |5645 |7104 |5645 | 226 |  52k|  60k|2920 | 0.000000e+00 | 2.500000e+01 |    Inf 
367.10/367.17	c   367s|180000 |  8876 |249209 |   1.4 | 100M|2029 |   5 |5645 |7410 |5645 | 200 |  55k|  67k|3043 | 0.000000e+00 | 2.500000e+01 |    Inf 
369.09/369.19	o 23
369.09/369.19	c * 369s|180911 |  8513 |253761 |   1.4 |  98M|2029 |   - |5645 |7236 |5645 | 253 |  56k|  68k|3064 | 0.000000e+00 | 2.300000e+01 |    Inf 
378.60/378.67	o 17
378.60/378.67	c * 379s|185306 |  8208 |274323 |   1.5 |  97M|2029 |   - |5645 |8374 |5645 | 252 |  60k|  75k|3162 | 0.000000e+00 | 1.700000e+01 |    Inf 
387.59/387.67	c   388s|190000 |  8252 |293159 |   1.5 |  98M|2029 |   7 |5645 |6759 |5645 | 224 |  63k|  81k|3275 | 0.000000e+00 | 1.700000e+01 |    Inf 
405.70/405.71	c   406s|200000 |  8331 |327273 |   1.6 | 100M|2029 |   1 |5645 |6690 |5645 | 220 |  67k|  93k|3455 | 0.000000e+00 | 1.700000e+01 |    Inf 
414.90/414.98	o 14
414.90/414.98	c * 415s|204642 |  8073 |349535 |   1.7 |  99M|2029 |   - |5645 |7204 |5645 | 239 |  71k|  99k|3564 | 0.000000e+00 | 1.400000e+01 |    Inf 
425.00/425.04	c   425s|210000 |  8080 |369616 |   1.8 | 100M|2029 |   - |5645 |7826 |   0 |   0 |  74k| 106k|3664 | 0.000000e+00 | 1.400000e+01 |    Inf 
443.70/443.74	c   444s|220000 |  8097 |406362 |   1.8 | 103M|2029 |  18 |5645 |  11k|5645 | 217 |  80k| 120k|3856 | 0.000000e+00 | 1.400000e+01 |    Inf 
462.50/462.51	c   462s|230000 |  8328 |439159 |   1.9 | 107M|2029 |  16 |5645 |  12k|5645 | 236 |  85k| 135k|3997 | 0.000000e+00 | 1.400000e+01 |    Inf 
482.10/482.17	c   482s|240000 |  8232 |476149 |   2.0 | 107M|2029 |   - |5645 |9426 |   0 |   0 |  90k| 148k|4141 | 0.000000e+00 | 1.400000e+01 |    Inf 
501.20/501.21	c   501s|250000 |  8223 |509774 |   2.0 | 108M|2029 |   1 |5645 |9148 |5645 | 208 |  95k| 161k|4313 | 0.000000e+00 | 1.400000e+01 |    Inf 
522.30/522.34	c   522s|260000 |  8361 |560612 |   2.2 | 111M|2029 |  18 |5645 |  10k|5645 | 269 | 103k| 174k|4470 | 0.000000e+00 | 1.400000e+01 |    Inf 
542.40/542.48	c   542s|270000 |  8285 |602390 |   2.2 | 112M|2029 |   1 |5645 |7748 |5645 | 236 | 108k| 188k|4615 | 0.000000e+00 | 1.400000e+01 |    Inf 
561.20/561.23	c   561s|280000 |  8340 |636628 |   2.3 | 114M|2029 |   - |5645 |  10k|   0 |   0 | 113k| 201k|4743 | 0.000000e+00 | 1.400000e+01 |    Inf 
579.71/579.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.71/579.70	c   580s|290000 |  8335 |669557 |   2.3 | 115M|2029 |   1 |5645 |  11k|5645 | 211 | 118k| 215k|4849 | 0.000000e+00 | 1.400000e+01 |    Inf 
598.70/598.74	c   599s|300000 |  8378 |703397 |   2.3 | 117M|2029 |   1 |5645 |  12k|5645 | 191 | 122k| 227k|4960 | 0.000000e+00 | 1.400000e+01 |    Inf 
618.40/618.44	o 13
618.40/618.44	c * 618s|309803 |  8413 |737712 |   2.4 | 118M|2029 |   - |5645 |  14k|5645 | 227 | 128k| 241k|5051 | 0.000000e+00 | 1.300000e+01 |    Inf 
618.80/618.85	c   619s|310000 |  8408 |738613 |   2.4 | 118M|2029 |   - |5645 |  14k|   0 |   0 | 128k| 241k|5051 | 0.000000e+00 | 1.300000e+01 |    Inf 
638.70/638.72	c   639s|320000 |  8671 |769914 |   2.4 | 121M|2029 |   - |5645 |  14k|5645 | 247 | 133k| 255k|5131 | 0.000000e+00 | 1.300000e+01 |    Inf 
658.00/658.03	c   658s|330000 |  8763 |800932 |   2.4 | 122M|2029 |  11 |5645 |  13k|5645 | 239 | 138k| 269k|5232 | 0.000000e+00 | 1.300000e+01 |    Inf 
677.20/677.23	c   677s|340000 |  8884 |833894 |   2.5 | 125M|2029 |   - |5645 |  14k|5645 | 229 | 142k| 283k|5294 | 0.000000e+00 | 1.300000e+01 |    Inf 
698.91/698.98	c   699s|350000 |  9022 |883852 |   2.5 | 127M|2029 |   - |5645 |  13k|   0 |   0 | 151k| 297k|5426 | 0.000000e+00 | 1.300000e+01 |    Inf 
704.01/704.07	o 11
704.01/704.07	c * 704s|352549 |  8702 |892921 |   2.5 | 119M|2029 |   - |5645 |  11k|5645 | 227 | 152k| 301k|5461 | 0.000000e+00 | 1.100000e+01 |    Inf 
717.80/717.81	c   718s|360000 |  8752 |921137 |   2.6 | 120M|2029 |   - |5645 |  12k|   0 |   0 | 156k| 311k|5510 | 0.000000e+00 | 1.100000e+01 |    Inf 
736.61/736.69	c   737s|370000 |  8804 |960052 |   2.6 | 121M|2029 |   9 |5645 |  12k|5645 | 232 | 162k| 326k|5596 | 0.000000e+00 | 1.100000e+01 |    Inf 
746.10/746.14	o 10
746.10/746.14	c * 746s|374856 |  8591 |982328 |   2.6 | 120M|2029 |   - |5645 |  13k|5645 | 265 | 165k| 332k|5631 | 0.000000e+00 | 1.000000e+01 |    Inf 
755.41/755.45	o 9
755.41/755.45	c * 755s|379555 |  8566 |  1004k|   2.6 | 120M|2029 |   - |5645 |  14k|5645 | 266 | 168k| 339k|5667 | 0.000000e+00 | 9.000000e+00 |    Inf 
756.30/756.39	c   756s|380000 |  8563 |  1007k|   2.6 | 119M|2029 |  14 |5645 |  13k|5645 | 225 | 169k| 340k|5668 | 0.000000e+00 | 9.000000e+00 |    Inf 
774.70/774.75	c   775s|390000 |  8555 |  1046k|   2.7 | 119M|2029 |   1 |5645 |9798 |5645 | 216 | 173k| 354k|5750 | 0.000000e+00 | 9.000000e+00 |    Inf 
792.70/792.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
792.70/792.77	c   793s|400000 |  8565 |  1090k|   2.7 | 120M|2029 |  17 |5645 |  11k|5645 | 238 | 180k| 368k|5847 | 0.000000e+00 | 9.000000e+00 |    Inf 
810.71/810.76	c   811s|410000 |  8520 |  1130k|   2.8 | 120M|2029 |  19 |5645 |  11k|5645 | 245 | 184k| 383k|5990 | 0.000000e+00 | 9.000000e+00 |    Inf 
829.41/829.42	c   829s|420000 |  8529 |  1175k|   2.8 | 121M|2029 |   - |5645 |  11k|   0 |   0 | 191k| 396k|6066 | 0.000000e+00 | 9.000000e+00 |    Inf 
847.50/847.53	c   848s|430000 |  8352 |  1218k|   2.8 | 120M|2029 |   - |5645 |8922 |   0 |   0 | 196k| 411k|6182 | 0.000000e+00 | 9.000000e+00 |    Inf 
865.51/865.60	c   866s|440000 |  8227 |  1257k|   2.9 | 119M|2029 |   - |5645 |9507 |5645 | 249 | 201k| 425k|6351 | 0.000000e+00 | 9.000000e+00 |    Inf 
883.91/883.94	c   884s|450000 |  8206 |  1302k|   2.9 | 121M|2029 |   1 |5645 |  11k|5645 | 239 | 206k| 438k|6481 | 0.000000e+00 | 9.000000e+00 |    Inf 
901.91/901.96	c   902s|460000 |  8233 |  1338k|   2.9 | 122M|2029 |  11 |5645 |  12k|5645 | 228 | 210k| 451k|6554 | 0.000000e+00 | 9.000000e+00 |    Inf 
920.30/920.39	c   920s|470000 |  8327 |  1374k|   2.9 | 124M|2029 |   - |5645 |  13k|   0 |   0 | 214k| 465k|6618 | 0.000000e+00 | 9.000000e+00 |    Inf 
939.41/939.45	c   939s|480000 |  8388 |  1416k|   3.0 | 125M|2029 |   - |5645 |  14k|   0 |   0 | 220k| 478k|6665 | 0.000000e+00 | 9.000000e+00 |    Inf 
958.91/958.96	c   959s|490000 |  8421 |  1461k|   3.0 | 127M|2029 |   1 |5645 |  14k|5645 | 243 | 225k| 493k|6760 | 0.000000e+00 | 9.000000e+00 |    Inf 
978.60/978.65	c   979s|500000 |  8432 |  1505k|   3.0 | 127M|2029 |   1 |5645 |  14k|5645 | 235 | 231k| 507k|6814 | 0.000000e+00 | 9.000000e+00 |    Inf 
998.30/998.30	c   998s|510000 |  8351 |  1543k|   3.0 | 127M|2029 |   - |5645 |  11k|   0 |   0 | 235k| 520k|6988 | 0.000000e+00 | 9.000000e+00 |    Inf 
1017.41/1017.46	c  1017s|520000 |  8421 |  1582k|   3.0 | 128M|2029 |   9 |5645 |  14k|5645 | 223 | 240k| 533k|7057 | 0.000000e+00 | 9.000000e+00 |    Inf 
1036.81/1036.88	c  1037s|530000 |  8488 |  1617k|   3.1 | 131M|2029 |   - |5645 |  16k|   0 |   0 | 245k| 546k|7098 | 0.000000e+00 | 9.000000e+00 |    Inf 
1056.41/1056.45	c  1056s|540000 |  8464 |  1653k|   3.1 | 132M|2029 |   - |5645 |  15k|   0 |   0 | 250k| 560k|7170 | 0.000000e+00 | 9.000000e+00 |    Inf 
1075.51/1075.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1075.51/1075.56	c  1076s|550000 |  8427 |  1688k|   3.1 | 132M|2029 |   - |5645 |  15k|   0 |   0 | 254k| 574k|7263 | 0.000000e+00 | 9.000000e+00 |    Inf 
1095.80/1095.86	c  1096s|560000 |  8467 |  1723k|   3.1 | 133M|2029 |  15 |5645 |  14k|5645 | 213 | 258k| 587k|7328 | 0.000000e+00 | 9.000000e+00 |    Inf 
1117.00/1117.04	c  1117s|570000 |  8568 |  1765k|   3.1 | 136M|2029 |   - |5645 |  17k|   0 |   0 | 263k| 601k|7384 | 0.000000e+00 | 9.000000e+00 |    Inf 
1138.11/1138.12	c  1138s|580000 |  8562 |  1803k|   3.1 | 137M|2029 |   - |5645 |  17k|   0 |   0 | 268k| 616k|7432 | 0.000000e+00 | 9.000000e+00 |    Inf 
1160.31/1160.40	c  1160s|590000 |  8738 |  1843k|   3.1 | 139M|2029 |   - |5645 |  18k|   0 |   0 | 272k| 630k|7480 | 0.000000e+00 | 9.000000e+00 |    Inf 
1182.71/1182.70	c  1183s|600000 |  8783 |  1882k|   3.1 | 141M|2029 |   1 |5645 |  19k|5645 | 238 | 277k| 644k|7526 | 0.000000e+00 | 9.000000e+00 |    Inf 
1205.01/1205.04	c  1205s|610000 |  8892 |  1925k|   3.2 | 144M|2029 |   1 |5645 |  20k|5645 | 266 | 282k| 658k|7587 | 0.000000e+00 | 9.000000e+00 |    Inf 
1226.11/1226.12	c  1226s|620000 |  8828 |  1962k|   3.2 | 144M|2029 |   1 |5645 |  17k|5645 | 232 | 287k| 673k|7686 | 0.000000e+00 | 9.000000e+00 |    Inf 
1246.71/1246.70	c  1247s|630000 |  8776 |  2004k|   3.2 | 144M|2029 |   - |5645 |  14k|   0 |   0 | 293k| 686k|7807 | 0.000000e+00 | 9.000000e+00 |    Inf 
1267.31/1267.36	c  1267s|640000 |  8746 |  2048k|   3.2 | 144M|2029 |   1 |5645 |  12k|5645 | 208 | 299k| 700k|7895 | 0.000000e+00 | 9.000000e+00 |    Inf 
1286.51/1286.53	c  1286s|650000 |  8867 |  2086k|   3.2 | 145M|2029 |   9 |5645 |  12k|5645 | 236 | 304k| 714k|7955 | 0.000000e+00 | 9.000000e+00 |    Inf 
1305.41/1305.45	c  1305s|660000 |  8936 |  2121k|   3.2 | 147M|2029 |   - |5645 |  13k|   0 |   0 | 309k| 726k|8016 | 0.000000e+00 | 9.000000e+00 |    Inf 
1324.52/1324.55	c  1325s|670000 |  8974 |  2158k|   3.2 | 149M|2029 |   6 |5645 |  13k|5645 | 232 | 313k| 739k|8059 | 0.000000e+00 | 9.000000e+00 |    Inf 
1344.12/1344.20	c  1344s|680000 |  9062 |  2194k|   3.2 | 150M|2029 |  10 |5645 |  13k|5645 | 215 | 318k| 753k|8101 | 0.000000e+00 | 9.000000e+00 |    Inf 
1363.81/1363.89	c  1364s|690000 |  9040 |  2235k|   3.2 | 151M|2029 |   - |5645 |  14k|   0 |   0 | 323k| 766k|8158 | 0.000000e+00 | 9.000000e+00 |    Inf 
1383.21/1383.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.21/1383.24	c  1383s|700000 |  9098 |  2274k|   3.2 | 152M|2029 |   - |5645 |  12k|   0 |   0 | 327k| 780k|8215 | 0.000000e+00 | 9.000000e+00 |    Inf 
1401.71/1401.76	c  1402s|710000 |  9146 |  2308k|   3.3 | 153M|2029 |   - |5645 |  14k|   0 |   0 | 331k| 794k|8290 | 0.000000e+00 | 9.000000e+00 |    Inf 
1420.91/1420.90	c  1421s|720000 |  9236 |  2346k|   3.3 | 154M|2029 |   - |5645 |  14k|   0 |   0 | 335k| 808k|8349 | 0.000000e+00 | 9.000000e+00 |    Inf 
1440.11/1440.12	c  1440s|730000 |  9194 |  2386k|   3.3 | 155M|2029 |   - |5645 |  13k|   0 |   0 | 339k| 823k|8396 | 0.000000e+00 | 9.000000e+00 |    Inf 
1459.51/1459.57	c  1460s|740000 |  9257 |  2423k|   3.3 | 156M|2029 |   7 |5645 |  12k|5645 | 253 | 343k| 837k|8440 | 0.000000e+00 | 9.000000e+00 |    Inf 
1478.42/1478.47	c  1478s|750000 |  9275 |  2462k|   3.3 | 157M|2029 |   8 |5645 |  12k|5645 | 224 | 347k| 851k|8502 | 0.000000e+00 | 9.000000e+00 |    Inf 
1497.12/1497.13	c  1497s|760000 |  9283 |  2498k|   3.3 | 158M|2029 |   - |5645 |  12k|   0 |   0 | 352k| 865k|8574 | 0.000000e+00 | 9.000000e+00 |    Inf 
1515.42/1515.41	c  1515s|770000 |  9365 |  2529k|   3.3 | 160M|2029 |   1 |5645 |  13k|5645 | 218 | 357k| 877k|8607 | 0.000000e+00 | 9.000000e+00 |    Inf 
1534.31/1534.39	c  1534s|780000 |  9476 |  2564k|   3.3 | 161M|2029 |   - |5645 |  12k|   0 |   0 | 363k| 890k|8644 | 0.000000e+00 | 9.000000e+00 |    Inf 
1552.52/1552.59	c  1553s|790000 |  9561 |  2598k|   3.3 | 163M|2029 |   - |5645 |  12k|   0 |   0 | 368k| 904k|8707 | 0.000000e+00 | 9.000000e+00 |    Inf 
1571.01/1571.02	c  1571s|800000 |  9645 |  2636k|   3.3 | 164M|2029 |   1 |5645 |  12k|5645 | 221 | 373k| 918k|8763 | 0.000000e+00 | 9.000000e+00 |    Inf 
1588.82/1588.81	c  1589s|810000 |  9743 |  2674k|   3.3 | 166M|2029 |   - |5645 |  12k|   0 |   0 | 377k| 931k|8800 | 0.000000e+00 | 9.000000e+00 |    Inf 
1607.41/1607.43	c  1607s|820000 |  9710 |  2713k|   3.3 | 166M|2029 |   1 |5645 |  11k|5645 | 257 | 382k| 945k|8841 | 0.000000e+00 | 9.000000e+00 |    Inf 
1623.11/1623.15	o 8
1623.11/1623.15	c *1623s|828124 |  9144 |  2747k|   3.3 | 156M|2029 |   - |5645 |  12k|5645 | 293 | 386k| 956k|8893 | 0.000000e+00 | 8.000000e+00 |    Inf 
1626.82/1626.84	c  1627s|830000 |  9168 |  2756k|   3.3 | 156M|2029 |  23 |5645 |  10k|5645 | 250 | 387k| 959k|8895 | 0.000000e+00 | 8.000000e+00 |    Inf 
1645.11/1645.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.11/1645.16	c  1645s|840000 |  9286 |  2797k|   3.3 | 157M|2029 |   - |5645 |9839 |   0 |   0 | 393k| 972k|8960 | 0.000000e+00 | 8.000000e+00 |    Inf 
1663.12/1663.17	c  1663s|850000 |  9263 |  2837k|   3.3 | 158M|2029 |   1 |5645 |  10k|5645 | 222 | 397k| 987k|9021 | 0.000000e+00 | 8.000000e+00 |    Inf 
1681.12/1681.12	c  1681s|860000 |  9312 |  2875k|   3.3 | 161M|2029 |   - |5645 |  13k|   0 |   0 | 403k|1001k|9073 | 0.000000e+00 | 8.000000e+00 |    Inf 
1699.53/1699.56	c  1700s|870000 |  9402 |  2910k|   3.3 | 162M|2029 |   1 |5645 |  14k|5645 | 244 | 407k|1015k|9107 | 0.000000e+00 | 8.000000e+00 |    Inf 
1717.92/1717.98	c  1718s|880000 |  9436 |  2945k|   3.3 | 163M|2029 |   1 |5645 |  14k|5645 | 252 | 411k|1029k|9145 | 0.000000e+00 | 8.000000e+00 |    Inf 
1736.52/1736.54	c  1737s|890000 |  9392 |  2987k|   3.4 | 163M|2029 |   - |5645 |  11k|   0 |   0 | 416k|1043k|9208 | 0.000000e+00 | 8.000000e+00 |    Inf 
1754.42/1754.49	c  1754s|900000 |  9360 |  3023k|   3.4 | 163M|2029 |   1 |5645 |  11k|5645 | 237 | 421k|1057k|9269 | 0.000000e+00 | 8.000000e+00 |    Inf 
1772.82/1772.84	c  1773s|910000 |  9285 |  3062k|   3.4 | 162M|2029 |   8 |5645 |  10k|5645 | 236 | 426k|1070k|9305 | 0.000000e+00 | 8.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.97
1790.02/1790.00	c Solving Nodes      : 919283
1790.02/1790.00	c Primal Bound       : +8.00000000000000e+00 (215 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.08	s SATISFIABLE
1790.02/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.02/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.02/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.02/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.02/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.02/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.02/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 
1790.02/1790.08	v -x80 -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.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 
1790.02/1790.08	v -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 
1790.02/1790.08	v -x2 -x1 
1790.02/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.08	c Solving Time       :    1789.97
1790.02/1790.08	c Original Problem   :
1790.02/1790.08	c   Problem name     : HOME/instance-2705075-1278578336.wbo
1790.02/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.02/1790.08	c Presolved Problem  :
1790.02/1790.08	c   Problem name     : t_HOME/instance-2705075-1278578336.wbo
1790.02/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.02/1790.08	c   Constraints      : 5414 initial, 20621 maximal
1790.02/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.08	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        :          -       5044          -          -       5044          -          -          -          -
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     619320          0         19        921          0          0     849296
1790.02/1790.08	c   linear           :       2707          6    5124985     193507          0     299237   22134970     431190          0          0
1790.02/1790.08	c   indicator        :       2707          0    4766844     193283          0       1096    6926659          0          0          0
1790.02/1790.08	c   logicor          :          0+         0    1307438          0          0      83264    1293330          0          0          0
1790.02/1790.08	c   bounddisjunction :          0+         0     444470          0          0        234       4978          0          0          0
1790.02/1790.08	c   countsols        :          0          0          0     131074          0          0          0          0          0          0
1790.02/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.08	c   integral         :      14.64       0.00       0.00      14.64       0.00
1790.02/1790.08	c   linear           :     204.90       0.00     191.90      12.99       0.00
1790.02/1790.08	c   indicator        :      88.87       0.02      63.08      25.77       0.00
1790.02/1790.08	c   logicor          :     145.05       0.00     145.05       0.00       0.00
1790.02/1790.08	c   bounddisjunction :       2.19       0.00       2.19       0.00       0.00
1790.02/1790.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1790.02/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.08	c   vbounds          :       1.13      97840          5      11910
1790.02/1790.08	c   rootredcost      :       0.80         44          0       2522
1790.02/1790.08	c   pseudoobj        :     210.10    5147114      21246    6408802
1790.02/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.08	c   propagation      :      22.72     403981     403908    2508958       26.9      12330       25.0          -
1790.02/1790.08	c   infeasible LP    :       5.35      15608      15608     130560       39.6        156       21.5          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          2          2         18       24.3          0        0.0          -
1790.02/1790.08	c   applied globally :          -          -          -    1083070       21.5          -          -          -
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          :      66.23     627530          0     682535          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        :      14.19     425453         19        921          0          0     849296
1790.02/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.08	c   inference        :      54.81     131031          0          0          0          0     262216
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.18          -         43
1790.02/1790.08	c   pseudo solutions :       0.00          -          0
1790.02/1790.08	c   feaspump         :       0.00          0          0
1790.02/1790.08	c   intshifting      :       0.01          0          0
1790.02/1790.08	c   oneopt           :       0.41         41          0
1790.02/1790.08	c   guideddiving     :       0.10         33          0
1790.02/1790.08	c   veclendiving     :       0.24        131          0
1790.02/1790.08	c   linesearchdiving :       0.23        131          0
1790.02/1790.08	c   fracdiving       :       0.27        132          1
1790.02/1790.08	c   coefdiving       :       0.23        132          0
1790.02/1790.08	c   pscostdiving     :       0.23        132          0
1790.02/1790.08	c   crossover        :       2.88         78          3
1790.02/1790.08	c   objpscostdiving  :       0.24        128          0
1790.02/1790.08	c   rootsoldiving    :       0.28        128          0
1790.02/1790.08	c   trivial          :       0.07          2          2
1790.02/1790.08	c   simplerounding   :       0.80     427569          0
1790.02/1790.08	c   zirounding       :       0.34       1000          0
1790.02/1790.08	c   rounding         :       1.16       9205          0
1790.02/1790.08	c   shifting         :       0.60       2853          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.17          0          0
1790.02/1790.08	c   trysol           :       0.47        337        166
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          :     505.31     509430    3100615       6.09    6136.12
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.13         79        593       7.51    4489.13
1790.02/1790.08	c   strong branching :      11.22       9355      97974      10.47    8731.21
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            :     919283
1790.02/1790.08	c   nodes (total)    :     919283
1790.02/1790.08	c   nodes left       :       9281
1790.02/1790.08	c   max depth        :       2029
1790.02/1790.08	c   max depth (total):       2029
1790.02/1790.08	c   backtracks       :      70113 (7.6%)
1790.02/1790.08	c   delayed cutoffs  :      61342
1790.02/1790.08	c   repropagations   :    2415927 (6991699 domain reductions, 57073 cutoffs)
1790.02/1790.08	c   avg switch length:       6.92
1790.02/1790.08	c   switching time   :     220.30
1790.02/1790.08	c Solution           :
1790.02/1790.08	c   Solutions found  :        215 (45 improvements)
1790.02/1790.08	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.02/1790.08	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 828124 nodes, 1623.12 seconds, depth 45, 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.24	c Time complete: 1790.26.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705075-1278578336/watcher-2705075-1278578336 -o /tmp/evaluation-result-2705075-1278578336/solver-2705075-1278578336 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705075-1278578336.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.94 3/178 21691
/proc/meminfo: memFree=28347464/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=12336 CPUtime=0
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 1939 0 0 0 0 0 0 0 21 0 1 0 26047148 12632064 1857 4089446400 4194304 10345943 140734183639232 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21691/statm: 3084 1857 429 1502 0 1577 0

[startup+0.0784761 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 21691
/proc/meminfo: memFree=28347464/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=38020 CPUtime=0.06
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 8449 0 0 0 6 0 0 0 21 0 1 0 26047148 38932480 8013 4089446400 4194304 10345943 140734183639232 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38020

[startup+0.100467 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 21691
/proc/meminfo: memFree=28347464/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=38020 CPUtime=0.09
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26047148 38932480 8013 4089446400 4194304 10345943 140734183639232 18446744073709551615 9138347 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300433 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 21691
/proc/meminfo: memFree=28347464/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=70104 CPUtime=0.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 16227 0 0 0 26 3 0 0 18 0 1 0 26047148 71786496 15791 4089446400 4194304 10345943 140734183639232 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 17526 15791 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700364 s]
/proc/loadavg: 1.92 1.98 1.94 3/178 21691
/proc/meminfo: memFree=28347464/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=65264 CPUtime=0.69
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 16893 0 0 0 65 4 0 0 18 0 1 0 26047148 66830336 15052 4089446400 4194304 10345943 140734183639232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50024 s]
/proc/loadavg: 1.92 1.98 1.94 3/179 21692
/proc/meminfo: memFree=28289300/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=65264 CPUtime=1.49
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 16895 0 0 0 145 4 0 0 19 0 1 0 26047148 66830336 15054 4089446400 4194304 10345943 140734183639232 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10098 s]
/proc/loadavg: 1.92 1.98 1.94 3/179 21692
/proc/meminfo: memFree=28289300/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=65264 CPUtime=3.09
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 16900 0 0 0 305 4 0 0 24 0 1 0 26047148 66830336 15059 4089446400 4194304 10345943 140734183639232 18446744073709551615 6120538 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 16316 15059 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30043 s]
/proc/loadavg: 1.93 1.98 1.94 3/179 21692
/proc/meminfo: memFree=28289040/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=76132 CPUtime=6.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 21756 0 0 0 623 6 0 0 25 0 1 0 26047148 77959168 17551 4089446400 4194304 10345943 140734183639232 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 19033 17551 754 1502 0 17526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76132

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.94 3/179 21692
/proc/meminfo: memFree=28272676/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=82008 CPUtime=12.69
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 23850 0 0 0 1262 7 0 0 25 0 1 0 26047148 83976192 19036 4089446400 4194304 10345943 140734183639232 18446744073709551615 4701094 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 20502 19036 754 1502 0 18995 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82008

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.94 3/179 21693
/proc/meminfo: memFree=28259312/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=95256 CPUtime=25.49
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 27806 0 0 0 2541 8 0 0 25 0 1 0 26047148 97542144 22386 4089446400 4194304 10345943 140734183639232 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 23814 22386 761 1502 0 22307 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95256

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.94 3/179 21693
/proc/meminfo: memFree=28239168/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=115072 CPUtime=51.09
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 37278 0 0 0 5098 11 0 0 25 0 1 0 26047148 117833728 27392 4089446400 4194304 10345943 140734183639232 18446744073709551615 4881968 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 28768 27392 761 1502 0 27261 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115072

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.94 3/179 21695
/proc/meminfo: memFree=28171120/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=178320 CPUtime=102.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 53036 0 0 0 10214 16 0 0 25 0 1 0 26047148 182599680 43150 4089446400 4194304 10345943 140734183639232 18446744073709551615 4900814 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 44580 43150 761 1502 0 43073 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 178320

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 21696
/proc/meminfo: memFree=28099404/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=248440 CPUtime=162.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 70250 0 0 0 16209 20 0 0 25 0 1 0 26047148 254402560 60364 4089446400 4194304 10345943 140734183639232 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 62110 60364 761 1502 0 60603 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248440

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 21698
/proc/meminfo: memFree=27993064/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=346784 CPUtime=222.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 179726 0 0 0 22190 39 0 0 25 0 1 0 26047148 355106816 84909 4089446400 4194304 10345943 140734183639232 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 86696 84909 762 1502 0 85189 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 346784

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 21699
/proc/meminfo: memFree=27931516/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=409960 CPUtime=282.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 223349 0 0 0 28175 54 0 0 25 0 1 0 26047148 419799040 100024 4089446400 4194304 10345943 140734183639232 18446744073709551615 4715374 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 102490 100024 774 1502 0 100983 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 409960

[startup+342.301 s]
/proc/loadavg: 2.07 2.00 1.94 3/179 21701
/proc/meminfo: memFree=27891052/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=442532 CPUtime=342.29
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 280352 0 0 0 34154 75 0 0 25 0 1 0 26047148 453152768 108061 4089446400 4194304 10345943 140734183639232 18446744073709551615 6702920 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 110633 108061 774 1502 0 109126 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 442532

[startup+402.301 s]
/proc/loadavg: 2.03 2.00 1.94 3/179 21703
/proc/meminfo: memFree=27874256/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=452960 CPUtime=402.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 325807 0 0 0 40136 94 0 0 25 0 1 0 26047148 463831040 110796 4089446400 4194304 10345943 140734183639232 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 113240 110796 782 1502 0 111733 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 452960

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 21704
/proc/meminfo: memFree=27861692/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=463140 CPUtime=462.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 349182 0 0 0 46121 109 0 0 25 0 1 0 26047148 474255360 113103 4089446400 4194304 10345943 140734183639232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 115785 113103 793 1502 0 114278 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 463140

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21706
/proc/meminfo: memFree=27851716/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=469224 CPUtime=522.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 357082 0 0 0 52106 124 0 0 25 0 1 0 26047148 480485376 114727 4089446400 4194304 10345943 140734183639232 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 117306 114727 794 1502 0 115799 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 469224

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21707
/proc/meminfo: memFree=27841116/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=477504 CPUtime=582.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 359180 0 0 0 58093 137 0 0 25 0 1 0 26047148 488964096 116825 4089446400 4194304 10345943 140734183639232 18446744073709551615 6716886 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 119376 116825 794 1502 0 117869 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 477504

[startup+642.301 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 21709
/proc/meminfo: memFree=27833744/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=485772 CPUtime=642.3
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 383974 0 0 0 64079 151 0 0 25 0 1 0 26047148 497430528 118639 4089446400 4194304 10345943 140734183639232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 121443 118639 794 1502 0 119936 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 485772

[startup+702.301 s]

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

/proc/meminfo: memFree=27807612/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=508620 CPUtime=1062.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 465365 0 0 0 105966 265 0 0 25 0 1 0 26047148 520826880 124429 4089446400 4194304 10345943 140734183639232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 127155 124429 794 1502 0 125648 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 508620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21722
/proc/meminfo: memFree=27804352/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=512360 CPUtime=1122.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 466096 0 0 0 111951 280 0 0 25 0 1 0 26047148 524656640 125160 4089446400 4194304 10345943 140734183639232 18446744073709551615 4215686 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 128090 125160 794 1502 0 126583 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 512360

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21723
/proc/meminfo: memFree=27801212/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=515108 CPUtime=1182.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 471154 0 0 0 117939 292 0 0 25 0 1 0 26047148 527470592 125976 4089446400 4194304 10345943 140734183639232 18446744073709551615 6557834 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 128777 125976 794 1502 0 127270 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 515108

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 21725
/proc/meminfo: memFree=27792988/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=522820 CPUtime=1242.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 473065 0 0 0 123928 303 0 0 25 0 1 0 26047148 535367680 127887 4089446400 4194304 10345943 140734183639232 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 130705 127887 794 1502 0 129198 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 522820

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21754
/proc/meminfo: memFree=28428800/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=527120 CPUtime=1302.32
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 474051 0 0 0 129915 317 0 0 25 0 1 0 26047148 539770880 128873 4089446400 4194304 10345943 140734183639232 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 131780 128873 794 1502 0 130273 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 527120

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 21764
/proc/meminfo: memFree=28354908/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=531372 CPUtime=1362.32
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 475030 0 0 0 135903 329 0 0 25 0 1 0 26047148 544124928 129852 4089446400 4194304 10345943 140734183639232 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 132843 129852 794 1502 0 131336 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 531372

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21766
/proc/meminfo: memFree=28253836/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=535780 CPUtime=1422.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 476037 0 0 0 141891 340 0 0 25 0 1 0 26047148 548638720 130859 4089446400 4194304 10345943 140734183639232 18446744073709551615 5614745 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 133945 130859 794 1502 0 132438 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 535780

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21767
/proc/meminfo: memFree=28205164/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=538408 CPUtime=1482.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 476567 0 0 0 147877 354 0 0 25 0 1 0 26047148 551329792 131389 4089446400 4194304 10345943 140734183639232 18446744073709551615 4962574 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 134602 131389 794 1502 0 133095 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 538408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21769
/proc/meminfo: memFree=28166652/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=540192 CPUtime=1542.32
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 477623 0 0 0 153867 365 0 0 25 0 1 0 26047148 553156608 132091 4089446400 4194304 10345943 140734183639232 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 135048 132091 794 1502 0 133541 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 540192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21798
/proc/meminfo: memFree=28355704/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=542612 CPUtime=1602.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 479916 0 0 0 159853 378 0 0 25 0 1 0 26047148 555634688 132688 4089446400 4194304 10345943 140734183639232 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 135653 132688 794 1502 0 134146 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 542612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21799
/proc/meminfo: memFree=28271584/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=546984 CPUtime=1662.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 505161 0 0 0 165835 396 0 0 25 0 1 0 26047148 560111616 133328 4089446400 4194304 10345943 140734183639232 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 136746 133328 794 1502 0 135239 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 546984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21801
/proc/meminfo: memFree=28171316/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=548224 CPUtime=1722.32
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 511662 0 0 0 171820 412 0 0 25 0 1 0 26047148 561381376 133773 4089446400 4194304 10345943 140734183639232 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 137056 133773 794 1502 0 135549 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 548224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21802
/proc/meminfo: memFree=28090404/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1782.31
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512325 0 0 0 177806 425 0 0 25 0 1 0 26047148 565891072 134436 4089446400 4194304 10345943 140734183639232 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134436 794 1502 0 136650 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 552628

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28089036/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1785.51
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512342 0 0 0 178125 426 0 0 25 0 1 0 26047148 565891072 134453 4089446400 4194304 10345943 140734183639232 18446744073709551615 6864719 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134453 794 1502 0 136650 0
Current children cumulated CPU time (s) 1785.51
Current children cumulated vsize (KiB) 552628

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28085068/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1788.71
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512376 0 0 0 178444 427 0 0 25 0 1 0 26047148 565891072 134487 4089446400 4194304 10345943 140734183639232 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134487 794 1502 0 136650 0
Current children cumulated CPU time (s) 1788.71
Current children cumulated vsize (KiB) 552628

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28085068/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1789.52
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512380 0 0 0 178524 428 0 0 25 0 1 0 26047148 565891072 134491 4089446400 4194304 10345943 140734183639232 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134491 794 1502 0 136650 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 552628

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28082216/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1789.92
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512380 0 0 0 178564 428 0 0 25 0 1 0 26047148 565891072 134491 4089446400 4194304 10345943 140734183639232 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134491 794 1502 0 136650 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 552628

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28082216/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1790.12
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512381 0 0 0 178584 428 0 0 25 0 1 0 26047148 565891072 134492 4089446400 4194304 10345943 140734183639232 18446744073709551615 4220033 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134492 795 1502 0 136650 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 552628

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21803
/proc/meminfo: memFree=28082216/32951124 swapFree=67111528/67111528
[pid=21691] ppid=21689 vsize=552628 CPUtime=1790.22
/proc/21691/stat : 21691 (pbscip.linux.x8) R 21689 21691 21153 0 -1 4202496 512384 0 0 0 178594 428 0 0 25 0 1 0 26047148 565891072 134495 4089446400 4194304 10345943 140734183639232 18446744073709551615 5083272 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21691/statm: 138157 134495 795 1502 0 136650 0
Current children cumulated CPU time (s) 1790.22
Current children cumulated vsize (KiB) 552628

Child status: 0
Real time (s): 1790.24
CPU time (s): 1790.27
CPU user time (s): 1785.97
CPU system time (s): 4.30335
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 561928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.97
system time used= 4.30335
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512387
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= 2
involuntary context switches= 1690

runsolver used 2.51162 second user time and 5.76712 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 10:38:56
IDJOB=2705075
IDBENCH=79289
IDSOLVER=1214
FILE ID=node118/2705075-1278578336
PBS_JOBID= 11240217
Free space on /tmp= 73548 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.1900584106--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-2705075-1278578336/watcher-2705075-1278578336 -o /tmp/evaluation-result-2705075-1278578336/solver-2705075-1278578336 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705075-1278578336.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=1713272524

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.818
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.72
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.818
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.83
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.818
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.76
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.818
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28348240 kB
Buffers:        157336 kB
Cached:        3605660 kB
SwapCached:          0 kB
Active:        1887460 kB
Inactive:      2563384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28348240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12856 kB
Writeback:           0 kB
AnonPages:      687736 kB
Mapped:          17844 kB
Slab:            86880 kB
PageTables:       5948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   863276 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= 73536 MiB
End job on node118 at 2010-07-08 11:08:46