Trace number 2692975

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.45 1800.42

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568186--soft-0-100-0.wbo
MD5SUM0bc882feda752f8542fa470cf04f3d53
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark307.459
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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-2692975-1277926688.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 137244
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.09/0.13	c presolving:
0.09/0.13	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.14	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.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.21	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.21	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+05 |    Inf 
0.19/0.30	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
18.08/18.16	c  17.9s| 10000 | 10001 |  3616 |   0.3 |  43M|1145 |   0 |5645 |5414 |5645 | 214 |1125 |   0 | 515 | 0.000000e+00 | 1.372440e+05 |    Inf 
34.28/34.30	c  33.9s| 20000 | 20001 |  6104 |   0.3 |  65M|1603 |   0 |5645 |5414 |5645 | 227 |1845 |   0 | 649 | 0.000000e+00 | 1.372440e+05 |    Inf 
49.88/49.97	c  49.4s| 30000 | 30001 |  7255 |   0.2 |  86M|1663 |   0 |5645 |5414 |5645 | 225 |2181 |   0 | 690 | 0.000000e+00 | 1.372440e+05 |    Inf 
66.69/66.76	c  66.0s| 40000 | 39969 |  9538 |   0.2 | 105M|1663 |   0 |5645 |5573 |5645 | 269 |2851 | 159 | 783 | 0.000000e+00 | 1.372440e+05 |    Inf 
83.88/83.92	c  83.1s| 50000 | 49969 | 11974 |   0.2 | 125M|1663 |   0 |5645 |5573 |5645 | 264 |3625 | 159 | 833 | 0.000000e+00 | 1.372440e+05 |    Inf 
100.89/100.99	c   100s| 60000 | 59967 | 13972 |   0.2 | 144M|1663 |   0 |5645 |5578 |5645 | 260 |4241 | 164 | 872 | 0.000000e+00 | 1.372440e+05 |    Inf 
111.09/111.18	o 635
111.09/111.18	c * 110s| 65788 | 58960 | 15304 |   0.2 | 143M|1663 |   - |5645 |5578 |5645 | 266 |4614 | 164 | 897 | 0.000000e+00 | 6.350000e+02 |    Inf 
119.68/119.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.68/119.79	c   119s| 70000 | 63154 | 17609 |   0.2 | 152M|1663 |   0 |5645 |5663 |5645 | 243 |5164 | 249 | 942 | 0.000000e+00 | 6.350000e+02 |    Inf 
124.29/124.32	o 602
124.29/124.32	c * 123s| 72122 | 63523 | 18501 |   0.3 | 154M|1663 |   - |5645 |5908 |5645 | 232 |5420 | 494 | 948 | 0.000000e+00 | 6.020000e+02 |    Inf 
124.29/124.34	o 534
124.29/124.34	c * 123s| 72123 | 59061 | 18502 |   0.3 | 145M|1663 |   - |5645 |5908 |5645 | 232 |5420 | 494 | 948 | 0.000000e+00 | 5.340000e+02 |    Inf 
124.48/124.58	o 527
124.48/124.58	c * 123s| 72220 | 58760 | 18572 |   0.3 | 145M|1663 |   - |5645 |5913 |5645 | 236 |5437 | 499 | 948 | 0.000000e+00 | 5.270000e+02 |    Inf 
125.40/125.46	o 506
125.40/125.46	c * 124s| 72637 | 57534 | 18727 |   0.3 | 142M|1663 |   - |5645 |5971 |5645 | 245 |5471 | 557 | 948 | 0.000000e+00 | 5.060000e+02 |    Inf 
126.59/126.67	o 498
126.59/126.67	c * 125s| 73118 | 57422 | 19227 |   0.3 | 142M|1663 |   - |5645 |6110 |5645 | 220 |5626 | 696 | 961 | 0.000000e+00 | 4.980000e+02 |    Inf 
129.09/129.12	o 486
129.09/129.12	c * 128s| 73999 | 57270 | 20047 |   0.3 | 143M|1663 |   - |5645 |6525 |5645 | 258 |5860 |1111 | 964 | 0.000000e+00 | 4.860000e+02 |    Inf 
129.49/129.51	o 475
129.49/129.51	c * 128s| 74120 | 56439 | 20431 |   0.3 | 142M|1663 |   - |5645 |6565 |5645 | 251 |5939 |1151 | 968 | 0.000000e+00 | 4.750000e+02 |    Inf 
129.79/129.87	o 471
129.79/129.87	c * 129s| 74245 | 56176 | 20713 |   0.3 | 142M|1663 |   - |5645 |6565 |5645 | 200 |5980 |1151 | 978 | 0.000000e+00 | 4.710000e+02 |    Inf 
129.79/129.87	o 469
129.79/129.87	c * 129s| 74246 | 55996 | 20713 |   0.3 | 141M|1663 |   - |5645 |6565 |5645 | 200 |5980 |1151 | 978 | 0.000000e+00 | 4.690000e+02 |    Inf 
134.19/134.27	o 451
134.19/134.27	c * 133s| 75595 | 55502 | 24136 |   0.3 | 142M|1663 |   - |5645 |7332 |5645 | 228 |6864 |1918 |1040 | 0.000000e+00 | 4.510000e+02 |    Inf 
137.99/138.06	o 450
137.99/138.06	c * 137s| 76755 | 56402 | 26777 |   0.3 | 146M|1663 |   - |5645 |7908 |5645 | 268 |7782 |2494 |1063 | 0.000000e+00 | 4.500000e+02 |    Inf 
137.99/138.07	o 447
137.99/138.07	c * 137s| 76756 | 56063 | 26777 |   0.3 | 145M|1663 |   - |5645 |7908 |5645 | 268 |7782 |2494 |1063 | 0.000000e+00 | 4.470000e+02 |    Inf 
138.09/138.15	o 441
138.09/138.15	c * 137s| 76767 | 55348 | 26887 |   0.3 | 144M|1663 |   - |5645 |7907 |5645 | 246 |7820 |2494 |1063 | 0.000000e+00 | 4.410000e+02 |    Inf 
138.50/138.54	o 434
138.50/138.54	c * 137s| 76946 | 54578 | 27072 |   0.3 | 143M|1663 |   - |5645 |7918 |5645 | 240 |7904 |2505 |1063 | 0.000000e+00 | 4.340000e+02 |    Inf 
146.39/146.41	o 420
146.39/146.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.39/146.41	c * 145s| 79615 | 54706 | 31649 |   0.4 | 146M|1663 |   - |5645 |8824 |5645 | 233 |9406 |3495 |1105 | 0.000000e+00 | 4.200000e+02 |    Inf 
147.48/147.57	c   146s| 80000 | 55052 | 32409 |   0.4 | 147M|1663 |   1 |5645 |8955 |5645 | 221 |9665 |3652 |1107 | 0.000000e+00 | 4.200000e+02 |    Inf 
148.99/149.05	o 391
148.99/149.05	c * 148s| 80536 | 50720 | 33078 |   0.4 | 138M|1663 |   - |5645 |9062 |5645 | 226 |9900 |3804 |1111 | 0.000000e+00 | 3.910000e+02 |    Inf 
148.99/149.05	o 390
148.99/149.05	c * 148s| 80537 | 50533 | 33078 |   0.4 | 138M|1663 |   - |5645 |9062 |5645 | 226 |9900 |3804 |1111 | 0.000000e+00 | 3.900000e+02 |    Inf 
150.18/150.28	o 385
150.18/150.28	c * 149s| 80881 | 49875 | 33728 |   0.4 | 137M|1663 |   - |5645 |9143 |5645 | 228 |  10k|3981 |1116 | 0.000000e+00 | 3.850000e+02 |    Inf 
150.89/150.98	o 374
150.89/150.98	c * 149s| 81101 | 48037 | 34015 |   0.4 | 133M|1663 |   - |5645 |9197 |5645 | 237 |  10k|4073 |1116 | 0.000000e+00 | 3.740000e+02 |    Inf 
167.19/167.29	o 367
167.19/167.29	c * 166s| 86195 | 50893 | 44326 |   0.5 | 145M|1663 |   - |5645 |9542 |5645 | 241 |  13k|6560 |1222 | 0.000000e+00 | 3.670000e+02 |    Inf 
167.28/167.36	o 366
167.28/167.36	c * 166s| 86203 | 50719 | 44417 |   0.5 | 145M|1663 |   - |5645 |9519 |5645 | 229 |  13k|6561 |1223 | 0.000000e+00 | 3.660000e+02 |    Inf 
167.28/167.37	o 365
167.28/167.37	c * 166s| 86204 | 50503 | 44421 |   0.5 | 144M|1663 |   - |5645 |9519 |5645 | 229 |  13k|6561 |1223 | 0.000000e+00 | 3.650000e+02 |    Inf 
175.39/175.40	o 343
175.39/175.40	c * 174s| 88681 | 47758 | 50182 |   0.6 | 141M|1663 |   - |5645 |8951 |5645 | 259 |  14k|7861 |1242 | 0.000000e+00 | 3.430000e+02 |    Inf 
177.09/177.10	o 341
177.09/177.10	c * 175s| 89147 | 47711 | 51769 |   0.6 | 141M|1663 |   - |5645 |8812 |5645 | 237 |  15k|8199 |1251 | 0.000000e+00 | 3.410000e+02 |    Inf 
179.49/179.52	o 325
179.49/179.52	c * 178s| 89853 | 44909 | 54040 |   0.6 | 134M|1663 |   - |5645 |8591 |5645 | 233 |  16k|8524 |1260 | 0.000000e+00 | 3.250000e+02 |    Inf 
180.09/180.11	c   178s| 90000 | 45029 | 54923 |   0.6 | 134M|1663 |   0 |5645 |8466 |5645 | 265 |  16k|8588 |1260 | 0.000000e+00 | 3.250000e+02 |    Inf 
181.88/181.96	o 315
181.88/181.96	c * 180s| 90520 | 43393 | 56605 |   0.6 | 131M|1663 |   - |5645 |8329 |5645 | 253 |  17k|8941 |1269 | 0.000000e+00 | 3.150000e+02 |    Inf 
192.69/192.75	o 307
192.69/192.75	c * 191s| 93841 | 44562 | 64854 |   0.7 | 137M|1663 |   - |5645 |7807 |5645 | 222 |  20k|  10k|1303 | 0.000000e+00 | 3.070000e+02 |    Inf 
199.99/200.01	o 294
199.99/200.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
199.99/200.01	c * 198s| 95607 | 43281 | 73203 |   0.8 | 136M|1663 |   - |5645 |7416 |5645 | 263 |  22k|  11k|1387 | 0.000000e+00 | 2.940000e+02 |    Inf 
202.09/202.10	o 292
202.09/202.10	c * 200s| 96108 | 43207 | 75847 |   0.8 | 136M|1663 |   - |5645 |7257 |5645 | 231 |  23k|  12k|1445 | 0.000000e+00 | 2.920000e+02 |    Inf 
202.99/203.00	o 291
202.99/203.00	c * 201s| 96330 | 43198 | 77172 |   0.8 | 137M|1663 |   - |5645 |7209 |5645 | 250 |  23k|  12k|1460 | 0.000000e+00 | 2.910000e+02 |    Inf 
205.99/206.01	o 283
205.99/206.01	c * 204s| 97180 | 42345 | 80722 |   0.8 | 135M|1663 |   - |5645 |6971 |5645 | 241 |  24k|  12k|1487 | 0.000000e+00 | 2.830000e+02 |    Inf 
206.80/206.81	o 273
206.80/206.81	c * 204s| 97421 | 40431 | 81297 |   0.8 | 131M|1663 |   - |5645 |6892 |5645 | 224 |  25k|  12k|1489 | 0.000000e+00 | 2.730000e+02 |    Inf 
209.69/209.73	o 260
209.69/209.73	c * 207s| 98165 | 38152 | 84595 |   0.9 | 126M|1663 |   - |5645 |6783 |5645 | 228 |  26k|  13k|1552 | 0.000000e+00 | 2.600000e+02 |    Inf 
212.69/212.75	o 258
212.69/212.75	c * 210s| 98991 | 38322 | 87640 |   0.9 | 127M|1663 |   - |5645 |6850 |5645 | 237 |  27k|  13k|1596 | 0.000000e+00 | 2.580000e+02 |    Inf 
212.69/212.76	o 257
212.69/212.76	c * 210s| 98992 | 38096 | 87641 |   0.9 | 127M|1663 |   - |5645 |6850 |5645 | 237 |  27k|  13k|1596 | 0.000000e+00 | 2.570000e+02 |    Inf 
215.69/215.71	o 256
215.69/215.71	c * 213s| 99876 | 38664 | 90104 |   0.9 | 129M|1663 |   - |5645 |7073 |5645 | 219 |  27k|  14k|1612 | 0.000000e+00 | 2.560000e+02 |    Inf 
215.69/215.71	o 254
215.69/215.71	c * 213s| 99877 | 38183 | 90104 |   0.9 | 128M|1663 |   - |5645 |7073 |5645 | 219 |  27k|  14k|1612 | 0.000000e+00 | 2.540000e+02 |    Inf 
215.99/216.00	c   214s|100000 | 38302 | 90223 |   0.9 | 128M|1663 |   0 |5645 |7071 |5645 | 216 |  27k|  14k|1612 | 0.000000e+00 | 2.540000e+02 |    Inf 
222.59/222.69	o 245
222.59/222.69	c * 220s|101839 | 37997 | 95489 |   0.9 | 130M|1663 |   - |5645 |7269 |5645 | 221 |  29k|  15k|1711 | 0.000000e+00 | 2.450000e+02 |    Inf 
222.59/222.69	o 243
222.59/222.69	c * 220s|101840 | 37570 | 95489 |   0.9 | 128M|1663 |   - |5645 |7269 |5645 | 221 |  29k|  15k|1711 | 0.000000e+00 | 2.430000e+02 |    Inf 
233.59/233.64	o 238
233.59/233.64	c * 231s|104746 | 38524 |104394 |   1.0 | 135M|1663 |   - |5645 |7240 |5645 | 258 |  31k|  16k|1782 | 0.000000e+00 | 2.380000e+02 |    Inf 
249.69/249.74	o 236
249.69/249.74	c * 247s|109359 | 41495 |115761 |   1.1 | 150M|1663 |   - |5645 |7883 |5645 | 248 |  35k|  20k|1918 | 0.000000e+00 | 2.360000e+02 |    Inf 
250.19/250.27	o 234
250.19/250.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
250.19/250.27	c * 247s|109528 | 41160 |116284 |   1.1 | 149M|1663 |   - |5645 |7846 |5645 | 244 |  35k|  20k|1928 | 0.000000e+00 | 2.340000e+02 |    Inf 
251.90/251.97	c   249s|110000 | 41547 |117559 |   1.1 | 151M|1663 |   - |5645 |7811 |5645 | 243 |  36k|  20k|1934 | 0.000000e+00 | 2.340000e+02 |    Inf 
252.49/252.59	o 214
252.49/252.59	c * 250s|110117 | 37041 |118197 |   1.1 | 137M|1663 |   - |5645 |7745 |5645 | 212 |  36k|  20k|1939 | 0.000000e+00 | 2.140000e+02 |    Inf 
256.09/256.19	o 212
256.09/256.19	c * 253s|110979 | 37209 |121669 |   1.1 | 138M|1663 |   - |5645 |7302 |5645 | 237 |  37k|  21k|1985 | 0.000000e+00 | 2.120000e+02 |    Inf 
256.49/256.56	o 211
256.49/256.56	c * 254s|111058 | 37014 |122146 |   1.1 | 138M|1663 |   - |5645 |7246 |5645 | 231 |  37k|  21k|1987 | 0.000000e+00 | 2.110000e+02 |    Inf 
256.69/256.72	o 207
256.69/256.72	c * 254s|111089 | 36154 |122419 |   1.1 | 136M|1663 |   - |5645 |7247 |5645 | 264 |  37k|  21k|1998 | 0.000000e+00 | 2.070000e+02 |    Inf 
257.09/257.17	o 205
257.09/257.17	c * 254s|111220 | 35820 |122789 |   1.1 | 135M|1663 |   - |5645 |7266 |5645 | 252 |  37k|  21k|2000 | 0.000000e+00 | 2.050000e+02 |    Inf 
265.69/265.75	o 187
265.69/265.75	c * 263s|113557 | 33311 |128634 |   1.1 | 130M|1663 |   - |5645 |7529 |5645 | 239 |  39k|  22k|2069 | 0.000000e+00 | 1.870000e+02 |    Inf 
265.69/265.77	o 166
265.69/265.77	c * 263s|113558 | 28297 |128634 |   1.1 | 113M|1663 |   - |5645 |7525 |5645 | 239 |  39k|  22k|2069 | 0.000000e+00 | 1.660000e+02 |    Inf 
288.38/288.43	c   285s|120000 | 32658 |146889 |   1.2 | 136M|1663 |   0 |5645 |7982 |5645 | 234 |  45k|  27k|2262 | 0.000000e+00 | 1.660000e+02 |    Inf 
291.88/291.90	o 165
291.88/291.90	c * 288s|120987 | 33017 |149411 |   1.2 | 138M|1663 |   - |5645 |8446 |5645 | 241 |  45k|  28k|2271 | 0.000000e+00 | 1.650000e+02 |    Inf 
291.88/291.92	o 144
291.88/291.92	c * 288s|120988 | 27511 |149411 |   1.2 | 120M|1663 |   - |5645 |8446 |5645 | 241 |  45k|  28k|2271 | 0.000000e+00 | 1.440000e+02 |    Inf 
295.79/295.83	o 140
295.79/295.83	c * 292s|122073 | 27157 |153251 |   1.3 | 122M|1663 |   - |5645 |8861 |5645 | 278 |  47k|  29k|2326 | 0.000000e+00 | 1.400000e+02 |    Inf 
297.58/297.60	o 130
297.58/297.60	c * 294s|122555 | 24959 |154695 |   1.3 | 114M|1663 |   - |5645 |8941 |5645 | 230 |  47k|  29k|2347 | 0.000000e+00 | 1.300000e+02 |    Inf 
324.58/324.66	o 121
324.58/324.66	c * 321s|129924 | 27360 |175570 |   1.3 | 136M|1663 |   - |5645 |7341 |5645 | 287 |  52k|  36k|2561 | 0.000000e+00 | 1.210000e+02 |    Inf 
324.88/324.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.88/324.99	c   321s|130000 | 27395 |176175 |   1.4 | 136M|1663 |   0 |5645 |7346 |5645 | 242 |  52k|  36k|2562 | 0.000000e+00 | 1.210000e+02 |    Inf 
325.49/325.51	o 120
325.49/325.51	c * 321s|130110 | 27252 |176688 |   1.4 | 136M|1663 |   - |5645 |7365 |5645 | 284 |  53k|  36k|2564 | 0.000000e+00 | 1.200000e+02 |    Inf 
330.58/330.69	o 107
330.58/330.69	c * 326s|131264 | 25076 |182744 |   1.4 | 133M|1663 |   - |5645 |7061 |5645 | 206 |  55k|  37k|2584 | 0.000000e+00 | 1.070000e+02 |    Inf 
330.78/330.81	o 104
330.78/330.81	c * 327s|131288 | 24513 |183220 |   1.4 | 132M|1663 |   - |5645 |7061 |5645 | 280 |  55k|  37k|2592 | 0.000000e+00 | 1.040000e+02 |    Inf 
330.78/330.83	o 92
330.78/330.83	c * 327s|131289 | 21740 |183220 |   1.4 | 120M|1663 |   - |5645 |7061 |5645 | 280 |  55k|  37k|2592 | 0.000000e+00 | 9.200000e+01 |    Inf 
356.98/357.09	o 85
356.98/357.09	c * 352s|138036 | 23413 |206185 |   1.5 | 132M|1663 |   - |5645 |7221 |5645 | 239 |  61k|  43k|2756 | 0.000000e+00 | 8.500000e+01 |    Inf 
361.08/361.16	o 84
361.08/361.16	c * 356s|138937 | 23570 |209401 |   1.5 | 134M|1663 |   - |5645 |6645 |5645 | 223 |  62k|  44k|2771 | 0.000000e+00 | 8.400000e+01 |    Inf 
364.59/364.60	c   360s|140000 | 24102 |211697 |   1.5 | 137M|1663 |   0 |5645 |6826 |5645 | 218 |  62k|  45k|2806 | 0.000000e+00 | 8.400000e+01 |    Inf 
376.68/376.72	o 76
376.68/376.72	c * 371s|142877 | 21926 |223724 |   1.6 | 131M|1663 |   - |5645 |6553 |5645 | 261 |  65k|  48k|2880 | 0.000000e+00 | 7.600000e+01 |    Inf 
404.38/404.41	c   398s|150000 | 24511 |248603 |   1.7 | 150M|1663 |   1 |5645 |6642 |5645 | 223 |  72k|  56k|3063 | 0.000000e+00 | 7.600000e+01 |    Inf 
441.69/441.79	c   435s|160000 | 26940 |282583 |   1.8 | 172M|1663 |   - |5645 |7264 |5645 | 260 |  81k|  67k|3235 | 0.000000e+00 | 7.600000e+01 |    Inf 
479.09/479.13	c   471s|170000 | 28904 |315223 |   1.9 | 190M|1663 |   5 |5645 |7720 |5645 | 202 |  89k|  80k|3394 | 0.000000e+00 | 7.600000e+01 |    Inf 
518.59/518.61	c   510s|180000 | 32499 |351681 |   2.0 | 217M|1663 |   1 |5645 |8475 |5645 | 258 |  99k|  91k|3558 | 0.000000e+00 | 7.600000e+01 |    Inf 
556.19/556.22	c   547s|190000 | 34937 |382962 |   2.0 | 236M|1663 |   0 |5645 |9239 |5645 | 240 | 107k| 105k|3701 | 0.000000e+00 | 7.600000e+01 |    Inf 
593.99/594.07	c   584s|200000 | 37585 |417400 |   2.1 | 258M|1663 |   1 |5645 |7998 |5645 | 218 | 117k| 117k|3829 | 0.000000e+00 | 7.600000e+01 |    Inf 
633.89/633.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.89/633.94	c   622s|210000 | 39578 |452421 |   2.2 | 280M|1663 |   - |5645 |7223 |   0 |   0 | 126k| 128k|3965 | 0.000000e+00 | 7.600000e+01 |    Inf 
673.29/673.38	c   661s|220000 | 42152 |491983 |   2.2 | 302M|1663 |   - |5645 |6930 |   0 |   0 | 138k| 140k|4125 | 0.000000e+00 | 7.600000e+01 |    Inf 
712.49/712.50	c   699s|230000 | 44443 |524449 |   2.3 | 322M|1663 |   0 |5645 |7181 |5645 | 245 | 146k| 152k|4237 | 0.000000e+00 | 7.600000e+01 |    Inf 
748.89/748.93	o 71
748.89/748.93	c * 735s|239585 | 45309 |558877 |   2.3 | 337M|1663 |   - |5645 |8922 |5645 | 280 | 156k| 163k|4360 | 0.000000e+00 | 7.100000e+01 |    Inf 
750.09/750.19	c   736s|240000 | 45367 |559685 |   2.3 | 337M|1663 |   - |5645 |9180 |   0 |   0 | 156k| 164k|4365 | 0.000000e+00 | 7.100000e+01 |    Inf 
784.20/784.20	c   769s|250000 | 46841 |591381 |   2.4 | 352M|1663 |   0 |5645 |6609 |5645 | 270 | 164k| 175k|4477 | 0.000000e+00 | 7.100000e+01 |    Inf 
819.79/819.85	c   804s|260000 | 48127 |630139 |   2.4 | 369M|1663 |   1 |5645 |8702 |5645 | 214 | 174k| 187k|4598 | 0.000000e+00 | 7.100000e+01 |    Inf 
857.19/857.25	c   840s|270000 | 49930 |677799 |   2.5 | 389M|1663 |   1 |5645 |7685 |5645 | 249 | 186k| 199k|4737 | 0.000000e+00 | 7.100000e+01 |    Inf 
890.90/890.90	c   873s|280000 | 50613 |715551 |   2.6 | 403M|1663 |   1 |5645 |8100 |5645 | 307 | 193k| 209k|4876 | 0.000000e+00 | 7.100000e+01 |    Inf 
926.10/926.10	c   907s|290000 | 52024 |754286 |   2.6 | 419M|1663 |   0 |5645 |7615 |5645 | 244 | 202k| 221k|5002 | 0.000000e+00 | 7.100000e+01 |    Inf 
962.50/962.58	c   943s|300000 | 53439 |796198 |   2.7 | 438M|1663 |   1 |5645 |8879 |5645 | 293 | 212k| 234k|5108 | 0.000000e+00 | 7.100000e+01 |    Inf 
997.60/997.63	c   977s|310000 | 54565 |831545 |   2.7 | 452M|1663 |   7 |5645 |9072 |5645 | 307 | 220k| 247k|5190 | 0.000000e+00 | 7.100000e+01 |    Inf 
1024.20/1024.28	o 70
1024.20/1024.28	c *1003s|317253 | 56186 |860680 |   2.7 | 470M|1663 |   - |5645 |9212 |5645 | 311 | 226k| 255k|5265 | 0.000000e+00 | 7.000000e+01 |    Inf 
1033.91/1033.96	c  1012s|320000 | 56645 |868985 |   2.7 | 475M|1663 |   1 |5645 |9767 |5645 | 299 | 228k| 259k|5295 | 0.000000e+00 | 7.000000e+01 |    Inf 
1072.30/1072.32	c  1049s|330000 | 58408 |917907 |   2.8 | 499M|1663 |   - |5645 |7408 |   0 |   0 | 239k| 272k|5406 | 0.000000e+00 | 7.000000e+01 |    Inf 
1107.90/1107.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.90/1107.95	c  1084s|340000 | 59686 |957389 |   2.8 | 514M|1663 |   - |5645 |8747 |   0 |   0 | 248k| 285k|5499 | 0.000000e+00 | 7.000000e+01 |    Inf 
1144.01/1144.03	c  1119s|350000 | 60916 |993695 |   2.8 | 532M|1663 |   1 |5645 |7193 |5645 | 297 | 256k| 298k|5572 | 0.000000e+00 | 7.000000e+01 |    Inf 
1177.50/1177.59	c  1152s|360000 | 62186 |  1028k|   2.9 | 550M|1663 |   - |5645 |8979 |   0 |   0 | 264k| 312k|5659 | 0.000000e+00 | 7.000000e+01 |    Inf 
1206.60/1206.68	o 61
1206.60/1206.68	c *1180s|367737 | 59316 |  1064k|   2.9 | 550M|1663 |   - |5645 |7673 |5645 | 362 | 271k| 322k|5725 | 0.000000e+00 | 6.100000e+01 |    Inf 
1215.30/1215.39	c  1188s|370000 | 59439 |  1078k|   2.9 | 553M|1663 |   9 |5645 |6760 |5645 | 347 | 274k| 325k|5761 | 0.000000e+00 | 6.100000e+01 |    Inf 
1243.31/1243.33	o 47
1243.31/1243.33	c *1215s|378405 | 51937 |  1111k|   2.9 | 519M|1663 |   - |5645 |6880 |5645 | 312 | 280k| 337k|5834 | 0.000000e+00 | 4.700000e+01 |    Inf 
1247.70/1247.70	c  1220s|380000 | 51932 |  1116k|   2.9 | 519M|1663 |   - |5645 |5942 |   0 |   0 | 281k| 339k|5849 | 0.000000e+00 | 4.700000e+01 |    Inf 
1263.91/1263.98	o 44
1263.91/1263.98	c *1235s|386008 | 49330 |  1134k|   2.9 | 509M|1663 |   - |5645 |6524 |5645 | 327 | 285k| 347k|5891 | 0.000000e+00 | 4.400000e+01 |    Inf 
1274.41/1274.44	o 42
1274.41/1274.44	c *1245s|389873 | 48938 |  1149k|   2.9 | 509M|1663 |   - |5645 |6915 |5645 | 326 | 287k| 352k|5930 | 0.000000e+00 | 4.200000e+01 |    Inf 
1274.41/1274.47	o 28
1274.41/1274.47	c *1246s|389874 | 44455 |  1149k|   2.9 | 455M|1663 |   - |5645 |6915 |5645 | 326 | 287k| 352k|5930 | 0.000000e+00 | 2.800000e+01 |    Inf 
1274.81/1274.83	c  1246s|390000 | 44460 |  1150k|   2.9 | 455M|1663 |   1 |5645 |5972 |5645 | 245 | 287k| 352k|5932 | 0.000000e+00 | 2.800000e+01 |    Inf 
1294.61/1294.65	o 17
1294.61/1294.65	c *1265s|399082 | 37921 |  1178k|   3.0 | 362M|1663 |   - |5645 |6462 |5645 | 262 | 291k| 364k|6007 | 0.000000e+00 | 1.700000e+01 |    Inf 
1296.50/1296.53	c  1267s|400000 | 37887 |  1180k|   3.0 | 362M|1663 |   1 |5645 |5450 |5645 | 222 | 291k| 366k|6018 | 0.000000e+00 | 1.700000e+01 |    Inf 
1315.61/1315.69	c  1285s|410000 | 38028 |  1211k|   3.0 | 366M|1663 |   - |5645 |7183 |   0 |   0 | 295k| 379k|6079 | 0.000000e+00 | 1.700000e+01 |    Inf 
1335.20/1335.25	c  1304s|420000 | 38108 |  1243k|   3.0 | 367M|1663 |   1 |5645 |7249 |5645 | 257 | 299k| 393k|6129 | 0.000000e+00 | 1.700000e+01 |    Inf 
1355.11/1355.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1355.11/1355.17	c  1323s|430000 | 37818 |  1272k|   3.0 | 369M|1663 |   - |5645 |7433 |   0 |   0 | 303k| 407k|6201 | 0.000000e+00 | 1.700000e+01 |    Inf 
1375.51/1375.56	c  1343s|440000 | 38045 |  1303k|   3.0 | 373M|1663 |   1 |5645 |8742 |5645 | 241 | 307k| 422k|6256 | 0.000000e+00 | 1.700000e+01 |    Inf 
1396.81/1396.89	c  1364s|450000 | 38282 |  1336k|   3.0 | 378M|1663 |   1 |5645 |  10k|5645 | 284 | 311k| 437k|6310 | 0.000000e+00 | 1.700000e+01 |    Inf 
1418.30/1418.36	c  1384s|460000 | 38363 |  1370k|   3.0 | 381M|1663 |   - |5645 |8980 |   0 |   0 | 315k| 452k|6354 | 0.000000e+00 | 1.700000e+01 |    Inf 
1439.31/1439.34	c  1405s|470000 | 38484 |  1405k|   3.0 | 385M|1663 |   9 |5645 |7782 |5645 | 238 | 319k| 467k|6412 | 0.000000e+00 | 1.700000e+01 |    Inf 
1459.72/1459.79	c  1424s|480000 | 38515 |  1435k|   3.0 | 389M|1663 |   - |5645 |8157 |   0 |   0 | 323k| 480k|6474 | 0.000000e+00 | 1.700000e+01 |    Inf 
1480.21/1480.20	c  1444s|490000 | 38570 |  1464k|   3.0 | 391M|1663 |   - |5645 |8988 |   0 |   0 | 327k| 494k|6566 | 0.000000e+00 | 1.700000e+01 |    Inf 
1500.21/1500.25	c  1463s|500000 | 38323 |  1491k|   3.0 | 393M|1663 |   1 |5645 |  10k|5645 | 261 | 330k| 508k|6628 | 0.000000e+00 | 1.700000e+01 |    Inf 
1520.61/1520.61	c  1483s|510000 | 38461 |  1517k|   3.0 | 396M|1663 |   - |5645 |  10k|   0 |   0 | 334k| 521k|6671 | 0.000000e+00 | 1.700000e+01 |    Inf 
1541.91/1541.95	c  1504s|520000 | 38662 |  1545k|   3.0 | 399M|1663 |   1 |5645 |  12k|5645 | 209 | 338k| 533k|6713 | 0.000000e+00 | 1.700000e+01 |    Inf 
1564.22/1564.25	c  1525s|530000 | 38770 |  1573k|   3.0 | 402M|1663 |   1 |5645 |  12k|5645 | 229 | 342k| 546k|6751 | 0.000000e+00 | 1.700000e+01 |    Inf 
1586.11/1586.11	c  1546s|540000 | 38772 |  1600k|   3.0 | 403M|1663 |   1 |5645 |  14k|5645 | 240 | 345k| 559k|6787 | 0.000000e+00 | 1.700000e+01 |    Inf 
1607.91/1607.94	c  1567s|550000 | 38849 |  1629k|   3.0 | 405M|1663 |   1 |5645 |  14k|5645 | 234 | 350k| 573k|6830 | 0.000000e+00 | 1.700000e+01 |    Inf 
1630.22/1630.28	c  1589s|560000 | 38956 |  1658k|   3.0 | 407M|1663 |   1 |5645 |  13k|5645 | 235 | 354k| 587k|6879 | 0.000000e+00 | 1.700000e+01 |    Inf 
1653.12/1653.17	c  1611s|570000 | 38982 |  1688k|   3.0 | 409M|1663 |   1 |5645 |  15k|5645 | 262 | 358k| 601k|6935 | 0.000000e+00 | 1.700000e+01 |    Inf 
1676.51/1676.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.51/1676.54	c  1634s|580000 | 39028 |  1723k|   3.0 | 410M|1663 |   - |5645 |  15k|5645 | 224 | 362k| 615k|6985 | 0.000000e+00 | 1.700000e+01 |    Inf 
1699.32/1699.36	c  1656s|590000 | 39028 |  1753k|   3.0 | 411M|1663 |   - |5645 |  14k|   0 |   0 | 365k| 629k|7015 | 0.000000e+00 | 1.700000e+01 |    Inf 
1722.11/1722.18	c  1678s|600000 | 39095 |  1784k|   3.0 | 413M|1663 |   - |5645 |  14k|   0 |   0 | 369k| 643k|7053 | 0.000000e+00 | 1.700000e+01 |    Inf 
1725.42/1725.49	o 15
1725.42/1725.49	c *1681s|601479 | 38374 |  1788k|   3.0 | 400M|1663 |   - |5645 |  15k|5645 | 273 | 370k| 645k|7054 | 0.000000e+00 | 1.500000e+01 |    Inf 
1744.02/1744.04	c  1699s|610000 | 38438 |  1814k|   3.0 | 400M|1663 |   - |5645 |  11k|   0 |   0 | 373k| 657k|7086 | 0.000000e+00 | 1.500000e+01 |    Inf 
1765.31/1765.36	c  1719s|620000 | 38395 |  1845k|   3.0 | 399M|1663 |   1 |5645 |  11k|5645 | 221 | 376k| 671k|7116 | 0.000000e+00 | 1.500000e+01 |    Inf 
1773.72/1773.75	o 7
1773.72/1773.75	c *1728s|623990 | 31571 |  1856k|   3.0 | 296M|1663 |   - |5645 |  12k|5645 | 226 | 378k| 676k|7124 | 0.000000e+00 | 7.000000e+00 |    Inf 
1786.42/1786.42	c  1740s|630000 | 31472 |  1878k|   3.0 | 295M|1663 |  19 |5645 |9260 |5645 | 246 | 380k| 684k|7219 | 0.000000e+00 | 7.000000e+00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1752.77
1800.02/1800.00	c Solving Nodes      : 636928
1800.02/1800.00	c Primal Bound       : +7.00000000000000e+00 (428 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.08	s SATISFIABLE
1800.02/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.08	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1800.02/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.08	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1800.02/1800.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.02/1800.08	v -x104 -x103 -x102 x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.02/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 x55 -x54 
1800.02/1800.08	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 x30 -x29 
1800.02/1800.08	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 
1800.02/1800.08	v -x1 
1800.02/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.08	c Solving Time       :    1752.77
1800.02/1800.08	c Original Problem   :
1800.02/1800.08	c   Problem name     : HOME/instance-2692975-1277926688.wbo
1800.02/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.08	c Presolved Problem  :
1800.02/1800.08	c   Problem name     : t_HOME/instance-2692975-1277926688.wbo
1800.02/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.08	c   Constraints      : 5414 initial, 16594 maximal
1800.02/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.02/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.08	c   root node        :          -       2546          -          -       5092          -          -          -          -
1800.02/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.08	c   integral         :          0          0          0     491298          0          1        218          0          0     479226
1800.02/1800.08	c   indicator        :       2707          0    3704860     251464          0       2341   35693655          0          0          0
1800.02/1800.08	c   linear           :       2707          6    3704825     250274          0     127769   12858927     383830          0          0
1800.02/1800.08	c   logicor          :          0+         0    1124238          0          0      45043    1027006          0          0          0
1800.02/1800.08	c   bounddisjunction :          0+         0      67310          0          0         34       5379          0          0          0
1800.02/1800.08	c   countsols        :          0          0          0     179232          0          0          0          0          0          0
1800.02/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.08	c   integral         :      12.09       0.00       0.00      12.09       0.00
1800.02/1800.08	c   indicator        :     171.44       0.00     108.37      63.07       0.00
1800.02/1800.08	c   linear           :     184.48       0.00     154.25      30.23       0.00
1800.02/1800.08	c   logicor          :      77.51       0.00      77.51       0.00       0.00
1800.02/1800.08	c   bounddisjunction :       0.11       0.00       0.11       0.00       0.00
1800.02/1800.08	c   countsols        :       0.04       0.00       0.00       0.04       0.00
1800.02/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.08	c   vbounds          :       0.07          2          0          0
1800.02/1800.08	c   rootredcost      :       0.09         72          0       2546
1800.02/1800.08	c   pseudoobj        :     246.80    3776297      67761   24149946
1800.02/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.08	c   propagation      :      23.24     240607     240567    1432236       27.3      62521        6.3          -
1800.02/1800.08	c   infeasible LP    :       1.61       3111       3111      26478       40.9        145        6.4          0
1800.02/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.08	c   pseudo solution  :       0.45       1553       1553       5448       11.3       1298        6.2          -
1800.02/1800.08	c   applied globally :          -          -          -     694630       21.2          -          -          -
1800.02/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.08	c   cut pool         :       0.01          3          -          -          2          -    (maximal pool size: 74)
1800.02/1800.08	c   redcost          :      68.69     512129          0   11230786          0          0
1800.02/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.08	c   gomory           :       0.00          4          0          0         75          0
1800.02/1800.08	c   strongcg         :       0.01          4          0          0          0          0
1800.02/1800.08	c   cmir             :       0.00          4          0          0          1          0
1800.02/1800.08	c   flowcover        :       0.04          4          0          0          2          0
1800.02/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.08	c Pricers            :       Time      Calls       Vars
1800.02/1800.08	c   problem variables:       0.00          0          0
1800.02/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.08	c   relpscost        :      11.91     239790          1        218          0          0     479226
1800.02/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   inference        :      55.82     179160          0          0          0          0     358320
1800.02/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.08	c   LP solutions     :       0.51          -         72
1800.02/1800.08	c   pseudo solutions :       0.00          -          0
1800.02/1800.08	c   feaspump         :       0.00          0          0
1800.02/1800.08	c   intshifting      :       0.02          2          0
1800.02/1800.08	c   oneopt           :       0.45         60          0
1800.02/1800.08	c   guideddiving     :       0.07         42          0
1800.02/1800.08	c   linesearchdiving :       0.21        129          0
1800.02/1800.08	c   coefdiving       :       0.32        129          0
1800.02/1800.08	c   pscostdiving     :       0.16        129          0
1800.02/1800.08	c   fracdiving       :       0.25        129          0
1800.02/1800.08	c   veclendiving     :       0.23        129          0
1800.02/1800.08	c   rootsoldiving    :       0.20        129          0
1800.02/1800.08	c   objpscostdiving  :       0.31        129          0
1800.02/1800.08	c   crossover        :       3.27         97          4
1800.02/1800.08	c   trivial          :       0.08          2          2
1800.02/1800.08	c   simplerounding   :       0.69     245650          0
1800.02/1800.08	c   zirounding       :       0.61       1000          0
1800.02/1800.08	c   rounding         :       5.95       6956          0
1800.02/1800.08	c   shifting         :       2.99       2168          0
1800.02/1800.08	c   twoopt           :       0.00          0          0
1800.02/1800.08	c   fixandinfer      :       0.00          0          0
1800.02/1800.08	c   intdiving        :       0.00          0          0
1800.02/1800.08	c   actconsdiving    :       0.00          0          0
1800.02/1800.08	c   octane           :       0.00          0          0
1800.02/1800.08	c   rens             :       0.03          1          0
1800.02/1800.08	c   rins             :       0.00          0          0
1800.02/1800.08	c   localbranching   :       0.00          0          0
1800.02/1800.08	c   mutation         :       0.00          0          0
1800.02/1800.08	c   dins             :       0.00          0          0
1800.02/1800.08	c   undercover       :       0.00          0          0
1800.02/1800.08	c   nlp              :       0.09          0          0
1800.02/1800.08	c   trysol           :       2.89       6697        350
1800.02/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.08	c   dual LP          :     496.17     350842    1901057       5.42    3831.46
1800.02/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.08	c   diving/probing LP:       0.12         60       2545      42.42   21208.33
1800.02/1800.08	c   strong branching :      10.46       7236      68707       9.50    6568.55
1800.02/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.02/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.08	c B&B Tree           :
1800.02/1800.08	c   number of runs   :          1
1800.02/1800.08	c   nodes            :     636928
1800.02/1800.08	c   nodes (total)    :     636928
1800.02/1800.08	c   nodes left       :      31380
1800.02/1800.08	c   max depth        :       1663
1800.02/1800.08	c   max depth (total):       1663
1800.02/1800.08	c   backtracks       :      38137 (6.0%)
1800.02/1800.08	c   delayed cutoffs  :      33477
1800.02/1800.08	c   repropagations   :    1618939 (10813678 domain reductions, 29530 cutoffs)
1800.02/1800.08	c   avg switch length:       7.08
1800.02/1800.08	c   switching time   :     190.02
1800.02/1800.08	c Solution           :
1800.02/1800.08	c   Solutions found  :        428 (73 improvements)
1800.02/1800.08	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.08	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 623990 nodes, 1727.49 seconds, depth 39, found by <relaxation>)
1800.02/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.08	c   Gap              :   infinite
1800.02/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.08	c   Root Iterations  :        183
1800.41/1800.41	c Time complete: 1800.43.

Verifier Data

OK	7

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.88 2.46 2.18 4/199 17795
/proc/meminfo: memFree=30890964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=11308 CPUtime=0
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1751 0 0 0 0 0 0 0 21 0 1 0 133964814 11579392 1671 4089446400 4194304 9819077 140735565575568 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17795/statm: 2827 1676 392 1374 0 1448 0

[startup+0.0978549 s]
/proc/loadavg: 2.88 2.46 2.18 4/199 17795
/proc/meminfo: memFree=30890964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=36404 CPUtime=0.09
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 8123 0 0 0 8 1 0 0 21 0 1 0 133964814 37277696 7689 4089446400 4194304 9819077 140735565575568 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17795/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.100849 s]
/proc/loadavg: 2.88 2.46 2.18 4/199 17795
/proc/meminfo: memFree=30890964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=36404 CPUtime=0.09
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 8123 0 0 0 8 1 0 0 21 0 1 0 133964814 37277696 7689 4089446400 4194304 9819077 140735565575568 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17795/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300814 s]
/proc/loadavg: 2.88 2.46 2.18 4/199 17795
/proc/meminfo: memFree=30890964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=45864 CPUtime=0.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 10852 0 0 0 27 2 0 0 18 0 1 0 133964814 46964736 9834 4089446400 4194304 9819077 140735565575568 18446744073709551615 4819300 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17795/statm: 11466 9834 671 1374 0 10087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45864

[startup+0.700744 s]
/proc/loadavg: 2.88 2.46 2.18 4/199 17795
/proc/meminfo: memFree=30890964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=47232 CPUtime=0.68
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 26432 0 0 0 64 4 0 0 18 0 1 0 133964814 48365568 9994 4089446400 4194304 9819077 140735565575568 18446744073709551615 7317763 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 11808 9994 697 1374 0 10429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47232

[startup+1.5006 s]
/proc/loadavg: 2.89 2.47 2.18 4/200 17796
/proc/meminfo: memFree=30852764/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=46600 CPUtime=1.49
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 31886 0 0 0 143 6 0 0 19 0 1 0 133964814 47718400 10159 4089446400 4194304 9819077 140735565575568 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 11650 10159 699 1374 0 10271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46600

[startup+3.10032 s]
/proc/loadavg: 2.89 2.47 2.18 4/200 17796
/proc/meminfo: memFree=30849168/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=51096 CPUtime=3.08
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 43140 0 0 0 300 8 0 0 24 0 1 0 133964814 52322304 11383 4089446400 4194304 9819077 140735565575568 18446744073709551615 6513120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 12774 11383 700 1374 0 11395 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51096

[startup+6.30077 s]
/proc/loadavg: 2.89 2.47 2.18 3/200 17796
/proc/meminfo: memFree=30846180/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=54776 CPUtime=6.28
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 55386 0 0 0 617 11 0 0 25 0 1 0 133964814 56090624 12252 4089446400 4194304 9819077 140735565575568 18446744073709551615 4651280 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 13694 12252 700 1374 0 12315 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54776

[startup+12.7006 s]
/proc/loadavg: 2.82 2.47 2.18 4/200 17797
/proc/meminfo: memFree=30838072/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=64356 CPUtime=12.68
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 67039 0 0 0 1250 18 0 0 25 0 1 0 133964814 65900544 14678 4089446400 4194304 9819077 140735565575568 18446744073709551615 5892089 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 16089 14678 700 1374 0 14710 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64356

[startup+25.5004 s]
/proc/loadavg: 2.85 2.48 2.19 4/200 17798
/proc/meminfo: memFree=30819772/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=80272 CPUtime=25.48
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 77530 0 0 0 2517 31 0 0 25 0 1 0 133964814 82198528 18545 4089446400 4194304 9819077 140735565575568 18446744073709551615 4651578 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 20068 18545 700 1374 0 18689 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80272

[startup+51.1009 s]
/proc/loadavg: 2.84 2.51 2.21 4/200 17798
/proc/meminfo: memFree=30783388/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=115728 CPUtime=51.08
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 98867 0 0 0 5056 52 0 0 25 0 1 0 133964814 118505472 27395 4089446400 4194304 9819077 140735565575568 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 28932 27395 700 1374 0 27553 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115728

[startup+102.307 s]
/proc/loadavg: 2.75 2.54 2.23 4/200 17800
/proc/meminfo: memFree=30721308/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=172528 CPUtime=102.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 135241 0 0 0 10132 97 0 0 25 0 1 0 133964814 176668672 41713 4089446400 4194304 9819077 140735565575568 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 43132 41713 705 1374 0 41753 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 172528

[startup+162.3 s]
/proc/loadavg: 2.79 2.59 2.27 4/200 17801
/proc/meminfo: memFree=30680192/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=213204 CPUtime=162.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 291127 0 0 0 16062 167 0 0 25 0 1 0 133964814 218320896 51177 4089446400 4194304 9819077 140735565575568 18446744073709551615 7816356 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 53301 51177 705 1374 0 51922 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213204

[startup+222.301 s]
/proc/loadavg: 2.86 2.65 2.31 4/200 17802
/proc/meminfo: memFree=30631744/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=259280 CPUtime=222.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 478340 0 0 0 21982 247 0 0 25 0 1 0 133964814 265502720 62432 4089446400 4194304 9819077 140735565575568 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 64820 62432 705 1374 0 63441 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 259280

[startup+282.3 s]
/proc/loadavg: 2.72 2.65 2.32 4/200 17804
/proc/meminfo: memFree=30569308/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=319472 CPUtime=282.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 632747 0 0 0 27908 321 0 0 25 0 1 0 133964814 327139328 76751 4089446400 4194304 9819077 140735565575568 18446744073709551615 4329697 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17795/statm: 79868 76751 705 1374 0 78489 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 319472

[startup+342.301 s]
/proc/loadavg: 2.76 2.66 2.35 4/200 17806
/proc/meminfo: memFree=30499048/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=387676 CPUtime=342.28
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 775563 0 0 0 33776 452 0 0 25 0 1 0 133964814 396980224 92789 4089446400 4194304 9819077 140735565575568 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 96919 92789 707 1374 0 95540 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 387676

[startup+402.3 s]
/proc/loadavg: 2.83 2.69 2.38 4/200 17808
/proc/meminfo: memFree=30418868/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=465296 CPUtime=402.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 919980 0 0 0 39637 592 0 0 25 0 1 0 133964814 476463104 110396 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 116324 110396 712 1374 0 114945 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 465296

[startup+462.301 s]
/proc/loadavg: 2.88 2.73 2.41 3/200 17809
/proc/meminfo: memFree=30377624/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=513060 CPUtime=462.28
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1005523 0 0 0 45499 729 0 0 25 0 1 0 133964814 525373440 120339 4089446400 4194304 9819077 140735565575568 18446744073709551615 6386881 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 128265 120339 712 1374 0 126886 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 513060

[startup+522.301 s]
/proc/loadavg: 2.82 2.75 2.43 4/200 17810
/proc/meminfo: memFree=30332280/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=558372 CPUtime=522.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1094443 0 0 0 51357 872 0 0 25 0 1 0 133964814 571772928 130407 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 139593 130407 712 1374 0 138214 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 558372

[startup+582.301 s]
/proc/loadavg: 2.76 2.74 2.45 4/200 17812
/proc/meminfo: memFree=30288700/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=606044 CPUtime=582.29
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1192878 0 0 0 57201 1028 0 0 25 0 1 0 133964814 620589056 140002 4089446400 4194304 9819077 140735565575568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 151511 140002 712 1374 0 150132 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 606044

[startup+642.301 s]
/proc/loadavg: 2.72 2.74 2.47 4/200 17814
/proc/meminfo: memFree=30249828/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=648272 CPUtime=642.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1283728 0 0 0 63042 1188 0 0 25 0 1 0 133964814 663830528 149226 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 162068 149226 712 1374 0 160689 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 648272

[startup+702.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.02 2.35 2.37 3/179 17852
/proc/meminfo: memFree=30246452/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=846500 CPUtime=942.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1668559 0 0 0 92285 1945 0 0 25 0 1 0 133964814 866816000 188829 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 211625 188829 712 1374 0 210246 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 846500

[startup+1002.3 s]
/proc/loadavg: 2.00 2.29 2.35 3/179 17854
/proc/meminfo: memFree=30214588/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=884308 CPUtime=1002.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1749929 0 0 0 98123 2107 0 0 25 0 1 0 133964814 905531392 196343 4089446400 4194304 9819077 140735565575568 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 221077 196343 712 1374 0 219698 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 884308

[startup+1062.3 s]
/proc/loadavg: 2.00 2.23 2.33 3/179 17855
/proc/meminfo: memFree=30178220/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=925012 CPUtime=1062.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1847398 0 0 0 103961 2269 0 0 25 0 1 0 133964814 947212288 204585 4089446400 4194304 9819077 140735565575568 18446744073709551615 6003344 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 231253 204585 712 1374 0 229874 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 925012

[startup+1122.3 s]
/proc/loadavg: 2.00 2.19 2.30 3/179 17856
/proc/meminfo: memFree=30145448/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=963264 CPUtime=1122.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 1952257 0 0 0 109789 2441 0 0 25 0 1 0 133964814 986382336 212571 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 240816 212571 712 1374 0 239437 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 963264

[startup+1182.3 s]
/proc/loadavg: 2.00 2.15 2.28 3/179 17858
/proc/meminfo: memFree=30111940/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1005120 CPUtime=1182.3
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2045164 0 0 0 115618 2612 0 0 25 0 1 0 133964814 1029242880 220414 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 251280 220414 712 1374 0 249901 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1005120

[startup+1242.3 s]
/proc/loadavg: 2.00 2.12 2.26 3/179 17860
/proc/meminfo: memFree=30085352/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1037068 CPUtime=1242.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2186020 0 0 0 121436 2795 0 0 25 0 1 0 133964814 1061957632 226792 4089446400 4194304 9819077 140735565575568 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 259267 226792 716 1374 0 257888 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1037068

[startup+1302.3 s]
/proc/loadavg: 2.00 2.10 2.24 3/179 17862
/proc/meminfo: memFree=30074560/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1044340 CPUtime=1302.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2330853 0 0 0 127242 2989 0 0 25 0 1 0 133964814 1069404160 228362 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 261085 228362 717 1374 0 259706 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 1044340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.08 2.22 3/179 17863
/proc/meminfo: memFree=30072540/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1046556 CPUtime=1362.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2410949 0 0 0 133024 3207 0 0 25 0 1 0 133964814 1071673344 228792 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 261639 228792 717 1374 0 260260 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 1046556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.21 3/179 17873
/proc/meminfo: memFree=30065784/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1053888 CPUtime=1422.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2480076 0 0 0 138817 3414 0 0 25 0 1 0 133964814 1079181312 229950 4089446400 4194304 9819077 140735565575568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 263472 229950 717 1374 0 262093 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 1053888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.19 3/179 17875
/proc/meminfo: memFree=30056320/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1062200 CPUtime=1482.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2548848 0 0 0 144610 3621 0 0 25 0 1 0 133964814 1087692800 231625 4089446400 4194304 9819077 140735565575568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 265379 231622 717 1374 0 264000 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 1062200

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.17 3/179 17877
/proc/meminfo: memFree=30050072/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1067900 CPUtime=1542.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2614899 0 0 0 150397 3834 0 0 25 0 1 0 133964814 1093529600 232914 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 266975 232914 717 1374 0 265596 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 1067900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/179 17879
/proc/meminfo: memFree=30042596/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1072364 CPUtime=1602.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2670966 0 0 0 156201 4030 0 0 25 0 1 0 133964814 1098100736 233898 4089446400 4194304 9819077 140735565575568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 268091 233898 717 1374 0 266712 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 1072364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 17880
/proc/meminfo: memFree=30038964/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1075048 CPUtime=1662.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2736012 0 0 0 162007 4224 0 0 25 0 1 0 133964814 1100849152 234529 4089446400 4194304 9819077 140735565575568 18446744073709551615 6581232 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 268762 234529 717 1374 0 267383 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 1075048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/179 17881
/proc/meminfo: memFree=30035712/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1077924 CPUtime=1722.31
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2811415 0 0 0 167800 4431 0 0 25 0 1 0 133964814 1103794176 235237 4089446400 4194304 9819077 140735565575568 18446744073709551615 7487771 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 269481 235237 717 1374 0 268102 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 1077924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 17883
/proc/meminfo: memFree=30033688/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1079028 CPUtime=1782.32
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2942894 0 0 0 173582 4650 0 0 25 0 1 0 133964814 1104924672 235569 4089446400 4194304 9819077 140735565575568 18446744073709551615 6162091 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 269757 235569 725 1374 0 268378 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 1079028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 17883
/proc/meminfo: memFree=30033544/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1078868 CPUtime=1800.02
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2980549 0 0 0 175279 4723 0 0 25 0 1 0 133964814 1104760832 235568 4089446400 4194304 9819077 140735565575568 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17795/statm: 269761 235569 725 1374 0 268382 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1078868

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: 2.00 2.01 2.12 3/179 17883
/proc/meminfo: memFree=30033544/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=1077172 CPUtime=1800.22
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2980552 0 0 0 175299 4723 0 0 18 0 1 0 133964814 1103024128 235059 4089446400 4194304 9819077 140735565575568 18446744073709551615 6179999 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17795/statm: 269293 235059 726 1374 0 267914 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1077172

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.12 3/179 17883
/proc/meminfo: memFree=30033544/32951124 swapFree=67111528/67111528
[pid=17795] ppid=17793 vsize=390812 CPUtime=1800.41
/proc/17795/stat : 17795 (pbscip.linux.x8) R 17793 17795 17770 0 -1 4202496 2980552 0 0 0 175316 4725 0 0 18 0 1 0 133964814 400191488 94564 4089446400 4194304 9819077 140735565575568 18446744073709551615 4699951 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17795/statm: 97703 94564 726 1374 0 96324 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 390812

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.45
CPU user time (s): 1753.17
CPU system time (s): 47.2758
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1095824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.17
system time used= 47.2758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2980556
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= 5
involuntary context switches= 1803

runsolver used 3.16752 second user time and 5.87711 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 21:38:08
IDJOB=2692975
IDBENCH=79272
IDSOLVER=1205
FILE ID=node136/2692975-1277926688
PBS_JOBID= 11197383
Free space on /tmp= 74140 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.1900568186--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-2692975-1277926688/watcher-2692975-1277926688 -o /tmp/evaluation-result-2692975-1277926688/solver-2692975-1277926688 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692975-1277926688.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0bc882feda752f8542fa470cf04f3d53
RANDOM SEED=690965402

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
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.82
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.840
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.840
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.840
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.74
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.840
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.840
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.840
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:      30891740 kB
Buffers:        210820 kB
Cached:        1379672 kB
SwapCached:          0 kB
Active:         987016 kB
Inactive:       924160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30891740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6364 kB
Writeback:           0 kB
AnonPages:      321072 kB
Mapped:          20300 kB
Slab:            83100 kB
PageTables:       5616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1664480 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= 74128 MiB
End job on node136 at 2010-06-30 22:08:10