Trace number 2693046

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.28 1800.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark510.174
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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-2693046-1277930203.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 136179
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.361790e+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.98
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.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+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.361790e+05 |    Inf 
17.37/17.45	c  17.0s| 10000 | 10001 |  4251 |   0.4 |  44M| 903 |   0 |5645 |5414 |5645 | 232 |1465 |   0 | 637 | 0.000000e+00 | 1.361790e+05 |    Inf 
32.28/32.31	c  31.5s| 20000 | 19999 |  7605 |   0.4 |  66M| 903 |   0 |5645 |5421 |5645 | 254 |2590 |   7 | 765 | 0.000000e+00 | 1.361790e+05 |    Inf 
45.68/45.71	c  44.5s| 30000 | 29999 |  8733 |   0.3 |  86M|1779 |   0 |5645 |5421 |5645 | 242 |2931 |   7 | 804 | 0.000000e+00 | 1.361790e+05 |    Inf 
59.39/59.43	c  57.9s| 40000 | 39999 | 10509 |   0.3 | 105M|1779 |   0 |5645 |5421 |5645 | 247 |3414 |   7 | 850 | 0.000000e+00 | 1.361790e+05 |    Inf 
73.38/73.48	c  71.6s| 50000 | 49999 | 12450 |   0.2 | 125M|1779 |   0 |5645 |5421 |5645 | 263 |4031 |   7 | 881 | 0.000000e+00 | 1.361790e+05 |    Inf 
87.48/87.57	c  85.3s| 60000 | 59997 | 14010 |   0.2 | 144M|1779 |   0 |5645 |5431 |5645 | 215 |4460 |  17 | 932 | 0.000000e+00 | 1.361790e+05 |    Inf 
94.59/94.60	o 523
94.59/94.60	c *92.2s| 64911 | 55242 | 14784 |   0.2 | 136M|1779 |   - |5645 |5441 |5645 | 228 |4635 |  27 | 945 | 0.000000e+00 | 5.230000e+02 |    Inf 
100.58/100.65	o 507
100.58/100.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.58/100.65	c *98.1s| 67867 | 56534 | 17678 |   0.3 | 142M|1779 |   - |5645 |5960 |5645 | 251 |5584 | 546 | 985 | 0.000000e+00 | 5.070000e+02 |    Inf 
101.19/101.22	o 506
101.19/101.22	c *98.6s| 68091 | 56634 | 17975 |   0.3 | 143M|1779 |   - |5645 |6042 |5645 | 237 |5690 | 628 | 987 | 0.000000e+00 | 5.060000e+02 |    Inf 
101.58/101.65	o 472
101.58/101.65	c *99.0s| 68240 | 53886 | 18276 |   0.3 | 137M|1779 |   - |5645 |6129 |5645 | 208 |5760 | 715 | 987 | 0.000000e+00 | 4.720000e+02 |    Inf 
102.18/102.21	o 461
102.18/102.21	c *99.6s| 68473 | 53123 | 18574 |   0.3 | 136M|1779 |   - |5645 |6250 |5645 | 227 |5836 | 836 | 991 | 0.000000e+00 | 4.610000e+02 |    Inf 
102.18/102.23	o 460
102.18/102.23	c *99.6s| 68474 | 53023 | 18584 |   0.3 | 136M|1779 |   - |5645 |6250 |5645 | 227 |5836 | 836 | 991 | 0.000000e+00 | 4.600000e+02 |    Inf 
102.58/102.64	o 457
102.58/102.64	c * 100s| 68672 | 52920 | 18750 |   0.3 | 136M|1779 |   - |5645 |6302 |5645 | 216 |5888 | 888 | 991 | 0.000000e+00 | 4.570000e+02 |    Inf 
103.48/103.51	o 455
103.48/103.51	c * 101s| 69020 | 53005 | 19252 |   0.3 | 137M|1779 |   - |5645 |6457 |5645 | 242 |6010 |1043 | 993 | 0.000000e+00 | 4.550000e+02 |    Inf 
103.58/103.67	o 441
103.58/103.67	c * 101s| 69086 | 51877 | 19396 |   0.3 | 134M|1779 |   - |5645 |6466 |5645 | 250 |6038 |1052 | 993 | 0.000000e+00 | 4.410000e+02 |    Inf 
105.68/105.73	c   103s| 70000 | 52722 | 20502 |   0.3 | 136M|1779 |   0 |5645 |6757 |5645 | 240 |6313 |1343 |1000 | 0.000000e+00 | 4.410000e+02 |    Inf 
107.28/107.34	o 422
107.28/107.34	c * 105s| 70720 | 52064 | 21315 |   0.3 | 135M|1779 |   - |5645 |7003 |5645 | 256 |6585 |1589 |1004 | 0.000000e+00 | 4.220000e+02 |    Inf 
107.79/107.80	o 404
107.79/107.80	c * 105s| 70908 | 50557 | 21681 |   0.3 | 132M|1779 |   - |5645 |7102 |5645 | 269 |6685 |1688 |1009 | 0.000000e+00 | 4.040000e+02 |    Inf 
108.68/108.77	o 390
108.68/108.77	c * 106s| 71302 | 49510 | 22224 |   0.3 | 131M|1779 |   - |5645 |7278 |5645 | 280 |6821 |1864 |1013 | 0.000000e+00 | 3.900000e+02 |    Inf 
109.58/109.61	o 379
109.58/109.61	c * 107s| 71595 | 48681 | 22930 |   0.3 | 130M|1779 |   - |5645 |7417 |5645 | 266 |7065 |2003 |1028 | 0.000000e+00 | 3.790000e+02 |    Inf 
110.58/110.67	o 362
110.58/110.67	c * 108s| 72032 | 47338 | 23838 |   0.3 | 127M|1779 |   - |5645 |7538 |5645 | 231 |7470 |2124 |1032 | 0.000000e+00 | 3.620000e+02 |    Inf 
114.18/114.24	o 336
114.18/114.24	c * 111s| 73287 | 45344 | 26665 |   0.4 | 126M|1779 |   - |5645 |8534 |5645 | 237 |8441 |3149 |1073 | 0.000000e+00 | 3.360000e+02 |    Inf 
115.08/115.19	o 335
115.08/115.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.08/115.19	c * 112s| 73632 | 45501 | 27259 |   0.4 | 127M|1779 |   - |5645 |8645 |5645 | 230 |8612 |3277 |1079 | 0.000000e+00 | 3.350000e+02 |    Inf 
115.68/115.75	o 306
115.68/115.75	c * 113s| 73851 | 42024 | 27581 |   0.4 | 119M|1779 |   - |5645 |8775 |5645 | 222 |8711 |3418 |1083 | 0.000000e+00 | 3.060000e+02 |    Inf 
115.78/115.86	o 274
115.78/115.86	c * 113s| 73892 | 36870 | 27637 |   0.4 | 108M|1779 |   - |5645 |8787 |5645 | 224 |8717 |3432 |1083 | 0.000000e+00 | 2.740000e+02 |    Inf 
123.19/123.28	o 269
123.19/123.28	c * 120s| 76407 | 37824 | 32619 |   0.4 | 115M|1779 |   - |5645 |9772 |5645 | 235 |  10k|5264 |1197 | 0.000000e+00 | 2.690000e+02 |    Inf 
123.28/123.30	o 243
123.28/123.30	c * 120s| 76411 | 32796 | 32625 |   0.4 | 104M|1779 |   - |5645 |9772 |5645 | 235 |  10k|5264 |1197 | 0.000000e+00 | 2.430000e+02 |    Inf 
125.29/125.33	o 242
125.29/125.33	c * 122s| 77013 | 33084 | 35139 |   0.5 | 107M|1779 |   - |5645 |9639 |5645 | 271 |  11k|5705 |1206 | 0.000000e+00 | 2.420000e+02 |    Inf 
126.39/126.47	o 241
126.39/126.47	c * 123s| 77352 | 33135 | 36231 |   0.5 | 108M|1779 |   - |5645 |9660 |5645 | 262 |  11k|6097 |1213 | 0.000000e+00 | 2.410000e+02 |    Inf 
126.49/126.50	o 235
126.49/126.50	c * 123s| 77374 | 31996 | 36248 |   0.5 | 105M|1779 |   - |5645 |9660 |5645 | 265 |  11k|6097 |1213 | 0.000000e+00 | 2.350000e+02 |    Inf 
134.38/134.46	c   131s| 80000 | 33929 | 43403 |   0.5 | 115M|1779 |   0 |5645 |9197 |5645 | 255 |  13k|8392 |1267 | 0.000000e+00 | 2.350000e+02 |    Inf 
145.48/145.56	o 227
145.48/145.56	c * 142s| 83793 | 35103 | 52339 |   0.6 | 124M|1779 |   - |5645 |7763 |5645 | 264 |  16k|  11k|1310 | 0.000000e+00 | 2.270000e+02 |    Inf 
148.08/148.19	o 221
148.08/148.19	c * 144s| 84673 | 34497 | 54952 |   0.6 | 125M|1779 |   - |5645 |7404 |5645 | 222 |  17k|  11k|1335 | 0.000000e+00 | 2.210000e+02 |    Inf 
148.39/148.50	o 219
148.39/148.50	c * 145s| 84775 | 34181 | 55247 |   0.6 | 124M|1779 |   - |5645 |7374 |5645 | 238 |  17k|  11k|1335 | 0.000000e+00 | 2.190000e+02 |    Inf 
148.49/148.51	o 217
148.49/148.51	c * 145s| 84776 | 33765 | 55256 |   0.6 | 123M|1779 |   - |5645 |7374 |5645 | 238 |  17k|  11k|1335 | 0.000000e+00 | 2.170000e+02 |    Inf 
153.28/153.33	o 216
153.28/153.33	c * 149s| 86458 | 34930 | 59925 |   0.7 | 129M|1779 |   - |5645 |7397 |5645 | 214 |  19k|  12k|1367 | 0.000000e+00 | 2.160000e+02 |    Inf 
153.28/153.33	o 214
153.28/153.33	c * 149s| 86459 | 34475 | 59925 |   0.7 | 128M|1779 |   - |5645 |7397 |5645 | 214 |  19k|  12k|1367 | 0.000000e+00 | 2.140000e+02 |    Inf 
157.68/157.75	o 178
157.68/157.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.68/157.75	c * 154s| 87839 | 27970 | 66072 |   0.8 | 113M|1779 |   - |5645 |7152 |5645 | 254 |  20k|  13k|1480 | 0.000000e+00 | 1.780000e+02 |    Inf 
158.08/158.10	o 177
158.08/158.10	c * 154s| 88048 | 27946 | 66159 |   0.7 | 112M|1779 |   - |5645 |7175 |5645 | 268 |  20k|  13k|1480 | 0.000000e+00 | 1.770000e+02 |    Inf 
162.68/162.72	o 173
162.68/162.72	c * 159s| 89454 | 28101 | 70508 |   0.8 | 114M|1779 |   - |5645 |7466 |5645 | 224 |  22k|  14k|1515 | 0.000000e+00 | 1.730000e+02 |    Inf 
164.58/164.64	c   160s| 90000 | 28495 | 72399 |   0.8 | 117M|1779 |   0 |5645 |7489 |5645 | 224 |  22k|  14k|1524 | 0.000000e+00 | 1.730000e+02 |    Inf 
169.18/169.29	o 169
169.18/169.29	c * 165s| 91474 | 28799 | 76461 |   0.8 | 120M|1779 |   - |5645 |7486 |5645 | 236 |  24k|  15k|1588 | 0.000000e+00 | 1.690000e+02 |    Inf 
186.18/186.28	o 163
186.18/186.28	c * 181s| 96800 | 31193 | 92498 |   1.0 | 140M|1779 |   - |5645 |7784 |5645 | 256 |  29k|  20k|1801 | 0.000000e+00 | 1.630000e+02 |    Inf 
186.28/186.30	o 150
186.28/186.30	c * 181s| 96801 | 27893 | 92499 |   1.0 | 127M|1779 |   - |5645 |7784 |5645 | 256 |  29k|  20k|1801 | 0.000000e+00 | 1.500000e+02 |    Inf 
186.48/186.59	o 141
186.48/186.59	c * 182s| 96855 | 25794 | 92849 |   1.0 | 119M|1779 |   - |5645 |7735 |5645 | 242 |  29k|  20k|1813 | 0.000000e+00 | 1.410000e+02 |    Inf 
189.38/189.49	o 115
189.38/189.49	c * 185s| 97807 | 20537 | 95745 |   1.0 | 101M|1779 |   - |5645 |7583 |5645 | 295 |  30k|  20k|1888 | 0.000000e+00 | 1.150000e+02 |    Inf 
189.88/189.97	o 106
189.88/189.97	c * 185s| 98034 | 18438 | 96152 |   1.0 |  95M|1779 |   - |5645 |7486 |5645 | 273 |  30k|  20k|1898 | 0.000000e+00 | 1.060000e+02 |    Inf 
190.08/190.17	o 90
190.08/190.17	c * 185s| 98063 | 14570 | 96543 |   1.0 |  79M|1779 |   - |5645 |7486 |5645 | 255 |  30k|  20k|1909 | 0.000000e+00 | 9.000000e+01 |    Inf 
190.08/190.19	o 85
190.08/190.19	c * 185s| 98064 | 13367 | 96570 |   1.0 |  74M|1779 |   - |5645 |7485 |5645 | 264 |  30k|  20k|1914 | 0.000000e+00 | 8.500000e+01 |    Inf 
190.58/190.65	o 81
190.58/190.65	c * 186s| 98161 | 12344 | 97298 |   1.0 |  70M|1779 |   - |5645 |6906 |5645 | 242 |  30k|  20k|1930 | 0.000000e+00 | 8.100000e+01 |    Inf 
190.58/190.69	o 77
190.58/190.69	c * 186s| 98163 | 11290 | 97300 |   1.0 |  66M|1779 |   - |5645 |6745 |5645 | 242 |  30k|  20k|1930 | 0.000000e+00 | 7.700000e+01 |    Inf 
190.69/190.70	o 72
190.69/190.70	c * 186s| 98164 | 10033 | 97300 |   1.0 |  61M|1779 |   - |5645 |6745 |5645 | 242 |  30k|  20k|1930 | 0.000000e+00 | 7.200000e+01 |    Inf 
190.79/190.84	o 69
190.79/190.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.79/190.84	c * 186s| 98184 |  9599 | 97715 |   1.0 |  60M|1779 |   - |5645 |6441 |5645 | 273 |  30k|  20k|1933 | 0.000000e+00 | 6.900000e+01 |    Inf 
191.08/191.19	o 65
191.08/191.19	c * 186s| 98270 |  9008 | 98244 |   1.0 |  59M|1779 |   - |5645 |6365 |5645 | 276 |  30k|  21k|1937 | 0.000000e+00 | 6.500000e+01 |    Inf 
191.08/191.20	o 64
191.08/191.20	c * 186s| 98271 |  8798 | 98244 |   1.0 |  58M|1779 |   - |5645 |6365 |5645 | 276 |  30k|  21k|1937 | 0.000000e+00 | 6.400000e+01 |    Inf 
191.88/191.90	o 60
191.88/191.90	c * 187s| 98440 |  7850 | 98856 |   1.0 |  55M|1779 |   - |5645 |6241 |5645 | 271 |  30k|  21k|1955 | 0.000000e+00 | 6.000000e+01 |    Inf 
191.88/191.95	o 57
191.88/191.95	c * 187s| 98450 |  7429 | 98859 |   1.0 |  54M|1779 |   - |5645 |6061 |5645 | 271 |  30k|  21k|1955 | 0.000000e+00 | 5.700000e+01 |    Inf 
191.88/191.95	o 47
191.88/191.95	c * 187s| 98451 |  5732 | 98859 |   1.0 |  49M|1779 |   - |5645 |6061 |5645 | 271 |  30k|  21k|1955 | 0.000000e+00 | 4.700000e+01 |    Inf 
194.28/194.35	o 43
194.28/194.35	c * 189s| 99161 |  5516 |101519 |   1.0 |  50M|1779 |   - |5645 |5796 |5645 | 251 |  31k|  22k|1982 | 0.000000e+00 | 4.300000e+01 |    Inf 
194.28/194.35	o 37
194.28/194.35	c * 189s| 99162 |  4932 |101519 |   1.0 |  48M|1779 |   - |5645 |5796 |5645 | 251 |  31k|  22k|1982 | 0.000000e+00 | 3.700000e+01 |    Inf 
194.39/194.44	o 35
194.39/194.44	c * 189s| 99195 |  4750 |101570 |   1.0 |  48M|1779 |   - |5645 |5457 |5645 | 248 |  31k|  22k|1982 | 0.000000e+00 | 3.500000e+01 |    Inf 
194.39/194.46	o 18
194.39/194.46	c * 189s| 99198 |  2870 |101570 |   1.0 |  42M|1779 |   - |5645 |5380 |5645 | 248 |  31k|  22k|1982 | 0.000000e+00 | 1.800000e+01 |    Inf 
194.39/194.47	o 12
194.39/194.47	c * 189s| 99199 |  2393 |101570 |   1.0 |  41M|1779 |   - |5645 |5380 |5645 | 248 |  31k|  22k|1982 | 0.000000e+00 | 1.200000e+01 |    Inf 
194.49/194.52	o 11
194.49/194.52	c * 189s| 99208 |  1977 |101696 |   1.0 |  39M|1779 |   - |5645 |4703 |5645 | 271 |  31k|  22k|1983 | 0.000000e+00 | 1.100000e+01 |    Inf 
196.08/196.18	c   191s|100000 |  1925 |106264 |   1.1 |  39M|1779 |   3 |5645 |5112 |5645 | 175 |  32k|  23k|2055 | 0.000000e+00 | 1.100000e+01 |    Inf 
200.58/200.62	o 8
200.58/200.62	c * 195s|102318 |  1757 |116933 |   1.1 |  40M|1779 |   - |5645 |6294 |5645 | 236 |  35k|  26k|2183 | 0.000000e+00 | 8.000000e+00 |    Inf 
200.69/200.72	o 7
200.69/200.72	c * 195s|102355 |  1635 |117122 |   1.1 |  39M|1779 |   - |5645 |6155 |5645 | 242 |  35k|  26k|2183 | 0.000000e+00 | 7.000000e+00 |    Inf 
202.68/202.70	o 6
202.68/202.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.68/202.70	c * 197s|103442 |  1626 |121718 |   1.2 |  39M|1779 |   - |5645 |6481 |5645 | 244 |  35k|  27k|2199 | 0.000000e+00 | 6.000000e+00 |    Inf 
211.38/211.42	o 5
211.38/211.42	c * 206s|108254 |  1386 |142126 |   1.3 |  40M|1779 |   - |5645 |7974 |5645 | 233 |  39k|  34k|2430 | 0.000000e+00 | 5.000000e+00 |    Inf 
213.08/213.16	o 2
213.08/213.16	c * 207s|109267 |  1165 |145680 |   1.3 |  39M|1779 |   - |5645 |8670 |5645 | 229 |  39k|  35k|2446 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.39/214.43	c   208s|110000 |  1197 |148812 |   1.4 |  39M|1779 |   - |5645 |8679 |   0 |   0 |  39k|  36k|2448 | 0.000000e+00 | 2.000000e+00 |    Inf 
221.99/222.05	o 1
221.99/222.05	c * 216s|114191 |  1045 |167534 |   1.5 |  38M|1779 |   - |5645 |7476 |5645 | 268 |  42k|  42k|2641 | 0.000000e+00 | 1.000000e-00 |    Inf 
231.68/231.70	c   225s|120000 |  1047 |191657 |   1.6 |  39M|1779 |  11 |5645 |  10k|5645 | 185 |  45k|  50k|2777 | 0.000000e+00 | 1.000000e-00 |    Inf 
248.69/248.74	c   241s|130000 |  1168 |225352 |   1.7 |  42M|1779 |   1 |5645 |  12k|5645 | 226 |  51k|  64k|2990 | 0.000000e+00 | 1.000000e-00 |    Inf 
266.48/266.54	c   259s|140000 |  1243 |258500 |   1.8 |  45M|1779 |   - |5645 |  15k|   0 |   0 |  54k|  78k|3123 | 0.000000e+00 | 1.000000e-00 |    Inf 
285.69/285.70	c   277s|150000 |  1375 |289166 |   1.9 |  48M|1779 |  18 |5645 |  19k|5645 | 226 |  57k|  92k|3259 | 0.000000e+00 | 1.000000e-00 |    Inf 
305.99/306.06	c   297s|160000 |  1339 |324308 |   2.0 |  47M|1779 |   1 |5645 |  15k|5645 | 199 |  60k| 106k|3410 | 0.000000e+00 | 1.000000e-00 |    Inf 
324.58/324.60	c   315s|170000 |  1177 |358757 |   2.1 |  44M|1779 |   - |5645 |  12k|   0 |   0 |  64k| 120k|3618 | 0.000000e+00 | 1.000000e-00 |    Inf 
342.69/342.70	c   332s|180000 |  1373 |391891 |   2.2 |  47M|1779 |   - |5645 |  14k|   0 |   0 |  71k| 134k|3730 | 0.000000e+00 | 1.000000e-00 |    Inf 
361.19/361.28	c   350s|190000 |  1418 |426425 |   2.2 |  49M|1779 |   - |5645 |  15k|   0 |   0 |  75k| 148k|3863 | 0.000000e+00 | 1.000000e-00 |    Inf 
380.59/380.62	c   369s|200000 |  1505 |463000 |   2.3 |  50M|1779 |   - |5645 |  17k|   0 |   0 |  80k| 163k|3985 | 0.000000e+00 | 1.000000e-00 |    Inf 
400.69/400.71	c   388s|210000 |  1587 |502613 |   2.4 |  51M|1779 |   1 |5645 |  17k|5645 | 225 |  83k| 178k|4103 | 0.000000e+00 | 1.000000e-00 |    Inf 
420.99/421.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
420.99/421.08	c   408s|220000 |  1603 |539564 |   2.5 |  53M|1779 |   - |5645 |  18k|   0 |   0 |  86k| 193k|4204 | 0.000000e+00 | 1.000000e-00 |    Inf 
441.89/441.91	c   428s|230000 |  1709 |580802 |   2.5 |  55M|1779 |   1 |5645 |  21k|5645 | 243 |  89k| 208k|4306 | 0.000000e+00 | 1.000000e-00 |    Inf 
462.49/462.57	c   448s|240000 |  1652 |619569 |   2.6 |  54M|1779 |   - |5645 |  19k|   0 |   0 |  92k| 223k|4407 | 0.000000e+00 | 1.000000e-00 |    Inf 
482.99/483.09	c   468s|250000 |  1622 |655905 |   2.6 |  53M|1779 |   1 |5645 |  15k|5645 | 203 |  97k| 237k|4507 | 0.000000e+00 | 1.000000e-00 |    Inf 
502.69/502.74	c   487s|260000 |  1711 |691083 |   2.7 |  55M|1779 |   - |5645 |  16k|   0 |   0 | 102k| 251k|4619 | 0.000000e+00 | 1.000000e-00 |    Inf 
522.19/522.24	c   505s|270000 |  1841 |721951 |   2.7 |  57M|1779 |   9 |5645 |  19k|5645 | 220 | 108k| 264k|4792 | 0.000000e+00 | 1.000000e-00 |    Inf 
542.69/542.71	c   525s|280000 |  1973 |756983 |   2.7 |  60M|1779 |   - |5645 |  21k|   0 |   0 | 112k| 279k|4868 | 0.000000e+00 | 1.000000e-00 |    Inf 
563.59/563.61	c   545s|290000 |  2012 |797332 |   2.7 |  61M|1779 |   6 |5645 |  19k|5645 | 206 | 115k| 294k|4962 | 0.000000e+00 | 1.000000e-00 |    Inf 
584.00/584.05	c   565s|300000 |  2034 |833936 |   2.8 |  61M|1779 |   9 |5645 |  19k|5645 | 201 | 119k| 308k|5032 | 0.000000e+00 | 1.000000e-00 |    Inf 
605.39/605.44	c   586s|310000 |  2006 |871657 |   2.8 |  61M|1779 |   1 |5645 |  18k|5645 | 191 | 124k| 322k|5133 | 0.000000e+00 | 1.000000e-00 |    Inf 
626.49/626.54	c   606s|320000 |  2059 |910437 |   2.8 |  63M|1779 |   - |5645 |  19k|   0 |   0 | 129k| 336k|5219 | 0.000000e+00 | 1.000000e-00 |    Inf 
646.90/646.91	c   626s|330000 |  1958 |949389 |   2.9 |  62M|1779 |  10 |5645 |  19k|5645 | 248 | 134k| 351k|5333 | 0.000000e+00 | 1.000000e-00 |    Inf 
667.90/667.96	c   647s|340000 |  1749 |987384 |   2.9 |  58M|1779 |   - |5645 |  15k|   0 |   0 | 138k| 366k|5407 | 0.000000e+00 | 1.000000e-00 |    Inf 
687.50/687.51	c   666s|350000 |  1636 |  1022k|   2.9 |  56M|1779 |   1 |5645 |  15k|5645 | 202 | 142k| 380k|5499 | 0.000000e+00 | 1.000000e-00 |    Inf 
706.59/706.66	c   684s|360000 |  1574 |  1055k|   2.9 |  56M|1779 |   - |5645 |  17k|   0 |   0 | 146k| 394k|5563 | 0.000000e+00 | 1.000000e-00 |    Inf 
726.70/726.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
726.70/726.70	c   704s|370000 |  1615 |  1091k|   3.0 |  57M|1779 |   1 |5645 |  19k|5645 | 210 | 151k| 408k|5624 | 0.000000e+00 | 1.000000e-00 |    Inf 
747.20/747.21	c   723s|380000 |  1760 |  1131k|   3.0 |  59M|1779 |   1 |5645 |  22k|5645 | 244 | 155k| 423k|5700 | 0.000000e+00 | 1.000000e-00 |    Inf 
768.49/768.59	c   744s|390000 |  1710 |  1172k|   3.0 |  59M|1779 |   - |5645 |  20k|5645 | 226 | 158k| 438k|5777 | 0.000000e+00 | 1.000000e-00 |    Inf 
789.70/789.80	c   765s|400000 |  1712 |  1214k|   3.0 |  60M|1779 |   - |5645 |  21k|   0 |   0 | 163k| 453k|5866 | 0.000000e+00 | 1.000000e-00 |    Inf 
810.99/811.03	c   786s|410000 |  1813 |  1255k|   3.1 |  61M|1779 |  18 |5645 |  20k|5645 | 214 | 168k| 467k|5926 | 0.000000e+00 | 1.000000e-00 |    Inf 
832.80/832.81	c   807s|420000 |  1853 |  1295k|   3.1 |  61M|1779 |   1 |5645 |  19k|5645 | 220 | 173k| 482k|6008 | 0.000000e+00 | 1.000000e-00 |    Inf 
854.80/854.86	c   828s|430000 |  1909 |  1334k|   3.1 |  62M|1779 |   1 |5645 |  21k|5645 | 246 | 177k| 497k|6059 | 0.000000e+00 | 1.000000e-00 |    Inf 
876.60/876.70	c   849s|440000 |  1886 |  1370k|   3.1 |  63M|1779 |   1 |5645 |  22k|5645 | 223 | 181k| 512k|6126 | 0.000000e+00 | 1.000000e-00 |    Inf 
899.00/899.08	c   871s|450000 |  1867 |  1409k|   3.1 |  63M|1779 |   1 |5645 |  22k|5645 | 222 | 184k| 527k|6203 | 0.000000e+00 | 1.000000e-00 |    Inf 
922.20/922.29	c   894s|460000 |  1915 |  1447k|   3.1 |  64M|1779 |   - |5645 |  23k|   0 |   0 | 188k| 540k|6296 | 0.000000e+00 | 1.000000e-00 |    Inf 
944.70/944.70	c   915s|470000 |  1912 |  1485k|   3.2 |  64M|1779 |   4 |5645 |  24k|5645 | 242 | 192k| 555k|6358 | 0.000000e+00 | 1.000000e-00 |    Inf 
966.91/966.98	c   937s|480000 |  1896 |  1519k|   3.2 |  65M|1779 |   1 |5645 |  26k|5645 | 238 | 196k| 570k|6418 | 0.000000e+00 | 1.000000e-00 |    Inf 
990.30/990.33	c   960s|490000 |  2007 |  1557k|   3.2 |  68M|1779 |   - |5645 |  30k|   0 |   0 | 200k| 585k|6466 | 0.000000e+00 | 1.000000e-00 |    Inf 
1014.20/1014.25	c   983s|500000 |  2046 |  1594k|   3.2 |  70M|1779 |   1 |5645 |  32k|5645 | 241 | 203k| 600k|6522 | 0.000000e+00 | 1.000000e-00 |    Inf 
1039.80/1039.87	c  1008s|510000 |  2053 |  1632k|   3.2 |  69M|1779 |   - |5645 |  30k|   0 |   0 | 207k| 616k|6590 | 0.000000e+00 | 1.000000e-00 |    Inf 
1063.91/1063.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1063.91/1063.98	c  1031s|520000 |  2175 |  1669k|   3.2 |  71M|1779 |   1 |5645 |  32k|5645 | 227 | 211k| 631k|6642 | 0.000000e+00 | 1.000000e-00 |    Inf 
1089.30/1089.40	c  1056s|530000 |  2276 |  1707k|   3.2 |  72M|1779 |   1 |5645 |  32k|5645 | 250 | 215k| 645k|6688 | 0.000000e+00 | 1.000000e-00 |    Inf 
1116.30/1116.31	c  1082s|540000 |  2492 |  1750k|   3.2 |  75M|1779 |  20 |5645 |  33k|5645 | 275 | 218k| 660k|6747 | 0.000000e+00 | 1.000000e-00 |    Inf 
1144.20/1144.22	c  1109s|550000 |  2552 |  1789k|   3.3 |  76M|1779 |   5 |5645 |  33k|5645 | 245 | 222k| 675k|6813 | 0.000000e+00 | 1.000000e-00 |    Inf 
1171.61/1171.63	c  1136s|560000 |  2661 |  1828k|   3.3 |  77M|1779 |   1 |5645 |  34k|5645 | 263 | 225k| 690k|6862 | 0.000000e+00 | 1.000000e-00 |    Inf 
1200.12/1200.19	c  1164s|570000 |  2647 |  1867k|   3.3 |  78M|1779 |   - |5645 |  34k|   0 |   0 | 228k| 705k|6905 | 0.000000e+00 | 1.000000e-00 |    Inf 
1228.51/1228.58	c  1192s|580000 |  2700 |  1913k|   3.3 |  79M|1779 |   1 |5645 |  33k|5645 | 245 | 231k| 721k|6962 | 0.000000e+00 | 1.000000e-00 |    Inf 
1255.61/1255.62	c  1218s|590000 |  2729 |  1950k|   3.3 |  80M|1779 |   - |5645 |  35k|   0 |   0 | 234k| 736k|7011 | 0.000000e+00 | 1.000000e-00 |    Inf 
1283.11/1283.11	c  1245s|600000 |  2836 |  1991k|   3.3 |  81M|1779 |   1 |5645 |  35k|5645 | 245 | 237k| 751k|7077 | 0.000000e+00 | 1.000000e-00 |    Inf 
1310.41/1310.46	c  1272s|610000 |  2915 |  2033k|   3.3 |  83M|1779 |   1 |5645 |  37k|5645 | 254 | 239k| 766k|7116 | 0.000000e+00 | 1.000000e-00 |    Inf 
1338.11/1338.11	c  1299s|620000 |  2935 |  2077k|   3.4 |  84M|1779 |   1 |5645 |  36k|5645 | 268 | 242k| 782k|7153 | 0.000000e+00 | 1.000000e-00 |    Inf 
1365.91/1365.98	c  1326s|630000 |  2911 |  2117k|   3.4 |  83M|1779 |  16 |5645 |  33k|5645 | 246 | 245k| 797k|7211 | 0.000000e+00 | 1.000000e-00 |    Inf 
1393.01/1393.03	c  1352s|640000 |  2934 |  2151k|   3.4 |  84M|1779 |   - |5645 |  34k|   0 |   0 | 249k| 812k|7251 | 0.000000e+00 | 1.000000e-00 |    Inf 
1421.62/1421.65	c  1380s|650000 |  3017 |  2190k|   3.4 |  85M|1779 |   - |5645 |  35k|   0 |   0 | 252k| 826k|7304 | 0.000000e+00 | 1.000000e-00 |    Inf 
1449.72/1449.77	c  1408s|660000 |  3051 |  2233k|   3.4 |  85M|1779 |   1 |5645 |  33k|5645 | 245 | 255k| 841k|7358 | 0.000000e+00 | 1.000000e-00 |    Inf 
1478.11/1478.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1478.11/1478.10	c  1435s|670000 |  3060 |  2274k|   3.4 |  86M|1779 |   - |5645 |  35k|   0 |   0 | 258k| 855k|7401 | 0.000000e+00 | 1.000000e-00 |    Inf 
1506.12/1506.18	c  1463s|680000 |  3003 |  2312k|   3.4 |  86M|1779 |   - |5645 |  33k|   0 |   0 | 262k| 870k|7445 | 0.000000e+00 | 1.000000e-00 |    Inf 
1534.62/1534.61	c  1491s|690000 |  3076 |  2351k|   3.4 |  87M|1779 |   - |5645 |  35k|   0 |   0 | 265k| 886k|7478 | 0.000000e+00 | 1.000000e-00 |    Inf 
1562.22/1562.21	c  1518s|700000 |  3172 |  2395k|   3.4 |  88M|1779 |   - |5645 |  33k|   0 |   0 | 268k| 901k|7522 | 0.000000e+00 | 1.000000e-00 |    Inf 
1589.72/1589.72	c  1544s|710000 |  3226 |  2439k|   3.4 |  89M|1779 |   1 |5645 |  34k|5645 | 249 | 271k| 916k|7568 | 0.000000e+00 | 1.000000e-00 |    Inf 
1617.22/1617.28	c  1571s|720000 |  3211 |  2479k|   3.4 |  90M|1779 |   - |5645 |  34k|   0 |   0 | 275k| 931k|7616 | 0.000000e+00 | 1.000000e-00 |    Inf 
1645.52/1645.50	c  1599s|730000 |  3331 |  2516k|   3.4 |  92M|1779 |   - |5645 |  39k|   0 |   0 | 279k| 946k|7661 | 0.000000e+00 | 1.000000e-00 |    Inf 
1674.13/1674.12	c  1627s|740000 |  3202 |  2557k|   3.5 |  90M|1779 |   1 |5645 |  33k|5645 | 260 | 282k| 962k|7706 | 0.000000e+00 | 1.000000e-00 |    Inf 
1702.03/1702.04	c  1654s|750000 |  3182 |  2596k|   3.5 |  91M|1779 |   - |5645 |  35k|   0 |   0 | 286k| 977k|7756 | 0.000000e+00 | 1.000000e-00 |    Inf 
1732.42/1732.49	c  1684s|760000 |  3124 |  2638k|   3.5 |  90M|1779 |   1 |5645 |  33k|5645 | 237 | 290k| 992k|7817 | 0.000000e+00 | 1.000000e-00 |    Inf 
1764.71/1764.77	c  1716s|770000 |  3271 |  2683k|   3.5 |  93M|1779 |   - |5645 |  36k|   0 |   0 | 294k|1007k|7856 | 0.000000e+00 | 1.000000e-00 |    Inf 
1799.11/1799.16	c  1750s|780000 |  3161 |  2725k|   3.5 |  91M|1779 |   - |5645 |  33k|   0 |   0 | 298k|1023k|7908 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.01	c 
1800.02/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.01	c Solving Time (sec) : 1750.48
1800.02/1800.01	c Solving Nodes      : 780248
1800.02/1800.01	c Primal Bound       : +1.00000000000000e-00 (180 solutions)
1800.02/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.01	c Gap                : infinite
1800.02/1800.10	s SATISFIABLE
1800.02/1800.10	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.10	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.10	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.10	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.10	v -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1800.02/1800.10	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.02/1800.10	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.02/1800.10	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.10	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.10	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.10	v -x1 
1800.02/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.10	c Solving Time       :    1750.48
1800.02/1800.10	c Original Problem   :
1800.02/1800.10	c   Problem name     : HOME/instance-2693046-1277930203.wbo
1800.02/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.10	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.10	c Presolved Problem  :
1800.02/1800.10	c   Problem name     : t_HOME/instance-2693046-1277930203.wbo
1800.02/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.10	c   Constraints      : 5414 initial, 39159 maximal
1800.02/1800.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.02/1800.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.10	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.02/1800.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.10	c   integral         :          0          0          0     504519          0         20        666          0          0     751520
1800.02/1800.10	c   indicator        :       2707          0     258362     101443          0         75    2705136          0          0          0
1800.02/1800.10	c   linear           :       2707          6    3926358     127605          0     298217   16548046     298611          0          0
1800.02/1800.10	c   logicor          :          0+         0    1196252          0          0      58100    1586332          0          0          0
1800.02/1800.10	c   countsols        :          0          0          0      92086          0          0          0          0          0          0
1800.02/1800.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.10	c   integral         :      12.92       0.00       0.00      12.92       0.00
1800.02/1800.10	c   indicator        :      27.70       0.00       7.99      19.71       0.00
1800.02/1800.10	c   linear           :     216.84       0.01     205.06      11.77       0.00
1800.02/1800.10	c   logicor          :     310.18       0.00     310.18       0.00       0.00
1800.02/1800.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.10	c   vbounds          :       0.02          2          0          0
1800.02/1800.10	c   rootredcost      :       0.04         61          0       2707
1800.02/1800.10	c   pseudoobj        :     186.19    3929764       2754    1572994
1800.02/1800.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.10	c   propagation      :      22.09     359071     359060    2268190       33.3      21709       19.6          -
1800.02/1800.10	c   infeasible LP    :       4.35      11274      11274      90736       45.6        156       25.9          0
1800.02/1800.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.10	c   pseudo solution  :       0.04        193        193        750       12.2        360        5.8          -
1800.02/1800.10	c   applied globally :          -          -          -    1023872       25.5          -          -          -
1800.02/1800.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.10	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.02/1800.10	c   redcost          :      38.31     506204          0    1045626          0          0
1800.02/1800.10	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.10	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.10	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.10	c   gomory           :       0.00          4          0          0         75          0
1800.02/1800.10	c   strongcg         :       0.00          4          0          0          0          0
1800.02/1800.10	c   cmir             :       0.01          4          0          0          1          0
1800.02/1800.10	c   flowcover        :       0.02          4          0          0          2          0
1800.02/1800.10	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.10	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.10	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.10	c Pricers            :       Time      Calls       Vars
1800.02/1800.10	c   problem variables:       0.00          0          0
1800.02/1800.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.10	c   relpscost        :      12.74     376311         20        666          0          0     751520
1800.02/1800.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.10	c   inference        :      20.15      92025          0          0          0          0     184050
1800.02/1800.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.10	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.10	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.10	c   LP solutions     :       0.20          -         61
1800.02/1800.10	c   pseudo solutions :       0.00          -          0
1800.02/1800.10	c   feaspump         :       0.00          0          0
1800.02/1800.10	c   oneopt           :       0.33         51          0
1800.02/1800.10	c   guideddiving     :       0.07         23          0
1800.02/1800.10	c   coefdiving       :       0.19        121          0
1800.02/1800.10	c   pscostdiving     :       0.17        121          0
1800.02/1800.10	c   fracdiving       :       0.21        121          0
1800.02/1800.10	c   veclendiving     :       0.11        121          0
1800.02/1800.10	c   linesearchdiving :       0.21        121          0
1800.02/1800.10	c   crossover        :       1.32         48          4
1800.02/1800.10	c   objpscostdiving  :       0.20        120          0
1800.02/1800.10	c   rootsoldiving    :       0.18        120          0
1800.02/1800.10	c   trivial          :       0.08          2          2
1800.02/1800.10	c   simplerounding   :       0.67     376481          0
1800.02/1800.10	c   zirounding       :       0.44       1000          0
1800.02/1800.10	c   rounding         :       1.48       8594          0
1800.02/1800.10	c   shifting         :       0.92       2697          0
1800.02/1800.10	c   intshifting      :       0.00          4          0
1800.02/1800.10	c   twoopt           :       0.00          0          0
1800.02/1800.10	c   fixandinfer      :       0.00          0          0
1800.02/1800.10	c   intdiving        :       0.00          0          0
1800.02/1800.10	c   actconsdiving    :       0.00          0          0
1800.02/1800.10	c   octane           :       0.00          0          0
1800.02/1800.10	c   rens             :       0.03          1          0
1800.02/1800.10	c   rins             :       0.00          0          0
1800.02/1800.10	c   localbranching   :       0.00          0          0
1800.02/1800.10	c   mutation         :       0.00          0          0
1800.02/1800.10	c   dins             :       0.00          0          0
1800.02/1800.10	c   undercover       :       0.00          0          0
1800.02/1800.10	c   nlp              :       0.01          0          0
1800.02/1800.10	c   trysol           :       0.42       1483        113
1800.02/1800.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.10	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.10	c   dual LP          :     406.69     428430    2725039       6.36    6700.53
1800.02/1800.10	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.10	c   diving/probing LP:       0.18         56       1729      30.88    9605.56
1800.02/1800.10	c   strong branching :       9.38       7908      81427      10.30    8680.92
1800.02/1800.10	c     (at root node) :          -         33       1884      57.09          -
1800.02/1800.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.10	c B&B Tree           :
1800.02/1800.10	c   number of runs   :          1
1800.02/1800.10	c   nodes            :     780248
1800.02/1800.10	c   nodes (total)    :     780248
1800.02/1800.10	c   nodes left       :       3136
1800.02/1800.10	c   max depth        :       1779
1800.02/1800.10	c   max depth (total):       1779
1800.02/1800.10	c   backtracks       :      66711 (8.5%)
1800.02/1800.10	c   delayed cutoffs  :      62026
1800.02/1800.10	c   repropagations   :    1992338 (3780755 domain reductions, 58202 cutoffs)
1800.02/1800.10	c   avg switch length:       6.51
1800.02/1800.10	c   switching time   :     275.61
1800.02/1800.10	c Solution           :
1800.02/1800.10	c   Solutions found  :        180 (62 improvements)
1800.02/1800.10	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.02/1800.10	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 114191 nodes, 215.74 seconds, depth 44, found by <relaxation>)
1800.02/1800.10	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.10	c   Gap              :   infinite
1800.02/1800.10	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.10	c   Root Iterations  :        183
1800.21/1800.25	c Time complete: 1800.27.

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-2693046-1277930203/watcher-2693046-1277930203 -o /tmp/evaluation-result-2693046-1277930203/solver-2693046-1277930203 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693046-1277930203.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.59 2.35 2.17 3/196 26660
/proc/meminfo: memFree=30867940/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=11116 CPUtime=0
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1701 0 0 0 0 0 0 0 25 0 1 0 166612000 11382784 1621 4089446400 4194304 9819077 140734886659104 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26660/statm: 2779 1621 392 1374 0 1400 0

[startup+0.025271 s]
/proc/loadavg: 2.59 2.35 2.17 3/196 26660
/proc/meminfo: memFree=30867940/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=16984 CPUtime=0.01
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3199 0 0 0 1 0 0 0 25 0 1 0 166612000 17391616 3119 4089446400 4194304 9819077 140734886659104 18446744073709551615 4384358 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26660/statm: 4246 3119 392 1374 0 2867 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16984

[startup+0.100259 s]
/proc/loadavg: 2.59 2.35 2.17 3/196 26660
/proc/meminfo: memFree=30867940/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=36404 CPUtime=0.09
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 8123 0 0 0 8 1 0 0 25 0 1 0 166612000 37277696 7689 4089446400 4194304 9819077 140734886659104 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300226 s]
/proc/loadavg: 2.59 2.35 2.17 3/196 26660
/proc/meminfo: memFree=30867940/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=53516 CPUtime=0.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 12810 0 0 0 27 2 0 0 25 0 1 0 166612000 54800384 11777 4089446400 4194304 9819077 140734886659104 18446744073709551615 8494827 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 13379 11777 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700152 s]
/proc/loadavg: 2.59 2.35 2.17 3/196 26660
/proc/meminfo: memFree=30867940/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=45892 CPUtime=0.69
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 27981 0 0 0 64 5 0 0 25 0 1 0 166612000 46993408 9943 4089446400 4194304 9819077 140734886659104 18446744073709551615 6671137 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 11473 9943 697 1374 0 10094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45892

[startup+1.50108 s]
/proc/loadavg: 2.59 2.35 2.17 3/197 26661
/proc/meminfo: memFree=30829368/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=47748 CPUtime=1.48
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 45159 0 0 0 140 8 0 0 25 0 1 0 166612000 48893952 10401 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 11937 10401 699 1374 0 10558 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47748

[startup+3.10073 s]
/proc/loadavg: 2.59 2.35 2.17 3/197 26661
/proc/meminfo: memFree=30826764/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=51912 CPUtime=3.08
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 57135 0 0 0 296 12 0 0 25 0 1 0 166612000 53157888 11144 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 12978 11144 700 1374 0 11599 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51912

[startup+6.30023 s]
/proc/loadavg: 2.54 2.34 2.16 3/197 26661
/proc/meminfo: memFree=30821604/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=56064 CPUtime=6.28
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 66292 0 0 0 609 19 0 0 25 0 1 0 166612000 57409536 12347 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 14016 12347 700 1374 0 12637 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56064

[startup+12.7011 s]
/proc/loadavg: 2.50 2.34 2.16 3/197 26661
/proc/meminfo: memFree=30811128/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=65536 CPUtime=12.68
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 79562 0 0 0 1235 33 0 0 25 0 1 0 166612000 67108864 14859 4089446400 4194304 9819077 140734886659104 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 16384 14859 700 1374 0 15005 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65536

[startup+25.5008 s]
/proc/loadavg: 2.39 2.32 2.16 3/197 26662
/proc/meminfo: memFree=30792368/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=83564 CPUtime=25.48
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 99212 0 0 0 2487 61 0 0 25 0 1 0 166612000 85569536 19379 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 20891 19379 700 1374 0 19512 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83564

[startup+51.1003 s]
/proc/loadavg: 2.82 2.41 2.19 3/197 26663
/proc/meminfo: memFree=30753120/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=121032 CPUtime=51.08
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 124079 0 0 0 4980 128 0 0 25 0 1 0 166612000 123936768 28734 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 30258 28734 704 1374 0 28879 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121032

[startup+102.306 s]
/proc/loadavg: 3.32 2.64 2.29 3/197 26664
/proc/meminfo: memFree=30678424/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=187496 CPUtime=102.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 188679 0 0 0 9968 261 0 0 25 0 1 0 166612000 191995904 45459 4089446400 4194304 9819077 140734886659104 18446744073709551615 6361628 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 46874 45459 704 1374 0 45495 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 187496

[startup+162.301 s]
/proc/loadavg: 2.48 2.52 2.26 3/197 26665
/proc/meminfo: memFree=30563912/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=266040 CPUtime=162.28
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 408885 0 0 0 15817 411 0 0 25 0 1 0 166612000 272424960 64194 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 66510 64194 704 1374 0 65131 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 266040

[startup+222.3 s]
/proc/loadavg: 2.18 2.43 2.25 3/197 26667
/proc/meminfo: memFree=30475328/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=303428 CPUtime=222.28
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 704839 0 0 0 21599 629 0 0 25 0 1 0 166612000 310710272 72853 4089446400 4194304 9819077 140734886659104 18446744073709551615 6589058 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 75857 72853 723 1374 0 74478 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 303428

[startup+282.301 s]
/proc/loadavg: 2.24 2.43 2.26 3/197 26717
/proc/meminfo: memFree=31154580/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=306404 CPUtime=282.28
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 872762 0 0 0 27380 848 0 0 25 0 1 0 166612000 313757696 73629 4089446400 4194304 9819077 140734886659104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 76557 73627 723 1374 0 75178 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 306404

[startup+342.3 s]
/proc/loadavg: 2.12 2.36 2.25 3/197 26719
/proc/meminfo: memFree=31114356/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=308328 CPUtime=342.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1013300 0 0 0 33164 1065 0 0 25 0 1 0 166612000 315727872 74082 4089446400 4194304 9819077 140734886659104 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 77082 74082 723 1374 0 75703 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 308328

[startup+402.301 s]
/proc/loadavg: 2.04 2.29 2.23 3/197 26720
/proc/meminfo: memFree=31080444/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=309652 CPUtime=402.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1149841 0 0 0 38955 1274 0 0 25 0 1 0 166612000 317083648 74389 4089446400 4194304 9819077 140734886659104 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 77413 74389 723 1374 0 76034 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 309652

[startup+462.3 s]
/proc/loadavg: 2.01 2.24 2.21 3/197 26721
/proc/meminfo: memFree=31047656/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=311384 CPUtime=462.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1294638 0 0 0 44761 1468 0 0 25 0 1 0 166612000 318857216 74849 4089446400 4194304 9819077 140734886659104 18446744073709551615 6671086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 77846 74849 723 1374 0 76467 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 311384

[startup+522.301 s]
/proc/loadavg: 2.00 2.19 2.19 3/197 26723
/proc/meminfo: memFree=31010284/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=314012 CPUtime=522.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1421858 0 0 0 50553 1676 0 0 25 0 1 0 166612000 321548288 75469 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 78503 75469 723 1374 0 77124 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 314012

[startup+582.3 s]
/proc/loadavg: 2.00 2.15 2.18 3/197 26725
/proc/meminfo: memFree=30992496/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=316220 CPUtime=582.29
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1534072 0 0 0 56353 1876 0 0 25 0 1 0 166612000 323809280 76064 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 79055 76064 723 1374 0 77676 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 316220

[startup+642.301 s]
/proc/loadavg: 2.00 2.12 2.17 3/197 26727
/proc/meminfo: memFree=30948192/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=319352 CPUtime=642.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 1661381 0 0 0 62162 2068 0 0 25 0 1 0 166612000 327016448 76885 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 79838 76885 723 1374 0 78459 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 319352

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.06 2.07 2.13 3/197 26736
/proc/meminfo: memFree=30814680/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=321684 CPUtime=882.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2049142 0 0 0 85479 2751 0 0 25 0 1 0 166612000 329404416 77415 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 80421 77415 723 1374 0 79042 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 321684

[startup+942.301 s]
/proc/loadavg: 2.39 2.14 2.14 3/197 26738
/proc/meminfo: memFree=30765020/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=321896 CPUtime=942.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2138419 0 0 0 91302 2929 0 0 25 0 1 0 166612000 329621504 77458 4089446400 4194304 9819077 140734886659104 18446744073709551615 6089648 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 80474 77458 723 1374 0 79095 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 321896

[startup+1002.3 s]
/proc/loadavg: 2.14 2.11 2.13 3/197 26739
/proc/meminfo: memFree=30733600/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=325424 CPUtime=1002.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2228516 0 0 0 97130 3100 0 0 25 0 1 0 166612000 333234176 78277 4089446400 4194304 9819077 140734886659104 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 81356 78277 738 1374 0 79977 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 325424

[startup+1062.3 s]
/proc/loadavg: 2.05 2.09 2.12 3/197 26740
/proc/meminfo: memFree=30731956/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=326556 CPUtime=1062.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2326769 0 0 0 102961 3270 0 0 25 0 1 0 166612000 334393344 78587 4089446400 4194304 9819077 140734886659104 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 81639 78587 738 1374 0 80260 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 326556

[startup+1122.3 s]
/proc/loadavg: 2.02 2.07 2.11 3/197 26742
/proc/meminfo: memFree=30729324/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=328916 CPUtime=1122.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2424599 0 0 0 108797 3433 0 0 25 0 1 0 166612000 336809984 79201 4089446400 4194304 9819077 140734886659104 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 82229 79201 738 1374 0 80850 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 328916

[startup+1182.3 s]
/proc/loadavg: 2.27 2.15 2.14 3/197 26744
/proc/meminfo: memFree=30728144/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=329904 CPUtime=1182.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2508710 0 0 0 114649 3581 0 0 25 0 1 0 166612000 337821696 79437 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 82476 79437 739 1374 0 81097 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 329904

[startup+1242.3 s]
/proc/loadavg: 2.34 2.21 2.16 3/197 26746
/proc/meminfo: memFree=30725864/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=332324 CPUtime=1242.3
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2597806 0 0 0 120499 3731 0 0 25 0 1 0 166612000 340299776 80023 4089446400 4194304 9819077 140734886659104 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 83081 80023 739 1374 0 81702 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 332324

[startup+1302.3 s]
/proc/loadavg: 2.12 2.17 2.14 3/197 26747
/proc/meminfo: memFree=30722228/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=335472 CPUtime=1302.32
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2688472 0 0 0 126364 3868 0 0 25 0 1 0 166612000 343523328 80723 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 83868 80723 739 1374 0 82489 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 335472

[startup+1362.3 s]
/proc/loadavg: 2.04 2.14 2.13 3/197 26748
/proc/meminfo: memFree=30720448/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=337124 CPUtime=1362.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2779137 0 0 0 132230 4001 0 0 25 0 1 0 166612000 345214976 81139 4089446400 4194304 9819077 140734886659104 18446744073709551615 6671137 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 84281 81139 739 1374 0 82902 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 337124

[startup+1422.31 s]
/proc/loadavg: 2.01 2.11 2.12 3/197 26750
/proc/meminfo: memFree=30719572/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=337832 CPUtime=1422.32
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2863488 0 0 0 138091 4141 0 0 25 0 1 0 166612000 345939968 81331 4089446400 4194304 9819077 140734886659104 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 84458 81331 739 1374 0 83079 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 337832

[startup+1482.3 s]
/proc/loadavg: 2.06 2.10 2.11 3/197 26761
/proc/meminfo: memFree=30717388/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=339612 CPUtime=1482.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 2946780 0 0 0 143938 4293 0 0 25 0 1 0 166612000 347762688 81798 4089446400 4194304 9819077 140734886659104 18446744073709551615 6003593 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 84903 81798 739 1374 0 83524 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 339612

[startup+1542.3 s]
/proc/loadavg: 2.02 2.08 2.10 3/197 26763
/proc/meminfo: memFree=30716852/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=340016 CPUtime=1542.32
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3030357 0 0 0 149807 4425 0 0 25 0 1 0 166612000 348176384 81907 4089446400 4194304 9819077 140734886659104 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 85004 81907 739 1374 0 83625 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 340016

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.09 3/197 26764
/proc/meminfo: memFree=30715196/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=342304 CPUtime=1602.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3121696 0 0 0 155667 4564 0 0 25 0 1 0 166612000 350519296 82506 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 85576 82506 739 1374 0 84197 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 342304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/197 26765
/proc/meminfo: memFree=30711932/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=344844 CPUtime=1662.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3208071 0 0 0 161518 4713 0 0 25 0 1 0 166612000 353120256 83125 4089446400 4194304 9819077 140734886659104 18446744073709551615 5004477 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26660/statm: 86211 83125 739 1374 0 84832 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 344844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/197 26767
/proc/meminfo: memFree=30675932/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=345040 CPUtime=1722.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3294016 0 0 0 167381 4850 0 0 25 0 1 0 166612000 353320960 83161 4089446400 4194304 9819077 140734886659104 18446744073709551615 4223102 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26660/statm: 86260 83161 739 1374 0 84881 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 345040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/197 26769
/proc/meminfo: memFree=30632348/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=345652 CPUtime=1782.31
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3369254 0 0 0 173303 4928 0 0 25 0 1 0 166612000 353947648 83332 4089446400 4194304 9819077 140734886659104 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26660/statm: 86413 83332 739 1374 0 85034 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 345652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.50 2.15 2.11 3/197 26769
/proc/meminfo: memFree=30616936/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=345652 CPUtime=1800.02
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3390434 0 0 0 175050 4952 0 0 25 0 1 0 166612000 353947648 83336 4089446400 4194304 9819077 140734886659104 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26660/statm: 86413 83336 738 1374 0 85034 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 345652

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.50 2.15 2.11 3/197 26769
/proc/meminfo: memFree=30616936/32950940 swapFree=67111528/67111528
[pid=26660] ppid=26658 vsize=272524 CPUtime=1800.21
/proc/26660/stat : 26660 (pbscip.linux.x8) R 26658 26660 26353 0 -1 4202496 3390487 0 0 0 175069 4952 0 0 25 0 1 0 166612000 279064576 65062 4089446400 4194304 9819077 140734886659104 18446744073709551615 4240587 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26660/statm: 68131 65062 739 1374 0 66752 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 272524

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.28
CPU user time (s): 1750.74
CPU system time (s): 49.5385
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 346836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750.74
system time used= 49.5385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3390491
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= 3
involuntary context switches= 2843

runsolver used 3.03054 second user time and 6.17906 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 22:36:43
IDJOB=2693046
IDBENCH=79304
IDSOLVER=1205
FILE ID=node117/2693046-1277930203
PBS_JOBID= 11197388
Free space on /tmp= 74212 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.1900577940--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-2693046-1277930203/watcher-2693046-1277930203 -o /tmp/evaluation-result-2693046-1277930203/solver-2693046-1277930203 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693046-1277930203.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1880126375

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      30868716 kB
Buffers:        211288 kB
Cached:         856360 kB
SwapCached:          0 kB
Active:        1330376 kB
Inactive:       607056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      30868716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6284 kB
Writeback:           0 kB
AnonPages:      869684 kB
Mapped:          20304 kB
Slab:            79064 kB
PageTables:       6492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1657332 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= 74204 MiB
End job on node117 at 2010-06-30 23:06:45