Trace number 2692361

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.22 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900565534--soft-0-100-0.wbo
MD5SUMcf389047fd441928b15b38cce26251ed
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 benchmark273.451
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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: SoPlex 1.4.2] [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-2692361-1277928109.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.13	o 135279
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.13
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.28/0.30	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.352790e+05 |    Inf 
26.68/26.78	c  26.1s| 10000 | 10001 | 23422 |   2.3 |  50M| 111 |   0 |5645 |5414 |5645 | 201 |8752 |   0 |1734 | 0.000000e+00 | 1.352790e+05 |    Inf 
48.48/48.56	c  47.4s| 20000 | 20001 | 40169 |   2.0 |  73M| 209 |   0 |5645 |5414 |5645 | 310 |  16k|   0 |1797 | 0.000000e+00 | 1.352790e+05 |    Inf 
67.98/68.00	o 435
67.98/68.00	c *66.4s| 29956 | 19252 | 50196 |   1.7 |  72M| 209 |   - |5645 |5414 |5645 | 169 |  20k|   0 |1798 | 0.000000e+00 | 4.350000e+02 |    Inf 
68.09/68.14	c  66.5s| 30000 | 19286 | 50289 |   1.7 |  74M| 209 |   1 |5645 |5443 |5645 | 169 |  20k|  29 |1798 | 0.000000e+00 | 4.350000e+02 |    Inf 
73.39/73.41	o 427
73.39/73.41	c *71.6s| 32111 | 20906 | 54043 |   1.7 |  79M| 422 |   - |5645 |5691 |5645 | 188 |  21k| 277 |1798 | 0.000000e+00 | 4.270000e+02 |    Inf 
74.79/74.89	o 401
74.79/74.89	c *73.1s| 32570 | 20031 | 55553 |   1.7 |  77M| 422 |   - |5645 |5792 |5645 | 176 |  22k| 378 |1798 | 0.000000e+00 | 4.010000e+02 |    Inf 
75.09/75.12	o 398
75.09/75.12	c *73.3s| 32643 | 19949 | 55704 |   1.7 |  77M| 422 |   - |5645 |5801 |5645 | 186 |  22k| 387 |1798 | 0.000000e+00 | 3.980000e+02 |    Inf 
75.19/75.21	o 375
75.19/75.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.19/75.21	c *73.4s| 32664 | 18716 | 55800 |   1.7 |  74M| 422 |   - |5645 |5801 |5645 | 172 |  22k| 387 |1798 | 0.000000e+00 | 3.750000e+02 |    Inf 
75.19/75.26	o 374
75.19/75.26	c *73.4s| 32673 | 18663 | 55885 |   1.7 |  75M| 422 |   - |5645 |5801 |5645 | 160 |  22k| 387 |1798 | 0.000000e+00 | 3.740000e+02 |    Inf 
76.09/76.19	o 369
76.09/76.19	c *74.3s| 32940 | 18615 | 56759 |   1.7 |  76M| 422 |   - |5645 |5895 |5645 | 192 |  22k| 481 |1798 | 0.000000e+00 | 3.690000e+02 |    Inf 
77.38/77.41	o 368
77.38/77.41	c *75.5s| 33376 | 18945 | 57637 |   1.7 |  77M| 422 |   - |5645 |6024 |5645 | 230 |  22k| 610 |1798 | 0.000000e+00 | 3.680000e+02 |    Inf 
77.78/77.82	o 350
77.78/77.82	c *75.9s| 33523 | 17897 | 57853 |   1.7 |  74M| 422 |   - |5645 |6054 |5645 | 192 |  23k| 640 |1798 | 0.000000e+00 | 3.500000e+02 |    Inf 
77.78/77.83	o 338
77.78/77.83	c *75.9s| 33524 | 17158 | 57853 |   1.7 |  72M| 422 |   - |5645 |6054 |5645 | 192 |  23k| 640 |1798 | 0.000000e+00 | 3.380000e+02 |    Inf 
77.99/78.08	o 323
77.99/78.08	c *76.2s| 33596 | 16148 | 58103 |   1.7 |  70M| 422 |   - |5645 |6073 |5645 | 202 |  23k| 659 |1798 | 0.000000e+00 | 3.230000e+02 |    Inf 
77.99/78.08	o 311
77.99/78.08	c *76.2s| 33597 | 15322 | 58103 |   1.7 |  68M| 422 |   - |5645 |6073 |5645 | 202 |  23k| 659 |1798 | 0.000000e+00 | 3.110000e+02 |    Inf 
78.28/78.37	o 305
78.28/78.37	c *76.5s| 33676 | 14950 | 58419 |   1.7 |  67M| 422 |   - |5645 |6091 |5645 | 205 |  23k| 677 |1798 | 0.000000e+00 | 3.050000e+02 |    Inf 
78.49/78.52	o 269
78.49/78.52	c *76.6s| 33712 | 12500 | 58555 |   1.7 |  61M| 422 |   - |5645 |6112 |5645 | 184 |  23k| 698 |1798 | 0.000000e+00 | 2.690000e+02 |    Inf 
78.79/78.85	o 267
78.79/78.85	c *76.9s| 33810 | 12400 | 58755 |   1.7 |  61M| 422 |   - |5645 |6190 |5645 | 215 |  23k| 776 |1798 | 0.000000e+00 | 2.670000e+02 |    Inf 
79.20/79.26	o 265
79.20/79.26	c *77.3s| 33905 | 12288 | 59671 |   1.8 |  62M| 422 |   - |5645 |6243 |5645 | 184 |  23k| 829 |1798 | 0.000000e+00 | 2.650000e+02 |    Inf 
79.69/79.72	o 253
79.69/79.72	c *77.8s| 34038 | 11550 | 60387 |   1.8 |  60M| 422 |   - |5645 |6264 |5645 | 204 |  23k| 850 |1798 | 0.000000e+00 | 2.530000e+02 |    Inf 
80.79/80.88	o 235
80.79/80.88	c *78.9s| 34350 | 10345 | 62258 |   1.8 |  58M| 422 |   - |5645 |6423 |5645 | 235 |  24k|1009 |1798 | 0.000000e+00 | 2.350000e+02 |    Inf 
81.69/81.70	o 232
81.69/81.70	c *79.7s| 34629 | 10235 | 62976 |   1.8 |  59M| 422 |   - |5645 |6542 |5645 | 183 |  24k|1128 |1798 | 0.000000e+00 | 2.320000e+02 |    Inf 
84.29/84.32	o 193
84.29/84.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.29/84.32	c *82.3s| 35332 |  7809 | 66298 |   1.9 |  54M| 422 |   - |5645 |6929 |5645 | 208 |  25k|1519 |1798 | 0.000000e+00 | 1.930000e+02 |    Inf 
84.29/84.37	o 173
84.29/84.37	c *82.3s| 35337 |  5994 | 66302 |   1.9 |  48M| 422 |   - |5645 |6929 |5645 | 200 |  25k|1519 |1798 | 0.000000e+00 | 1.730000e+02 |    Inf 
84.48/84.52	o 166
84.48/84.52	c *82.5s| 35366 |  5517 | 66522 |   1.9 |  47M| 422 |   - |5645 |6949 |5645 | 229 |  25k|1539 |1798 | 0.000000e+00 | 1.660000e+02 |    Inf 
85.88/85.90	o 156
85.88/85.90	c *83.8s| 35723 |  5026 | 69260 |   1.9 |  46M| 422 |   - |5645 |7095 |5645 | 173 |  26k|1728 |1798 | 0.000000e+00 | 1.560000e+02 |    Inf 
88.08/88.11	o 147
88.08/88.11	c *86.0s| 36253 |  4570 | 71119 |   2.0 |  46M| 422 |   - |5645 |7437 |5645 | 168 |  27k|2244 |1798 | 0.000000e+00 | 1.470000e+02 |    Inf 
88.08/88.11	o 146
88.08/88.11	c *86.0s| 36254 |  4544 | 71119 |   2.0 |  46M| 422 |   - |5645 |7437 |5645 | 168 |  27k|2244 |1798 | 0.000000e+00 | 1.460000e+02 |    Inf 
88.49/88.57	o 143
88.49/88.57	c *86.4s| 36343 |  4384 | 71490 |   2.0 |  47M| 422 |   - |5645 |7417 |5645 | 172 |  27k|2297 |1798 | 0.000000e+00 | 1.430000e+02 |    Inf 
89.38/89.44	o 129
89.38/89.44	c *87.3s| 36571 |  3729 | 72751 |   2.0 |  46M| 422 |   - |5645 |7435 |5645 | 164 |  27k|2461 |1802 | 0.000000e+00 | 1.290000e+02 |    Inf 
89.49/89.54	o 119
89.49/89.54	c *87.3s| 36589 |  3256 | 72818 |   2.0 |  44M| 422 |   - |5645 |7426 |5645 | 177 |  27k|2464 |1802 | 0.000000e+00 | 1.190000e+02 |    Inf 
89.49/89.54	o 114
89.49/89.54	c *87.4s| 36590 |  3067 | 72818 |   2.0 |  43M| 422 |   - |5645 |7426 |5645 | 177 |  27k|2464 |1802 | 0.000000e+00 | 1.140000e+02 |    Inf 
89.59/89.60	o 107
89.59/89.60	c *87.4s| 36603 |  2842 | 72888 |   2.0 |  43M| 422 |   - |5645 |7422 |5645 | 173 |  27k|2468 |1802 | 0.000000e+00 | 1.070000e+02 |    Inf 
89.59/89.61	o 102
89.59/89.61	c *87.4s| 36604 |  2586 | 72888 |   2.0 |  41M| 422 |   - |5645 |7422 |5645 | 173 |  27k|2468 |1802 | 0.000000e+00 | 1.020000e+02 |    Inf 
89.89/89.99	o 100
89.89/89.99	c *87.8s| 36700 |  2515 | 73221 |   2.0 |  41M| 422 |   - |5645 |7426 |5645 | 175 |  27k|2522 |1802 | 0.000000e+00 | 1.000000e+02 |    Inf 
92.58/92.67	o 96
92.58/92.67	c *90.4s| 37299 |  2432 | 75764 |   2.0 |  44M| 422 |   - |5645 |6898 |5645 | 183 |  28k|3071 |1802 | 0.000000e+00 | 9.600000e+01 |    Inf 
92.89/92.91	o 92
92.89/92.91	c *90.6s| 37344 |  1958 | 75921 |   2.0 |  41M| 422 |   - |5645 |6688 |5645 | 174 |  28k|3107 |1802 | 0.000000e+00 | 9.200000e+01 |    Inf 
101.99/102.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
101.99/102.01	c  99.5s| 40000 |  2436 | 81734 |   2.0 |  49M| 422 |   0 |5645 |6730 |5645 | 177 |  30k|5312 |1817 | 0.000000e+00 | 9.200000e+01 |    Inf 
118.59/118.69	o 61
118.59/118.69	c * 116s| 44734 |  1985 | 94180 |   2.1 |  55M| 422 |   - |5645 |8065 |5645 | 180 |  33k|  10k|1879 | 0.000000e+00 | 6.100000e+01 |    Inf 
119.29/119.30	o 60
119.29/119.30	c * 116s| 44877 |  1960 | 94596 |   2.1 |  55M| 422 |   - |5645 |7047 |5645 | 155 |  33k|  10k|1880 | 0.000000e+00 | 6.000000e+01 |    Inf 
129.59/129.62	o 58
129.59/129.62	c * 126s| 48468 |  2032 |103169 |   2.1 |  57M| 422 |   - |5645 |7677 |5645 | 175 |  35k|  14k|1921 | 0.000000e+00 | 5.800000e+01 |    Inf 
129.69/129.80	o 56
129.69/129.80	c * 127s| 48523 |  1996 |103280 |   2.1 |  57M| 422 |   - |5645 |7639 |5645 | 167 |  35k|  14k|1921 | 0.000000e+00 | 5.600000e+01 |    Inf 
133.58/133.66	c   130s| 50000 |  2095 |105869 |   2.1 |  58M| 422 |   - |5645 |7963 |   0 |   0 |  35k|  16k|1941 | 0.000000e+00 | 5.600000e+01 |    Inf 
141.29/141.30	o 52
141.29/141.30	c * 138s| 52860 |  1972 |112741 |   2.1 |  59M| 422 |   - |5645 |9210 |5645 | 155 |  36k|  19k|1971 | 0.000000e+00 | 5.200000e+01 |    Inf 
141.49/141.57	o 51
141.49/141.57	c * 138s| 52943 |  1931 |112874 |   2.1 |  59M| 422 |   - |5645 |9116 |5645 | 160 |  36k|  19k|1971 | 0.000000e+00 | 5.100000e+01 |    Inf 
141.49/141.57	o 39
141.49/141.57	c * 138s| 52944 |  1733 |112874 |   2.1 |  57M| 422 |   - |5645 |9116 |5645 | 160 |  36k|  19k|1971 | 0.000000e+00 | 3.900000e+01 |    Inf 
158.79/158.82	c   155s| 60000 |  1665 |129648 |   2.2 |  59M| 422 |   1 |5645 |8079 |5645 | 166 |  39k|  28k|2127 | 0.000000e+00 | 3.900000e+01 |    Inf 
171.08/171.10	o 34
171.08/171.10	c * 167s| 65194 |  1736 |141710 |   2.2 |  59M| 422 |   - |5645 |8110 |5645 | 171 |  41k|  34k|2238 | 0.000000e+00 | 3.400000e+01 |    Inf 
171.08/171.18	o 18
171.08/171.18	c * 167s| 65226 |  1414 |141773 |   2.2 |  53M| 422 |   - |5645 |7937 |5645 | 164 |  41k|  34k|2238 | 0.000000e+00 | 1.800000e+01 |    Inf 
174.29/174.39	o 17
174.29/174.39	c * 170s| 66730 |  1487 |147304 |   2.2 |  54M| 422 |   - |5645 |7633 |5645 | 185 |  42k|  36k|2256 | 0.000000e+00 | 1.700000e+01 |    Inf 
176.09/176.12	o 16
176.09/176.12	c * 171s| 67469 |  1486 |150402 |   2.2 |  54M| 422 |   - |5645 |7552 |5645 | 190 |  43k|  37k|2284 | 0.000000e+00 | 1.600000e+01 |    Inf 
181.29/181.38	c   176s| 70000 |  1582 |158869 |   2.3 |  54M| 422 |   1 |5645 |8085 |5645 | 168 |  45k|  40k|2331 | 0.000000e+00 | 1.600000e+01 |    Inf 
185.80/185.87	o 12
185.80/185.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.80/185.87	c * 181s| 72393 |  1494 |164180 |   2.3 |  53M| 422 |   - |5645 |8813 |5645 | 196 |  46k|  43k|2347 | 0.000000e+00 | 1.200000e+01 |    Inf 
188.09/188.15	o 9
188.09/188.15	c * 183s| 73412 |  1417 |169155 |   2.3 |  50M| 422 |   - |5645 |9024 |5645 | 179 |  48k|  44k|2383 | 0.000000e+00 | 9.000000e+00 |    Inf 
201.59/201.65	c   196s| 80000 |  1737 |196322 |   2.5 |  53M| 422 |   - |5645 |  10k|   0 |   0 |  54k|  52k|2519 | 0.000000e+00 | 9.000000e+00 |    Inf 
205.48/205.53	o 7
205.48/205.53	c * 200s| 82093 |  1746 |201988 |   2.5 |  53M| 422 |   - |5645 |  10k|5645 | 193 |  55k|  55k|2524 | 0.000000e+00 | 7.000000e+00 |    Inf 
208.49/208.55	o 6
208.49/208.55	c * 202s| 83481 |  1756 |207997 |   2.5 |  53M| 422 |   - |5645 |9218 |5645 | 182 |  56k|  57k|2568 | 0.000000e+00 | 6.000000e+00 |    Inf 
216.49/216.53	o 5
216.49/216.53	c * 210s| 87867 |  1830 |221723 |   2.5 |  53M| 422 |   - |5645 |8903 |5645 | 174 |  59k|  63k|2610 | 0.000000e+00 | 5.000000e+00 |    Inf 
220.69/220.73	c   214s| 90000 |  1866 |229463 |   2.5 |  54M| 422 |   - |5645 |9288 |   0 |   0 |  61k|  66k|2654 | 0.000000e+00 | 5.000000e+00 |    Inf 
221.10/221.15	o 4
221.10/221.15	c * 215s| 90247 |  1829 |229907 |   2.5 |  53M| 422 |   - |5645 |9385 |5645 | 182 |  61k|  66k|2655 | 0.000000e+00 | 4.000000e+00 |    Inf 
237.89/237.97	c   231s|100000 |  1999 |252244 |   2.5 |  55M| 422 |   1 |5645 |9392 |5645 | 163 |  64k|  78k|2820 | 0.000000e+00 | 4.000000e+00 |    Inf 
255.89/255.93	c   248s|110000 |  2175 |279783 |   2.5 |  58M| 422 |   1 |5645 |  10k|5645 | 182 |  70k|  91k|2945 | 0.000000e+00 | 4.000000e+00 |    Inf 
274.39/274.47	c   266s|120000 |  2208 |304391 |   2.5 |  59M| 422 |   - |5645 |9428 |   0 |   0 |  75k| 105k|3043 | 0.000000e+00 | 4.000000e+00 |    Inf 
292.69/292.74	c   283s|130000 |  2227 |333784 |   2.6 |  60M| 422 |   - |5645 |8543 |   0 |   0 |  81k| 119k|3158 | 0.000000e+00 | 4.000000e+00 |    Inf 
297.09/297.11	o 3
297.09/297.11	c * 287s|132258 |  2080 |342638 |   2.6 |  59M| 422 |   - |5645 |8180 |5645 | 170 |  82k| 123k|3188 | 0.000000e+00 | 3.000000e+00 |    Inf 
310.99/311.07	c   301s|140000 |  2043 |366672 |   2.6 |  59M| 422 |   1 |5645 |8780 |5645 | 188 |  87k| 133k|3348 | 0.000000e+00 | 3.000000e+00 |    Inf 
328.80/328.90	c   318s|150000 |  2029 |396410 |   2.6 |  60M| 422 |   - |5645 |9713 |   0 |   0 |  91k| 146k|3462 | 0.000000e+00 | 3.000000e+00 |    Inf 
346.40/346.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.40/346.48	c   335s|160000 |  2196 |419587 |   2.6 |  62M| 422 |   - |5645 |  12k|   0 |   0 |  95k| 158k|3546 | 0.000000e+00 | 3.000000e+00 |    Inf 
364.19/364.23	c   352s|170000 |  2352 |439837 |   2.6 |  64M| 422 |   - |5645 |  14k|   0 |   0 |  98k| 171k|3617 | 0.000000e+00 | 3.000000e+00 |    Inf 
384.09/384.10	c   371s|180000 |  2551 |460276 |   2.6 |  68M| 422 |   1 |5645 |  16k|5645 | 149 | 103k| 184k|3694 | 0.000000e+00 | 3.000000e+00 |    Inf 
403.70/403.76	c   390s|190000 |  2687 |481329 |   2.5 |  69M| 422 |   1 |5645 |  14k|5645 | 149 | 107k| 198k|3755 | 0.000000e+00 | 3.000000e+00 |    Inf 
421.70/421.79	c   407s|200000 |  2766 |501931 |   2.5 |  70M| 422 |   - |5645 |  14k|   0 |   0 | 110k| 212k|3836 | 0.000000e+00 | 3.000000e+00 |    Inf 
439.90/439.93	c   424s|210000 |  2837 |521279 |   2.5 |  73M| 422 |   - |5645 |  18k|   0 |   0 | 114k| 226k|3908 | 0.000000e+00 | 3.000000e+00 |    Inf 
458.19/458.26	c   442s|220000 |  2876 |540246 |   2.5 |  73M| 422 |   1 |5645 |  17k|5645 | 149 | 117k| 240k|3968 | 0.000000e+00 | 3.000000e+00 |    Inf 
476.20/476.25	c   459s|230000 |  2920 |556204 |   2.4 |  74M| 422 |   - |5645 |  16k|   0 |   0 | 120k| 253k|4030 | 0.000000e+00 | 3.000000e+00 |    Inf 
495.59/495.69	c   478s|240000 |  2975 |581075 |   2.4 |  75M| 422 |   1 |5645 |  15k|5645 | 167 | 127k| 267k|4094 | 0.000000e+00 | 3.000000e+00 |    Inf 
514.19/514.28	c   496s|250000 |  2975 |603227 |   2.4 |  75M| 422 |  11 |5645 |  15k|5645 | 170 | 131k| 282k|4175 | 0.000000e+00 | 3.000000e+00 |    Inf 
533.69/533.79	c   514s|260000 |  2993 |627016 |   2.4 |  76M| 422 |   1 |5645 |  16k|5645 | 149 | 136k| 297k|4228 | 0.000000e+00 | 3.000000e+00 |    Inf 
552.40/552.45	c   532s|270000 |  3027 |647869 |   2.4 |  77M| 422 |   - |5645 |  17k|   0 |   0 | 141k| 312k|4295 | 0.000000e+00 | 3.000000e+00 |    Inf 
572.50/572.55	c   552s|280000 |  3034 |669094 |   2.4 |  78M| 422 |   - |5645 |  17k|   0 |   0 | 144k| 325k|4358 | 0.000000e+00 | 3.000000e+00 |    Inf 
592.39/592.40	c   571s|290000 |  3097 |688601 |   2.4 |  79M| 422 |   - |5645 |  19k|   0 |   0 | 148k| 340k|4418 | 0.000000e+00 | 3.000000e+00 |    Inf 
612.19/612.23	c   590s|300000 |  3123 |707350 |   2.4 |  79M| 422 |   1 |5645 |  18k|5645 | 167 | 151k| 355k|4480 | 0.000000e+00 | 3.000000e+00 |    Inf 
630.70/630.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
630.70/630.76	c   608s|310000 |  3093 |727786 |   2.3 |  79M| 422 |   - |5645 |  17k|   0 |   0 | 155k| 369k|4540 | 0.000000e+00 | 3.000000e+00 |    Inf 
649.79/649.82	c   626s|320000 |  3077 |749624 |   2.3 |  78M| 422 |   - |5645 |  14k|   0 |   0 | 159k| 383k|4599 | 0.000000e+00 | 3.000000e+00 |    Inf 
669.20/669.29	c   645s|330000 |  3094 |770366 |   2.3 |  79M| 422 |   - |5645 |  15k|   0 |   0 | 162k| 397k|4660 | 0.000000e+00 | 3.000000e+00 |    Inf 
689.09/689.11	c   664s|340000 |  3102 |790066 |   2.3 |  79M| 422 |   - |5645 |  15k|   0 |   0 | 166k| 410k|4715 | 0.000000e+00 | 3.000000e+00 |    Inf 
709.29/709.40	c   683s|350000 |  3177 |817505 |   2.3 |  81M| 422 |   9 |5645 |  18k|5645 | 149 | 174k| 424k|4770 | 0.000000e+00 | 3.000000e+00 |    Inf 
729.99/730.00	c   703s|360000 |  3423 |844429 |   2.3 |  84M| 422 |   1 |5645 |  19k|5645 | 149 | 180k| 437k|4847 | 0.000000e+00 | 3.000000e+00 |    Inf 
750.80/750.83	c   723s|370000 |  3695 |872968 |   2.4 |  85M| 422 |   1 |5645 |  13k|5645 | 149 | 187k| 453k|4949 | 0.000000e+00 | 3.000000e+00 |    Inf 
770.19/770.23	c   742s|380000 |  3717 |898533 |   2.4 |  86M| 422 |  23 |5645 |  13k|5645 | 170 | 193k| 469k|5036 | 0.000000e+00 | 3.000000e+00 |    Inf 
771.20/771.27	o 1
771.20/771.27	c * 743s|380540 |  3288 |899931 |   2.4 |  80M| 422 |   - |5645 |  13k|5645 | 149 | 193k| 470k|5036 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.40/788.40	c   760s|390000 |  3278 |925445 |   2.4 |  80M| 422 |   - |5645 |  13k|   0 |   0 | 199k| 485k|5083 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.00/807.08	c   778s|400000 |  3180 |951192 |   2.4 |  80M| 422 |   4 |5645 |  14k|5645 | 160 | 205k| 500k|5134 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.20/825.29	c   795s|410000 |  2990 |976818 |   2.4 |  78M| 422 |   - |5645 |  14k|   0 |   0 | 210k| 516k|5212 | 0.000000e+00 | 1.000000e+00 |    Inf 
843.50/843.54	c   813s|420000 |  2915 |  1000k|   2.4 |  77M| 422 |   - |5645 |  13k|   0 |   0 | 214k| 531k|5264 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.59/861.61	c   830s|430000 |  2899 |  1023k|   2.4 |  77M| 422 |   5 |5645 |  13k|5645 | 149 | 218k| 545k|5328 | 0.000000e+00 | 1.000000e+00 |    Inf 
879.40/879.42	c   848s|440000 |  2982 |  1048k|   2.4 |  79M| 422 |   - |5645 |  16k|5645 | 182 | 222k| 559k|5383 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.50/898.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
898.50/898.54	c   866s|450000 |  2882 |  1073k|   2.4 |  78M| 422 |  10 |5645 |  15k|5645 | 149 | 227k| 574k|5456 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.60/917.67	c   885s|460000 |  2837 |  1094k|   2.4 |  77M| 422 |   1 |5645 |  13k|5645 | 176 | 230k| 587k|5498 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.01/935.06	c   901s|470000 |  2800 |  1114k|   2.4 |  76M| 422 |   1 |5645 |  12k|5645 | 149 | 233k| 601k|5539 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.40/953.42	c   919s|480000 |  2816 |  1136k|   2.4 |  78M| 422 |   - |5645 |  16k|   0 |   0 | 236k| 614k|5583 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.50/972.54	c   938s|490000 |  2812 |  1159k|   2.4 |  78M| 422 |   - |5645 |  16k|   0 |   0 | 239k| 628k|5637 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.50/991.57	c   956s|500000 |  2743 |  1181k|   2.4 |  77M| 422 |   - |5645 |  16k|   0 |   0 | 243k| 642k|5689 | 0.000000e+00 | 1.000000e+00 |    Inf 
1011.21/1011.25	c   975s|510000 |  2669 |  1202k|   2.4 |  76M| 422 |   - |5645 |  15k|   0 |   0 | 247k| 655k|5736 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.10/1030.15	c   993s|520000 |  2626 |  1223k|   2.4 |  76M| 422 |  14 |5645 |  16k|5645 | 149 | 250k| 669k|5790 | 0.000000e+00 | 1.000000e+00 |    Inf 
1048.70/1048.70	c  1011s|530000 |  2481 |  1244k|   2.3 |  74M| 422 |   - |5645 |  16k|   0 |   0 | 253k| 684k|5843 | 0.000000e+00 | 1.000000e+00 |    Inf 
1067.40/1067.44	c  1029s|540000 |  2358 |  1266k|   2.3 |  72M| 422 |  12 |5645 |  15k|5645 | 173 | 257k| 698k|5889 | 0.000000e+00 | 1.000000e+00 |    Inf 
1088.21/1088.26	c  1049s|550000 |  2309 |  1299k|   2.4 |  72M| 422 |  11 |5645 |  14k|5645 | 176 | 263k| 712k|6111 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.41/1107.40	c  1068s|560000 |  2221 |  1320k|   2.4 |  70M| 422 |   - |5645 |  14k|   0 |   0 | 266k| 725k|6122 | 0.000000e+00 | 1.000000e+00 |    Inf 
1126.00/1126.06	c  1086s|570000 |  2138 |  1342k|   2.4 |  69M| 422 |   - |5645 |  12k|   0 |   0 | 270k| 739k|6171 | 0.000000e+00 | 1.000000e+00 |    Inf 
1144.21/1144.27	c  1103s|580000 |  2029 |  1367k|   2.4 |  68M| 422 |   - |5645 |  12k|   0 |   0 | 275k| 752k|6224 | 0.000000e+00 | 1.000000e+00 |    Inf 
1163.81/1163.83	c  1122s|590000 |  1961 |  1396k|   2.4 |  68M| 422 |   - |5645 |  14k|   0 |   0 | 280k| 766k|6278 | 0.000000e+00 | 1.000000e+00 |    Inf 
1183.41/1183.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1183.41/1183.45	c  1141s|600000 |  1992 |  1422k|   2.4 |  68M| 422 |   9 |5645 |  14k|5645 | 191 | 285k| 780k|6333 | 0.000000e+00 | 1.000000e+00 |    Inf 
1207.61/1207.68	c  1164s|610000 |  2182 |  1467k|   2.4 |  71M| 422 |   1 |5645 |  18k|5645 | 195 | 297k| 793k|6404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1231.50/1231.56	c  1187s|620000 |  2191 |  1504k|   2.4 |  71M| 422 |   1 |5645 |  18k|5645 | 184 | 305k| 807k|6461 | 0.000000e+00 | 1.000000e+00 |    Inf 
1256.21/1256.22	c  1211s|630000 |  2214 |  1546k|   2.5 |  72M| 422 |  10 |5645 |  20k|5645 | 180 | 314k| 820k|6540 | 0.000000e+00 | 1.000000e+00 |    Inf 
1283.01/1283.08	c  1237s|640000 |  2520 |  1589k|   2.5 |  76M| 422 |  16 |5645 |  24k|5645 | 178 | 327k| 834k|6594 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.21/1314.29	c  1268s|650000 |  2813 |  1641k|   2.5 |  80M| 422 |  17 |5645 |  27k|5645 | 185 | 344k| 848k|6676 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.61/1345.68	c  1299s|660000 |  3036 |  1695k|   2.6 |  82M| 422 |   - |5645 |  29k|   0 |   0 | 360k| 862k|6775 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.41/1375.40	c  1327s|670000 |  3061 |  1739k|   2.6 |  82M| 422 |  14 |5645 |  27k|5645 | 195 | 372k| 876k|6830 | 0.000000e+00 | 1.000000e+00 |    Inf 
1405.21/1405.27	c  1357s|680000 |  3146 |  1789k|   2.6 |  83M| 422 |   1 |5645 |  27k|5645 | 190 | 386k| 890k|6915 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.31/1435.34	c  1386s|690000 |  3130 |  1837k|   2.7 |  84M| 422 |   - |5645 |  27k|   0 |   0 | 400k| 904k|6994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.12/1465.13	c  1415s|700000 |  3086 |  1882k|   2.7 |  84M| 422 |   - |5645 |  27k|   0 |   0 | 412k| 918k|7044 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.41/1493.48	c  1442s|710000 |  3023 |  1924k|   2.7 |  84M| 422 |   8 |5645 |  29k|5645 | 183 | 423k| 933k|7120 | 0.000000e+00 | 1.000000e+00 |    Inf 
1523.41/1523.42	c  1472s|720000 |  2999 |  1971k|   2.7 |  84M| 422 |  17 |5645 |  27k|5645 | 180 | 434k| 947k|7189 | 0.000000e+00 | 1.000000e+00 |    Inf 
1554.01/1554.05	c  1502s|730000 |  3264 |  2017k|   2.8 |  87M| 422 |   - |5645 |  31k|   0 |   0 | 447k| 960k|7260 | 0.000000e+00 | 1.000000e+00 |    Inf 
1585.12/1585.15	c  1532s|740000 |  3046 |  2061k|   2.8 |  85M| 422 |   - |5645 |  28k|   0 |   0 | 458k| 975k|7318 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.21/1613.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1613.21/1613.23	c  1559s|750000 |  2871 |  2102k|   2.8 |  84M| 422 |  11 |5645 |  28k|5645 | 206 | 466k| 990k|7389 | 0.000000e+00 | 1.000000e+00 |    Inf 
1642.62/1642.62	c  1588s|760000 |  2807 |  2148k|   2.8 |  84M| 422 |   1 |5645 |  29k|5645 | 173 | 479k|1004k|7453 | 0.000000e+00 | 1.000000e+00 |    Inf 
1672.11/1672.15	c  1617s|770000 |  2779 |  2197k|   2.9 |  84M| 422 |   1 |5645 |  28k|5645 | 199 | 492k|1018k|7515 | 0.000000e+00 | 1.000000e+00 |    Inf 
1700.71/1700.71	c  1644s|780000 |  2700 |  2240k|   2.9 |  81M| 422 |   - |5645 |  24k|   0 |   0 | 503k|1032k|7586 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.11/1726.17	c  1669s|790000 |  2694 |  2266k|   2.9 |  83M| 422 |  10 |5645 |  29k|5645 | 189 | 507k|1046k|7623 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.62/1757.69	c  1700s|800000 |  2703 |  2313k|   2.9 |  85M| 422 |   - |5645 |  33k|5645 | 205 | 518k|1061k|7661 | 0.000000e+00 | 1.000000e+00 |    Inf 
1786.21/1786.21	c  1728s|810000 |  2630 |  2340k|   2.9 |  84M| 422 |   1 |5645 |  32k|5645 | 176 | 522k|1075k|7722 | 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.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1741.24
1800.02/1800.00	c Solving Nodes      : 814297
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+00 (277 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.07	s SATISFIABLE
1800.02/1800.07	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.07	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.07	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.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 -x146 
1800.02/1800.07	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.02/1800.07	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.02/1800.07	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.07	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.07	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.07	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.07	v -x1 
1800.02/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.07	c Solving Time       :    1741.24
1800.02/1800.07	c Original Problem   :
1800.02/1800.07	c   Problem name     : HOME/instance-2692361-1277928109.wbo
1800.02/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.07	c Presolved Problem  :
1800.02/1800.07	c   Problem name     : t_HOME/instance-2692361-1277928109.wbo
1800.02/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.07	c   Constraints      : 5414 initial, 36263 maximal
1800.02/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.02/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.02/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.07	c   integral         :          0          0          0     515528          0          1        230          0          0     850816
1800.02/1800.07	c   indicator        :       2707          0    2218884      51981          0        156    3237120          0          0          0
1800.02/1800.07	c   linear           :       2707          6    4692732      89830          0     324790   20235194     527093          0          0
1800.02/1800.07	c   logicor          :          0+         0    1260348          0          0      74798    1539231          0          0          0
1800.02/1800.07	c   bounddisjunction :          0+         0       4002          0          0          0         70          0          0          0
1800.02/1800.07	c   countsols        :          0          0          0      32822          0          0          0          0          0          0
1800.02/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.07	c   integral         :      15.35       0.00       0.00      15.35       0.00
1800.02/1800.07	c   indicator        :      20.53       0.00      11.41       9.12       0.00
1800.02/1800.07	c   linear           :     236.58       0.00     228.70       7.88       0.00
1800.02/1800.07	c   logicor          :     235.16       0.00     235.16       0.00       0.00
1800.02/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.07	c   vbounds          :       0.00          2          0          0
1800.02/1800.07	c   rootredcost      :       0.02         53          0       2707
1800.02/1800.07	c   pseudoobj        :     223.25    4698827       5685    1943000
1800.02/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.07	c   propagation      :      25.19     405273     405100    2513600       33.5      16816       27.6          -
1800.02/1800.07	c   infeasible LP    :       4.40      11471      11471      90087       44.8        188       22.7          0
1800.02/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.07	c   pseudo solution  :       0.04        154        154        510       10.9         81        5.8          -
1800.02/1800.07	c   applied globally :          -          -          -    1080923       25.8          -          -          -
1800.02/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.02/1800.07	c   redcost          :      37.24     519080          0    1225158          0          0
1800.02/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.07	c   gomory           :       0.00          4          0          0         86          0
1800.02/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.02/1800.07	c   cmir             :       0.03          4          0          0          0          0
1800.02/1800.07	c   flowcover        :       0.01          4          0          0          0          0
1800.02/1800.07	c   clique           :       0.01          1          0          0          0          0
1800.02/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.07	c Pricers            :       Time      Calls       Vars
1800.02/1800.07	c   problem variables:       0.00          0          0
1800.02/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.07	c   relpscost        :      15.23     425601          1        230          0          0     850816
1800.02/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   inference        :       9.02      32769          0          0          0          0      65538
1800.02/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.08	c   LP solutions     :       0.12          -         53
1800.02/1800.08	c   pseudo solutions :       0.00          -          0
1800.02/1800.08	c   feaspump         :       0.00          0          0
1800.02/1800.08	c   oneopt           :       0.23         47          0
1800.02/1800.08	c   guideddiving     :       0.16         59          0
1800.02/1800.08	c   crossover        :       1.37         51          0
1800.02/1800.08	c   coefdiving       :       0.97        504          0
1800.02/1800.08	c   fracdiving       :       0.77        504          0
1800.02/1800.08	c   veclendiving     :       0.94        504          0
1800.02/1800.08	c   pscostdiving     :       0.65        505          0
1800.02/1800.08	c   linesearchdiving :       0.89        505          0
1800.02/1800.08	c   objpscostdiving  :       0.78        502          0
1800.02/1800.08	c   rootsoldiving    :       0.85        502          0
1800.02/1800.08	c   trivial          :       0.09          2          2
1800.02/1800.08	c   simplerounding   :       0.56     426368          0
1800.02/1800.08	c   zirounding       :       0.20       1000          0
1800.02/1800.08	c   rounding         :       2.89       9122          0
1800.02/1800.08	c   shifting         :       1.38       2846          0
1800.02/1800.08	c   intshifting      :       0.02          4          0
1800.02/1800.08	c   twoopt           :       0.00          0          0
1800.02/1800.08	c   fixandinfer      :       0.00          0          0
1800.02/1800.08	c   intdiving        :       0.00          0          0
1800.02/1800.08	c   actconsdiving    :       0.00          0          0
1800.02/1800.08	c   octane           :       0.00          0          0
1800.02/1800.08	c   rens             :       0.03          1          0
1800.02/1800.08	c   rins             :       0.00          0          0
1800.02/1800.08	c   localbranching   :       0.00          0          0
1800.02/1800.08	c   mutation         :       0.00          0          0
1800.02/1800.08	c   dins             :       0.00          0          0
1800.02/1800.08	c   undercover       :       0.00          0          0
1800.02/1800.08	c   nlp              :       0.00          0          0
1800.02/1800.08	c   trysol           :       2.55       6724        222
1800.02/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.08	c   dual LP          :     388.83     496556    2355571       4.74    6058.10
1800.02/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.08	c   diving/probing LP:       0.22        186       1017       5.47    4622.73
1800.02/1800.08	c   strong branching :      12.25       7735      66494       8.60    5428.08
1800.02/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.02/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.08	c B&B Tree           :
1800.02/1800.08	c   number of runs   :          1
1800.02/1800.08	c   nodes            :     814297
1800.02/1800.08	c   nodes (total)    :     814297
1800.02/1800.08	c   nodes left       :       2697
1800.02/1800.08	c   max depth        :        422
1800.02/1800.08	c   max depth (total):        422
1800.02/1800.08	c   backtracks       :      69257 (8.5%)
1800.02/1800.08	c   delayed cutoffs  :      63405
1800.02/1800.08	c   repropagations   :    2543919 (4461063 domain reductions, 60974 cutoffs)
1800.02/1800.08	c   avg switch length:       7.75
1800.02/1800.08	c   switching time   :     268.06
1800.02/1800.08	c Solution           :
1800.02/1800.08	c   Solutions found  :        277 (54 improvements)
1800.02/1800.08	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 380540 nodes, 743.18 seconds, depth 92, found by <relaxation>)
1800.02/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.08	c   Gap              :   infinite
1800.02/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.08	c   Root Iterations  :        106
1800.12/1800.20	c Time complete: 1800.21.

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-2692361-1277928109/watcher-2692361-1277928109 -o /tmp/evaluation-result-2692361-1277928109/solver-2692361-1277928109 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692361-1277928109.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.01 2.33 2.70 4/196 15264
/proc/meminfo: memFree=31455528/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=9276 CPUtime=0
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 1643 0 0 0 0 0 0 0 25 0 1 0 134106991 9498624 1562 4089446400 4194304 8223781 140735940884064 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15264/statm: 2352 1567 369 984 0 1365 0

[startup+0.0174941 s]
/proc/loadavg: 2.01 2.33 2.70 4/196 15264
/proc/meminfo: memFree=31455528/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=12436 CPUtime=0.01
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 2422 0 0 0 1 0 0 0 25 0 1 0 134106991 12734464 2341 4089446400 4194304 8223781 140735940884064 18446744073709551615 7206775 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15264/statm: 3109 2341 369 984 0 2122 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12436

[startup+0.10048 s]
/proc/loadavg: 2.01 2.33 2.70 4/196 15264
/proc/meminfo: memFree=31455528/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=35144 CPUtime=0.09
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 8089 0 0 0 8 1 0 0 25 0 1 0 134106991 35987456 7644 4089446400 4194304 8223781 140735940884064 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15264/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300446 s]
/proc/loadavg: 2.01 2.33 2.70 4/196 15264
/proc/meminfo: memFree=31455528/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=42940 CPUtime=0.28
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 10624 0 0 0 26 2 0 0 25 0 1 0 134106991 43970560 9576 4089446400 4194304 8223781 140735940884064 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15264/statm: 10735 9576 561 984 0 9748 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42940

[startup+0.70038 s]
/proc/loadavg: 2.01 2.33 2.70 4/196 15264
/proc/meminfo: memFree=31455528/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=43084 CPUtime=0.68
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 15656 0 0 0 65 3 0 0 25 0 1 0 134106991 44118016 9710 4089446400 4194304 8223781 140735940884064 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15264/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43084

[startup+1.50024 s]
/proc/loadavg: 2.01 2.33 2.70 3/197 15267
/proc/meminfo: memFree=31417824/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=44508 CPUtime=1.49
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 15877 0 0 0 144 5 0 0 25 0 1 0 134106991 45576192 9931 4089446400 4194304 8223781 140735940884064 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15264/statm: 11127 9931 578 984 0 10140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44508

[startup+3.10098 s]
/proc/loadavg: 2.01 2.33 2.70 3/197 15267
/proc/meminfo: memFree=31416088/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=50736 CPUtime=3.08
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 21971 0 0 0 299 9 0 0 25 0 1 0 134106991 51953664 11626 4089446400 4194304 8223781 140735940884064 18446744073709551615 6557699 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15264/statm: 12684 11626 579 984 0 11697 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50736

[startup+6.30044 s]
/proc/loadavg: 2.01 2.33 2.70 3/197 15267
/proc/meminfo: memFree=31409120/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=53508 CPUtime=6.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 27681 0 0 0 611 18 0 0 25 0 1 0 134106991 54792192 12236 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15264/statm: 13377 12236 579 984 0 12390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53508

[startup+12.7004 s]
/proc/loadavg: 2.00 2.32 2.69 3/197 15267
/proc/meminfo: memFree=31401612/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=60632 CPUtime=12.69
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 39690 0 0 0 1233 36 0 0 25 0 1 0 134106991 62087168 14029 4089446400 4194304 8223781 140735940884064 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15264/statm: 15158 14029 579 984 0 14171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60632

[startup+25.5002 s]
/proc/loadavg: 2.00 2.30 2.68 3/197 15267
/proc/meminfo: memFree=31387960/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=75852 CPUtime=25.49
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 48622 0 0 0 2487 62 0 0 25 0 1 0 134106991 77672448 17856 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 18963 17856 579 984 0 17976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75852

[startup+51.1009 s]
/proc/loadavg: 2.00 2.28 2.66 3/197 15267
/proc/meminfo: memFree=31359072/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=103600 CPUtime=51.08
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 60072 0 0 0 4988 120 0 0 25 0 1 0 134106991 106086400 24842 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 25900 24842 579 984 0 24913 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103600

[startup+102.306 s]
/proc/loadavg: 2.00 2.23 2.62 3/197 15269
/proc/meminfo: memFree=31285984/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=176872 CPUtime=102.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 148255 0 0 0 9979 251 0 0 25 0 1 0 134106991 181116928 42785 4089446400 4194304 8223781 140735940884064 18446744073709551615 6377422 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 44218 42787 588 984 0 43231 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176872

[startup+162.3 s]
/proc/loadavg: 2.00 2.19 2.58 3/197 15271
/proc/meminfo: memFree=31215608/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=250560 CPUtime=162.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 206941 0 0 0 15808 421 0 0 25 0 1 0 134106991 256573440 60323 4089446400 4194304 8223781 140735940884064 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 62640 60323 592 984 0 61653 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 250560

[startup+222.301 s]
/proc/loadavg: 2.08 2.17 2.55 3/197 15271
/proc/meminfo: memFree=31202280/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=263368 CPUtime=222.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 307803 0 0 0 21568 661 0 0 25 0 1 0 134106991 269688832 63382 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 65842 63382 593 984 0 64855 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263368

[startup+282.301 s]
/proc/loadavg: 2.03 2.13 2.51 3/197 15273
/proc/meminfo: memFree=31197784/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=268520 CPUtime=282.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 327338 0 0 0 27324 905 0 0 25 0 1 0 134106991 274964480 64682 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 67130 64682 593 984 0 66143 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 268520

[startup+342.301 s]
/proc/loadavg: 2.09 2.12 2.48 3/197 15275
/proc/meminfo: memFree=31194980/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=270808 CPUtime=342.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 359896 0 0 0 33058 1171 0 0 25 0 1 0 134106991 277307392 65225 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 67702 65225 593 984 0 66715 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 270808

[startup+402.301 s]
/proc/loadavg: 2.03 2.10 2.45 3/197 15277
/proc/meminfo: memFree=31189096/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=276124 CPUtime=402.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 364812 0 0 0 38812 1417 0 0 25 0 1 0 134106991 282750976 66546 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 69031 66546 593 984 0 68044 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 276124

[startup+462.301 s]
/proc/loadavg: 2.01 2.08 2.42 3/197 15279
/proc/meminfo: memFree=31184204/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=280984 CPUtime=462.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 366036 0 0 0 44575 1654 0 0 25 0 1 0 134106991 287727616 67770 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 70246 67770 593 984 0 69259 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 280984

[startup+522.301 s]
/proc/loadavg: 2.00 2.06 2.39 3/197 15279
/proc/meminfo: memFree=31181160/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=284072 CPUtime=522.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 373006 0 0 0 50327 1902 0 0 25 0 1 0 134106991 290889728 68419 4089446400 4194304 8223781 140735940884064 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 71018 68419 593 984 0 70031 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 284072

[startup+582.3 s]
/proc/loadavg: 2.05 2.06 2.36 3/197 15281
/proc/meminfo: memFree=31178364/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=286004 CPUtime=582.29
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 373535 0 0 0 56107 2122 0 0 25 0 1 0 134106991 292868096 68945 4089446400 4194304 8223781 140735940884064 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 71501 68945 593 984 0 70514 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 286004

[startup+642.3 s]
/proc/loadavg: 2.02 2.05 2.34 3/197 15283
/proc/meminfo: memFree=31177316/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=287048 CPUtime=642.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 373793 0 0 0 61877 2353 0 0 25 0 1 0 134106991 293937152 69203 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 71762 69203 593 984 0 70775 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 287048

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.25 3/179 15317
/proc/meminfo: memFree=31098776/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=290728 CPUtime=882.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 409563 0 0 0 85045 3185 0 0 25 0 1 0 134106991 297705472 70136 4089446400 4194304 8223781 140735940884064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72682 70136 593 984 0 71695 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 290728

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.24 3/179 15319
/proc/meminfo: memFree=31040840/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=290728 CPUtime=942.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 409564 0 0 0 90839 3391 0 0 25 0 1 0 134106991 297705472 70137 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72682 70137 593 984 0 71695 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 290728

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/179 15321
/proc/meminfo: memFree=30983156/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=290764 CPUtime=1002.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 419681 0 0 0 96625 3605 0 0 25 0 1 0 134106991 297742336 70161 4089446400 4194304 8223781 140735940884064 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72691 70161 601 984 0 71704 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 290764

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 15323
/proc/meminfo: memFree=30927456/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=290924 CPUtime=1062.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 419716 0 0 0 102409 3821 0 0 25 0 1 0 134106991 297906176 70196 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72731 70196 601 984 0 71744 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 290924

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/179 15323
/proc/meminfo: memFree=30876580/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=291112 CPUtime=1122.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 419772 0 0 0 108192 4038 0 0 25 0 1 0 134106991 298098688 70252 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72778 70252 601 984 0 71791 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 291112

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/179 15325
/proc/meminfo: memFree=30836620/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=291168 CPUtime=1182.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 424158 0 0 0 113969 4262 0 0 25 0 1 0 134106991 298156032 70270 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72792 70270 601 984 0 71805 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 291168

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 15327
/proc/meminfo: memFree=30797284/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=291168 CPUtime=1242.3
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 424167 0 0 0 119791 4439 0 0 25 0 1 0 134106991 298156032 70279 4089446400 4194304 8223781 140735940884064 18446744073709551615 4455275 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72792 70279 601 984 0 71805 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 291168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 15329
/proc/meminfo: memFree=30755388/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=291436 CPUtime=1302.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 424240 0 0 0 125628 4603 0 0 25 0 1 0 134106991 298430464 70352 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 72859 70352 601 984 0 71872 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 291436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 15331
/proc/meminfo: memFree=30696844/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=295796 CPUtime=1362.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 425237 0 0 0 131473 4758 0 0 25 0 1 0 134106991 302895104 71349 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 73949 71349 601 984 0 72962 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 295796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 15331
/proc/meminfo: memFree=30648704/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=296320 CPUtime=1422.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 425321 0 0 0 137318 4913 0 0 25 0 1 0 134106991 303431680 71433 4089446400 4194304 8223781 140735940884064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 74080 71433 601 984 0 73093 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 296320

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/179 15333
/proc/meminfo: memFree=30603116/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=297208 CPUtime=1482.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 425551 0 0 0 143158 5073 0 0 25 0 1 0 134106991 304340992 71663 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 74302 71663 601 984 0 73315 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 297208

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.11 3/179 15335
/proc/meminfo: memFree=30557432/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=297588 CPUtime=1542.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 425678 0 0 0 149007 5224 0 0 25 0 1 0 134106991 304730112 71790 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 74397 71790 601 984 0 73410 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 297588

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.09 3/179 15337
/proc/meminfo: memFree=30523924/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=298156 CPUtime=1602.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 425810 0 0 0 154862 5369 0 0 25 0 1 0 134106991 305311744 71922 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 74539 71922 601 984 0 73552 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 298156

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 15339
/proc/meminfo: memFree=30486196/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=299304 CPUtime=1662.32
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 426107 0 0 0 160703 5529 0 0 25 0 1 0 134106991 306487296 72219 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 74826 72219 601 984 0 73839 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 299304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 15339
/proc/meminfo: memFree=30446344/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=300244 CPUtime=1722.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 426248 0 0 0 166541 5690 0 0 25 0 1 0 134106991 307449856 72360 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 75061 72360 601 984 0 74074 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 300244

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.08 3/179 15341
/proc/meminfo: memFree=30409472/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=302184 CPUtime=1782.31
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 428574 0 0 0 172399 5832 0 0 25 0 1 0 134106991 309436416 72870 4089446400 4194304 8223781 140735940884064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 75546 72870 601 984 0 74559 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 302184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.08 3/179 15344
/proc/meminfo: memFree=30399268/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=302184 CPUtime=1800.02
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 428574 0 0 0 174127 5875 0 0 25 0 1 0 134106991 309436416 72870 4089446400 4194304 8223781 140735940884064 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15264/statm: 75546 72870 601 984 0 74559 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 302184

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

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

[startup+1800.11 s]
/proc/loadavg: 2.02 2.01 2.08 3/179 15344
/proc/meminfo: memFree=30399268/32951124 swapFree=67111528/67111528
[pid=15264] ppid=15262 vsize=301336 CPUtime=1800.12
/proc/15264/stat : 15264 (pbscip.linux.x8) R 15262 15264 15118 0 -1 4202496 428613 0 0 0 174137 5875 0 0 18 0 1 0 134106991 308568064 72653 4089446400 4194304 8223781 140735940884064 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15264/statm: 75334 72653 603 984 0 74347 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 301336

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.22
CPU user time (s): 1741.46
CPU system time (s): 58.7641
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 303136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.46
system time used= 58.7641
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428617
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= 4
involuntary context switches= 2271

runsolver used 2.46062 second user time and 5.75012 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 22:01:49
IDJOB=2692361
IDBENCH=79285
IDSOLVER=1204
FILE ID=node130/2692361-1277928109
PBS_JOBID= 11197408
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900565534--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692361-1277928109/watcher-2692361-1277928109 -o /tmp/evaluation-result-2692361-1277928109/solver-2692361-1277928109 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692361-1277928109.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cf389047fd441928b15b38cce26251ed
RANDOM SEED=367991839

node130.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.796
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.796
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.67
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.796
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.796
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.72
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.796
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.796
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.63
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.796
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31456056 kB
Buffers:        215776 kB
Cached:         968096 kB
SwapCached:          0 kB
Active:         638084 kB
Inactive:       713468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31456056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4736 kB
Writeback:           0 kB
AnonPages:      168204 kB
Mapped:          20664 kB
Slab:            79464 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657236 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 node130 at 2010-06-30 22:31:51