Trace number 2705089

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.28 1790.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
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 benchmark30.1254
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 667
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705089-1278578337.wbo>
0.03/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.03/0.03	c problem read
0.03/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, 0 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, 0 impls, 0 clqs
0.09/0.18	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  5391 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.3
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1789.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	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.29/0.38	c   0.4s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.49/0.56	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.361790e+05 |    Inf 
7.39/7.44	o 713
7.39/7.44	c * 7.4s|  3353 |  3355 |  1936 |   0.5 |  30M|2357 |   - |5645 |5414 |5645 | 211 | 535 |   0 | 488 | 0.000000e+00 | 7.130000e+02 |    Inf 
20.19/20.20	c  20.2s| 10000 |  9998 |  3091 |   0.3 |  44M|2357 |   0 |5645 |5416 |5645 | 216 | 827 |   2 | 551 | 0.000000e+00 | 7.130000e+02 |    Inf 
39.69/39.78	c  39.7s| 20000 | 19996 |  4643 |   0.2 |  65M|2357 |   0 |5645 |5418 |5645 | 225 |1264 |   4 | 634 | 0.000000e+00 | 7.130000e+02 |    Inf 
50.29/50.33	o 423
50.29/50.33	c *50.3s| 25535 | 24944 |  5450 |   0.2 |  76M|2357 |   - |5645 |5418 |5645 | 220 |1507 |   4 | 690 | 0.000000e+00 | 4.230000e+02 |    Inf 
59.59/59.60	c  59.6s| 30000 | 29405 |  6094 |   0.2 |  85M|2357 |   0 |5645 |5420 |5645 | 233 |1694 |   6 | 735 | 0.000000e+00 | 4.230000e+02 |    Inf 
79.68/79.78	c  79.7s| 40000 | 39391 |  7241 |   0.2 | 105M|2357 |   0 |5645 |5448 |5645 | 199 |1978 |  34 | 811 | 0.000000e+00 | 4.230000e+02 |    Inf 
91.69/91.73	o 418
91.69/91.73	c *91.7s| 45464 | 44648 |  8688 |   0.2 | 117M|2357 |   - |5645 |5567 |5645 | 211 |2359 | 153 | 845 | 0.000000e+00 | 4.180000e+02 |    Inf 
91.99/92.03	o 411
91.99/92.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.99/92.03	c *92.0s| 45578 | 44546 |  8750 |   0.2 | 116M|2357 |   - |5645 |5574 |5645 | 234 |2383 | 160 | 845 | 0.000000e+00 | 4.110000e+02 |    Inf 
93.89/93.99	o 396
93.89/93.99	c *94.0s| 46361 | 44820 |  9086 |   0.2 | 118M|2357 |   - |5645 |5762 |5645 | 215 |2494 | 348 | 863 | 0.000000e+00 | 3.960000e+02 |    Inf 
94.29/94.37	o 371
94.29/94.37	c *94.3s| 46498 | 44253 |  9141 |   0.2 | 117M|2357 |   - |5645 |5806 |5645 | 215 |2511 | 392 | 864 | 0.000000e+00 | 3.710000e+02 |    Inf 
94.39/94.48	o 369
94.39/94.48	c *94.4s| 46531 | 44226 |  9173 |   0.2 | 117M|2357 |   - |5645 |5813 |5645 | 204 |2513 | 399 | 864 | 0.000000e+00 | 3.690000e+02 |    Inf 
95.19/95.29	o 357
95.19/95.29	c *95.3s| 46862 | 44115 |  9317 |   0.2 | 117M|2357 |   - |5645 |5875 |5645 | 206 |2554 | 461 | 864 | 0.000000e+00 | 3.570000e+02 |    Inf 
95.29/95.39	o 349
95.29/95.39	c *95.4s| 46896 | 43791 |  9317 |   0.2 | 116M|2357 |   - |5645 |5875 |5645 | 206 |2554 | 461 | 864 | 0.000000e+00 | 3.490000e+02 |    Inf 
95.39/95.42	o 342
95.39/95.42	c *95.4s| 46902 | 43465 |  9317 |   0.2 | 116M|2357 |   - |5645 |5875 |5645 | 206 |2554 | 461 | 864 | 0.000000e+00 | 3.420000e+02 |    Inf 
95.79/95.89	o 337
95.79/95.89	c *95.9s| 47139 | 43435 |  9325 |   0.2 | 116M|2357 |   - |5645 |5889 |5645 | 206 |2554 | 475 | 864 | 0.000000e+00 | 3.370000e+02 |    Inf 
95.89/95.95	o 328
95.89/95.95	c *95.9s| 47182 | 42976 |  9327 |   0.2 | 115M|2357 |   - |5645 |5889 |5645 | 206 |2554 | 475 | 864 | 0.000000e+00 | 3.280000e+02 |    Inf 
95.99/96.05	o 314
95.99/96.05	c *96.0s| 47200 | 42098 |  9404 |   0.2 | 113M|2357 |   - |5645 |5898 |5645 | 236 |2571 | 484 | 870 | 0.000000e+00 | 3.140000e+02 |    Inf 
96.19/96.25	o 304
96.19/96.25	c *96.2s| 47375 | 41485 |  9434 |   0.2 | 112M|2357 |   - |5645 |5908 |5645 | 248 |2583 | 494 | 874 | 0.000000e+00 | 3.040000e+02 |    Inf 
97.39/97.44	o 277
97.39/97.44	c *97.4s| 47928 | 40015 |  9651 |   0.2 | 110M|2357 |   - |5645 |6028 |5645 | 213 |2626 | 614 | 878 | 0.000000e+00 | 2.770000e+02 |    Inf 
97.99/98.09	o 244
97.99/98.09	c *98.1s| 48135 | 37265 |  9782 |   0.2 | 104M|2357 |   - |5645 |6100 |5645 | 212 |2667 | 686 | 878 | 0.000000e+00 | 2.440000e+02 |    Inf 
103.99/104.05	c   104s| 50000 | 38797 | 11902 |   0.2 | 110M|2357 |   0 |5645 |6735 |5645 | 209 |3299 |1321 | 912 | 0.000000e+00 | 2.440000e+02 |    Inf 
105.59/105.63	o 235
105.59/105.63	c * 106s| 50468 | 38364 | 12400 |   0.2 | 111M|2357 |   - |5645 |7104 |5645 | 226 |3441 |1690 | 917 | 0.000000e+00 | 2.350000e+02 |    Inf 
112.20/112.26	o 222
112.20/112.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.20/112.26	c * 112s| 52441 | 38701 | 14577 |   0.3 | 117M|2357 |   - |5645 |7889 |5645 | 194 |4045 |2485 | 959 | 0.000000e+00 | 2.220000e+02 |    Inf 
112.39/112.41	o 220
112.39/112.41	c * 112s| 52473 | 38526 | 14649 |   0.3 | 117M|2357 |   - |5645 |7900 |5645 | 212 |4063 |2496 | 961 | 0.000000e+00 | 2.200000e+02 |    Inf 
113.30/113.35	o 217
113.30/113.35	c * 113s| 52749 | 38452 | 15181 |   0.3 | 118M|2357 |   - |5645 |8033 |5645 | 208 |4212 |2635 | 977 | 0.000000e+00 | 2.170000e+02 |    Inf 
114.59/114.61	o 215
114.59/114.61	c * 115s| 53123 | 38572 | 15771 |   0.3 | 119M|2357 |   - |5645 |8129 |5645 | 214 |4346 |2733 | 989 | 0.000000e+00 | 2.150000e+02 |    Inf 
116.09/116.10	o 214
116.09/116.10	c * 116s| 53642 | 38906 | 15977 |   0.3 | 120M|2357 |   - |5645 |8215 |5645 | 205 |4393 |2834 | 993 | 0.000000e+00 | 2.140000e+02 |    Inf 
116.39/116.40	o 206
116.39/116.40	c * 116s| 53771 | 38073 | 16058 |   0.3 | 118M|2357 |   - |5645 |8234 |5645 | 210 |4416 |2855 | 995 | 0.000000e+00 | 2.060000e+02 |    Inf 
116.39/116.42	o 178
116.39/116.42	c * 116s| 53772 | 34166 | 16058 |   0.3 | 109M|2357 |   - |5645 |8234 |5645 | 210 |4416 |2855 | 995 | 0.000000e+00 | 1.780000e+02 |    Inf 
120.19/120.29	o 177
120.19/120.29	c * 120s| 54891 | 34876 | 17616 |   0.3 | 113M|2357 |   - |5645 |8653 |5645 | 211 |4842 |3327 |1024 | 0.000000e+00 | 1.770000e+02 |    Inf 
120.19/120.29	o 175
120.19/120.29	c * 120s| 54892 | 34500 | 17616 |   0.3 | 113M|2357 |   - |5645 |8653 |5645 | 211 |4842 |3327 |1024 | 0.000000e+00 | 1.750000e+02 |    Inf 
134.59/134.64	o 168
134.59/134.64	c * 135s| 59096 | 36516 | 24002 |   0.4 | 126M|2357 |   - |5645 |9052 |5645 | 177 |6750 |4818 |1120 | 0.000000e+00 | 1.680000e+02 |    Inf 
134.59/134.69	o 166
134.59/134.69	c * 135s| 59112 | 36220 | 24004 |   0.4 | 125M|2357 |   - |5645 |9051 |5645 | 178 |6751 |4818 |1120 | 0.000000e+00 | 1.660000e+02 |    Inf 
134.69/134.71	o 143
134.69/134.71	c * 135s| 59113 | 32235 | 24004 |   0.4 | 114M|2357 |   - |5645 |9051 |5645 | 178 |6751 |4818 |1120 | 0.000000e+00 | 1.430000e+02 |    Inf 
136.19/136.28	o 121
136.19/136.28	c * 136s| 59543 | 28423 | 24844 |   0.4 | 104M|2357 |   - |5645 |8967 |5645 | 196 |6947 |4986 |1136 | 0.000000e+00 | 1.210000e+02 |    Inf 
137.29/137.36	o 120
137.29/137.36	c * 137s| 59799 | 28387 | 25337 |   0.4 | 106M|2357 |   - |5645 |9050 |5645 | 202 |7097 |5122 |1182 | 0.000000e+00 | 1.200000e+02 |    Inf 
138.09/138.16	c   138s| 60000 | 28525 | 25624 |   0.4 | 107M|2357 |   0 |5645 |9111 |5645 | 170 |7150 |5232 |1206 | 0.000000e+00 | 1.200000e+02 |    Inf 
156.59/156.63	o 118
156.59/156.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.59/156.63	c * 157s| 64843 | 31787 | 36092 |   0.6 | 132M|2357 |   - |5645 |9574 |5645 | 196 |9779 |7296 |1362 | 0.000000e+00 | 1.180000e+02 |    Inf 
157.60/157.61	o 117
157.60/157.61	c * 158s| 65082 | 31769 | 36693 |   0.6 | 133M|2357 |   - |5645 |9586 |5645 | 214 |9924 |7458 |1365 | 0.000000e+00 | 1.170000e+02 |    Inf 
164.19/164.25	o 108
164.19/164.25	c * 164s| 66741 | 31056 | 42634 |   0.6 | 136M|2357 |   - |5645 |9254 |5645 | 186 |  11k|8325 |1422 | 0.000000e+00 | 1.080000e+02 |    Inf 
172.29/172.39	o 97
172.29/172.39	c * 172s| 68876 | 29624 | 48223 |   0.7 | 138M|2357 |   - |5645 |9159 |5645 | 203 |  12k|9531 |1467 | 0.000000e+00 | 9.700000e+01 |    Inf 
172.39/172.40	o 89
172.39/172.40	c * 172s| 68877 | 26842 | 48223 |   0.7 | 128M|2357 |   - |5645 |9159 |5645 | 203 |  12k|9531 |1467 | 0.000000e+00 | 8.900000e+01 |    Inf 
176.79/176.83	c   177s| 70000 | 27511 | 51272 |   0.7 | 133M|2357 |   1 |5645 |8688 |5645 | 202 |  13k|  10k|1494 | 0.000000e+00 | 8.900000e+01 |    Inf 
177.39/177.44	o 85
177.39/177.44	c * 177s| 70133 | 26220 | 51669 |   0.7 | 130M|2357 |   - |5645 |8689 |5645 | 245 |  13k|  10k|1496 | 0.000000e+00 | 8.500000e+01 |    Inf 
185.29/185.34	o 82
185.29/185.34	c * 185s| 72049 | 26315 | 59237 |   0.8 | 137M|2357 |   - |5645 |7891 |5645 | 239 |  15k|  11k|1568 | 0.000000e+00 | 8.200000e+01 |    Inf 
190.89/190.98	o 80
190.89/190.98	c * 191s| 73413 | 26330 | 64058 |   0.9 | 141M|2357 |   - |5645 |7077 |5645 | 213 |  16k|  12k|1585 | 0.000000e+00 | 8.000000e+01 |    Inf 
190.99/191.08	o 73
190.99/191.08	c * 191s| 73430 | 24134 | 64141 |   0.9 | 132M|2357 |   - |5645 |6939 |5645 | 209 |  16k|  12k|1585 | 0.000000e+00 | 7.300000e+01 |    Inf 
200.20/200.22	o 69
200.20/200.22	c * 200s| 75579 | 23863 | 72945 |   1.0 | 137M|2357 |   - |5645 |6554 |5645 | 214 |  19k|  14k|1661 | 0.000000e+00 | 6.900000e+01 |    Inf 
200.20/200.23	o 64
200.20/200.23	c * 200s| 75580 | 22313 | 72945 |   1.0 | 132M|2357 |   - |5645 |6554 |5645 | 214 |  19k|  14k|1661 | 0.000000e+00 | 6.400000e+01 |    Inf 
201.80/201.88	o 57
201.80/201.88	c * 202s| 76001 | 20444 | 74331 |   1.0 | 122M|2357 |   - |5645 |6230 |5645 | 212 |  19k|  14k|1694 | 0.000000e+00 | 5.700000e+01 |    Inf 
205.79/205.87	o 48
205.79/205.87	c * 206s| 77224 | 18034 | 78259 |   1.0 | 115M|2357 |   - |5645 |6018 |5645 | 221 |  21k|  15k|1737 | 0.000000e+00 | 4.800000e+01 |    Inf 
205.99/206.08	o 45
205.99/206.08	c * 206s| 77270 | 17194 | 78721 |   1.0 | 109M|2357 |   - |5645 |5684 |5645 | 241 |  21k|  15k|1746 | 0.000000e+00 | 4.500000e+01 |    Inf 
206.19/206.25	o 33
206.19/206.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.19/206.25	c * 206s| 77411 | 13703 | 78721 |   1.0 |  95M|2357 |   - |5645 |5569 |5645 | 241 |  21k|  15k|1746 | 0.000000e+00 | 3.300000e+01 |    Inf 
206.29/206.34	o 23
206.29/206.34	c * 206s| 77460 | 11446 | 78819 |   1.0 |  84M|2357 |   - |5645 |5153 |5645 | 224 |  21k|  15k|1746 | 0.000000e+00 | 2.300000e+01 |    Inf 
206.39/206.46	o 13
206.39/206.46	c * 206s| 77524 |  8959 | 78989 |   1.0 |  74M|2357 |   - |5645 |4834 |5645 | 241 |  21k|  15k|1749 | 0.000000e+00 | 1.300000e+01 |    Inf 
206.49/206.53	o 11
206.49/206.53	c * 206s| 77528 |  6628 | 79114 |   1.0 |  62M|2357 |   - |5645 |4454 |5645 | 222 |  21k|  15k|1750 | 0.000000e+00 | 1.100000e+01 |    Inf 
211.49/211.55	c   212s| 80000 |  6417 | 93051 |   1.2 |  63M|2357 |   - |5645 |5100 |   0 |   0 |  24k|  18k|1917 | 0.000000e+00 | 1.100000e+01 |    Inf 
231.29/231.35	c   231s| 90000 |  6638 |149138 |   1.7 |  68M|2357 |   - |5645 |8767 |   0 |   0 |  35k|  31k|2384 | 0.000000e+00 | 1.100000e+01 |    Inf 
234.90/234.99	o 10
234.90/234.99	c * 235s| 91759 |  6600 |158415 |   1.7 |  69M|2357 |   - |5645 |9396 |5645 | 228 |  37k|  33k|2461 | 0.000000e+00 | 1.000000e+01 |    Inf 
251.90/251.96	c   252s|100000 |  6918 |200323 |   2.0 |  73M|2357 |   - |5645 |  10k|   0 |   0 |  45k|  43k|2715 | 0.000000e+00 | 1.000000e+01 |    Inf 
273.10/273.15	c   273s|110000 |  7162 |254313 |   2.3 |  77M|2357 |  15 |5645 |  11k|5645 | 281 |  53k|  57k|3025 | 0.000000e+00 | 1.000000e+01 |    Inf 
293.49/293.50	c   293s|120000 |  7470 |303093 |   2.5 |  81M|2357 |  12 |5645 |  11k|5645 | 282 |  61k|  70k|3286 | 0.000000e+00 | 1.000000e+01 |    Inf 
314.00/314.07	c   314s|130000 |  7592 |353417 |   2.7 |  84M|2357 |  10 |5645 |  10k|5645 | 282 |  69k|  83k|3534 | 0.000000e+00 | 1.000000e+01 |    Inf 
333.90/333.94	c   334s|140000 |  7834 |399952 |   2.9 |  88M|2357 |   1 |5645 |  11k|5645 | 266 |  76k|  97k|3753 | 0.000000e+00 | 1.000000e+01 |    Inf 
354.49/354.50	c   354s|150000 |  8065 |448675 |   3.0 |  91M|2357 |   - |5645 |  10k|   0 |   0 |  84k| 110k|3951 | 0.000000e+00 | 1.000000e+01 |    Inf 
374.01/374.03	c   374s|160000 |  8325 |494271 |   3.1 |  95M|2357 |   - |5645 |  10k|   0 |   0 |  91k| 123k|4111 | 0.000000e+00 | 1.000000e+01 |    Inf 
393.40/393.44	c   393s|170000 |  8653 |537639 |   3.2 |  99M|2357 |  24 |5645 |  11k|5645 | 287 |  97k| 137k|4273 | 0.000000e+00 | 1.000000e+01 |    Inf 
414.40/414.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.40/414.46	c   414s|180000 |  8980 |592735 |   3.3 | 103M|2357 |   1 |5645 |  11k|5645 | 266 | 104k| 151k|4425 | 0.000000e+00 | 1.000000e+01 |    Inf 
433.80/433.88	o 9
433.80/433.88	c * 434s|189388 |  8904 |641385 |   3.4 | 104M|2357 |   - |5645 |  11k|5645 | 268 | 112k| 164k|4560 | 0.000000e+00 | 9.000000e+00 |    Inf 
433.80/433.89	o 5
433.80/433.89	c * 434s|189389 |  7551 |641390 |   3.4 |  94M|2357 |   - |5645 |  11k|5645 | 268 | 112k| 164k|4560 | 0.000000e+00 | 5.000000e+00 |    Inf 
435.20/435.28	c   435s|190000 |  7535 |645375 |   3.4 |  93M|2357 |   1 |5645 |9535 |5645 | 295 | 113k| 165k|4572 | 0.000000e+00 | 5.000000e+00 |    Inf 
436.70/436.72	o 4
436.70/436.72	c * 437s|190752 |  6960 |649161 |   3.4 |  91M|2357 |   - |5645 |9492 |5645 | 311 | 113k| 166k|4589 | 0.000000e+00 | 4.000000e+00 |    Inf 
453.70/453.79	c   454s|200000 |  6779 |696313 |   3.5 |  91M|2357 |  10 |5645 |7281 |5645 | 263 | 118k| 179k|4784 | 0.000000e+00 | 4.000000e+00 |    Inf 
471.00/471.08	c   471s|210000 |  6630 |741934 |   3.5 |  92M|2357 |   - |5645 |8643 |   0 |   0 | 124k| 193k|4889 | 0.000000e+00 | 4.000000e+00 |    Inf 
488.40/488.42	c   488s|220000 |  6698 |783741 |   3.6 |  94M|2357 |   - |5645 |9213 |   0 |   0 | 128k| 207k|5021 | 0.000000e+00 | 4.000000e+00 |    Inf 
505.70/505.78	c   506s|230000 |  6751 |825816 |   3.6 |  96M|2357 |   - |5645 |  10k|   0 |   0 | 133k| 220k|5090 | 0.000000e+00 | 4.000000e+00 |    Inf 
523.50/523.51	c   523s|240000 |  6610 |872467 |   3.6 |  95M|2357 |   - |5645 |8294 |   0 |   0 | 138k| 234k|5247 | 0.000000e+00 | 4.000000e+00 |    Inf 
540.91/540.98	c   541s|250000 |  6562 |915497 |   3.7 |  96M|2357 |   1 |5645 |  10k|5645 | 263 | 144k| 247k|5455 | 0.000000e+00 | 4.000000e+00 |    Inf 
560.11/560.11	c   560s|260000 |  6624 |963583 |   3.7 |  98M|2357 |   4 |5645 |  13k|5645 | 254 | 149k| 261k|5542 | 0.000000e+00 | 4.000000e+00 |    Inf 
579.51/579.54	c   580s|270000 |  6673 |  1006k|   3.7 | 100M|2357 |   - |5645 |  14k|   0 |   0 | 153k| 275k|5639 | 0.000000e+00 | 4.000000e+00 |    Inf 
599.71/599.78	c   600s|280000 |  6684 |  1059k|   3.8 | 100M|2357 |   - |5645 |  12k|   0 |   0 | 161k| 289k|5800 | 0.000000e+00 | 4.000000e+00 |    Inf 
619.01/619.04	c   619s|290000 |  6503 |  1107k|   3.8 |  99M|2357 |   - |5645 |  10k|   0 |   0 | 166k| 303k|5891 | 0.000000e+00 | 4.000000e+00 |    Inf 
637.91/637.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.91/637.91	c   638s|300000 |  6499 |  1153k|   3.8 |  99M|2357 |   - |5645 |  10k|   0 |   0 | 172k| 316k|6055 | 0.000000e+00 | 4.000000e+00 |    Inf 
657.01/657.07	c   657s|310000 |  6552 |  1210k|   3.9 | 102M|2357 |  14 |5645 |  13k|5645 | 228 | 180k| 330k|6180 | 0.000000e+00 | 4.000000e+00 |    Inf 
677.11/677.16	c   677s|320000 |  6445 |  1261k|   3.9 | 101M|2357 |  18 |5645 |  12k|5645 | 208 | 187k| 343k|6296 | 0.000000e+00 | 4.000000e+00 |    Inf 
696.50/696.50	c   696s|330000 |  6514 |  1305k|   4.0 | 103M|2357 |  19 |5645 |  15k|5645 | 238 | 192k| 356k|6349 | 0.000000e+00 | 4.000000e+00 |    Inf 
716.01/716.02	c   716s|340000 |  6655 |  1347k|   4.0 | 105M|2357 |   7 |5645 |  15k|5645 | 213 | 198k| 370k|6447 | 0.000000e+00 | 4.000000e+00 |    Inf 
734.82/734.85	c   735s|350000 |  6772 |  1383k|   4.0 | 107M|2357 |   - |5645 |  17k|5645 | 282 | 202k| 384k|6508 | 0.000000e+00 | 4.000000e+00 |    Inf 
754.91/754.99	c   755s|360000 |  6796 |  1424k|   4.0 | 107M|2357 |   1 |5645 |  16k|5645 | 257 | 206k| 398k|6579 | 0.000000e+00 | 4.000000e+00 |    Inf 
775.21/775.23	c   775s|370000 |  6800 |  1474k|   4.0 | 109M|2357 |  18 |5645 |  17k|5645 | 258 | 212k| 412k|6641 | 0.000000e+00 | 4.000000e+00 |    Inf 
795.32/795.33	c   795s|380000 |  6784 |  1518k|   4.0 | 109M|2357 |   - |5645 |  16k|   0 |   0 | 217k| 426k|6710 | 0.000000e+00 | 4.000000e+00 |    Inf 
815.21/815.21	c   815s|390000 |  6760 |  1560k|   4.0 | 109M|2357 |   1 |5645 |  16k|5645 | 270 | 222k| 440k|6787 | 0.000000e+00 | 4.000000e+00 |    Inf 
834.81/834.88	c   835s|400000 |  6650 |  1603k|   4.0 | 108M|2357 |   1 |5645 |  16k|5645 | 255 | 226k| 454k|6879 | 0.000000e+00 | 4.000000e+00 |    Inf 
855.31/855.36	c   855s|410000 |  6850 |  1651k|   4.0 | 110M|2357 |   - |5645 |  16k|   0 |   0 | 233k| 467k|6981 | 0.000000e+00 | 4.000000e+00 |    Inf 
876.01/876.02	c   876s|420000 |  7006 |  1701k|   4.1 | 112M|2357 |   1 |5645 |  18k|5645 | 233 | 239k| 480k|7056 | 0.000000e+00 | 4.000000e+00 |    Inf 
897.52/897.54	c   898s|430000 |  7107 |  1748k|   4.1 | 113M|2357 |   1 |5645 |  16k|5645 | 230 | 245k| 494k|7134 | 0.000000e+00 | 4.000000e+00 |    Inf 
918.02/918.07	c   918s|440000 |  7211 |  1800k|   4.1 | 115M|2357 |   - |5645 |  16k|   0 |   0 | 252k| 508k|7217 | 0.000000e+00 | 4.000000e+00 |    Inf 
938.71/938.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
938.71/938.79	c   939s|450000 |  7221 |  1845k|   4.1 | 116M|2357 |   - |5645 |  15k|   0 |   0 | 258k| 521k|7304 | 0.000000e+00 | 4.000000e+00 |    Inf 
959.02/959.06	c   959s|460000 |  7516 |  1892k|   4.1 | 120M|2357 |   - |5645 |  18k|   0 |   0 | 264k| 534k|7382 | 0.000000e+00 | 4.000000e+00 |    Inf 
979.92/979.96	c   980s|470000 |  7637 |  1936k|   4.1 | 122M|2357 |   - |5645 |  18k|5645 | 276 | 269k| 547k|7447 | 0.000000e+00 | 4.000000e+00 |    Inf 
1000.32/1000.30	c  1000s|480000 |  7770 |  1978k|   4.1 | 123M|2357 |   - |5645 |  17k|   0 |   0 | 275k| 561k|7514 | 0.000000e+00 | 4.000000e+00 |    Inf 
1020.72/1020.76	c  1021s|490000 |  7855 |  2021k|   4.1 | 124M|2357 |   8 |5645 |  16k|5645 | 250 | 280k| 574k|7571 | 0.000000e+00 | 4.000000e+00 |    Inf 
1041.52/1041.54	c  1042s|500000 |  7996 |  2064k|   4.1 | 127M|2357 |  22 |5645 |  19k|5645 | 276 | 285k| 587k|7630 | 0.000000e+00 | 4.000000e+00 |    Inf 
1062.62/1062.67	c  1063s|510000 |  8128 |  2107k|   4.1 | 129M|2357 |   6 |5645 |  18k|5645 | 242 | 290k| 601k|7691 | 0.000000e+00 | 4.000000e+00 |    Inf 
1084.22/1084.22	c  1084s|520000 |  8262 |  2150k|   4.1 | 131M|2357 |   - |5645 |  19k|   0 |   0 | 296k| 615k|7746 | 0.000000e+00 | 4.000000e+00 |    Inf 
1105.52/1105.53	c  1105s|530000 |  8386 |  2193k|   4.1 | 132M|2357 |  10 |5645 |  19k|5645 | 220 | 301k| 629k|7808 | 0.000000e+00 | 4.000000e+00 |    Inf 
1127.62/1127.65	c  1128s|540000 |  8541 |  2240k|   4.1 | 134M|2357 |   1 |5645 |  19k|5645 | 235 | 307k| 643k|7895 | 0.000000e+00 | 4.000000e+00 |    Inf 
1148.92/1148.94	c  1149s|550000 |  8620 |  2286k|   4.2 | 135M|2357 |   - |5645 |  19k|   0 |   0 | 314k| 657k|7963 | 0.000000e+00 | 4.000000e+00 |    Inf 
1169.32/1169.31	c  1169s|560000 |  8620 |  2326k|   4.2 | 136M|2357 |   1 |5645 |  17k|5645 | 229 | 319k| 671k|8026 | 0.000000e+00 | 4.000000e+00 |    Inf 
1190.62/1190.63	c  1191s|570000 |  8676 |  2378k|   4.2 | 137M|2357 |   - |5645 |  17k|   0 |   0 | 325k| 685k|8095 | 0.000000e+00 | 4.000000e+00 |    Inf 
1211.72/1211.77	c  1212s|580000 |  8732 |  2423k|   4.2 | 139M|2357 |  12 |5645 |  18k|5645 | 255 | 332k| 699k|8157 | 0.000000e+00 | 4.000000e+00 |    Inf 
1233.62/1233.61	c  1234s|590000 |  8757 |  2477k|   4.2 | 140M|2357 |   1 |5645 |  18k|5645 | 262 | 338k| 712k|8220 | 0.000000e+00 | 4.000000e+00 |    Inf 
1253.73/1253.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1253.73/1253.75	c  1254s|600000 |  8765 |  2521k|   4.2 | 139M|2357 |   - |5645 |  16k|   0 |   0 | 344k| 726k|8283 | 0.000000e+00 | 4.000000e+00 |    Inf 
1274.02/1274.09	c  1274s|610000 |  8877 |  2568k|   4.2 | 141M|2357 |  11 |5645 |  15k|5645 | 241 | 350k| 740k|8346 | 0.000000e+00 | 4.000000e+00 |    Inf 
1294.83/1294.87	c  1295s|620000 |  9020 |  2615k|   4.2 | 143M|2357 |   - |5645 |  16k|5645 | 232 | 357k| 754k|8410 | 0.000000e+00 | 4.000000e+00 |    Inf 
1315.43/1315.48	c  1315s|630000 |  9103 |  2660k|   4.2 | 144M|2357 |  21 |5645 |  15k|5645 | 232 | 363k| 767k|8470 | 0.000000e+00 | 4.000000e+00 |    Inf 
1335.62/1335.60	c  1336s|640000 |  9247 |  2705k|   4.2 | 146M|2357 |   1 |5645 |  17k|5645 | 213 | 370k| 781k|8523 | 0.000000e+00 | 4.000000e+00 |    Inf 
1356.82/1356.89	c  1357s|650000 |  9399 |  2751k|   4.2 | 149M|2357 |  11 |5645 |  19k|5645 | 229 | 378k| 795k|8573 | 0.000000e+00 | 4.000000e+00 |    Inf 
1378.93/1378.93	c  1379s|660000 |  9399 |  2798k|   4.2 | 149M|2357 |   - |5645 |  19k|   0 |   0 | 384k| 809k|8634 | 0.000000e+00 | 4.000000e+00 |    Inf 
1401.12/1401.14	c  1401s|670000 |  9393 |  2850k|   4.3 | 150M|2357 |   - |5645 |  18k|   0 |   0 | 391k| 824k|8684 | 0.000000e+00 | 4.000000e+00 |    Inf 
1421.93/1421.97	c  1422s|680000 |  9371 |  2901k|   4.3 | 150M|2357 |   1 |5645 |  19k|5645 | 302 | 397k| 839k|8728 | 0.000000e+00 | 4.000000e+00 |    Inf 
1442.82/1442.89	c  1443s|690000 |  9285 |  2946k|   4.3 | 150M|2357 |   - |5645 |  19k|   0 |   0 | 403k| 854k|8787 | 0.000000e+00 | 4.000000e+00 |    Inf 
1465.03/1465.00	c  1465s|700000 |  9393 |  2999k|   4.3 | 150M|2357 |   - |5645 |  17k|   0 |   0 | 409k| 868k|8854 | 0.000000e+00 | 4.000000e+00 |    Inf 
1486.04/1486.07	c  1486s|710000 |  9433 |  3046k|   4.3 | 152M|2357 |  10 |5645 |  19k|5645 | 241 | 416k| 882k|8906 | 0.000000e+00 | 4.000000e+00 |    Inf 
1507.33/1507.34	c  1507s|720000 |  9523 |  3093k|   4.3 | 153M|2357 |   - |5645 |  19k|   0 |   0 | 421k| 895k|8952 | 0.000000e+00 | 4.000000e+00 |    Inf 
1528.94/1528.99	c  1529s|730000 |  9485 |  3139k|   4.3 | 153M|2357 |  14 |5645 |  20k|5645 | 269 | 427k| 909k|8997 | 0.000000e+00 | 4.000000e+00 |    Inf 
1551.33/1551.34	c  1551s|740000 |  9523 |  3188k|   4.3 | 155M|2357 |   - |5645 |  23k|   0 |   0 | 432k| 923k|9047 | 0.000000e+00 | 4.000000e+00 |    Inf 
1575.24/1575.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1575.24/1575.22	c  1575s|750000 |  9549 |  3239k|   4.3 | 156M|2357 |   - |5645 |  22k|   0 |   0 | 438k| 937k|9103 | 0.000000e+00 | 4.000000e+00 |    Inf 
1598.73/1598.72	c  1599s|760000 |  9521 |  3293k|   4.3 | 155M|2357 |   - |5645 |  20k|   0 |   0 | 444k| 951k|9177 | 0.000000e+00 | 4.000000e+00 |    Inf 
1621.34/1621.36	c  1621s|770000 |  9590 |  3337k|   4.3 | 156M|2357 |  15 |5645 |  21k|5645 | 256 | 450k| 965k|9236 | 0.000000e+00 | 4.000000e+00 |    Inf 
1644.03/1644.09	c  1644s|780000 |  9664 |  3393k|   4.3 | 158M|2357 |   - |5645 |  21k|   0 |   0 | 457k| 979k|9306 | 0.000000e+00 | 4.000000e+00 |    Inf 
1665.13/1665.14	c  1665s|790000 |  9764 |  3447k|   4.4 | 157M|2357 |   - |5645 |  16k|   0 |   0 | 464k| 994k|9369 | 0.000000e+00 | 4.000000e+00 |    Inf 
1686.44/1686.42	c  1686s|800000 |  9898 |  3495k|   4.4 | 159M|2357 |   6 |5645 |  15k|5645 | 220 | 471k|1008k|9427 | 0.000000e+00 | 4.000000e+00 |    Inf 
1706.24/1706.24	o 2
1706.24/1706.24	c *1706s|809442 |  6449 |  3541k|   4.4 | 110M|2357 |   - |5645 |  16k|5645 | 257 | 477k|1022k|9490 | 0.000000e+00 | 2.000000e+00 |    Inf 
1707.34/1707.33	c  1707s|810000 |  6441 |  3543k|   4.4 | 109M|2357 |   - |5645 |  14k|   0 |   0 | 477k|1023k|9490 | 0.000000e+00 | 2.000000e+00 |    Inf 
1726.54/1726.57	c  1727s|820000 |  6494 |  3590k|   4.4 | 110M|2357 |   - |5645 |  15k|   0 |   0 | 483k|1037k|9542 | 0.000000e+00 | 2.000000e+00 |    Inf 
1746.34/1746.30	c  1746s|830000 |  6566 |  3630k|   4.4 | 111M|2357 |  17 |5645 |  15k|5645 | 257 | 488k|1052k|9570 | 0.000000e+00 | 2.000000e+00 |    Inf 
1766.14/1766.12	c  1766s|840000 |  6606 |  3677k|   4.4 | 112M|2357 |   - |5645 |  16k|   0 |   0 | 493k|1067k|9620 | 0.000000e+00 | 2.000000e+00 |    Inf 
1785.74/1785.79	c  1786s|850000 |  6728 |  3718k|   4.4 | 114M|2357 |   1 |5645 |  18k|5645 | 255 | 499k|1081k|9679 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 852120
1790.04/1790.00	c Primal Bound       : +2.00000000000000e+00 (184 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.07	s SATISFIABLE
1790.04/1790.07	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.07	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.04/1790.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 x171 -x170 -x169 -x168 
1790.04/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1790.04/1790.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.07	v x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.04/1790.07	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.04/1790.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 
1790.04/1790.07	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.04/1790.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 
1790.04/1790.07	v -x1 
1790.04/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.07	c Solving Time       :    1789.97
1790.04/1790.07	c Original Problem   :
1790.04/1790.07	c   Problem name     : HOME/instance-2705089-1278578337.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.07	c Presolved Problem  :
1790.04/1790.07	c   Problem name     : t_HOME/instance-2705089-1278578337.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5414 initial, 25261 maximal
1790.04/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1790.04/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   root node        :          -       5370          -          -       5370          -          -          -          -
1790.04/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   integral         :          0          0          0     556736          0         20        812          0          0     852550
1790.04/1790.07	c   linear           :       2707          6    4556030     129220          1     319927   21577978     500104          0          0
1790.04/1790.07	c   indicator        :       2707          0    4037165     127000          1        383    3859501          0          0          0
1790.04/1790.07	c   logicor          :          0+         0    1310311          0          0      71756    1496627          0          0          0
1790.04/1790.07	c   bounddisjunction :          0+         0     480896          0          0        118      11402          0          0          0
1790.04/1790.07	c   countsols        :          0          0          0      68475          1          0          0          0          0          0
1790.04/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.07	c   integral         :      15.56       0.00       0.00      15.56       0.00
1790.04/1790.07	c   linear           :     241.09       0.00     227.69      13.39       0.00
1790.04/1790.07	c   indicator        :      53.28       0.02      32.79      20.47       0.00
1790.04/1790.07	c   logicor          :     195.69       0.00     195.69       0.00       0.00
1790.04/1790.07	c   bounddisjunction :       3.30       0.00       3.30       0.00       0.00
1790.04/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.07	c   vbounds          :       1.06      78694          6      19522
1790.04/1790.07	c   rootredcost      :       0.68         54          0       2685
1790.04/1790.07	c   pseudoobj        :     176.55    4563269       6373    3242827
1790.04/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.07	c   propagation      :      23.26     398174     397904    2548242       30.3      12070       25.4          -
1790.04/1790.07	c   infeasible LP    :       7.07      18188      18188     161237       42.5        222       18.9          0
1790.04/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.07	c   applied globally :          -          -          -    1084828       24.0          -          -          -
1790.04/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.07	c   redcost          :      55.68     566508          0     634364          0          0
1790.04/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.07	c   flowcover        :       0.03          4          0          0          0          0
1790.04/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.07	c   rapidlearning    :       0.19          1          0          0          0          0
1790.04/1790.07	c Pricers            :       Time      Calls       Vars
1790.04/1790.07	c   problem variables:       0.00          0          0
1790.04/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   relpscost        :      15.07     426943         20        812          0          0     852550
1790.04/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   inference        :      43.40      68422          0          0          0          0     137255
1790.04/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.07	c   LP solutions     :       0.21          -         54
1790.04/1790.07	c   pseudo solutions :       0.00          -          0
1790.04/1790.07	c   feaspump         :       0.01          0          0
1790.04/1790.07	c   intshifting      :       0.01          0          0
1790.04/1790.07	c   oneopt           :       0.51         48          0
1790.04/1790.07	c   guideddiving     :       0.26         98          0
1790.04/1790.07	c   coefdiving       :       0.20        106          0
1790.04/1790.07	c   fracdiving       :       0.19        106          0
1790.04/1790.07	c   linesearchdiving :       0.19        106          0
1790.04/1790.07	c   pscostdiving     :       0.19        107          0
1790.04/1790.07	c   veclendiving     :       0.19        107          0
1790.04/1790.07	c   crossover        :       2.23         55          6
1790.04/1790.07	c   rootsoldiving    :       0.22        104          0
1790.04/1790.07	c   objpscostdiving  :       0.21        104          0
1790.04/1790.07	c   trivial          :       0.07          2          2
1790.04/1790.07	c   simplerounding   :       0.96     429950          0
1790.04/1790.07	c   zirounding       :       0.57       1000          0
1790.04/1790.07	c   rounding         :       1.34       9204          0
1790.04/1790.07	c   shifting         :       0.75       2874          0
1790.04/1790.07	c   twoopt           :       0.00          0          0
1790.04/1790.07	c   fixandinfer      :       0.00          0          0
1790.04/1790.07	c   intdiving        :       0.00          0          0
1790.04/1790.07	c   actconsdiving    :       0.00          0          0
1790.04/1790.07	c   octane           :       0.00          0          0
1790.04/1790.07	c   rens             :       0.03          1          0
1790.04/1790.07	c   rins             :       0.00          0          0
1790.04/1790.07	c   localbranching   :       0.00          0          0
1790.04/1790.07	c   mutation         :       0.00          0          0
1790.04/1790.07	c   dins             :       0.00          0          0
1790.04/1790.07	c   undercover       :       0.00          0          0
1790.04/1790.07	c   nlp              :       0.17          0          0
1790.04/1790.07	c   trysol           :       0.42        442        122
1790.04/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.07	c   dual LP          :     483.06     512590    3726605       7.27    7714.54
1790.04/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.07	c   diving/probing LP:       0.14         78       1059      13.58    7469.48
1790.04/1790.07	c   strong branching :      11.62       9680     113007      11.67    9727.11
1790.04/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.07	c B&B Tree           :
1790.04/1790.07	c   number of runs   :          1
1790.04/1790.07	c   nodes            :     852120
1790.04/1790.07	c   nodes (total)    :     852120
1790.04/1790.07	c   nodes left       :       6718
1790.04/1790.07	c   max depth        :       2357
1790.04/1790.07	c   max depth (total):       2357
1790.04/1790.07	c   backtracks       :      73176 (8.6%)
1790.04/1790.07	c   delayed cutoffs  :      63762
1790.04/1790.07	c   repropagations   :    2202513 (4999892 domain reductions, 59337 cutoffs)
1790.04/1790.07	c   avg switch length:       6.69
1790.04/1790.07	c   switching time   :     240.56
1790.04/1790.07	c Solution           :
1790.04/1790.07	c   Solutions found  :        184 (55 improvements)
1790.04/1790.07	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.07	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 809442 nodes, 1706.17 seconds, depth 51, found by <relaxation>)
1790.04/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.07	c   Gap              :   infinite
1790.04/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.07	c   Root Iterations  :        184
1790.24/1790.23	c Time complete: 1790.27.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705089-1278578337/watcher-2705089-1278578337 -o /tmp/evaluation-result-2705089-1278578337/solver-2705089-1278578337 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705089-1278578337.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.03 2.02 1.95 4/178 21191
/proc/meminfo: memFree=27445072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=12512 CPUtime=0
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 1962 0 0 0 0 0 0 0 22 0 1 0 26046235 12812288 1881 4089446400 4194304 10345943 140736181478768 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21191/statm: 3128 1881 429 1502 0 1621 0

[startup+0.0359171 s]
/proc/loadavg: 2.03 2.02 1.95 4/178 21191
/proc/meminfo: memFree=27445072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=21724 CPUtime=0.03
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 4286 0 0 0 3 0 0 0 22 0 1 0 26046235 22245376 4205 4089446400 4194304 10345943 140736181478768 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21191/statm: 5431 4205 430 1502 0 3924 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21724

[startup+0.100904 s]
/proc/loadavg: 2.03 2.02 1.95 4/178 21191
/proc/meminfo: memFree=27445072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=38020 CPUtime=0.09
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 8448 0 0 0 9 0 0 0 22 0 1 0 26046235 38932480 8013 4089446400 4194304 10345943 140736181478768 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 9505 8013 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300869 s]
/proc/loadavg: 2.03 2.02 1.95 4/178 21191
/proc/meminfo: memFree=27445072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=70104 CPUtime=0.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 16212 0 0 0 27 2 0 0 22 0 1 0 26046235 71786496 15777 4089446400 4194304 10345943 140736181478768 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 17526 15777 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700798 s]
/proc/loadavg: 2.03 2.02 1.95 4/178 21191
/proc/meminfo: memFree=27445072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=65264 CPUtime=0.69
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 16892 0 0 0 67 2 0 0 24 0 1 0 26046235 66830336 15052 4089446400 4194304 10345943 140736181478768 18446744073709551615 6777403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 16316 15052 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50065 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21192
/proc/meminfo: memFree=27386908/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=65264 CPUtime=1.49
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 16894 0 0 0 147 2 0 0 25 0 1 0 26046235 66830336 15054 4089446400 4194304 10345943 140736181478768 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 16316 15054 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10037 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21192
/proc/meminfo: memFree=27387088/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=65264 CPUtime=3.09
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 16896 0 0 0 307 2 0 0 25 0 1 0 26046235 66830336 15056 4089446400 4194304 10345943 140736181478768 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 16316 15056 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30079 s]
/proc/loadavg: 2.03 2.02 1.95 3/179 21192
/proc/meminfo: memFree=27386932/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=65264 CPUtime=6.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 19332 0 0 0 626 3 0 0 25 0 1 0 26046235 66830336 15083 4089446400 4194304 10345943 140736181478768 18446744073709551615 6138993 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 16316 15083 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7006 s]
/proc/loadavg: 2.02 2.02 1.95 2/177 21194
/proc/meminfo: memFree=30260532/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=69336 CPUtime=12.69
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 35463 0 0 0 1263 6 0 0 25 0 1 0 26046235 71000064 15789 4089446400 4194304 10345943 140736181478768 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21191/statm: 17334 15789 754 1502 0 15827 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69336

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 1.95 3/179 21221
/proc/meminfo: memFree=30179992/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=90788 CPUtime=25.49
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 42233 0 0 0 2542 7 0 0 25 0 1 0 26046235 92966912 21350 4089446400 4194304 10345943 140736181478768 18446744073709551615 6002316 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21191/statm: 22697 21350 762 1502 0 21190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90788

[startup+51.1007 s]
/proc/loadavg: 2.01 2.02 1.95 3/179 21222
/proc/meminfo: memFree=30126572/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=108180 CPUtime=51.09
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 55341 0 0 0 5099 10 0 0 25 0 1 0 26046235 110776320 25847 4089446400 4194304 10345943 140736181478768 18446744073709551615 5926615 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 27045 25847 762 1502 0 25538 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108180

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 21223
/proc/meminfo: memFree=29958368/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=160332 CPUtime=102.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 112728 0 0 0 10207 22 0 0 25 0 1 0 26046235 164179968 38393 4089446400 4194304 10345943 140736181478768 18446744073709551615 6777436 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 40083 38393 762 1502 0 38576 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 160332

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21225
/proc/meminfo: memFree=29734252/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=263540 CPUtime=162.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 193790 0 0 0 16192 37 0 0 25 0 1 0 26046235 269864960 63408 4089446400 4194304 10345943 140736181478768 18446744073709551615 6138982 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 65885 63408 762 1502 0 64378 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 263540

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 21226
/proc/meminfo: memFree=29620972/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=346152 CPUtime=222.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 277279 0 0 0 22169 60 0 0 25 0 1 0 26046235 354459648 83450 4089446400 4194304 10345943 140736181478768 18446744073709551615 6307380 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 86538 83450 774 1502 0 85031 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 346152

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 21228
/proc/meminfo: memFree=29613732/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=354348 CPUtime=282.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 307002 0 0 0 28147 82 0 0 25 0 1 0 26046235 362852352 85425 4089446400 4194304 10345943 140736181478768 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 88587 85425 775 1502 0 87080 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 354348

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 21230
/proc/meminfo: memFree=29602632/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=366036 CPUtime=342.29
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 313771 0 0 0 34127 102 0 0 25 0 1 0 26046235 374820864 88296 4089446400 4194304 10345943 140736181478768 18446744073709551615 5614603 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 91509 88296 786 1502 0 90002 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 366036

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21231
/proc/meminfo: memFree=29589684/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=377804 CPUtime=402.3
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 317161 0 0 0 40111 119 0 0 25 0 1 0 26046235 386871296 91335 4089446400 4194304 10345943 140736181478768 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 94451 91335 786 1502 0 92944 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 377804

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21233
/proc/meminfo: memFree=29580960/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=383756 CPUtime=462.3
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 342971 0 0 0 46088 142 0 0 25 0 1 0 26046235 392966144 92739 4089446400 4194304 10345943 140736181478768 18446744073709551615 5926557 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 95939 92739 794 1502 0 94432 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 383756

[startup+522.301 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 21234
/proc/meminfo: memFree=29574212/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=387520 CPUtime=522.3
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 348071 0 0 0 52071 159 0 0 25 0 1 0 26046235 396820480 93721 4089446400 4194304 10345943 140736181478768 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 96880 93721 795 1502 0 95373 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 387520

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21236
/proc/meminfo: memFree=29571072/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=391524 CPUtime=582.3
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 350973 0 0 0 58053 177 0 0 25 0 1 0 26046235 400920576 94640 4089446400 4194304 10345943 140736181478768 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 97881 94640 795 1502 0 96374 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 391524

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21238
/proc/meminfo: memFree=29568800/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=392668 CPUtime=642.31
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 355710 0 0 0 64036 195 0 0 25 0 1 0 26046235 402092032 95036 4089446400 4194304 10345943 140736181478768 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 98167 95036 795 1502 0 96660 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 392668

[startup+702.3 s]

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

/proc/meminfo: memFree=29541812/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=418508 CPUtime=1062.32
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 365961 0 0 0 105924 308 0 0 25 0 1 0 26046235 428552192 101038 4089446400 4194304 10345943 140736181478768 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 104627 101038 795 1502 0 103120 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 418508

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21250
/proc/meminfo: memFree=29535680/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=425620 CPUtime=1122.32
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 367680 0 0 0 111906 326 0 0 25 0 1 0 26046235 435834880 102757 4089446400 4194304 10345943 140736181478768 18446744073709551615 6847618 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 106405 102757 795 1502 0 104898 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 425620

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 21252
/proc/meminfo: memFree=29531412/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=429732 CPUtime=1182.32
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 368618 0 0 0 117893 339 0 0 25 0 1 0 26046235 440045568 103695 4089446400 4194304 10345943 140736181478768 18446744073709551615 4693236 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 107433 103695 795 1502 0 105926 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 429732

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21254
/proc/meminfo: memFree=29527764/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=433392 CPUtime=1242.32
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 369428 0 0 0 123877 355 0 0 25 0 1 0 26046235 443793408 104505 4089446400 4194304 10345943 140736181478768 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 108348 104505 795 1502 0 106841 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 433392

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21255
/proc/meminfo: memFree=29525104/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=434336 CPUtime=1302.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 371755 0 0 0 129862 371 0 0 25 0 1 0 26046235 444760064 104951 4089446400 4194304 10345943 140736181478768 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 108584 104951 795 1502 0 107077 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 434336

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 21266
/proc/meminfo: memFree=29518172/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=439312 CPUtime=1362.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 373039 0 0 0 135846 387 0 0 25 0 1 0 26046235 449855488 106235 4089446400 4194304 10345943 140736181478768 18446744073709551615 5614696 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 109828 106235 795 1502 0 108321 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 439312

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 21267
/proc/meminfo: memFree=29513792/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=444520 CPUtime=1422.34
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 374024 0 0 0 141833 401 0 0 25 0 1 0 26046235 455188480 107220 4089446400 4194304 10345943 140736181478768 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 111130 107220 795 1502 0 109623 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 444520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21269
/proc/meminfo: memFree=29511264/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=445516 CPUtime=1482.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 374363 0 0 0 147817 416 0 0 25 0 1 0 26046235 456208384 107559 4089446400 4194304 10345943 140736181478768 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 111379 107559 795 1502 0 109872 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 445516

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21271
/proc/meminfo: memFree=29507756/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=447936 CPUtime=1542.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 374866 0 0 0 153800 433 0 0 25 0 1 0 26046235 458686464 108062 4089446400 4194304 10345943 140736181478768 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 111984 108062 795 1502 0 110477 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 447936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 21272
/proc/meminfo: memFree=29504108/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=449052 CPUtime=1602.34
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 375194 0 0 0 159783 451 0 0 25 0 1 0 26046235 459829248 108390 4089446400 4194304 10345943 140736181478768 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112263 108390 795 1502 0 110756 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 449052

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 21274
/proc/meminfo: memFree=29501692/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=449956 CPUtime=1662.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 375629 0 0 0 165765 468 0 0 25 0 1 0 26046235 460754944 108825 4089446400 4194304 10345943 140736181478768 18446744073709551615 5026054 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112489 108825 795 1502 0 110982 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 449956

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 21275
/proc/meminfo: memFree=29499052/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451176 CPUtime=1722.34
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 389721 0 0 0 171748 486 0 0 25 0 1 0 26046235 462004224 109026 4089446400 4194304 10345943 140736181478768 18446744073709551615 4995692 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112794 109026 795 1502 0 111287 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 451176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498640/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1782.33
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395743 0 0 0 177731 502 0 0 25 0 1 0 26046235 462200832 109059 4089446400 4194304 10345943 140736181478768 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109059 795 1502 0 111335 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 451368

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498512/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1785.54
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395748 0 0 0 178051 503 0 0 25 0 1 0 26046235 462200832 109064 4089446400 4194304 10345943 140736181478768 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109064 795 1502 0 111335 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 451368

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498388/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1788.74
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395748 0 0 0 178370 504 0 0 25 0 1 0 26046235 462200832 109064 4089446400 4194304 10345943 140736181478768 18446744073709551615 6557526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109064 795 1502 0 111335 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 451368

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498388/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1789.53
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395749 0 0 0 178449 504 0 0 25 0 1 0 26046235 462200832 109065 4089446400 4194304 10345943 140736181478768 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109065 795 1502 0 111335 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 451368

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498504/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1789.94
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395749 0 0 0 178489 505 0 0 25 0 1 0 26046235 462200832 109065 4089446400 4194304 10345943 140736181478768 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109065 795 1502 0 111335 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 451368

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498504/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1790.14
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395750 0 0 0 178509 505 0 0 25 0 1 0 26046235 462200832 109066 4089446400 4194304 10345943 140736181478768 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109066 796 1502 0 111335 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 451368

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21277
/proc/meminfo: memFree=29498504/32951124 swapFree=67111528/67111528
[pid=21191] ppid=21189 vsize=451368 CPUtime=1790.24
/proc/21191/stat : 21191 (pbscip.linux.x8) R 21189 21191 20723 0 -1 4202496 395750 0 0 0 178519 505 0 0 25 0 1 0 26046235 462200832 109066 4089446400 4194304 10345943 140736181478768 18446744073709551615 6324974 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21191/statm: 112842 109066 796 1502 0 111335 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 451368

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.28
CPU user time (s): 1785.21
CPU system time (s): 5.06823
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 451724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.21
system time used= 5.06823
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 22239

runsolver used 3.16352 second user time and 6.609 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-08 10:38:57
IDJOB=2705089
IDBENCH=79296
IDSOLVER=1214
FILE ID=node137/2705089-1278578337
PBS_JOBID= 11240181
Free space on /tmp= 73588 MiB

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

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=461426973

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27445600 kB
Buffers:        162972 kB
Cached:        2251940 kB
SwapCached:          0 kB
Active:        4066488 kB
Inactive:      1282104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27445600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12864 kB
Writeback:           0 kB
AnonPages:     2933692 kB
Mapped:          17540 kB
Slab:            87404 kB
PageTables:      10280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3151628 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= 73584 MiB
End job on node137 at 2010-07-08 11:08:47