Trace number 2692958

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.25 1800.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark180.163
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2692958-1277925996.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136367
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.14
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
18.79/18.89	c  18.6s| 10000 | 10001 |  8276 |   0.8 |  48M|1805 |   0 |5645 |5414 |5645 | 218 |2454 |   0 | 771 | 0.000000e+00 | 1.363670e+05 |    Inf 
33.39/33.46	c  33.0s| 20000 | 20001 |  9472 |   0.5 |  67M|1805 |   0 |5645 |5414 |5645 | 225 |2746 |   0 | 809 | 0.000000e+00 | 1.363670e+05 |    Inf 
47.99/48.00	c  47.4s| 30000 | 30001 | 10838 |   0.4 |  86M|1805 |   0 |5645 |5414 |5645 | 233 |3250 |   0 | 845 | 0.000000e+00 | 1.363670e+05 |    Inf 
63.29/63.39	c  62.7s| 40000 | 40001 | 12509 |   0.3 | 106M|1805 |   0 |5645 |5414 |5645 | 224 |3902 |   0 | 906 | 0.000000e+00 | 1.363670e+05 |    Inf 
78.99/79.03	c  78.2s| 50000 | 50001 | 14712 |   0.3 | 125M|1805 |   0 |5645 |5414 |5645 | 232 |4685 |   0 | 962 | 0.000000e+00 | 1.363670e+05 |    Inf 
93.79/93.82	c  92.9s| 60000 | 60001 | 16114 |   0.3 | 145M|1805 |   0 |5645 |5414 |5645 | 243 |5153 |   0 | 978 | 0.000000e+00 | 1.363670e+05 |    Inf 
108.60/108.64	c   108s| 70000 | 70001 | 17640 |   0.2 | 164M|1805 |   0 |5645 |5414 |5645 | 216 |5615 |   0 |1012 | 0.000000e+00 | 1.363670e+05 |    Inf 
123.39/123.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.39/123.42	c   122s| 80000 | 80001 | 18977 |   0.2 | 183M|1805 |   0 |5645 |5414 |5645 | 210 |6037 |   0 |1018 | 0.000000e+00 | 1.363670e+05 |    Inf 
138.29/138.36	c   137s| 90000 | 90001 | 20453 |   0.2 | 203M|1805 |   0 |5645 |5414 |5645 | 242 |6504 |   0 |1032 | 0.000000e+00 | 1.363670e+05 |    Inf 
146.89/146.98	o 769
146.89/146.98	c * 146s| 95777 | 90798 | 21421 |   0.2 | 205M|1805 |   - |5645 |5424 |5645 | 257 |6790 |  10 |1050 | 0.000000e+00 | 7.690000e+02 |    Inf 
148.39/148.41	o 651
148.39/148.41	c * 147s| 96576 | 84426 | 21681 |   0.2 | 193M|1805 |   - |5645 |5453 |5645 | 237 |6847 |  39 |1051 | 0.000000e+00 | 6.510000e+02 |    Inf 
148.89/148.95	o 638
148.89/148.95	c * 147s| 96866 | 83934 | 21845 |   0.2 | 193M|1805 |   - |5645 |5493 |5645 | 228 |6871 |  79 |1051 | 0.000000e+00 | 6.380000e+02 |    Inf 
154.70/154.71	c   153s|100000 | 87048 | 23040 |   0.2 | 199M|1805 |   0 |5645 |5573 |5645 | 234 |7206 | 159 |1063 | 0.000000e+00 | 6.380000e+02 |    Inf 
159.59/159.68	o 624
159.59/159.68	c * 158s|102605 | 88591 | 24562 |   0.2 | 203M|1805 |   - |5645 |5756 |5645 | 239 |7751 | 342 |1089 | 0.000000e+00 | 6.240000e+02 |    Inf 
162.99/163.00	o 607
162.99/163.00	c * 161s|104402 | 88770 | 25123 |   0.2 | 204M|1805 |   - |5645 |5978 |5645 | 240 |7968 | 564 |1090 | 0.000000e+00 | 6.070000e+02 |    Inf 
168.40/168.47	o 568
168.40/168.47	c * 167s|107233 | 87452 | 26710 |   0.2 | 203M|1805 |   - |5645 |6325 |5645 | 249 |8422 | 911 |1115 | 0.000000e+00 | 5.680000e+02 |    Inf 
169.49/169.56	o 566
169.49/169.56	c * 168s|107719 | 87728 | 27074 |   0.2 | 204M|1805 |   - |5645 |6433 |5645 | 209 |8568 |1019 |1115 | 0.000000e+00 | 5.660000e+02 |    Inf 
169.89/169.97	o 558
169.89/169.97	c * 168s|107931 | 87047 | 27136 |   0.2 | 202M|1805 |   - |5645 |6472 |5645 | 212 |8589 |1058 |1115 | 0.000000e+00 | 5.580000e+02 |    Inf 
171.50/171.56	o 555
171.50/171.56	c * 170s|108803 | 87569 | 27341 |   0.2 | 204M|1805 |   - |5645 |6491 |5645 | 219 |8679 |1077 |1115 | 0.000000e+00 | 5.550000e+02 |    Inf 
172.09/172.11	o 522
172.09/172.11	c * 170s|109061 | 83485 | 27470 |   0.3 | 196M|1805 |   - |5645 |6539 |5645 | 221 |8736 |1125 |1115 | 0.000000e+00 | 5.220000e+02 |    Inf 
172.70/172.73	o 517
172.70/172.73	c * 171s|109354 | 83031 | 27571 |   0.3 | 195M|1805 |   - |5645 |6579 |5645 | 219 |8778 |1165 |1115 | 0.000000e+00 | 5.170000e+02 |    Inf 
174.39/174.45	c   173s|110000 | 83577 | 28336 |   0.3 | 196M|1805 |   0 |5645 |6902 |5645 | 220 |9058 |1488 |1116 | 0.000000e+00 | 5.170000e+02 |    Inf 
175.40/175.43	o 515
175.40/175.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.40/175.43	c * 174s|110354 | 83549 | 28883 |   0.3 | 197M|1805 |   - |5645 |7089 |5645 | 211 |9230 |1675 |1124 | 0.000000e+00 | 5.150000e+02 |    Inf 
175.89/176.00	o 492
175.89/176.00	c * 174s|110592 | 80001 | 29087 |   0.3 | 191M|1805 |   - |5645 |7130 |5645 | 208 |9284 |1716 |1124 | 0.000000e+00 | 4.920000e+02 |    Inf 
176.89/176.94	o 450
176.89/176.94	c * 175s|111070 | 72192 | 29363 |   0.3 | 176M|1805 |   - |5645 |7164 |5645 | 228 |9346 |1750 |1128 | 0.000000e+00 | 4.500000e+02 |    Inf 
177.99/178.04	o 447
177.99/178.04	c * 176s|111499 | 72039 | 30121 |   0.3 | 176M|1805 |   - |5645 |7357 |5645 | 211 |9575 |1943 |1143 | 0.000000e+00 | 4.470000e+02 |    Inf 
179.10/179.15	o 418
179.10/179.15	c * 177s|111971 | 66964 | 30591 |   0.3 | 166M|1805 |   - |5645 |7486 |5645 | 229 |9670 |2072 |1148 | 0.000000e+00 | 4.180000e+02 |    Inf 
181.29/181.33	o 364
181.29/181.33	c * 179s|112905 | 56060 | 31341 |   0.3 | 145M|1805 |   - |5645 |7952 |5645 | 203 |9874 |2538 |1157 | 0.000000e+00 | 3.640000e+02 |    Inf 
181.29/181.35	o 336
181.29/181.35	c * 180s|112906 | 49949 | 31341 |   0.3 | 134M|1805 |   - |5645 |7952 |5645 | 203 |9874 |2538 |1157 | 0.000000e+00 | 3.360000e+02 |    Inf 
181.60/181.69	o 288
181.60/181.69	c * 180s|113048 | 39217 | 31416 |   0.3 | 112M|1805 |   - |5645 |7989 |5645 | 205 |9897 |2575 |1157 | 0.000000e+00 | 2.880000e+02 |    Inf 
181.70/181.72	o 236
181.70/181.72	c * 180s|113049 | 29457 | 31416 |   0.3 |  93M|1805 |   - |5645 |7989 |5645 | 205 |9897 |2575 |1157 | 0.000000e+00 | 2.360000e+02 |    Inf 
183.19/183.24	o 229
183.19/183.24	c * 181s|113668 | 28514 | 32232 |   0.3 |  92M|1805 |   - |5645 |8239 |5645 | 216 |  10k|2828 |1222 | 0.000000e+00 | 2.290000e+02 |    Inf 
186.49/186.56	o 217
186.49/186.56	c * 185s|114886 | 27340 | 33794 |   0.3 |  91M|1805 |   - |5645 |9059 |5645 | 236 |  10k|3737 |1237 | 0.000000e+00 | 2.170000e+02 |    Inf 
188.89/188.94	o 213
188.89/188.94	c * 187s|115774 | 27273 | 34493 |   0.3 |  93M|1805 |   - |5645 |9820 |5645 | 235 |  10k|4629 |1249 | 0.000000e+00 | 2.130000e+02 |    Inf 
188.89/188.95	o 191
188.89/188.95	c * 187s|115775 | 23669 | 34493 |   0.3 |  85M|1805 |   - |5645 |9820 |5645 | 235 |  10k|4629 |1249 | 0.000000e+00 | 1.910000e+02 |    Inf 
189.20/189.24	o 190
189.20/189.24	c * 187s|115872 | 23578 | 34588 |   0.3 |  85M|1805 |   - |5645 |9841 |5645 | 234 |  10k|4666 |1249 | 0.000000e+00 | 1.900000e+02 |    Inf 
189.20/189.25	o 178
189.20/189.25	c * 187s|115873 | 21629 | 34589 |   0.3 |  82M|1805 |   - |5645 |9841 |5645 | 234 |  10k|4666 |1249 | 0.000000e+00 | 1.780000e+02 |    Inf 
189.49/189.56	o 171
189.49/189.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.49/189.56	c * 188s|115955 | 20431 | 34669 |   0.3 |  80M|1805 |   - |5645 |9978 |5645 | 227 |  10k|4820 |1249 | 0.000000e+00 | 1.710000e+02 |    Inf 
189.49/189.57	o 149
189.49/189.57	c * 188s|115956 | 16939 | 34669 |   0.3 |  71M|1805 |   - |5645 |9978 |5645 | 227 |  10k|4820 |1249 | 0.000000e+00 | 1.490000e+02 |    Inf 
193.19/193.20	o 115
193.19/193.20	c * 191s|117085 | 12855 | 37026 |   0.3 |  64M|1805 |   - |5645 |  10k|5645 | 224 |  11k|5718 |1288 | 0.000000e+00 | 1.150000e+02 |    Inf 
195.39/195.45	o 110
195.39/195.45	c * 193s|117807 | 12629 | 38443 |   0.3 |  66M|1805 |   - |5645 |  10k|5645 | 252 |  11k|6693 |1341 | 0.000000e+00 | 1.100000e+02 |    Inf 
195.59/195.60	o 106
195.59/195.60	c * 194s|117822 | 12102 | 38660 |   0.3 |  64M|1805 |   - |5645 |  10k|5645 | 257 |  11k|6699 |1366 | 0.000000e+00 | 1.060000e+02 |    Inf 
195.59/195.61	o 103
195.59/195.61	c * 194s|117823 | 11693 | 38660 |   0.3 |  63M|1805 |   - |5645 |  10k|5645 | 257 |  11k|6699 |1366 | 0.000000e+00 | 1.030000e+02 |    Inf 
196.10/196.18	o 92
196.10/196.18	c * 194s|117941 |  9790 | 39331 |   0.3 |  59M|1805 |   - |5645 |  10k|5645 | 236 |  12k|6750 |1375 | 0.000000e+00 | 9.200000e+01 |    Inf 
196.20/196.24	o 86
196.20/196.24	c * 194s|117953 |  8932 | 39332 |   0.3 |  57M|1805 |   - |5645 |  10k|5645 | 236 |  12k|6750 |1375 | 0.000000e+00 | 8.600000e+01 |    Inf 
196.20/196.25	o 71
196.20/196.25	c * 194s|117954 |  6896 | 39332 |   0.3 |  51M|1805 |   - |5645 |  10k|5645 | 236 |  12k|6750 |1375 | 0.000000e+00 | 7.100000e+01 |    Inf 
196.49/196.54	o 61
196.49/196.54	c * 195s|118050 |  5684 | 39567 |   0.3 |  48M|1805 |   - |5645 |9307 |5645 | 238 |  12k|6775 |1398 | 0.000000e+00 | 6.100000e+01 |    Inf 
196.79/196.86	o 56
196.79/196.86	c * 195s|118108 |  5150 | 39851 |   0.3 |  47M|1805 |   - |5645 |8846 |5645 | 253 |  12k|6840 |1409 | 0.000000e+00 | 5.600000e+01 |    Inf 
196.89/196.96	o 41
196.89/196.96	c * 195s|118163 |  3593 | 39892 |   0.3 |  42M|1805 |   - |5645 |8621 |5645 | 257 |  12k|6840 |1409 | 0.000000e+00 | 4.100000e+01 |    Inf 
197.09/197.18	o 34
197.09/197.18	c * 195s|118218 |  3113 | 40277 |   0.3 |  41M|1805 |   - |5645 |7994 |5645 | 233 |  12k|6925 |1429 | 0.000000e+00 | 3.400000e+01 |    Inf 
197.39/197.46	o 23
197.39/197.46	c * 195s|118287 |  2209 | 40746 |   0.3 |  39M|1805 |   - |5645 |7549 |5645 | 224 |  12k|7015 |1443 | 0.000000e+00 | 2.300000e+01 |    Inf 
201.79/201.81	c   200s|120000 |  2291 | 49503 |   0.4 |  40M|1805 |   5 |5645 |5486 |5645 | 175 |  14k|9014 |1645 | 0.000000e+00 | 2.300000e+01 |    Inf 
222.80/222.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.80/222.85	c   220s|130000 |  2565 | 81448 |   0.6 |  46M|1805 |   - |5645 |7487 |   0 |   0 |  19k|  21k|1723 | 0.000000e+00 | 2.300000e+01 |    Inf 
244.20/244.22	c   241s|140000 |  2692 |108434 |   0.8 |  49M|1805 |   - |5645 |8616 |   0 |   0 |  23k|  33k|1884 | 0.000000e+00 | 2.300000e+01 |    Inf 
246.60/246.66	o 22
246.60/246.66	c * 244s|141124 |  2621 |111784 |   0.8 |  50M|1805 |   - |5645 |8986 |5645 | 226 |  23k|  35k|1900 | 0.000000e+00 | 2.200000e+01 |    Inf 
265.79/265.85	c   262s|150000 |  2743 |136447 |   0.9 |  53M|1805 |   1 |5645 |8509 |5645 | 214 |  27k|  47k|2081 | 0.000000e+00 | 2.200000e+01 |    Inf 
287.69/287.73	c   284s|160000 |  2928 |164153 |   1.0 |  57M|1805 |   1 |5645 |  10k|5645 | 242 |  31k|  60k|2281 | 0.000000e+00 | 2.200000e+01 |    Inf 
287.69/287.77	o 18
287.69/287.77	c * 284s|160022 |  2676 |164175 |   1.0 |  55M|1805 |   - |5645 |  10k|5645 | 243 |  31k|  60k|2281 | 0.000000e+00 | 1.800000e+01 |    Inf 
305.70/305.73	o 13
305.70/305.73	c * 302s|168442 |  2472 |187678 |   1.1 |  54M|1805 |   - |5645 |9428 |5645 | 237 |  33k|  71k|2402 | 0.000000e+00 | 1.300000e+01 |    Inf 
308.89/308.94	c   305s|170000 |  2479 |192211 |   1.1 |  55M|1805 |   1 |5645 |9008 |5645 | 254 |  34k|  73k|2412 | 0.000000e+00 | 1.300000e+01 |    Inf 
329.29/329.35	c   325s|180000 |  2457 |220778 |   1.2 |  55M|1805 |   8 |5645 |6934 |5645 | 206 |  37k|  86k|2635 | 0.000000e+00 | 1.300000e+01 |    Inf 
348.99/349.01	c   344s|190000 |  2543 |255528 |   1.3 |  57M|1805 |   9 |5645 |7327 |5645 | 245 |  41k| 100k|2793 | 0.000000e+00 | 1.300000e+01 |    Inf 
368.90/368.95	c   364s|200000 |  2597 |283966 |   1.4 |  59M|1805 |   6 |5645 |9708 |5645 | 226 |  45k| 114k|3000 | 0.000000e+00 | 1.300000e+01 |    Inf 
390.10/390.10	c   384s|210000 |  2639 |313484 |   1.5 |  61M|1805 |   7 |5645 |  12k|5645 | 219 |  49k| 128k|3137 | 0.000000e+00 | 1.300000e+01 |    Inf 
412.00/412.01	c   406s|220000 |  2678 |346933 |   1.6 |  62M|1805 |   1 |5645 |  10k|5645 | 235 |  54k| 142k|3327 | 0.000000e+00 | 1.300000e+01 |    Inf 
432.79/432.89	c   426s|230000 |  2711 |377121 |   1.6 |  63M|1805 |   - |5645 |  10k|   0 |   0 |  57k| 155k|3438 | 0.000000e+00 | 1.300000e+01 |    Inf 
454.30/454.33	c   447s|240000 |  2798 |408215 |   1.7 |  66M|1805 |   - |5645 |  13k|   0 |   0 |  62k| 169k|3597 | 0.000000e+00 | 1.300000e+01 |    Inf 
476.50/476.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.50/476.57	c   469s|250000 |  2921 |440064 |   1.8 |  68M|1805 |   - |5645 |  12k|   0 |   0 |  67k| 183k|3754 | 0.000000e+00 | 1.300000e+01 |    Inf 
497.80/497.88	o 5
497.80/497.88	c * 490s|259972 |  2404 |470624 |   1.8 |  61M|1805 |   - |5645 |  12k|5645 | 277 |  71k| 197k|3857 | 0.000000e+00 | 5.000000e+00 |    Inf 
497.90/497.98	c   490s|260000 |  2403 |470747 |   1.8 |  61M|1805 |   - |5645 |  11k|   0 |   0 |  71k| 197k|3857 | 0.000000e+00 | 5.000000e+00 |    Inf 
517.80/517.86	c   510s|270000 |  2409 |503037 |   1.9 |  61M|1805 |   - |5645 |  10k|   0 |   0 |  76k| 210k|3986 | 0.000000e+00 | 5.000000e+00 |    Inf 
537.91/537.97	c   529s|280000 |  2465 |537059 |   1.9 |  63M|1805 |   - |5645 |  12k|   0 |   0 |  81k| 224k|4122 | 0.000000e+00 | 5.000000e+00 |    Inf 
560.00/560.01	c   551s|290000 |  2600 |578141 |   2.0 |  65M|1805 |  13 |5645 |  13k|5645 | 215 |  88k| 238k|4260 | 0.000000e+00 | 5.000000e+00 |    Inf 
581.70/581.70	c   572s|300000 |  2678 |614307 |   2.0 |  68M|1805 |  10 |5645 |  15k|5645 | 206 |  93k| 252k|4360 | 0.000000e+00 | 5.000000e+00 |    Inf 
604.60/604.62	c   595s|310000 |  2696 |651802 |   2.1 |  68M|1805 |   - |5645 |  14k|   0 |   0 |  98k| 266k|4512 | 0.000000e+00 | 5.000000e+00 |    Inf 
626.30/626.36	c   616s|320000 |  2780 |687047 |   2.1 |  70M|1805 |   - |5645 |  14k|   0 |   0 | 103k| 280k|4604 | 0.000000e+00 | 5.000000e+00 |    Inf 
648.40/648.49	c   638s|330000 |  2764 |725440 |   2.2 |  70M|1805 |   1 |5645 |  15k|5645 | 271 | 107k| 294k|4756 | 0.000000e+00 | 5.000000e+00 |    Inf 
670.11/670.19	c   659s|340000 |  2792 |762402 |   2.2 |  71M|1805 |   - |5645 |  14k|   0 |   0 | 111k| 308k|4839 | 0.000000e+00 | 5.000000e+00 |    Inf 
692.61/692.67	c   681s|350000 |  2844 |805386 |   2.3 |  71M|1805 |   1 |5645 |  12k|5645 | 218 | 116k| 322k|4967 | 0.000000e+00 | 5.000000e+00 |    Inf 
714.41/714.48	c   703s|360000 |  2952 |842279 |   2.3 |  73M|1805 |   - |5645 |  14k|   0 |   0 | 122k| 335k|5062 | 0.000000e+00 | 5.000000e+00 |    Inf 
736.30/736.39	c   724s|370000 |  2871 |888215 |   2.4 |  73M|1805 |  14 |5645 |  13k|5645 | 258 | 127k| 350k|5199 | 0.000000e+00 | 5.000000e+00 |    Inf 
758.41/758.40	c   746s|380000 |  2927 |931435 |   2.5 |  74M|1805 |  24 |5645 |  14k|5645 | 212 | 134k| 364k|5310 | 0.000000e+00 | 5.000000e+00 |    Inf 
780.50/780.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.50/780.57	c   768s|390000 |  2988 |969290 |   2.5 |  76M|1805 |  14 |5645 |  15k|5645 | 226 | 139k| 378k|5408 | 0.000000e+00 | 5.000000e+00 |    Inf 
802.41/802.49	c   789s|400000 |  3023 |  1010k|   2.5 |  75M|1805 |   1 |5645 |  13k|5645 | 221 | 144k| 392k|5483 | 0.000000e+00 | 5.000000e+00 |    Inf 
824.31/824.40	c   811s|410000 |  3219 |  1051k|   2.6 |  77M|1805 |   4 |5645 |  13k|5645 | 222 | 150k| 406k|5603 | 0.000000e+00 | 5.000000e+00 |    Inf 
845.81/845.87	c   832s|420000 |  3260 |  1096k|   2.6 |  78M|1805 |  13 |5645 |  11k|5645 | 236 | 156k| 420k|5680 | 0.000000e+00 | 5.000000e+00 |    Inf 
866.82/866.87	c   853s|430000 |  3252 |  1137k|   2.6 |  79M|1805 |   - |5645 |  13k|   0 |   0 | 161k| 435k|5787 | 0.000000e+00 | 5.000000e+00 |    Inf 
888.11/888.12	c   873s|440000 |  3281 |  1179k|   2.7 |  79M|1805 |   - |5645 |  12k|   0 |   0 | 166k| 450k|5888 | 0.000000e+00 | 5.000000e+00 |    Inf 
907.70/907.79	c   893s|450000 |  3261 |  1220k|   2.7 |  79M|1805 |   - |5645 |  10k|   0 |   0 | 171k| 464k|5990 | 0.000000e+00 | 5.000000e+00 |    Inf 
926.71/926.70	c   911s|460000 |  3229 |  1262k|   2.7 |  79M|1805 |   - |5645 |8660 |   0 |   0 | 176k| 479k|6103 | 0.000000e+00 | 5.000000e+00 |    Inf 
944.50/944.53	c   929s|470000 |  3273 |  1300k|   2.8 |  80M|1805 |   5 |5645 |  10k|5645 | 223 | 181k| 493k|6207 | 0.000000e+00 | 5.000000e+00 |    Inf 
963.11/963.19	c   947s|480000 |  3293 |  1339k|   2.8 |  81M|1805 |   - |5645 |  10k|   0 |   0 | 186k| 507k|6298 | 0.000000e+00 | 5.000000e+00 |    Inf 
981.80/981.83	c   965s|490000 |  3265 |  1376k|   2.8 |  82M|1805 |   1 |5645 |  11k|5645 | 246 | 191k| 521k|6407 | 0.000000e+00 | 5.000000e+00 |    Inf 
1000.81/1000.87	c   984s|500000 |  3314 |  1413k|   2.8 |  82M|1805 |   - |5645 |  11k|   0 |   0 | 196k| 534k|6511 | 0.000000e+00 | 5.000000e+00 |    Inf 
1019.61/1019.68	c  1002s|510000 |  3391 |  1446k|   2.8 |  83M|1805 |   - |5645 |  11k|   0 |   0 | 200k| 547k|6586 | 0.000000e+00 | 5.000000e+00 |    Inf 
1038.41/1038.46	c  1021s|520000 |  3570 |  1480k|   2.8 |  85M|1805 |   1 |5645 |  11k|5645 | 221 | 204k| 560k|6696 | 0.000000e+00 | 5.000000e+00 |    Inf 
1057.51/1057.56	c  1040s|530000 |  3665 |  1517k|   2.9 |  86M|1805 |   - |5645 |  10k|5645 | 227 | 208k| 573k|6769 | 0.000000e+00 | 5.000000e+00 |    Inf 
1076.10/1076.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1076.10/1076.15	c  1058s|540000 |  3731 |  1551k|   2.9 |  87M|1805 |   - |5645 |  11k|   0 |   0 | 212k| 586k|6841 | 0.000000e+00 | 5.000000e+00 |    Inf 
1094.81/1094.86	c  1076s|550000 |  3791 |  1583k|   2.9 |  89M|1805 |   6 |5645 |  13k|5645 | 214 | 216k| 599k|6912 | 0.000000e+00 | 5.000000e+00 |    Inf 
1114.21/1114.24	c  1095s|560000 |  3785 |  1619k|   2.9 |  89M|1805 |   1 |5645 |  11k|5645 | 204 | 220k| 612k|6988 | 0.000000e+00 | 5.000000e+00 |    Inf 
1132.81/1132.83	c  1113s|570000 |  3810 |  1655k|   2.9 |  90M|1805 |   1 |5645 |  12k|5645 | 236 | 224k| 626k|7067 | 0.000000e+00 | 5.000000e+00 |    Inf 
1135.21/1135.23	o 2
1135.21/1135.23	c *1116s|571304 |  2821 |  1659k|   2.9 |  73M|1805 |   - |5645 |  12k|5645 | 257 | 224k| 628k|7075 | 0.000000e+00 | 2.000000e+00 |    Inf 
1150.71/1150.77	c  1131s|580000 |  2775 |  1687k|   2.9 |  73M|1805 |   - |5645 |  11k|   0 |   0 | 227k| 639k|7115 | 0.000000e+00 | 2.000000e+00 |    Inf 
1169.51/1169.54	c  1149s|590000 |  2783 |  1721k|   2.9 |  74M|1805 |   - |5645 |  14k|   0 |   0 | 230k| 652k|7167 | 0.000000e+00 | 2.000000e+00 |    Inf 
1189.11/1189.17	c  1169s|600000 |  2777 |  1758k|   2.9 |  74M|1805 |   1 |5645 |  14k|5645 | 190 | 233k| 665k|7238 | 0.000000e+00 | 2.000000e+00 |    Inf 
1208.62/1208.61	c  1188s|610000 |  2868 |  1791k|   2.9 |  76M|1805 |   - |5645 |  18k|   0 |   0 | 238k| 678k|7278 | 0.000000e+00 | 2.000000e+00 |    Inf 
1230.11/1230.14	c  1209s|620000 |  2885 |  1826k|   2.9 |  78M|1805 |   1 |5645 |  23k|5645 | 220 | 241k| 692k|7325 | 0.000000e+00 | 2.000000e+00 |    Inf 
1253.11/1253.17	c  1232s|630000 |  2970 |  1860k|   3.0 |  79M|1805 |  10 |5645 |  20k|5645 | 218 | 245k| 705k|7420 | 0.000000e+00 | 2.000000e+00 |    Inf 
1276.51/1276.54	c  1255s|640000 |  2986 |  1891k|   3.0 |  81M|1805 |   9 |5645 |  24k|5645 | 218 | 247k| 719k|7464 | 0.000000e+00 | 2.000000e+00 |    Inf 
1300.81/1300.83	c  1279s|650000 |  3001 |  1923k|   3.0 |  81M|1805 |   - |5645 |  26k|   0 |   0 | 251k| 733k|7502 | 0.000000e+00 | 2.000000e+00 |    Inf 
1323.12/1323.16	c  1301s|660000 |  2990 |  1956k|   3.0 |  80M|1805 |   1 |5645 |  19k|5645 | 202 | 254k| 746k|7549 | 0.000000e+00 | 2.000000e+00 |    Inf 
1344.52/1344.50	c  1322s|670000 |  3022 |  1988k|   3.0 |  81M|1805 |   1 |5645 |  21k|5645 | 199 | 257k| 759k|7611 | 0.000000e+00 | 2.000000e+00 |    Inf 
1367.22/1367.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1367.22/1367.28	c  1344s|680000 |  3021 |  2019k|   3.0 |  81M|1805 |   - |5645 |  22k|   0 |   0 | 260k| 772k|7668 | 0.000000e+00 | 2.000000e+00 |    Inf 
1389.52/1389.52	c  1366s|690000 |  3047 |  2051k|   3.0 |  81M|1805 |   - |5645 |  21k|   0 |   0 | 264k| 785k|7731 | 0.000000e+00 | 2.000000e+00 |    Inf 
1411.72/1411.76	c  1388s|700000 |  3051 |  2085k|   3.0 |  82M|1805 |   5 |5645 |  20k|5645 | 205 | 267k| 799k|7769 | 0.000000e+00 | 2.000000e+00 |    Inf 
1431.32/1431.36	c  1407s|710000 |  3092 |  2118k|   3.0 |  82M|1805 |   - |5645 |  18k|   0 |   0 | 270k| 812k|7815 | 0.000000e+00 | 2.000000e+00 |    Inf 
1451.72/1451.72	c  1427s|720000 |  3077 |  2149k|   3.0 |  82M|1805 |   1 |5645 |  18k|5645 | 214 | 273k| 825k|7878 | 0.000000e+00 | 2.000000e+00 |    Inf 
1472.51/1472.54	c  1448s|730000 |  3173 |  2184k|   3.0 |  82M|1805 |   - |5645 |  16k|   0 |   0 | 277k| 838k|7950 | 0.000000e+00 | 2.000000e+00 |    Inf 
1493.12/1493.15	c  1468s|740000 |  3198 |  2214k|   3.0 |  83M|1805 |   - |5645 |  18k|   0 |   0 | 280k| 851k|7996 | 0.000000e+00 | 2.000000e+00 |    Inf 
1514.12/1514.11	c  1489s|750000 |  3262 |  2246k|   3.0 |  85M|1805 |   - |5645 |  19k|   0 |   0 | 283k| 864k|8030 | 0.000000e+00 | 2.000000e+00 |    Inf 
1535.32/1535.33	c  1509s|760000 |  3310 |  2278k|   3.0 |  86M|1805 |  17 |5645 |  22k|5645 | 249 | 286k| 878k|8060 | 0.000000e+00 | 2.000000e+00 |    Inf 
1556.32/1556.36	c  1530s|770000 |  3308 |  2311k|   3.0 |  87M|1805 |   - |5645 |  23k|   0 |   0 | 289k| 893k|8112 | 0.000000e+00 | 2.000000e+00 |    Inf 
1578.02/1578.01	c  1551s|780000 |  3330 |  2346k|   3.0 |  86M|1805 |   - |5645 |  21k|   0 |   0 | 292k| 907k|8159 | 0.000000e+00 | 2.000000e+00 |    Inf 
1599.82/1599.89	c  1573s|790000 |  3405 |  2381k|   3.0 |  88M|1805 |   - |5645 |  23k|   0 |   0 | 295k| 920k|8203 | 0.000000e+00 | 2.000000e+00 |    Inf 
1621.72/1621.75	c  1594s|800000 |  3391 |  2414k|   3.0 |  88M|1805 |  21 |5645 |  21k|5645 | 267 | 298k| 934k|8242 | 0.000000e+00 | 2.000000e+00 |    Inf 
1642.42/1642.41	c  1615s|810000 |  3423 |  2446k|   3.0 |  89M|1805 |   - |5645 |  22k|   0 |   0 | 301k| 948k|8268 | 0.000000e+00 | 2.000000e+00 |    Inf 
1663.62/1663.62	c  1636s|820000 |  3405 |  2483k|   3.0 |  88M|1805 |  11 |5645 |  20k|5645 | 248 | 304k| 962k|8322 | 0.000000e+00 | 2.000000e+00 |    Inf 
1684.23/1684.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.23/1684.27	c  1656s|830000 |  3480 |  2516k|   3.0 |  89M|1805 |   1 |5645 |  21k|5645 | 242 | 307k| 976k|8372 | 0.000000e+00 | 2.000000e+00 |    Inf 
1706.03/1706.00	c  1677s|840000 |  3551 |  2551k|   3.0 |  91M|1805 |   1 |5645 |  23k|5645 | 269 | 310k| 990k|8427 | 0.000000e+00 | 2.000000e+00 |    Inf 
1728.53/1728.54	c  1699s|850000 |  3551 |  2589k|   3.0 |  91M|1805 |   - |5645 |  23k|   0 |   0 | 313k|1004k|8480 | 0.000000e+00 | 2.000000e+00 |    Inf 
1751.32/1751.38	c  1722s|860000 |  3579 |  2626k|   3.1 |  93M|1805 |  27 |5645 |  25k|5645 | 265 | 317k|1019k|8518 | 0.000000e+00 | 2.000000e+00 |    Inf 
1774.12/1774.11	c  1744s|870000 |  3575 |  2661k|   3.1 |  92M|1805 |  25 |5645 |  24k|5645 | 268 | 320k|1033k|8550 | 0.000000e+00 | 2.000000e+00 |    Inf 
1796.73/1796.76	c  1767s|880000 |  3573 |  2698k|   3.1 |  92M|1805 |   - |5645 |  22k|   0 |   0 | 323k|1047k|8629 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1769.70
1800.03/1800.00	c Solving Nodes      : 881496
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (155 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 x211 -x210 
1800.03/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.03/1800.09	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.03/1800.09	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 
1800.03/1800.09	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 
1800.03/1800.09	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 
1800.03/1800.09	v -x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1769.70
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692958-1277925996.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692958-1277925996.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 27790 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2671          -          -       5342          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     565271          0         10        602          0          0     824270
1800.03/1800.09	c   indicator        :       2707          0    4595090     151983          0        130    1817629          0          0          0
1800.03/1800.09	c   linear           :       2707          6    4667528     151639          0     321972   21222840     323999          0          0
1800.03/1800.09	c   logicor          :          0+         0    1183563          0          0      66455    1284089          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0        730          0          0          0         60          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0     115772          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      14.72       0.00       0.00      14.72       0.00
1800.03/1800.09	c   indicator        :      41.11       0.05      16.79      24.27       0.00
1800.03/1800.09	c   linear           :     220.24       0.00     209.82      10.42       0.00
1800.03/1800.09	c   logicor          :     199.97       0.00     199.97       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       1.16          2          0          0
1800.03/1800.09	c   rootredcost      :       0.83         45          0       2671
1800.03/1800.09	c   pseudoobj        :     237.15    4670788       2051    1084152
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      20.72     390478     390328    2379083       28.0      15777       20.3          -
1800.03/1800.09	c   infeasible LP    :       5.76      15122      15122     120876       43.0        256       16.6          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.01        102        102        504       18.5        263        5.0          -
1800.03/1800.09	c   applied globally :          -          -          -    1049882       22.3          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.09	c   redcost          :      47.22     568933          0     583335          0          0
1800.03/1800.09	c   impliedbounds    :       0.01          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.00          4          0          0          1          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      14.25     412620         10        602          0          0     824270
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      24.51     115727          0          0          0          0     231454
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.28          -         45
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   intshifting      :       0.01          3          0
1800.03/1800.09	c   oneopt           :       0.50         38          0
1800.03/1800.09	c   guideddiving     :       0.18         65          0
1800.03/1800.09	c   crossover        :       1.87         55          1
1800.03/1800.09	c   coefdiving       :       0.31        214          0
1800.03/1800.09	c   fracdiving       :       0.28        214          0
1800.03/1800.09	c   veclendiving     :       0.26        214          0
1800.03/1800.09	c   linesearchdiving :       0.42        214          0
1800.03/1800.09	c   pscostdiving     :       0.34        215          0
1800.03/1800.09	c   rootsoldiving    :       0.41        213          0
1800.03/1800.09	c   objpscostdiving  :       0.39        214          0
1800.03/1800.09	c   trivial          :       0.09          2          2
1800.03/1800.09	c   simplerounding   :       0.81     413765          0
1800.03/1800.09	c   zirounding       :       0.55       1000          0
1800.03/1800.09	c   rounding         :       2.93       9046          0
1800.03/1800.09	c   shifting         :       1.37       2836          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.02          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.29          0          0
1800.03/1800.09	c   trysol           :       3.97       8866        107
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     468.14     467300    2704133       5.79    5776.33
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.10         51        919      18.02    9190.00
1800.03/1800.09	c   strong branching :      11.04       8630      89495      10.37    8106.43
1800.03/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     881496
1800.03/1800.09	c   nodes (total)    :     881496
1800.03/1800.09	c   nodes left       :       3584
1800.03/1800.09	c   max depth        :       1805
1800.03/1800.09	c   max depth (total):       1805
1800.03/1800.09	c   backtracks       :      62611 (7.1%)
1800.03/1800.09	c   delayed cutoffs  :      54475
1800.03/1800.09	c   repropagations   :    2480622 (3951792 domain reductions, 52232 cutoffs)
1800.03/1800.09	c   avg switch length:       7.03
1800.03/1800.09	c   switching time   :     235.82
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        155 (46 improvements)
1800.03/1800.09	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 571304 nodes, 1115.71 seconds, depth 41, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        183
1800.23/1800.21	c Time complete: 1800.24.

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-2692958-1277925996/watcher-2692958-1277925996 -o /tmp/evaluation-result-2692958-1277925996/solver-2692958-1277925996 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692958-1277925996.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.93 2.01 1.99 3/178 18443
/proc/meminfo: memFree=30419876/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=10964 CPUtime=0
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1670 0 0 0 0 0 0 0 25 0 1 0 133894128 11227136 1590 4089446400 4194304 9819077 140734676372736 18446744073709551615 8659358 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18443/statm: 2777 1597 392 1374 0 1398 0

[startup+0.0721001 s]
/proc/loadavg: 1.93 2.01 1.99 3/178 18443
/proc/meminfo: memFree=30419876/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=36396 CPUtime=0.06
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 8123 0 0 0 6 0 0 0 25 0 1 0 133894128 37269504 7689 4089446400 4194304 9819077 140734676372736 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 9099 7689 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36396

[startup+0.101095 s]
/proc/loadavg: 1.93 2.01 1.99 3/178 18443
/proc/meminfo: memFree=30419876/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=36396 CPUtime=0.09
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 133894128 37269504 7689 4089446400 4194304 9819077 140734676372736 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 9099 7689 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.301062 s]
/proc/loadavg: 1.93 2.01 1.99 3/178 18443
/proc/meminfo: memFree=30419876/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=45700 CPUtime=0.29
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 10810 0 0 0 28 1 0 0 25 0 1 0 133894128 46796800 9809 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 11425 9809 672 1374 0 10046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45700

[startup+0.700992 s]
/proc/loadavg: 1.93 2.01 1.99 3/178 18443
/proc/meminfo: memFree=30419876/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=45884 CPUtime=0.69
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 26171 0 0 0 65 4 0 0 25 0 1 0 133894128 46985216 9943 4089446400 4194304 9819077 140734676372736 18446744073709551615 6590721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 11471 9943 697 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50085 s]
/proc/loadavg: 1.93 2.01 1.99 3/179 18444
/proc/meminfo: memFree=30381676/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=47636 CPUtime=1.49
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 42027 0 0 0 142 7 0 0 25 0 1 0 133894128 48779264 10247 4089446400 4194304 9819077 140734676372736 18446744073709551615 6671098 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 11909 10247 699 1374 0 10530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47636

[startup+3.10057 s]
/proc/loadavg: 1.93 2.01 1.99 3/179 18444
/proc/meminfo: memFree=30377324/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=53676 CPUtime=3.09
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 54677 0 0 0 298 11 0 0 25 0 1 0 133894128 54964224 12119 4089446400 4194304 9819077 140734676372736 18446744073709551615 6361052 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 13419 12119 700 1374 0 12040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53676

[startup+6.301 s]
/proc/loadavg: 1.94 2.01 1.99 3/179 18444
/proc/meminfo: memFree=30371184/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=58276 CPUtime=6.29
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 61137 0 0 0 615 14 0 0 25 0 1 0 133894128 59674624 13041 4089446400 4194304 9819077 140734676372736 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 14569 13041 700 1374 0 13190 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58276

[startup+12.7009 s]
/proc/loadavg: 1.94 2.01 1.99 3/179 18444
/proc/meminfo: memFree=30360092/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=68268 CPUtime=12.69
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 71573 0 0 0 1248 21 0 0 25 0 1 0 133894128 69906432 15465 4089446400 4194304 9819077 140734676372736 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 17067 15465 700 1374 0 15688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68268

[startup+25.5006 s]
/proc/loadavg: 1.95 2.01 1.99 3/179 18445
/proc/meminfo: memFree=30338704/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=85468 CPUtime=25.49
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 88296 0 0 0 2516 33 0 0 25 0 1 0 133894128 87519232 19771 4089446400 4194304 9819077 140734676372736 18446744073709551615 4643209 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 21367 19771 700 1374 0 19988 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85468

[startup+51.1011 s]
/proc/loadavg: 1.97 2.01 1.99 3/179 18446
/proc/meminfo: memFree=30288952/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=118352 CPUtime=51.09
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 108999 0 0 0 5054 55 0 0 25 0 1 0 133894128 121192448 28051 4089446400 4194304 9819077 140734676372736 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 29588 28051 700 1374 0 28209 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118352

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 18447
/proc/meminfo: memFree=30201616/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=184860 CPUtime=102.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 146859 0 0 0 10130 100 0 0 25 0 1 0 133894128 189296640 44344 4089446400 4194304 9819077 140734676372736 18446744073709551615 6589128 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 46215 44344 700 1374 0 44836 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184860

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 18448
/proc/meminfo: memFree=30102472/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=263532 CPUtime=162.29
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 226292 0 0 0 16072 157 0 0 25 0 1 0 133894128 269856768 63752 4089446400 4194304 9819077 140734676372736 18446744073709551615 4329842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 65883 63752 704 1374 0 64504 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 263532

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18450
/proc/meminfo: memFree=30039752/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=276196 CPUtime=222.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 451228 0 0 0 21978 252 0 0 25 0 1 0 133894128 282824704 67011 4089446400 4194304 9819077 140734676372736 18446744073709551615 6589094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 69049 67011 714 1374 0 67670 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 276196

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18452
/proc/meminfo: memFree=30015188/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=297340 CPUtime=282.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 582340 0 0 0 27867 363 0 0 25 0 1 0 133894128 304476160 72080 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 74335 72080 716 1374 0 72956 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 297340

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18457
/proc/meminfo: memFree=30017400/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=305404 CPUtime=342.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 759026 0 0 0 33746 484 0 0 25 0 1 0 133894128 312733696 73955 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 76351 73955 724 1374 0 74972 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 305404

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18458
/proc/meminfo: memFree=30023040/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=311404 CPUtime=402.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 892765 0 0 0 39629 601 0 0 25 0 1 0 133894128 318877696 75492 4089446400 4194304 9819077 140734676372736 18446744073709551615 4219802 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 77851 75492 724 1374 0 76472 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 311404

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18459
/proc/meminfo: memFree=30018672/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=315908 CPUtime=462.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1004756 0 0 0 45519 711 0 0 25 0 1 0 133894128 323489792 76557 4089446400 4194304 9819077 140734676372736 18446744073709551615 4926174 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 78977 76557 724 1374 0 77598 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 315908

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18461
/proc/meminfo: memFree=30016656/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=316268 CPUtime=522.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1135257 0 0 0 51411 819 0 0 25 0 1 0 133894128 323858432 76635 4089446400 4194304 9819077 140734676372736 18446744073709551615 4982355 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 79067 76635 724 1374 0 77688 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 316268

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18463
/proc/meminfo: memFree=30013648/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=319624 CPUtime=582.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1276443 0 0 0 57300 930 0 0 25 0 1 0 133894128 327294976 77422 4089446400 4194304 9819077 140734676372736 18446744073709551615 6628421 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 79906 77422 740 1374 0 78527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 319624

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18465
/proc/meminfo: memFree=30010636/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=321824 CPUtime=642.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1407024 0 0 0 63192 1039 0 0 25 0 1 0 133894128 329547776 77949 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 80456 77949 740 1374 0 79077 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 321824

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18471
/proc/meminfo: memFree=30007300/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=332924 CPUtime=882.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 1912202 0 0 0 86767 1464 0 0 25 0 1 0 133894128 340914176 80623 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18443/statm: 83231 80623 740 1374 0 81852 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 332924

[startup+942.301 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 18522
/proc/meminfo: memFree=30819196/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=334216 CPUtime=942.3
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2060089 0 0 0 92650 1580 0 0 25 0 1 0 133894128 342237184 80893 4089446400 4194304 9819077 140734676372736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 83554 80893 740 1374 0 82175 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 334216

[startup+1002.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 18523
/proc/meminfo: memFree=30711504/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=336692 CPUtime=1002.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2199465 0 0 0 98531 1700 0 0 25 0 1 0 133894128 344772608 81502 4089446400 4194304 9819077 140734676372736 18446744073709551615 6671134 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 84173 81502 740 1374 0 82794 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 336692

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18524
/proc/meminfo: memFree=30592560/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=340276 CPUtime=1062.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2319829 0 0 0 104422 1809 0 0 25 0 1 0 133894128 348442624 82340 4089446400 4194304 9819077 140734676372736 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 85069 82340 740 1374 0 83690 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 340276

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18526
/proc/meminfo: memFree=30503232/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=342044 CPUtime=1122.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2448712 0 0 0 110305 1926 0 0 25 0 1 0 133894128 350253056 82804 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 85511 82804 740 1374 0 84132 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 342044

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18528
/proc/meminfo: memFree=30457184/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=338708 CPUtime=1182.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2603088 0 0 0 116191 2040 0 0 25 0 1 0 133894128 346836992 81982 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 84677 81982 740 1374 0 83298 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 338708

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18530
/proc/meminfo: memFree=30414860/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=340864 CPUtime=1242.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2716207 0 0 0 122090 2141 0 0 25 0 1 0 133894128 349044736 82595 4089446400 4194304 9819077 140734676372736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 85216 82595 740 1374 0 83837 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 340864

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18531
/proc/meminfo: memFree=30389264/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=342692 CPUtime=1302.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2755652 0 0 0 128009 2223 0 0 25 0 1 0 133894128 350916608 83029 4089446400 4194304 9819077 140734676372736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 85673 83029 740 1374 0 84294 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 342692

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18532
/proc/meminfo: memFree=30384140/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=343616 CPUtime=1362.31
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2799814 0 0 0 133922 2309 0 0 25 0 1 0 133894128 351862784 83207 4089446400 4194304 9819077 140734676372736 18446744073709551615 5001190 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 85904 83207 740 1374 0 84525 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 343616

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18534
/proc/meminfo: memFree=30382988/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=344136 CPUtime=1422.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2859882 0 0 0 139834 2398 0 0 25 0 1 0 133894128 352395264 83342 4089446400 4194304 9819077 140734676372736 18446744073709551615 6669943 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 86034 83342 740 1374 0 84655 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 344136

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18536
/proc/meminfo: memFree=30380352/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=344996 CPUtime=1482.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 2933153 0 0 0 145737 2495 0 0 25 0 1 0 133894128 353275904 83428 4089446400 4194304 9819077 140734676372736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 86249 83428 740 1374 0 84870 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 344996

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18538
/proc/meminfo: memFree=30376588/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=346260 CPUtime=1542.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3018476 0 0 0 151636 2596 0 0 25 0 1 0 133894128 354570240 83690 4089446400 4194304 9819077 140734676372736 18446744073709551615 6671086 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 86565 83690 740 1374 0 85186 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 346260

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18539
/proc/meminfo: memFree=30373208/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=348056 CPUtime=1602.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3115666 0 0 0 157535 2697 0 0 25 0 1 0 133894128 356409344 84097 4089446400 4194304 9819077 140734676372736 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 87014 84097 740 1374 0 85635 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 348056

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18540
/proc/meminfo: memFree=30368828/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=348692 CPUtime=1662.32
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3210467 0 0 0 163434 2798 0 0 25 0 1 0 133894128 357060608 84283 4089446400 4194304 9819077 140734676372736 18446744073709551615 6581266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 87173 84283 740 1374 0 85794 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 348692

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18542
/proc/meminfo: memFree=30364300/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=349836 CPUtime=1722.33
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3313500 0 0 0 169338 2895 0 0 25 0 1 0 133894128 358232064 84555 4089446400 4194304 9819077 140734676372736 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 87459 84555 740 1374 0 86080 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 349836

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18544
/proc/meminfo: memFree=30359044/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=350464 CPUtime=1782.33
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3417350 0 0 0 175235 2998 0 0 25 0 1 0 133894128 358875136 84699 4089446400 4194304 9819077 140734676372736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 87616 84699 740 1374 0 86237 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 350464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18544
/proc/meminfo: memFree=30357924/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=350564 CPUtime=1800.03
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3451169 0 0 0 176973 3030 0 0 25 0 1 0 133894128 358977536 84717 4089446400 4194304 9819077 140734676372736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18443/statm: 87641 84717 740 1374 0 86262 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 350564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18544
/proc/meminfo: memFree=30357924/32951124 swapFree=67111528/67111528
[pid=18443] ppid=18441 vsize=198696 CPUtime=1800.23
/proc/18443/stat : 18443 (pbscip.linux.x8) R 18441 18443 18418 0 -1 4202496 3451184 0 0 0 176992 3031 0 0 25 0 1 0 133894128 203464704 47376 4089446400 4194304 9819077 140734676372736 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/18443/statm: 49414 47181 741 1374 0 48035 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 198696

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.25
CPU user time (s): 1769.93
CPU system time (s): 30.3214
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 352348

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

runsolver used 2.42863 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 21:26:36
IDJOB=2692958
IDBENCH=79265
IDSOLVER=1205
FILE ID=node140/2692958-1277925996
PBS_JOBID= 11197366
Free space on /tmp= 74196 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900552288--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-2692958-1277925996/watcher-2692958-1277925996 -o /tmp/evaluation-result-2692958-1277925996/solver-2692958-1277925996 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692958-1277925996.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=1768228213

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.790
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.58
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.790
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.790
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.790
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.89
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.790
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	: 5421.15
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.790
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.790
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.75
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.790
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:      30420404 kB
Buffers:        207496 kB
Cached:        1287936 kB
SwapCached:          0 kB
Active:        1644264 kB
Inactive:       739404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30420404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6364 kB
Writeback:           0 kB
AnonPages:      888052 kB
Mapped:          16832 kB
Slab:            81276 kB
PageTables:       6368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1040904 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= 74188 MiB
End job on node140 at 2010-06-30 21:56:38