Trace number 2692952

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
MD5SUM1693c6ddcdda9c3a56f7a1957868c0a9
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 benchmark118.75
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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-2692952-1277925723.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	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.20	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.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+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.343130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
9.89/9.95	o 461
9.89/9.95	c * 9.6s|  4519 |  4426 |  8549 |   1.9 |  37M|2496 |   - |5645 |5414 |5645 | 236 |2877 |   0 | 782 | 0.000000e+00 | 4.610000e+02 |    Inf 
18.39/18.45	c  17.9s| 10000 |  9842 | 11819 |   1.2 |  49M|2496 |   0 |5645 |5653 |5645 | 219 |3848 | 239 | 877 | 0.000000e+00 | 4.610000e+02 |    Inf 
24.89/24.96	o 456
24.89/24.96	c *24.2s| 13790 | 13045 | 14583 |   1.0 |  59M|2496 |   - |5645 |6409 |5645 | 240 |4811 | 995 | 938 | 0.000000e+00 | 4.560000e+02 |    Inf 
26.49/26.51	o 445
26.49/26.51	c *25.7s| 14860 | 12922 | 15108 |   1.0 |  60M|2496 |   - |5645 |6590 |5645 | 267 |4942 |1176 | 941 | 0.000000e+00 | 4.450000e+02 |    Inf 
27.59/27.69	o 439
27.59/27.69	c *26.9s| 15543 | 13248 | 15489 |   1.0 |  61M|2496 |   - |5645 |6734 |5645 | 261 |5076 |1320 | 943 | 0.000000e+00 | 4.390000e+02 |    Inf 
27.79/27.81	o 438
27.79/27.81	c *27.0s| 15582 | 13243 | 15583 |   1.0 |  61M|2496 |   - |5645 |6751 |5645 | 241 |5097 |1337 | 943 | 0.000000e+00 | 4.380000e+02 |    Inf 
28.19/28.25	o 437
28.19/28.25	c *27.4s| 15775 | 13385 | 15980 |   1.0 |  62M|2496 |   - |5645 |6815 |5645 | 218 |5225 |1401 | 946 | 0.000000e+00 | 4.370000e+02 |    Inf 
28.29/28.35	o 436
28.29/28.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.29/28.35	c *27.5s| 15825 | 13399 | 16031 |   1.0 |  62M|2496 |   - |5645 |6825 |5645 | 243 |5233 |1411 | 946 | 0.000000e+00 | 4.360000e+02 |    Inf 
28.60/28.68	o 434
28.60/28.68	c *27.8s| 16072 | 13568 | 16045 |   1.0 |  62M|2496 |   - |5645 |6825 |5645 | 245 |5235 |1411 | 946 | 0.000000e+00 | 4.340000e+02 |    Inf 
29.29/29.32	o 419
29.29/29.32	c *28.4s| 16496 | 13184 | 16171 |   1.0 |  61M|2496 |   - |5645 |6900 |5645 | 243 |5275 |1486 | 946 | 0.000000e+00 | 4.190000e+02 |    Inf 
31.90/31.91	o 369
31.90/31.91	c *31.0s| 17748 | 12335 | 17469 |   1.0 |  57M|2496 |   - |5645 |7292 |5645 | 211 |5738 |1878 | 959 | 0.000000e+00 | 3.690000e+02 |    Inf 
35.60/35.63	c  34.6s| 20000 | 14459 | 18781 |   0.9 |  64M|2496 |   0 |5645 |7836 |5645 | 247 |6148 |2422 | 988 | 0.000000e+00 | 3.690000e+02 |    Inf 
37.40/37.48	o 357
37.40/37.48	c *36.4s| 20871 | 13932 | 20113 |   1.0 |  63M|2496 |   - |5645 |8163 |5645 | 258 |6557 |2750 |1009 | 0.000000e+00 | 3.570000e+02 |    Inf 
37.79/37.89	o 337
37.79/37.89	c *36.8s| 21041 | 13441 | 20411 |   1.0 |  61M|2496 |   - |5645 |8231 |5645 | 224 |6645 |2818 |1014 | 0.000000e+00 | 3.370000e+02 |    Inf 
37.79/37.89	o 330
37.79/37.89	c *36.8s| 21042 | 13278 | 20411 |   1.0 |  60M|2496 |   - |5645 |8231 |5645 | 224 |6645 |2818 |1014 | 0.000000e+00 | 3.300000e+02 |    Inf 
42.59/42.62	o 316
42.59/42.62	c *41.4s| 23180 | 14547 | 23442 |   1.0 |  67M|2496 |   - |5645 |9176 |5645 | 228 |7723 |3798 |1062 | 0.000000e+00 | 3.160000e+02 |    Inf 
42.99/43.03	o 301
42.99/43.03	c *41.8s| 23370 | 14081 | 23772 |   1.0 |  65M|2496 |   - |5645 |9214 |5645 | 244 |7827 |3844 |1062 | 0.000000e+00 | 3.010000e+02 |    Inf 
44.59/44.69	o 298
44.59/44.69	c *43.4s| 24062 | 14543 | 24927 |   1.0 |  67M|2496 |   - |5645 |9531 |5645 | 228 |8152 |4213 |1075 | 0.000000e+00 | 2.980000e+02 |    Inf 
45.10/45.16	o 295
45.10/45.16	c *43.8s| 24226 | 14563 | 25316 |   1.0 |  68M|2496 |   - |5645 |9643 |5645 | 225 |8258 |4361 |1077 | 0.000000e+00 | 2.950000e+02 |    Inf 
45.10/45.16	o 288
45.10/45.16	c *43.8s| 24227 | 14302 | 25316 |   1.0 |  66M|2496 |   - |5645 |9643 |5645 | 225 |8258 |4361 |1077 | 0.000000e+00 | 2.880000e+02 |    Inf 
51.70/51.71	o 285
51.70/51.71	c *50.2s| 26882 | 16373 | 29146 |   1.1 |  75M|2496 |   - |5645 |  10k|5645 | 213 |9445 |5996 |1103 | 0.000000e+00 | 2.850000e+02 |    Inf 
51.70/51.72	o 283
51.70/51.72	c *50.2s| 26884 | 16304 | 29159 |   1.1 |  75M|2496 |   - |5645 |  10k|5645 | 213 |9445 |5996 |1103 | 0.000000e+00 | 2.830000e+02 |    Inf 
51.70/51.73	o 280
51.70/51.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.70/51.73	c *50.2s| 26885 | 16173 | 29167 |   1.1 |  74M|2496 |   - |5645 |  10k|5645 | 213 |9445 |5996 |1103 | 0.000000e+00 | 2.800000e+02 |    Inf 
55.59/55.63	o 261
55.59/55.63	c *54.0s| 28602 | 16581 | 31633 |   1.1 |  76M|2496 |   - |5645 |  10k|5645 | 230 |  10k|6656 |1131 | 0.000000e+00 | 2.610000e+02 |    Inf 
58.89/58.93	o 258
58.89/58.93	c *57.2s| 29883 | 17400 | 34224 |   1.1 |  80M|2496 |   - |5645 |  10k|5645 | 239 |  11k|7398 |1141 | 0.000000e+00 | 2.580000e+02 |    Inf 
58.99/59.08	o 257
58.99/59.08	c *57.4s| 29921 | 17372 | 34432 |   1.1 |  80M|2496 |   - |5645 |  10k|5645 | 237 |  11k|7401 |1141 | 0.000000e+00 | 2.570000e+02 |    Inf 
59.10/59.11	o 251
59.10/59.11	c *57.4s| 29935 | 17009 | 34442 |   1.1 |  79M|2496 |   - |5645 |  10k|5645 | 234 |  11k|7401 |1141 | 0.000000e+00 | 2.510000e+02 |    Inf 
59.10/59.12	o 249
59.10/59.12	c *57.4s| 29936 | 16861 | 34442 |   1.1 |  78M|2496 |   - |5645 |  10k|5645 | 234 |  11k|7401 |1141 | 0.000000e+00 | 2.490000e+02 |    Inf 
59.30/59.35	c  57.6s| 30000 | 16917 | 34743 |   1.2 |  78M|2496 |   0 |5645 |  10k|5645 | 217 |  11k|7428 |1141 | 0.000000e+00 | 2.490000e+02 |    Inf 
59.40/59.40	o 234
59.40/59.40	c *57.7s| 30026 | 15855 | 34760 |   1.2 |  75M|2496 |   - |5645 |  10k|5645 | 223 |  11k|7428 |1141 | 0.000000e+00 | 2.340000e+02 |    Inf 
60.09/60.14	o 227
60.09/60.14	c *58.4s| 30356 | 15525 | 35471 |   1.2 |  74M|2496 |   - |5645 |  10k|5645 | 234 |  11k|7525 |1156 | 0.000000e+00 | 2.270000e+02 |    Inf 
60.30/60.30	o 224
60.30/60.30	c *58.6s| 30423 | 15340 | 35602 |   1.2 |  73M|2496 |   - |5645 |  10k|5645 | 238 |  11k|7528 |1157 | 0.000000e+00 | 2.240000e+02 |    Inf 
61.39/61.47	o 222
61.39/61.47	c *59.7s| 30741 | 15419 | 37232 |   1.2 |  74M|2496 |   - |5645 |9650 |5645 | 223 |  12k|7709 |1178 | 0.000000e+00 | 2.220000e+02 |    Inf 
61.39/61.48	o 217
61.39/61.48	c *59.7s| 30754 | 15125 | 37233 |   1.2 |  72M|2496 |   - |5645 |9650 |5645 | 223 |  12k|7709 |1178 | 0.000000e+00 | 2.170000e+02 |    Inf 
61.60/61.62	o 210
61.60/61.62	c *59.9s| 30805 | 14739 | 37440 |   1.2 |  71M|2496 |   - |5645 |9629 |5645 | 229 |  12k|7710 |1179 | 0.000000e+00 | 2.100000e+02 |    Inf 
61.79/61.89	o 206
61.79/61.89	c *60.1s| 30873 | 14460 | 37868 |   1.2 |  71M|2496 |   - |5645 |9475 |5645 | 247 |  12k|7736 |1184 | 0.000000e+00 | 2.060000e+02 |    Inf 
62.09/62.14	o 204
62.09/62.14	c *60.4s| 30930 | 14367 | 38260 |   1.2 |  71M|2496 |   - |5645 |9430 |5645 | 245 |  12k|7771 |1193 | 0.000000e+00 | 2.040000e+02 |    Inf 
62.70/62.79	o 203
62.70/62.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.70/62.79	c *61.0s| 31071 | 14376 | 39474 |   1.3 |  71M|2496 |   - |5645 |9281 |5645 | 218 |  12k|7885 |1214 | 0.000000e+00 | 2.030000e+02 |    Inf 
62.79/62.89	o 201
62.79/62.89	c *61.1s| 31108 | 14264 | 39651 |   1.3 |  71M|2496 |   - |5645 |9244 |5645 | 207 |  12k|7895 |1215 | 0.000000e+00 | 2.010000e+02 |    Inf 
62.89/62.90	o 196
62.89/62.90	c *61.1s| 31109 | 13873 | 39651 |   1.3 |  69M|2496 |   - |5645 |9244 |5645 | 207 |  12k|7895 |1215 | 0.000000e+00 | 1.960000e+02 |    Inf 
63.19/63.28	o 189
63.19/63.28	c *61.5s| 31199 | 13338 | 40382 |   1.3 |  68M|2496 |   - |5645 |9165 |5645 | 235 |  13k|7958 |1218 | 0.000000e+00 | 1.890000e+02 |    Inf 
63.19/63.28	o 184
63.19/63.28	c *61.5s| 31200 | 12919 | 40382 |   1.3 |  66M|2496 |   - |5645 |9165 |5645 | 235 |  13k|7958 |1218 | 0.000000e+00 | 1.840000e+02 |    Inf 
64.40/64.46	o 182
64.40/64.46	c *62.6s| 31573 | 13108 | 41488 |   1.3 |  68M|2496 |   - |5645 |8709 |5645 | 223 |  13k|8130 |1239 | 0.000000e+00 | 1.820000e+02 |    Inf 
64.40/64.47	o 173
64.40/64.47	c *62.6s| 31574 | 12408 | 41488 |   1.3 |  65M|2496 |   - |5645 |8709 |5645 | 223 |  13k|8130 |1239 | 0.000000e+00 | 1.730000e+02 |    Inf 
64.69/64.72	o 142
64.69/64.72	c *62.9s| 31720 | 10169 | 41677 |   1.3 |  56M|2496 |   - |5645 |8693 |5645 | 253 |  13k|8138 |1255 | 0.000000e+00 | 1.420000e+02 |    Inf 
64.80/64.87	o 128
64.80/64.87	c *63.0s| 31775 |  9379 | 41926 |   1.3 |  54M|2496 |   - |5645 |8653 |5645 | 230 |  13k|8139 |1255 | 0.000000e+00 | 1.280000e+02 |    Inf 
64.80/64.90	o 126
64.80/64.90	c *63.0s| 31781 |  9263 | 41927 |   1.3 |  54M|2496 |   - |5645 |8653 |5645 | 230 |  13k|8139 |1255 | 0.000000e+00 | 1.260000e+02 |    Inf 
64.99/65.07	o 104
64.99/65.07	c *63.2s| 31950 |  7525 | 41929 |   1.3 |  49M|2496 |   - |5645 |8653 |5645 | 230 |  13k|8139 |1255 | 0.000000e+00 | 1.040000e+02 |    Inf 
66.49/66.54	o 96
66.49/66.54	c *64.6s| 32390 |  7111 | 43967 |   1.4 |  49M|2496 |   - |5645 |8359 |5645 | 234 |  14k|8527 |1282 | 0.000000e+00 | 9.600000e+01 |    Inf 
66.79/66.83	o 84
66.79/66.83	c *64.9s| 32462 |  6105 | 44483 |   1.4 |  47M|2496 |   - |5645 |7993 |5645 | 247 |  14k|8553 |1299 | 0.000000e+00 | 8.400000e+01 |    Inf 
66.99/67.06	o 80
66.99/67.06	c *65.1s| 32509 |  5839 | 44846 |   1.4 |  46M|2496 |   - |5645 |7499 |5645 | 229 |  14k|8592 |1307 | 0.000000e+00 | 8.000000e+01 |    Inf 
67.49/67.56	o 73
67.49/67.56	c *65.6s| 32665 |  5455 | 45530 |   1.4 |  46M|2496 |   - |5645 |7191 |5645 | 206 |  14k|8702 |1326 | 0.000000e+00 | 7.300000e+01 |    Inf 
67.90/67.97	o 68
67.90/67.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.90/67.97	c *66.0s| 32768 |  5100 | 46357 |   1.4 |  46M|2496 |   - |5645 |6856 |5645 | 214 |  14k|8775 |1338 | 0.000000e+00 | 6.800000e+01 |    Inf 
67.99/68.02	o 59
67.99/68.02	c *66.1s| 32771 |  4221 | 46608 |   1.4 |  43M|2496 |   - |5645 |6686 |5645 | 229 |  14k|8775 |1339 | 0.000000e+00 | 5.900000e+01 |    Inf 
93.50/93.56	c  90.8s| 40000 |  6196 | 89220 |   2.2 |  62M|2496 |   6 |5645 |7459 |5645 | 236 |  26k|  16k|1720 | 0.000000e+00 | 5.900000e+01 |    Inf 
126.00/126.04	c   122s| 50000 |  8387 |128833 |   2.6 |  83M|2496 |   - |5645 |7682 |   0 |   0 |  37k|  27k|2063 | 0.000000e+00 | 5.900000e+01 |    Inf 
157.19/157.28	c   153s| 60000 | 10171 |165005 |   2.7 | 101M|2496 |   1 |5645 |8329 |5645 | 204 |  46k|  38k|2324 | 0.000000e+00 | 5.900000e+01 |    Inf 
190.08/190.13	c   184s| 70000 | 12040 |202597 |   2.9 | 122M|2496 |  12 |5645 |8291 |5645 | 283 |  55k|  49k|2636 | 0.000000e+00 | 5.900000e+01 |    Inf 
210.99/211.08	o 45
210.99/211.08	c * 205s| 76434 | 10819 |227249 |   3.0 | 125M|2496 |   - |5645 |9030 |5645 | 234 |  61k|  57k|2785 | 0.000000e+00 | 4.500000e+01 |    Inf 
221.09/221.13	c   214s| 80000 | 11184 |240477 |   3.0 | 129M|2496 |   0 |5645 |8470 |5645 | 252 |  64k|  61k|2892 | 0.000000e+00 | 4.500000e+01 |    Inf 
225.59/225.65	o 43
225.59/225.65	c * 219s| 81663 | 11269 |244205 |   3.0 | 132M|2496 |   - |5645 |9221 |5645 | 226 |  65k|  63k|2913 | 0.000000e+00 | 4.300000e+01 |    Inf 
227.39/227.43	o 41
227.39/227.43	c * 220s| 82328 | 11197 |245809 |   3.0 | 132M|2496 |   - |5645 |8760 |5645 | 219 |  65k|  64k|2926 | 0.000000e+00 | 4.100000e+01 |    Inf 
247.89/247.96	c   240s| 90000 | 11819 |268500 |   3.0 | 139M|2496 |   1 |5645 |7932 |5645 | 228 |  70k|  73k|3078 | 0.000000e+00 | 4.100000e+01 |    Inf 
259.19/259.21	o 35
259.19/259.21	c * 251s| 94371 | 11469 |281117 |   3.0 | 139M|2496 |   - |5645 |8582 |5645 | 251 |  72k|  79k|3171 | 0.000000e+00 | 3.500000e+01 |    Inf 
261.09/261.19	o 27
261.09/261.19	c * 253s| 95042 | 10382 |283492 |   3.0 | 133M|2496 |   - |5645 |7130 |5645 | 219 |  73k|  80k|3194 | 0.000000e+00 | 2.700000e+01 |    Inf 
261.49/261.53	o 24
261.49/261.53	c * 253s| 95208 | 10011 |283772 |   3.0 | 127M|2496 |   - |5645 |6897 |5645 | 225 |  73k|  80k|3195 | 0.000000e+00 | 2.400000e+01 |    Inf 
272.09/272.15	c   264s|100000 |  9827 |301992 |   3.0 | 129M|2496 |   1 |5645 |6373 |5645 | 217 |  76k|  87k|3284 | 0.000000e+00 | 2.400000e+01 |    Inf 
275.79/275.81	o 23
275.79/275.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.79/275.81	c * 267s|101765 |  9736 |307828 |   3.0 | 129M|2496 |   - |5645 |7299 |5645 | 199 |  77k|  89k|3309 | 0.000000e+00 | 2.300000e+01 |    Inf 
281.99/282.01	o 22
281.99/282.01	c * 273s|104634 |  9670 |317518 |   3.0 | 129M|2496 |   - |5645 |7168 |5645 | 224 |  79k|  93k|3369 | 0.000000e+00 | 2.200000e+01 |    Inf 
292.50/292.50	c   283s|110000 |  9621 |333319 |   3.0 | 131M|2496 |   - |5645 |7268 |   0 |   0 |  81k| 100k|3435 | 0.000000e+00 | 2.200000e+01 |    Inf 
301.89/301.96	o 11
301.89/301.96	c * 292s|114487 |  8377 |350829 |   3.1 | 108M|2496 |   - |5645 |8739 |5645 | 234 |  84k| 106k|3523 | 0.000000e+00 | 1.100000e+01 |    Inf 
305.19/305.29	o 10
305.19/305.29	c * 295s|116209 |  8337 |356839 |   3.1 | 108M|2496 |   - |5645 |8075 |5645 | 249 |  85k| 108k|3567 | 0.000000e+00 | 1.000000e+01 |    Inf 
305.49/305.56	o 9
305.49/305.56	c * 295s|116343 |  8252 |357314 |   3.1 | 106M|2496 |   - |5645 |7963 |5645 | 221 |  85k| 108k|3570 | 0.000000e+00 | 9.000000e+00 |    Inf 
312.00/312.03	c   302s|120000 |  8347 |370805 |   3.1 | 108M|2496 |   - |5645 |7985 |   0 |   0 |  87k| 113k|3615 | 0.000000e+00 | 9.000000e+00 |    Inf 
329.79/329.80	c   319s|130000 |  8338 |402889 |   3.1 | 110M|2496 |  19 |5645 |8259 |5645 | 236 |  90k| 126k|3764 | 0.000000e+00 | 9.000000e+00 |    Inf 
347.49/347.57	c   336s|140000 |  8413 |438364 |   3.1 | 112M|2496 |   1 |5645 |  10k|5645 | 184 |  95k| 140k|3891 | 0.000000e+00 | 9.000000e+00 |    Inf 
366.40/366.43	c   354s|150000 |  8631 |471372 |   3.1 | 116M|2496 |   1 |5645 |  13k|5645 | 205 | 100k| 153k|4040 | 0.000000e+00 | 9.000000e+00 |    Inf 
385.49/385.55	c   372s|160000 |  8742 |507700 |   3.2 | 119M|2496 |   8 |5645 |  15k|5645 | 221 | 105k| 166k|4158 | 0.000000e+00 | 9.000000e+00 |    Inf 
393.49/393.52	o 2
393.49/393.52	c * 380s|163992 |  7259 |523106 |   3.2 | 101M|2496 |   - |5645 |  17k|5645 | 281 | 107k| 172k|4211 | 0.000000e+00 | 2.000000e+00 |    Inf 
405.20/405.27	c   391s|170000 |  7309 |545334 |   3.2 | 101M|2496 |  18 |5645 |  15k|5645 | 256 | 109k| 180k|4306 | 0.000000e+00 | 2.000000e+00 |    Inf 
423.89/423.94	c   409s|180000 |  7278 |586350 |   3.3 | 102M|2496 |   - |5645 |  14k|   0 |   0 | 113k| 193k|4450 | 0.000000e+00 | 2.000000e+00 |    Inf 
443.49/443.50	c   428s|190000 |  7330 |626634 |   3.3 | 104M|2496 |   - |5645 |  17k|   0 |   0 | 117k| 207k|4546 | 0.000000e+00 | 2.000000e+00 |    Inf 
463.20/463.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.20/463.20	c   447s|200000 |  7177 |665941 |   3.3 | 102M|2496 |   1 |5645 |  13k|5645 | 196 | 120k| 220k|4711 | 0.000000e+00 | 2.000000e+00 |    Inf 
482.81/482.85	c   466s|210000 |  7286 |704776 |   3.4 | 104M|2496 |   1 |5645 |  16k|5645 | 217 | 126k| 233k|4799 | 0.000000e+00 | 2.000000e+00 |    Inf 
502.50/502.57	c   484s|220000 |  7346 |742913 |   3.4 | 106M|2496 |   4 |5645 |  17k|5645 | 229 | 131k| 247k|4867 | 0.000000e+00 | 2.000000e+00 |    Inf 
523.39/523.44	c   505s|230000 |  7426 |785221 |   3.4 | 109M|2496 |  12 |5645 |  21k|5645 | 263 | 135k| 261k|4956 | 0.000000e+00 | 2.000000e+00 |    Inf 
545.10/545.12	c   525s|240000 |  7139 |827362 |   3.4 | 104M|2496 |   1 |5645 |  13k|5645 | 234 | 139k| 275k|5141 | 0.000000e+00 | 2.000000e+00 |    Inf 
563.70/563.70	c   543s|250000 |  7193 |864909 |   3.5 | 106M|2496 |   1 |5645 |  16k|5645 | 249 | 142k| 288k|5229 | 0.000000e+00 | 2.000000e+00 |    Inf 
583.60/583.64	c   562s|260000 |  7267 |904573 |   3.5 | 107M|2496 |   1 |5645 |  19k|5645 | 262 | 145k| 301k|5299 | 0.000000e+00 | 2.000000e+00 |    Inf 
604.10/604.14	c   582s|270000 |  7390 |939871 |   3.5 | 110M|2496 |   - |5645 |  21k|   0 |   0 | 148k| 314k|5380 | 0.000000e+00 | 2.000000e+00 |    Inf 
626.60/626.67	c   604s|280000 |  7399 |976524 |   3.5 | 111M|2496 |  13 |5645 |  22k|5645 | 250 | 151k| 328k|5463 | 0.000000e+00 | 2.000000e+00 |    Inf 
648.00/648.09	c   625s|290000 |  7351 |  1010k|   3.5 | 111M|2496 |  16 |5645 |  21k|5645 | 244 | 154k| 341k|5522 | 0.000000e+00 | 2.000000e+00 |    Inf 
669.60/669.65	c   646s|300000 |  7286 |  1051k|   3.5 | 111M|2496 |   5 |5645 |  24k|5645 | 233 | 158k| 355k|5604 | 0.000000e+00 | 2.000000e+00 |    Inf 
690.30/690.33	c   666s|310000 |  6942 |  1085k|   3.5 | 105M|2496 |   - |5645 |  13k|   0 |   0 | 162k| 368k|5711 | 0.000000e+00 | 2.000000e+00 |    Inf 
710.10/710.17	c   685s|320000 |  6926 |  1126k|   3.5 | 107M|2496 |   9 |5645 |  17k|5645 | 282 | 166k| 381k|5811 | 0.000000e+00 | 2.000000e+00 |    Inf 
732.21/732.23	c   706s|330000 |  6974 |  1167k|   3.5 | 109M|2496 |   - |5645 |  21k|   0 |   0 | 168k| 395k|5858 | 0.000000e+00 | 2.000000e+00 |    Inf 
754.80/754.83	c   728s|340000 |  7047 |  1207k|   3.6 | 110M|2496 |   8 |5645 |  22k|5645 | 245 | 173k| 408k|5954 | 0.000000e+00 | 2.000000e+00 |    Inf 
777.90/777.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
777.90/777.90	c   750s|350000 |  7055 |  1250k|   3.6 | 111M|2496 |   - |5645 |  24k|   0 |   0 | 177k| 421k|6004 | 0.000000e+00 | 2.000000e+00 |    Inf 
801.31/801.32	c   773s|360000 |  7030 |  1292k|   3.6 | 111M|2496 |   1 |5645 |  23k|5645 | 262 | 180k| 435k|6091 | 0.000000e+00 | 2.000000e+00 |    Inf 
824.91/824.91	c   796s|370000 |  7084 |  1329k|   3.6 | 112M|2496 |   1 |5645 |  24k|5645 | 248 | 183k| 448k|6173 | 0.000000e+00 | 2.000000e+00 |    Inf 
848.31/848.39	c   819s|380000 |  7274 |  1366k|   3.6 | 115M|2496 |   - |5645 |  26k|   0 |   0 | 187k| 461k|6217 | 0.000000e+00 | 2.000000e+00 |    Inf 
872.51/872.50	c   842s|390000 |  7425 |  1403k|   3.6 | 117M|2496 |   1 |5645 |  27k|5645 | 247 | 191k| 475k|6268 | 0.000000e+00 | 2.000000e+00 |    Inf 
896.81/896.85	c   866s|400000 |  7470 |  1438k|   3.6 | 117M|2496 |   - |5645 |  26k|   0 |   0 | 194k| 488k|6325 | 0.000000e+00 | 2.000000e+00 |    Inf 
920.51/920.51	c   889s|410000 |  7528 |  1473k|   3.6 | 119M|2496 |   - |5645 |  28k|   0 |   0 | 197k| 502k|6395 | 0.000000e+00 | 2.000000e+00 |    Inf 
944.42/944.42	c   912s|420000 |  7504 |  1508k|   3.6 | 119M|2496 |   - |5645 |  29k|   0 |   0 | 200k| 516k|6449 | 0.000000e+00 | 2.000000e+00 |    Inf 
969.31/969.35	c   937s|430000 |  7510 |  1546k|   3.6 | 121M|2496 |   1 |5645 |  30k|5645 | 279 | 203k| 530k|6493 | 0.000000e+00 | 2.000000e+00 |    Inf 
993.42/993.41	c   960s|440000 |  7350 |  1585k|   3.6 | 118M|2496 |   - |5645 |  26k|   0 |   0 | 206k| 544k|6546 | 0.000000e+00 | 2.000000e+00 |    Inf 
1017.12/1017.11	c   983s|450000 |  7452 |  1627k|   3.6 | 120M|2496 |   - |5645 |  29k|   0 |   0 | 209k| 557k|6601 | 0.000000e+00 | 2.000000e+00 |    Inf 
1042.91/1042.93	c  1008s|460000 |  7449 |  1668k|   3.6 | 121M|2496 |   - |5645 |  31k|   0 |   0 | 212k| 572k|6655 | 0.000000e+00 | 2.000000e+00 |    Inf 
1067.82/1067.85	c  1032s|470000 |  7538 |  1704k|   3.6 | 121M|2496 |   - |5645 |  29k|   0 |   0 | 216k| 585k|6694 | 0.000000e+00 | 2.000000e+00 |    Inf 
1093.12/1093.12	c  1057s|480000 |  7528 |  1743k|   3.6 | 122M|2496 |   1 |5645 |  29k|5645 | 271 | 219k| 599k|6738 | 0.000000e+00 | 2.000000e+00 |    Inf 
1118.12/1118.11	c  1081s|490000 |  7497 |  1780k|   3.6 | 123M|2496 |  24 |5645 |  31k|5645 | 301 | 222k| 613k|6793 | 0.000000e+00 | 2.000000e+00 |    Inf 
1144.22/1144.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.22/1144.29	c  1107s|500000 |  7455 |  1820k|   3.6 | 122M|2496 |   - |5645 |  30k|   0 |   0 | 225k| 626k|6849 | 0.000000e+00 | 2.000000e+00 |    Inf 
1170.32/1170.35	c  1132s|510000 |  7602 |  1857k|   3.6 | 124M|2496 |   1 |5645 |  32k|5645 | 269 | 228k| 640k|6907 | 0.000000e+00 | 2.000000e+00 |    Inf 
1197.02/1197.09	c  1158s|520000 |  7506 |  1898k|   3.7 | 124M|2496 |  13 |5645 |  33k|5645 | 316 | 232k| 654k|6969 | 0.000000e+00 | 2.000000e+00 |    Inf 
1223.42/1223.48	c  1184s|530000 |  7486 |  1934k|   3.7 | 124M|2496 |   - |5645 |  32k|   0 |   0 | 235k| 667k|7021 | 0.000000e+00 | 2.000000e+00 |    Inf 
1250.42/1250.40	c  1210s|540000 |  7484 |  1981k|   3.7 | 125M|2496 |   - |5645 |  34k|   0 |   0 | 239k| 682k|7068 | 0.000000e+00 | 2.000000e+00 |    Inf 
1276.92/1276.93	c  1236s|550000 |  7478 |  2021k|   3.7 | 124M|2496 |   - |5645 |  33k|   0 |   0 | 242k| 695k|7121 | 0.000000e+00 | 2.000000e+00 |    Inf 
1303.12/1303.15	c  1262s|560000 |  7544 |  2057k|   3.7 | 126M|2496 |   - |5645 |  34k|   0 |   0 | 245k| 709k|7160 | 0.000000e+00 | 2.000000e+00 |    Inf 
1329.32/1329.34	c  1288s|570000 |  7549 |  2093k|   3.7 | 125M|2496 |   - |5645 |  33k|   0 |   0 | 248k| 722k|7217 | 0.000000e+00 | 2.000000e+00 |    Inf 
1355.73/1355.77	c  1313s|580000 |  7574 |  2130k|   3.7 | 126M|2496 |   7 |5645 |  33k|5645 | 269 | 251k| 736k|7265 | 0.000000e+00 | 2.000000e+00 |    Inf 
1383.73/1383.79	c  1341s|590000 |  7576 |  2173k|   3.7 | 128M|2496 |   - |5645 |  38k|   0 |   0 | 254k| 749k|7315 | 0.000000e+00 | 2.000000e+00 |    Inf 
1414.03/1414.02	c  1370s|600000 |  7590 |  2218k|   3.7 | 129M|2496 |   - |5645 |  41k|   0 |   0 | 257k| 763k|7379 | 0.000000e+00 | 2.000000e+00 |    Inf 
1443.42/1443.42	c  1399s|610000 |  7233 |  2258k|   3.7 | 120M|2496 |   1 |5645 |  30k|5645 | 252 | 260k| 777k|7477 | 0.000000e+00 | 2.000000e+00 |    Inf 
1468.54/1468.56	c  1423s|620000 |  7156 |  2295k|   3.7 | 117M|2496 |   1 |5645 |  24k|5645 | 245 | 264k| 790k|7896 | 0.000000e+00 | 2.000000e+00 |    Inf 
1491.33/1491.38	c  1445s|630000 |  7010 |  2332k|   3.7 | 116M|2496 |   - |5645 |  23k|   0 |   0 | 268k| 804k|7994 | 0.000000e+00 | 2.000000e+00 |    Inf 
1515.43/1515.44	c  1469s|640000 |  7014 |  2370k|   3.7 | 116M|2496 |  17 |5645 |  22k|5645 | 261 | 272k| 817k|7999 | 0.000000e+00 | 2.000000e+00 |    Inf 
1539.63/1539.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.63/1539.61	c  1492s|650000 |  6857 |  2406k|   3.7 | 113M|2496 |   - |5645 |  18k|   0 |   0 | 275k| 830k|8022 | 0.000000e+00 | 2.000000e+00 |    Inf 
1560.13/1560.17	c  1512s|660000 |  6849 |  2443k|   3.7 | 115M|2496 |  17 |5645 |  22k|5645 | 231 | 279k| 844k|8053 | 0.000000e+00 | 2.000000e+00 |    Inf 
1583.13/1583.14	c  1534s|670000 |  6899 |  2480k|   3.7 | 116M|2496 |   1 |5645 |  25k|5645 | 265 | 284k| 857k|8095 | 0.000000e+00 | 2.000000e+00 |    Inf 
1607.04/1607.03	c  1558s|680000 |  6968 |  2515k|   3.7 | 118M|2496 |   - |5645 |  27k|   0 |   0 | 287k| 870k|8128 | 0.000000e+00 | 2.000000e+00 |    Inf 
1630.93/1630.94	c  1581s|690000 |  6962 |  2554k|   3.7 | 118M|2496 |   - |5645 |  28k|   0 |   0 | 290k| 884k|8166 | 0.000000e+00 | 2.000000e+00 |    Inf 
1655.13/1655.16	c  1604s|700000 |  6917 |  2593k|   3.7 | 118M|2496 |   - |5645 |  28k|   0 |   0 | 294k| 898k|8203 | 0.000000e+00 | 2.000000e+00 |    Inf 
1679.13/1679.13	c  1628s|710000 |  6786 |  2627k|   3.7 | 116M|2496 |   - |5645 |  26k|   0 |   0 | 298k| 911k|8280 | 0.000000e+00 | 2.000000e+00 |    Inf 
1691.74/1691.76	o 1
1691.74/1691.76	c *1640s|715360 |  6654 |  2647k|   3.7 | 114M|2496 |   - |5645 |  28k|5645 | 270 | 299k| 918k|8308 | 0.000000e+00 | 1.000000e-00 |    Inf 
1702.94/1702.90	c  1651s|720000 |  6638 |  2661k|   3.7 | 114M|2496 |   - |5645 |  27k|5645 | 246 | 301k| 925k|8312 | 0.000000e+00 | 1.000000e-00 |    Inf 
1729.63/1729.65	c  1677s|730000 |  6692 |  2699k|   3.7 | 116M|2496 |   - |5645 |  29k|   0 |   0 | 305k| 939k|8354 | 0.000000e+00 | 1.000000e-00 |    Inf 
1756.14/1756.17	c  1703s|740000 |  6653 |  2738k|   3.7 | 113M|2496 |  11 |5645 |  23k|5645 | 263 | 308k| 953k|8455 | 0.000000e+00 | 1.000000e-00 |    Inf 
1777.65/1777.61	c  1723s|750000 |  6775 |  2772k|   3.7 | 113M|2496 |   - |5645 |  20k|   0 |   0 | 312k| 966k|8502 | 0.000000e+00 | 1.000000e-00 |    Inf 
1799.34/1799.34	c  1745s|760000 |  6840 |  2802k|   3.7 | 114M|2496 |   - |5645 |  20k|   0 |   0 | 316k| 980k|8549 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1745.21
1800.05/1800.00	c Solving Nodes      : 760260
1800.05/1800.00	c Primal Bound       : +1.00000000000000e-00 (294 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/1800.09	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1800.05/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.05/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 -x54 
1800.05/1800.09	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.05/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.05/1800.09	v -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1745.21
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2692952-1277925723.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2692952-1277925723.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 42864 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     477628          0         13        559          0          0     779112
1800.05/1800.09	c   indicator        :       2707          0    3775572      85702          0        566    7432274          0          0          0
1800.05/1800.09	c   linear           :       2707          6    4059109      84887          0     301809   18586979     316609          0          0
1800.05/1800.09	c   logicor          :          0+         0    1263690          0          0      53336    1479517          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0       7472          0          0          0         69          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0      43348          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      13.87       0.00       0.00      13.87       0.00
1800.05/1800.09	c   indicator        :      27.58       0.00      17.75       9.83       0.00
1800.05/1800.09	c   linear           :     200.28       0.01     193.20       7.07       0.00
1800.05/1800.09	c   logicor          :     292.76       0.00     292.76       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.00          2          0          0
1800.05/1800.09	c   rootredcost      :       0.01         64          0       2707
1800.05/1800.09	c   pseudoobj        :     202.35    4078006      15215    4886239
1800.05/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.09	c   propagation      :      19.38     370360     370052    2224740       27.3      17530       17.2          -
1800.05/1800.09	c   infeasible LP    :       5.36      14968      14968     116103       43.3        205       16.9          0
1800.05/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   pseudo solution  :       0.07        309        309       1340       14.3        277        5.8          -
1800.05/1800.09	c   applied globally :          -          -          -     980516       22.2          -          -          -
1800.05/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.09	c   redcost          :      38.74     483278          0    2465007          0          0
1800.05/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.05/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.09	c   cmir             :       0.03          4          0          0          1          0
1800.05/1800.09	c   flowcover        :       0.02          4          0          0          2          0
1800.05/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.09	c Pricers            :       Time      Calls       Vars
1800.05/1800.09	c   problem variables:       0.00          0          0
1800.05/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   relpscost        :      13.77     390017         13        559          0          0     779112
1800.05/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   inference        :       8.29      43284          0          0          0          0      86568
1800.05/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.09	c   LP solutions     :       0.15          -         64
1800.05/1800.09	c   pseudo solutions :       0.00          -          0
1800.05/1800.09	c   feaspump         :       0.00          0          0
1800.05/1800.09	c   intshifting      :       0.01          4          0
1800.05/1800.09	c   oneopt           :       0.26         57          0
1800.05/1800.09	c   guideddiving     :       0.10         43          0
1800.05/1800.09	c   coefdiving       :       0.13        113          0
1800.05/1800.09	c   pscostdiving     :       0.15        113          0
1800.05/1800.09	c   fracdiving       :       0.13        113          0
1800.05/1800.09	c   veclendiving     :       0.13        114          0
1800.05/1800.09	c   linesearchdiving :       0.16        114          0
1800.05/1800.09	c   crossover        :       1.80         67          0
1800.05/1800.09	c   rootsoldiving    :       0.24        111          0
1800.05/1800.09	c   objpscostdiving  :       0.24        112          0
1800.05/1800.09	c   trivial          :       0.09          2          2
1800.05/1800.09	c   simplerounding   :       0.38     391575          0
1800.05/1800.09	c   zirounding       :       0.25       1000          0
1800.05/1800.09	c   rounding         :       2.55       8766          0
1800.05/1800.09	c   shifting         :       1.53       2742          0
1800.05/1800.09	c   twoopt           :       0.00          0          0
1800.05/1800.09	c   fixandinfer      :       0.00          0          0
1800.05/1800.09	c   intdiving        :       0.00          0          0
1800.05/1800.09	c   actconsdiving    :       0.00          0          0
1800.05/1800.09	c   octane           :       0.00          0          0
1800.05/1800.09	c   rens             :       0.03          1          0
1800.05/1800.09	c   rins             :       0.00          0          0
1800.05/1800.09	c   localbranching   :       0.00          0          0
1800.05/1800.09	c   mutation         :       0.00          0          0
1800.05/1800.09	c   dins             :       0.00          0          0
1800.05/1800.09	c   undercover       :       0.00          0          0
1800.05/1800.09	c   nlp              :       0.00          0          0
1800.05/1800.09	c   trysol           :       2.69       7732        228
1800.05/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.09	c   dual LP          :     432.57     457122    2801585       6.13    6476.60
1800.05/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.09	c   diving/probing LP:       0.20         76       2158      28.39   10790.00
1800.05/1800.09	c   strong branching :      10.44       8549      89720      10.49    8593.87
1800.05/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.09	c B&B Tree           :
1800.05/1800.09	c   number of runs   :          1
1800.05/1800.09	c   nodes            :     760260
1800.05/1800.09	c   nodes (total)    :     760260
1800.05/1800.09	c   nodes left       :       6837
1800.05/1800.09	c   max depth        :       2496
1800.05/1800.09	c   max depth (total):       2496
1800.05/1800.09	c   backtracks       :      70989 (9.3%)
1800.05/1800.09	c   delayed cutoffs  :      64497
1800.05/1800.09	c   repropagations   :    1948359 (5456004 domain reductions, 58809 cutoffs)
1800.05/1800.09	c   avg switch length:       6.56
1800.05/1800.09	c   switching time   :     276.13
1800.05/1800.09	c Solution           :
1800.05/1800.09	c   Solutions found  :        294 (65 improvements)
1800.05/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.09	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 715360 nodes, 1639.85 seconds, depth 41, found by <relaxation>)
1800.05/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.09	c   Gap              :   infinite
1800.05/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.09	c   Root Iterations  :        183
1800.24/1800.22	c Time complete: 1800.26.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16984
/proc/meminfo: memFree=30163676/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=10964 CPUtime=0
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1669 0 0 0 0 0 0 0 23 0 1 0 133866972 11227136 1589 4089446400 4194304 9819077 140735565947712 18446744073709551615 8659358 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16984/statm: 2777 1605 392 1374 0 1398 0

[startup+0.0160969 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16984
/proc/meminfo: memFree=30163676/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=13992 CPUtime=0.01
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2441 0 0 0 1 0 0 0 23 0 1 0 133866972 14327808 2361 4089446400 4194304 9819077 140735565947712 18446744073709551615 8677991 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16984/statm: 3498 2361 392 1374 0 2119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13992

[startup+0.101094 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16984
/proc/meminfo: memFree=30163676/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=36396 CPUtime=0.09
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 8122 0 0 0 9 0 0 0 23 0 1 0 133866972 37269504 7688 4089446400 4194304 9819077 140735565947712 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.301058 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16984
/proc/meminfo: memFree=30163676/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=53508 CPUtime=0.29
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 12809 0 0 0 27 2 0 0 23 0 1 0 133866972 54792192 11776 4089446400 4194304 9819077 140735565947712 18446744073709551615 4684996 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 13377 11776 674 1374 0 11998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53508

[startup+0.700972 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16984
/proc/meminfo: memFree=30163676/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=47088 CPUtime=0.69
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 27920 0 0 0 65 4 0 0 25 0 1 0 133866972 48218112 9981 4089446400 4194304 9819077 140735565947712 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 11471 9943 698 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47088

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16985
/proc/meminfo: memFree=30124980/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=47860 CPUtime=1.49
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 41609 0 0 0 141 8 0 0 25 0 1 0 133866972 49008640 10405 4089446400 4194304 9819077 140735565947712 18446744073709551615 6003575 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 11965 10405 700 1374 0 10586 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47860

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16985
/proc/meminfo: memFree=30120764/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=53016 CPUtime=3.09
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 62206 0 0 0 295 14 0 0 25 0 1 0 133866972 54288384 12000 4089446400 4194304 9819077 140735565947712 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 13254 12000 700 1374 0 11875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53016

[startup+6.30095 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16985
/proc/meminfo: memFree=30108368/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=57752 CPUtime=6.29
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 74155 0 0 0 607 22 0 0 25 0 1 0 133866972 59138048 12877 4089446400 4194304 9819077 140735565947712 18446744073709551615 6386895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 14438 12877 700 1374 0 13059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57752

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16986
/proc/meminfo: memFree=30090140/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=70672 CPUtime=12.7
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 100679 0 0 0 1230 40 0 0 25 0 1 0 133866972 72368128 16050 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 17668 16050 700 1374 0 16289 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 70672

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16986
/proc/meminfo: memFree=30055532/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=92608 CPUtime=25.49
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 137127 0 0 0 2476 73 0 0 25 0 1 0 133866972 94830592 21515 4089446400 4194304 9819077 140735565947712 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 23152 21515 704 1374 0 21773 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92608

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16986
/proc/meminfo: memFree=30003476/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=126864 CPUtime=51.09
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 251921 0 0 0 4964 145 0 0 25 0 1 0 133866972 129908736 29861 4089446400 4194304 9819077 140735565947712 18446744073709551615 6377344 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 31716 29861 704 1374 0 30337 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126864

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16988
/proc/meminfo: memFree=29898876/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=194020 CPUtime=102.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 430277 0 0 0 9929 301 0 0 25 0 1 0 133866972 198676480 46143 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 48505 46143 709 1374 0 47126 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 194020

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16990
/proc/meminfo: memFree=29788604/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=256808 CPUtime=162.29
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 584759 0 0 0 15740 489 0 0 25 0 1 0 133866972 262971392 60512 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16984/statm: 64202 60512 710 1374 0 62823 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 256808

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16991
/proc/meminfo: memFree=29694932/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=314184 CPUtime=222.29
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 731655 0 0 0 21552 677 0 0 25 0 1 0 133866972 321724416 73084 4089446400 4194304 9819077 140735565947712 18446744073709551615 4659942 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 78546 73084 716 1374 0 77167 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 314184

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16992
/proc/meminfo: memFree=29623208/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=346168 CPUtime=282.29
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 935677 0 0 0 27325 904 0 0 25 0 1 0 133866972 354476032 80139 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 86542 80139 717 1374 0 85163 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 346168

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16994
/proc/meminfo: memFree=29565128/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=359324 CPUtime=342.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1147725 0 0 0 33065 1165 0 0 25 0 1 0 133866972 367947776 83040 4089446400 4194304 9819077 140735565947712 18446744073709551615 6361068 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 89831 83040 725 1374 0 88452 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 359324

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16996
/proc/meminfo: memFree=29507304/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=366468 CPUtime=402.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1302042 0 0 0 38821 1409 0 0 25 0 1 0 133866972 375263232 85106 4089446400 4194304 9819077 140735565947712 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 91617 85106 725 1374 0 90238 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 366468

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16998
/proc/meminfo: memFree=29463632/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=367268 CPUtime=462.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1446396 0 0 0 44584 1646 0 0 25 0 1 0 133866972 376082432 85312 4089446400 4194304 9819077 140735565947712 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 91817 85312 725 1374 0 90438 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 367268

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 16999
/proc/meminfo: memFree=29416608/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=369712 CPUtime=522.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1569166 0 0 0 50354 1876 0 0 25 0 1 0 133866972 378585088 85895 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 92428 85895 725 1374 0 91049 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 369712

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 17001
/proc/meminfo: memFree=29376524/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=370728 CPUtime=582.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1688022 0 0 0 56123 2107 0 0 25 0 1 0 133866972 379625472 86209 4089446400 4194304 9819077 140735565947712 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 92682 86209 725 1374 0 91303 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 370728

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 4/179 17005
/proc/meminfo: memFree=29326680/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=372880 CPUtime=642.3
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 1763857 0 0 0 61928 2302 0 0 25 0 1 0 133866972 381829120 86742 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 93220 86742 725 1374 0 91841 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 372880

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 17061
/proc/meminfo: memFree=30740860/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=378804 CPUtime=882.31
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2104654 0 0 0 85193 3038 0 0 25 0 1 0 133866972 387895296 88265 4089446400 4194304 9819077 140735565947712 18446744073709551615 6589138 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 94701 88265 740 1374 0 93322 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 378804

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 17062
/proc/meminfo: memFree=30636884/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=380744 CPUtime=942.31
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2141407 0 0 0 91031 3200 0 0 25 0 1 0 133866972 389881856 88805 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 95186 88805 740 1374 0 93807 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 380744

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 17064
/proc/meminfo: memFree=30522624/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=381564 CPUtime=1002.31
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2192322 0 0 0 96867 3364 0 0 25 0 1 0 133866972 390721536 88960 4089446400 4194304 9819077 140735565947712 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 95391 88960 740 1374 0 94012 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 381564

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 17066
/proc/meminfo: memFree=30414824/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=382944 CPUtime=1062.31
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2235484 0 0 0 102711 3520 0 0 25 0 1 0 133866972 392134656 89306 4089446400 4194304 9819077 140735565947712 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 95736 89306 740 1374 0 94357 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 382944

[startup+1122.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/179 17067
/proc/meminfo: memFree=30296480/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=384068 CPUtime=1122.32
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2288962 0 0 0 108558 3674 0 0 25 0 1 0 133866972 393285632 89514 4089446400 4194304 9819077 140735565947712 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 96017 89514 740 1374 0 94638 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 384068

[startup+1182.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 17068
/proc/meminfo: memFree=30203312/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=385480 CPUtime=1182.32
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2338339 0 0 0 114405 3827 0 0 25 0 1 0 133866972 394731520 89962 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 96370 89962 740 1374 0 94991 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 385480

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17070
/proc/meminfo: memFree=30132952/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=387544 CPUtime=1242.32
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2383821 0 0 0 120260 3972 0 0 25 0 1 0 133866972 396845056 90510 4089446400 4194304 9819077 140735565947712 18446744073709551615 6590441 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 96886 90510 740 1374 0 95507 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 387544

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17072
/proc/meminfo: memFree=30061244/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=389008 CPUtime=1302.33
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2416282 0 0 0 126118 4115 0 0 25 0 1 0 133866972 398344192 90852 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 97252 90852 740 1374 0 95873 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 389008

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17074
/proc/meminfo: memFree=30000560/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=391356 CPUtime=1362.32
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2454038 0 0 0 131971 4261 0 0 25 0 1 0 133866972 400748544 91122 4089446400 4194304 9819077 140735565947712 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 97839 91122 740 1374 0 96460 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 391356

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17075
/proc/meminfo: memFree=29945340/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=393960 CPUtime=1422.33
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2491994 0 0 0 137835 4398 0 0 25 0 1 0 133866972 403415040 92030 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98490 92030 740 1374 0 97111 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 393960

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17076
/proc/meminfo: memFree=29921376/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395160 CPUtime=1482.32
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2542238 0 0 0 143668 4564 0 0 25 0 1 0 133866972 404643840 92224 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98790 92224 740 1374 0 97411 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 395160

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17078
/proc/meminfo: memFree=29832904/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395304 CPUtime=1542.33
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2571714 0 0 0 149485 4748 0 0 25 0 1 0 133866972 404791296 92290 4089446400 4194304 9819077 140735565947712 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98826 92290 740 1374 0 97447 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 395304

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 17080
/proc/meminfo: memFree=29745304/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395296 CPUtime=1602.33
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2598278 0 0 0 155299 4934 0 0 25 0 1 0 133866972 404783104 92289 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98824 92289 740 1374 0 97445 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 395296

[startup+1662.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 17082
/proc/meminfo: memFree=29662792/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395296 CPUtime=1662.34
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2628540 0 0 0 161133 5101 0 0 25 0 1 0 133866972 404783104 92295 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98824 92295 740 1374 0 97445 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 395296

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 17083
/proc/meminfo: memFree=29565884/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395680 CPUtime=1722.33
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2683831 0 0 0 166965 5268 0 0 25 0 1 0 133866972 405176320 92359 4089446400 4194304 9819077 140735565947712 18446744073709551615 6671134 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98920 92359 740 1374 0 97541 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 395680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17085
/proc/meminfo: memFree=29485112/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=395884 CPUtime=1782.34
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2725731 0 0 0 172805 5429 0 0 25 0 1 0 133866972 405385216 92391 4089446400 4194304 9819077 140735565947712 18446744073709551615 5004488 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 98971 92391 740 1374 0 97592 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 395884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17085
/proc/meminfo: memFree=29460800/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=396068 CPUtime=1800.05
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2733405 0 0 0 174524 5481 0 0 25 0 1 0 133866972 405573632 92392 4089446400 4194304 9819077 140735565947712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16984/statm: 99017 92392 740 1374 0 97638 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 396068

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.00 2.00 3/179 17085
/proc/meminfo: memFree=29460800/32951124 swapFree=67111528/67111528
[pid=16984] ppid=16982 vsize=383840 CPUtime=1800.24
/proc/16984/stat : 16984 (pbscip.linux.x8) R 16982 16984 15397 0 -1 4202496 2733406 0 0 0 174543 5481 0 0 25 0 1 0 133866972 393052160 89342 4089446400 4194304 9819077 140735565947712 18446744073709551615 5953505 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16984/statm: 95960 89342 741 1374 0 94581 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 383840

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.27
CPU user time (s): 1745.45
CPU system time (s): 54.8267
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 411884

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

runsolver used 3.50147 second user time and 6.25505 second system time

The end

Launcher Data

Begin job on node142 at 2010-06-30 21:22:03
IDJOB=2692952
IDBENCH=79262
IDSOLVER=1205
FILE ID=node142/2692952-1277925723
PBS_JOBID= 11197306
Free space on /tmp= 74176 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.1900553647--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-2692952-1277925723/watcher-2692952-1277925723 -o /tmp/evaluation-result-2692952-1277925723/solver-2692952-1277925723 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692952-1277925723.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1693c6ddcdda9c3a56f7a1957868c0a9
RANDOM SEED=4988238

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.827
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.75
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.827
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.82
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.827
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.75
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.827
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.827
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:      30164204 kB
Buffers:        204520 kB
Cached:        1078944 kB
SwapCached:          0 kB
Active:        1786996 kB
Inactive:       852116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30164204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     1355908 kB
Mapped:          15096 kB
Slab:            80800 kB
PageTables:       6888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1502332 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= 74168 MiB
End job on node142 at 2010-06-30 21:52:05