Trace number 2692939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.33 1800.39

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUMc6df963ff1848506ee15e7c5bdbc3c3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark61.5106
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 779
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692939-1277925010.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136179
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.361790e+05 |    Inf 
16.09/16.16	c  15.7s| 10000 | 10001 |  4238 |   0.4 |  46M| 767 |   0 |5645 |5414 |5645 | 227 |1406 |   0 | 610 | 0.000000e+00 | 1.361790e+05 |    Inf 
30.19/30.28	c  29.4s| 20000 | 20001 |  7307 |   0.4 |  66M| 767 |   0 |5645 |5414 |5645 | 215 |2409 |   0 | 712 | 0.000000e+00 | 1.361790e+05 |    Inf 
36.79/36.85	o 373
36.79/36.85	c *35.9s| 24819 | 16658 |  8498 |   0.3 |  61M|1883 |   - |5645 |5414 |5645 | 233 |2761 |   0 | 758 | 0.000000e+00 | 3.730000e+02 |    Inf 
43.59/43.64	c  42.5s| 30000 | 21823 |  8801 |   0.3 |  71M|1883 |   0 |5645 |5472 |5645 | 218 |2818 |  58 | 766 | 0.000000e+00 | 3.730000e+02 |    Inf 
48.29/48.33	o 324
48.29/48.33	c *47.0s| 33087 | 22862 |  9833 |   0.3 |  74M|1883 |   - |5645 |5940 |5645 | 250 |3060 | 526 | 858 | 0.000000e+00 | 3.240000e+02 |    Inf 
48.79/48.80	o 300
48.79/48.80	c *47.5s| 33382 | 22188 |  9924 |   0.3 |  73M|1883 |   - |5645 |5947 |5645 | 231 |3079 | 533 | 858 | 0.000000e+00 | 3.000000e+02 |    Inf 
50.69/50.70	o 295
50.69/50.70	c *49.3s| 34243 | 22721 | 10849 |   0.3 |  75M|1883 |   - |5645 |6422 |5645 | 234 |3335 |1008 | 889 | 0.000000e+00 | 2.950000e+02 |    Inf 
51.89/51.93	o 293
51.89/51.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.89/51.93	c *50.5s| 34816 | 23137 | 11406 |   0.3 |  77M|1883 |   - |5645 |6653 |5645 | 220 |3525 |1239 | 890 | 0.000000e+00 | 2.930000e+02 |    Inf 
52.50/52.52	o 280
52.50/52.52	c *51.1s| 35067 | 22850 | 11751 |   0.3 |  77M|1883 |   - |5645 |6785 |5645 | 243 |3596 |1371 | 890 | 0.000000e+00 | 2.800000e+02 |    Inf 
53.09/53.15	o 275
53.09/53.15	c *51.7s| 35319 | 22822 | 12052 |   0.3 |  77M|1883 |   - |5645 |6919 |5645 | 227 |3685 |1505 | 892 | 0.000000e+00 | 2.750000e+02 |    Inf 
53.59/53.65	o 260
53.59/53.65	c *52.2s| 35501 | 22380 | 12611 |   0.4 |  76M|1883 |   - |5645 |7010 |5645 | 253 |3820 |1596 | 904 | 0.000000e+00 | 2.600000e+02 |    Inf 
53.59/53.66	o 249
53.59/53.66	c *52.2s| 35502 | 21903 | 12611 |   0.4 |  75M|1883 |   - |5645 |7010 |5645 | 253 |3820 |1596 | 904 | 0.000000e+00 | 2.490000e+02 |    Inf 
54.29/54.35	o 245
54.29/54.35	c *52.9s| 35755 | 21912 | 12997 |   0.4 |  76M|1883 |   - |5645 |7151 |5645 | 234 |3915 |1737 | 920 | 0.000000e+00 | 2.450000e+02 |    Inf 
57.69/57.79	o 229
57.69/57.79	c *56.2s| 36931 | 21934 | 16946 |   0.5 |  78M|1883 |   - |5645 |7720 |5645 | 237 |5005 |2307 |1060 | 0.000000e+00 | 2.290000e+02 |    Inf 
57.99/58.08	o 217
57.99/58.08	c *56.5s| 37107 | 21365 | 17070 |   0.5 |  77M|1883 |   - |5645 |7724 |5645 | 233 |5037 |2311 |1063 | 0.000000e+00 | 2.170000e+02 |    Inf 
58.39/58.42	o 194
58.39/58.42	c *56.8s| 37240 | 19852 | 17344 |   0.5 |  73M|1883 |   - |5645 |7863 |5645 | 223 |5109 |2450 |1066 | 0.000000e+00 | 1.940000e+02 |    Inf 
59.59/59.62	o 193
59.59/59.62	c *58.0s| 37525 | 19929 | 18761 |   0.5 |  75M|1883 |   - |5645 |8183 |5645 | 220 |5537 |2780 |1103 | 0.000000e+00 | 1.930000e+02 |    Inf 
59.59/59.62	o 192
59.59/59.62	c *58.0s| 37526 | 19848 | 18761 |   0.5 |  74M|1883 |   - |5645 |8183 |5645 | 220 |5537 |2780 |1103 | 0.000000e+00 | 1.920000e+02 |    Inf 
64.59/64.65	o 165
64.59/64.65	c *62.9s| 39239 | 18750 | 23751 |   0.6 |  75M|1883 |   - |5645 |8925 |5645 | 239 |7055 |3744 |1214 | 0.000000e+00 | 1.650000e+02 |    Inf 
66.69/66.76	c  64.9s| 40000 | 19345 | 25681 |   0.6 |  77M|1883 |   - |5645 |9158 |   0 |   0 |7552 |4192 |1241 | 0.000000e+00 | 1.650000e+02 |    Inf 
72.50/72.55	o 157
72.50/72.55	c *70.6s| 41884 | 19621 | 30494 |   0.7 |  84M|1883 |   - |5645 |8964 |5645 | 242 |8812 |5914 |1282 | 0.000000e+00 | 1.570000e+02 |    Inf 
74.48/74.59	o 156
74.48/74.59	c *72.5s| 42547 | 19978 | 32360 |   0.8 |  87M|1883 |   - |5645 |8705 |5645 | 237 |9338 |6456 |1298 | 0.000000e+00 | 1.560000e+02 |    Inf 
74.59/74.60	o 147
74.59/74.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.59/74.60	c *72.5s| 42548 | 18898 | 32360 |   0.8 |  84M|1883 |   - |5645 |8705 |5645 | 237 |9338 |6456 |1298 | 0.000000e+00 | 1.470000e+02 |    Inf 
75.09/75.14	o 133
75.09/75.14	c *73.1s| 42715 | 17303 | 33118 |   0.8 |  80M|1883 |   - |5645 |8581 |5645 | 233 |9569 |6603 |1301 | 0.000000e+00 | 1.330000e+02 |    Inf 
79.20/79.29	o 127
79.20/79.29	c *77.1s| 43958 | 17349 | 36996 |   0.8 |  85M|1883 |   - |5645 |7624 |5645 | 212 |  10k|7653 |1330 | 0.000000e+00 | 1.270000e+02 |    Inf 
83.50/83.59	o 123
83.50/83.59	c *81.3s| 45220 | 17607 | 42041 |   0.9 |  89M|1883 |   - |5645 |7199 |5645 | 231 |  12k|8535 |1376 | 0.000000e+00 | 1.230000e+02 |    Inf 
83.60/83.64	o 120
83.60/83.64	c *81.3s| 45273 | 17184 | 42065 |   0.9 |  88M|1883 |   - |5645 |7199 |5645 | 232 |  12k|8535 |1376 | 0.000000e+00 | 1.200000e+02 |    Inf 
83.79/83.82	o 113
83.79/83.82	c *81.5s| 45350 | 16183 | 42233 |   0.9 |  85M|1883 |   - |5645 |7182 |5645 | 228 |  12k|8547 |1377 | 0.000000e+00 | 1.130000e+02 |    Inf 
84.79/84.88	o 104
84.79/84.88	c *82.5s| 45622 | 15229 | 43693 |   1.0 |  82M|1883 |   - |5645 |7032 |5645 | 225 |  12k|8744 |1394 | 0.000000e+00 | 1.040000e+02 |    Inf 
85.99/86.03	o 103
85.99/86.03	c *83.7s| 45932 | 15239 | 45152 |   1.0 |  84M|1883 |   - |5645 |7074 |5645 | 214 |  12k|9011 |1417 | 0.000000e+00 | 1.030000e+02 |    Inf 
86.29/86.39	o 93
86.29/86.39	c *84.0s| 46027 | 13563 | 45618 |   1.0 |  78M|1883 |   - |5645 |7094 |5645 | 241 |  13k|9062 |1442 | 0.000000e+00 | 9.300000e+01 |    Inf 
86.99/87.00	o 91
86.99/87.00	c *84.6s| 46200 | 13375 | 46215 |   1.0 |  78M|1883 |   - |5645 |6755 |5645 | 253 |  13k|9163 |1455 | 0.000000e+00 | 9.100000e+01 |    Inf 
87.09/87.14	o 80
87.09/87.14	c *84.8s| 46340 | 11159 | 46221 |   1.0 |  70M|1883 |   - |5645 |6684 |5645 | 253 |  13k|9163 |1455 | 0.000000e+00 | 8.000000e+01 |    Inf 
88.39/88.45	o 73
88.39/88.45	c *86.0s| 46887 | 10167 | 47559 |   1.0 |  66M|1883 |   - |5645 |6152 |5645 | 282 |  13k|9347 |1477 | 0.000000e+00 | 7.300000e+01 |    Inf 
88.89/88.93	o 66
88.89/88.93	c *86.5s| 46985 |  8978 | 48291 |   1.0 |  63M|1883 |   - |5645 |5872 |5645 | 245 |  13k|9409 |1519 | 0.000000e+00 | 6.600000e+01 |    Inf 
88.89/88.93	o 65
88.89/88.93	c *86.5s| 46986 |  8846 | 48291 |   1.0 |  63M|1883 |   - |5645 |5872 |5645 | 245 |  13k|9409 |1519 | 0.000000e+00 | 6.500000e+01 |    Inf 
89.00/89.00	o 60
89.00/89.00	c *86.5s| 46994 |  7893 | 48402 |   1.0 |  58M|1883 |   - |5645 |5632 |5645 | 251 |  13k|9409 |1520 | 0.000000e+00 | 6.000000e+01 |    Inf 
89.39/89.41	o 56
89.39/89.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.39/89.41	c *86.9s| 47120 |  7382 | 48975 |   1.0 |  57M|1883 |   - |5645 |5476 |5645 | 230 |  14k|9508 |1522 | 0.000000e+00 | 5.600000e+01 |    Inf 
89.99/90.09	o 54
89.99/90.09	c *87.6s| 47370 |  7302 | 49604 |   1.0 |  58M|1883 |   - |5645 |5335 |5645 | 194 |  14k|9595 |1541 | 0.000000e+00 | 5.400000e+01 |    Inf 
90.20/90.24	o 43
90.20/90.24	c *87.7s| 47426 |  5772 | 49790 |   1.0 |  52M|1883 |   - |5645 |5276 |5645 | 251 |  14k|9609 |1542 | 0.000000e+00 | 4.300000e+01 |    Inf 
90.29/90.35	o 24
90.29/90.35	c *87.8s| 47440 |  3670 | 49969 |   1.0 |  45M|1883 |   - |5645 |4924 |5645 | 229 |  14k|9619 |1543 | 0.000000e+00 | 2.400000e+01 |    Inf 
90.29/90.39	o 22
90.29/90.39	c *87.9s| 47452 |  3350 | 49996 |   1.0 |  43M|1883 |   - |5645 |4383 |5645 | 238 |  14k|9619 |1543 | 0.000000e+00 | 2.200000e+01 |    Inf 
90.39/90.42	o 19
90.39/90.42	c *87.9s| 47467 |  3037 | 50001 |   1.0 |  42M|1883 |   - |5645 |4298 |5645 | 238 |  14k|9619 |1543 | 0.000000e+00 | 1.900000e+01 |    Inf 
90.39/90.43	o 14
90.39/90.43	c *87.9s| 47468 |  2399 | 50002 |   1.0 |  41M|1883 |   - |5645 |4298 |5645 | 238 |  14k|9619 |1543 | 0.000000e+00 | 1.400000e+01 |    Inf 
90.39/90.48	o 13
90.39/90.48	c *88.0s| 47479 |  2277 | 50134 |   1.1 |  41M|1883 |   - |5645 |4050 |5645 | 238 |  14k|9626 |1546 | 0.000000e+00 | 1.300000e+01 |    Inf 
90.39/90.48	o 12
90.39/90.48	c *88.0s| 47480 |  2164 | 50135 |   1.1 |  40M|1883 |   - |5645 |4050 |5645 | 238 |  14k|9626 |1546 | 0.000000e+00 | 1.200000e+01 |    Inf 
90.49/90.56	o 11
90.49/90.56	c *88.0s| 47486 |  1828 | 50270 |   1.1 |  39M|1883 |   - |5645 |3908 |5645 | 225 |  14k|9652 |1547 | 0.000000e+00 | 1.100000e+01 |    Inf 
95.19/95.21	c  92.5s| 50000 |  1921 | 59682 |   1.2 |  41M|1883 |  13 |5645 |4949 |5645 | 208 |  16k|  12k|1671 | 0.000000e+00 | 1.100000e+01 |    Inf 
113.20/113.27	c   110s| 60000 |  2045 | 94068 |   1.6 |  45M|1883 |   - |5645 |7859 |   0 |   0 |  21k|  24k|1909 | 0.000000e+00 | 1.100000e+01 |    Inf 
131.29/131.33	c   127s| 70000 |  2152 |124020 |   1.8 |  48M|1883 |   1 |5645 |9318 |5645 | 176 |  25k|  37k|2162 | 0.000000e+00 | 1.100000e+01 |    Inf 
150.19/150.27	c   145s| 80000 |  2278 |154887 |   1.9 |  51M|1883 |   1 |5645 |  10k|5645 | 218 |  30k|  50k|2396 | 0.000000e+00 | 1.100000e+01 |    Inf 
168.89/168.99	c   163s| 90000 |  2422 |183395 |   2.0 |  54M|1883 |   - |5645 |  10k|   0 |   0 |  34k|  64k|2587 | 0.000000e+00 | 1.100000e+01 |    Inf 
188.39/188.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.39/188.43	c   182s|100000 |  2572 |216838 |   2.2 |  57M|1883 |   1 |5645 |9193 |5645 | 214 |  40k|  76k|2787 | 0.000000e+00 | 1.100000e+01 |    Inf 
207.28/207.35	c   200s|110000 |  2662 |250457 |   2.3 |  59M|1883 |   1 |5645 |9163 |5645 | 195 |  44k|  90k|2985 | 0.000000e+00 | 1.100000e+01 |    Inf 
225.49/225.59	c   217s|120000 |  2835 |280060 |   2.3 |  62M|1883 |   - |5645 |9701 |   0 |   0 |  48k| 104k|3123 | 0.000000e+00 | 1.100000e+01 |    Inf 
244.29/244.35	c   235s|130000 |  2961 |310606 |   2.4 |  65M|1883 |   1 |5645 |  10k|5645 | 246 |  52k| 117k|3286 | 0.000000e+00 | 1.100000e+01 |    Inf 
262.79/262.90	c   253s|140000 |  3012 |340052 |   2.4 |  67M|1883 |   1 |5645 |9761 |5645 | 245 |  55k| 130k|3439 | 0.000000e+00 | 1.100000e+01 |    Inf 
281.89/281.97	c   271s|150000 |  3101 |370036 |   2.5 |  70M|1883 |   6 |5645 |  12k|5645 | 209 |  59k| 145k|3577 | 0.000000e+00 | 1.100000e+01 |    Inf 
302.09/302.19	c   290s|160000 |  3153 |403349 |   2.5 |  72M|1883 |   - |5645 |  14k|   0 |   0 |  63k| 160k|3700 | 0.000000e+00 | 1.100000e+01 |    Inf 
322.39/322.40	c   310s|170000 |  3165 |436785 |   2.6 |  72M|1883 |   8 |5645 |  13k|5645 | 261 |  67k| 174k|3823 | 0.000000e+00 | 1.100000e+01 |    Inf 
342.99/343.07	c   330s|180000 |  3220 |472993 |   2.6 |  75M|1883 |  15 |5645 |  14k|5645 | 277 |  71k| 189k|3963 | 0.000000e+00 | 1.100000e+01 |    Inf 
363.69/363.78	c   350s|190000 |  3278 |505317 |   2.7 |  76M|1883 |   - |5645 |  12k|   0 |   0 |  75k| 205k|4083 | 0.000000e+00 | 1.100000e+01 |    Inf 
382.80/382.87	c   368s|200000 |  3362 |533457 |   2.7 |  77M|1883 |   - |5645 |  11k|   0 |   0 |  78k| 218k|4187 | 0.000000e+00 | 1.100000e+01 |    Inf 
401.89/401.99	c   386s|210000 |  3494 |567790 |   2.7 |  79M|1883 |   - |5645 |9536 |   0 |   0 |  82k| 231k|4389 | 0.000000e+00 | 1.100000e+01 |    Inf 
423.79/423.88	c   408s|220000 |  3666 |608477 |   2.8 |  83M|1883 |   - |5645 |  11k|   0 |   0 |  88k| 246k|4518 | 0.000000e+00 | 1.100000e+01 |    Inf 
445.59/445.65	c   429s|230000 |  3778 |643456 |   2.8 |  86M|1883 |   8 |5645 |  12k|5645 | 291 |  91k| 261k|4621 | 0.000000e+00 | 1.100000e+01 |    Inf 
467.68/467.71	c   451s|240000 |  3892 |674552 |   2.8 |  88M|1883 |   4 |5645 |  11k|5645 | 234 |  95k| 274k|4754 | 0.000000e+00 | 1.100000e+01 |    Inf 
489.98/490.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
489.98/490.00	c   473s|250000 |  4055 |708443 |   2.8 |  91M|1883 |   1 |5645 |  13k|5645 | 229 |  99k| 287k|4843 | 0.000000e+00 | 1.100000e+01 |    Inf 
511.88/511.95	c   494s|260000 |  4140 |737684 |   2.8 |  93M|1883 |   - |5645 |  10k|   0 |   0 | 103k| 299k|4923 | 0.000000e+00 | 1.100000e+01 |    Inf 
533.39/533.47	c   515s|270000 |  4153 |770028 |   2.9 |  94M|1883 |  13 |5645 |  11k|5645 | 244 | 108k| 314k|5039 | 0.000000e+00 | 1.100000e+01 |    Inf 
555.69/555.70	c   537s|280000 |  4239 |806745 |   2.9 |  97M|1883 |   - |5645 |  14k|   0 |   0 | 113k| 329k|5109 | 0.000000e+00 | 1.100000e+01 |    Inf 
578.49/578.51	c   560s|290000 |  4267 |839095 |   2.9 |  98M|1883 |   - |5645 |  13k|   0 |   0 | 117k| 342k|5210 | 0.000000e+00 | 1.100000e+01 |    Inf 
599.78/599.86	c   580s|300000 |  4433 |870656 |   2.9 | 101M|1883 |   - |5645 |  16k|   0 |   0 | 121k| 355k|5305 | 0.000000e+00 | 1.100000e+01 |    Inf 
612.28/612.32	o 9
612.28/612.32	c * 592s|305709 |  4157 |893044 |   2.9 |  96M|1883 |   - |5645 |  16k|5645 | 276 | 123k| 363k|5355 | 0.000000e+00 | 9.000000e+00 |    Inf 
621.37/621.42	c   601s|310000 |  4135 |909523 |   2.9 |  95M|1883 |   6 |5645 |  14k|5645 | 243 | 125k| 369k|5373 | 0.000000e+00 | 9.000000e+00 |    Inf 
642.16/642.26	c   621s|320000 |  4069 |946574 |   3.0 |  95M|1883 |   - |5645 |  10k|   0 |   0 | 130k| 383k|5492 | 0.000000e+00 | 9.000000e+00 |    Inf 
661.97/662.01	c   640s|330000 |  4163 |982583 |   3.0 |  97M|1883 |   - |5645 |  11k|   0 |   0 | 135k| 397k|5584 | 0.000000e+00 | 9.000000e+00 |    Inf 
681.87/681.97	c   660s|340000 |  4200 |  1018k|   3.0 |  98M|1883 |   - |5645 |  12k|   0 |   0 | 139k| 411k|5676 | 0.000000e+00 | 9.000000e+00 |    Inf 
702.37/702.40	c   679s|350000 |  4208 |  1052k|   3.0 | 100M|1883 |   9 |5645 |  12k|5645 | 226 | 142k| 425k|5754 | 0.000000e+00 | 9.000000e+00 |    Inf 
721.56/721.68	c   698s|360000 |  4174 |  1082k|   3.0 |  99M|1883 |   - |5645 |9554 |   0 |   0 | 146k| 439k|5834 | 0.000000e+00 | 9.000000e+00 |    Inf 
740.46/740.56	c   716s|370000 |  4150 |  1113k|   3.0 | 100M|1883 |   - |5645 |  12k|   0 |   0 | 150k| 452k|5907 | 0.000000e+00 | 9.000000e+00 |    Inf 
761.35/761.46	c   736s|380000 |  4326 |  1146k|   3.0 | 103M|1883 |  12 |5645 |  12k|5645 | 221 | 155k| 465k|5978 | 0.000000e+00 | 9.000000e+00 |    Inf 
781.97/782.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
781.97/782.03	c   756s|390000 |  4369 |  1180k|   3.0 | 104M|1883 |   - |5645 |  13k|   0 |   0 | 159k| 479k|6038 | 0.000000e+00 | 9.000000e+00 |    Inf 
802.35/802.48	c   776s|400000 |  4424 |  1214k|   3.0 | 106M|1883 |   - |5645 |  14k|5645 | 256 | 163k| 493k|6104 | 0.000000e+00 | 9.000000e+00 |    Inf 
823.16/823.26	c   796s|410000 |  4436 |  1249k|   3.0 | 107M|1883 |   - |5645 |  15k|   0 |   0 | 167k| 508k|6174 | 0.000000e+00 | 9.000000e+00 |    Inf 
844.26/844.39	c   817s|420000 |  4419 |  1284k|   3.1 | 107M|1883 |   1 |5645 |  13k|5645 | 245 | 171k| 522k|6258 | 0.000000e+00 | 9.000000e+00 |    Inf 
865.57/865.63	c   837s|430000 |  4482 |  1316k|   3.1 | 110M|1883 |   5 |5645 |  16k|5645 | 258 | 175k| 538k|6318 | 0.000000e+00 | 9.000000e+00 |    Inf 
887.57/887.61	c   858s|440000 |  4476 |  1351k|   3.1 | 110M|1883 |   - |5645 |  11k|   0 |   0 | 178k| 553k|6451 | 0.000000e+00 | 9.000000e+00 |    Inf 
908.26/908.30	c   878s|450000 |  4524 |  1387k|   3.1 | 112M|1883 |   4 |5645 |  14k|5645 | 210 | 184k| 566k|6841 | 0.000000e+00 | 9.000000e+00 |    Inf 
929.26/929.30	c   899s|460000 |  4572 |  1427k|   3.1 | 113M|1883 |   - |5645 |  16k|   0 |   0 | 188k| 579k|6849 | 0.000000e+00 | 9.000000e+00 |    Inf 
951.56/951.65	c   920s|470000 |  4661 |  1466k|   3.1 | 114M|1883 |  14 |5645 |  14k|5645 | 255 | 193k| 592k|6925 | 0.000000e+00 | 9.000000e+00 |    Inf 
973.76/973.80	c   942s|480000 |  4773 |  1508k|   3.1 | 116M|1883 |  12 |5645 |  16k|5645 | 276 | 197k| 605k|7011 | 0.000000e+00 | 9.000000e+00 |    Inf 
995.56/995.65	c   963s|490000 |  4762 |  1549k|   3.2 | 117M|1883 |  10 |5645 |  17k|5645 | 253 | 202k| 619k|7064 | 0.000000e+00 | 9.000000e+00 |    Inf 
1017.46/1017.57	c   984s|500000 |  4698 |  1589k|   3.2 | 116M|1883 |   - |5645 |  14k|   0 |   0 | 206k| 633k|7172 | 0.000000e+00 | 9.000000e+00 |    Inf 
1038.37/1038.46	c  1004s|510000 |  4723 |  1622k|   3.2 | 118M|1883 |   - |5645 |  14k|   0 |   0 | 210k| 647k|7254 | 0.000000e+00 | 9.000000e+00 |    Inf 
1058.76/1058.84	c  1024s|520000 |  4692 |  1652k|   3.2 | 119M|1883 |   8 |5645 |  14k|5645 | 262 | 214k| 660k|7313 | 0.000000e+00 | 9.000000e+00 |    Inf 
1080.07/1080.15	c  1044s|530000 |  4733 |  1686k|   3.2 | 119M|1883 |   3 |5645 |  13k|5645 | 219 | 218k| 674k|7368 | 0.000000e+00 | 9.000000e+00 |    Inf 
1101.47/1101.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.47/1101.57	c  1065s|540000 |  4611 |  1720k|   3.2 | 118M|1883 |   - |5645 |  12k|   0 |   0 | 222k| 687k|7519 | 0.000000e+00 | 9.000000e+00 |    Inf 
1122.07/1122.18	c  1085s|550000 |  4672 |  1753k|   3.2 | 120M|1883 |   - |5645 |  14k|   0 |   0 | 226k| 700k|7562 | 0.000000e+00 | 9.000000e+00 |    Inf 
1143.97/1144.02	c  1106s|560000 |  4763 |  1790k|   3.2 | 122M|1883 |   - |5645 |  16k|   0 |   0 | 230k| 714k|7625 | 0.000000e+00 | 9.000000e+00 |    Inf 
1166.26/1166.40	c  1128s|570000 |  4781 |  1824k|   3.2 | 124M|1883 |   - |5645 |  18k|   0 |   0 | 234k| 728k|7678 | 0.000000e+00 | 9.000000e+00 |    Inf 
1189.56/1189.65	c  1150s|580000 |  4767 |  1858k|   3.2 | 124M|1883 |   - |5645 |  15k|   0 |   0 | 238k| 742k|7736 | 0.000000e+00 | 9.000000e+00 |    Inf 
1211.37/1211.47	c  1171s|590000 |  4672 |  1894k|   3.2 | 122M|1883 |   1 |5645 |  12k|5645 | 244 | 243k| 756k|7819 | 0.000000e+00 | 9.000000e+00 |    Inf 
1231.66/1231.71	c  1191s|600000 |  4687 |  1929k|   3.2 | 124M|1883 |   1 |5645 |  13k|5645 | 234 | 248k| 770k|7916 | 0.000000e+00 | 9.000000e+00 |    Inf 
1252.96/1253.02	c  1211s|610000 |  4705 |  1962k|   3.2 | 125M|1883 |   - |5645 |  15k|   0 |   0 | 252k| 783k|7966 | 0.000000e+00 | 9.000000e+00 |    Inf 
1274.88/1274.98	c  1232s|620000 |  4651 |  1996k|   3.2 | 125M|1883 |   1 |5645 |  14k|5645 | 213 | 256k| 797k|8021 | 0.000000e+00 | 9.000000e+00 |    Inf 
1296.16/1296.20	c  1253s|630000 |  4743 |  2033k|   3.2 | 127M|1883 |   9 |5645 |  15k|5645 | 267 | 260k| 811k|8077 | 0.000000e+00 | 9.000000e+00 |    Inf 
1317.78/1317.80	c  1274s|640000 |  4856 |  2071k|   3.2 | 130M|1883 |   - |5645 |  17k|   0 |   0 | 265k| 825k|8128 | 0.000000e+00 | 9.000000e+00 |    Inf 
1339.37/1339.47	c  1294s|650000 |  4919 |  2110k|   3.2 | 132M|1883 |   - |5645 |  19k|   0 |   0 | 270k| 840k|8183 | 0.000000e+00 | 9.000000e+00 |    Inf 
1366.56/1366.62	c  1321s|660000 |  4771 |  2146k|   3.3 | 129M|1883 |  18 |5645 |  15k|5645 | 242 | 275k| 855k|8260 | 0.000000e+00 | 9.000000e+00 |    Inf 
1392.67/1392.72	c  1347s|670000 |  4577 |  2181k|   3.3 | 127M|1883 |   1 |5645 |  15k|5645 | 242 | 279k| 869k|8365 | 0.000000e+00 | 9.000000e+00 |    Inf 
1415.15/1415.22	c  1369s|680000 |  4571 |  2217k|   3.3 | 126M|1883 |   1 |5645 |  15k|5645 | 275 | 284k| 884k|8425 | 0.000000e+00 | 9.000000e+00 |    Inf 
1438.45/1438.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1438.45/1438.53	c  1392s|690000 |  4678 |  2253k|   3.3 | 129M|1883 |   1 |5645 |  16k|5645 | 228 | 288k| 897k|8481 | 0.000000e+00 | 9.000000e+00 |    Inf 
1462.75/1462.85	c  1416s|700000 |  4688 |  2290k|   3.3 | 130M|1883 |  18 |5645 |  18k|5645 | 280 | 293k| 911k|8529 | 0.000000e+00 | 9.000000e+00 |    Inf 
1487.63/1487.71	c  1440s|710000 |  4676 |  2328k|   3.3 | 131M|1883 |  20 |5645 |  18k|5645 | 280 | 297k| 925k|8587 | 0.000000e+00 | 9.000000e+00 |    Inf 
1512.12/1512.26	c  1464s|720000 |  4585 |  2362k|   3.3 | 129M|1883 |   - |5645 |  16k|   0 |   0 | 301k| 939k|8651 | 0.000000e+00 | 9.000000e+00 |    Inf 
1539.32/1539.47	c  1491s|730000 |  4608 |  2395k|   3.3 | 131M|1883 |   - |5645 |  18k|   0 |   0 | 306k| 952k|8705 | 0.000000e+00 | 9.000000e+00 |    Inf 
1567.53/1567.68	c  1519s|740000 |  4685 |  2429k|   3.3 | 132M|1883 |   - |5645 |  18k|   0 |   0 | 310k| 966k|8762 | 0.000000e+00 | 9.000000e+00 |    Inf 
1595.13/1595.23	c  1546s|750000 |  4696 |  2462k|   3.3 | 134M|1883 |   - |5645 |  20k|   0 |   0 | 314k| 979k|8784 | 0.000000e+00 | 9.000000e+00 |    Inf 
1621.43/1621.54	c  1572s|760000 |  4634 |  2491k|   3.3 | 134M|1883 |   1 |5645 |  20k|5645 | 243 | 318k| 994k|8846 | 0.000000e+00 | 9.000000e+00 |    Inf 
1646.03/1646.16	c  1596s|770000 |  4758 |  2521k|   3.3 | 135M|1883 |  12 |5645 |  19k|5645 | 260 | 321k|1008k|8913 | 0.000000e+00 | 9.000000e+00 |    Inf 
1671.94/1672.00	c  1622s|780000 |  4913 |  2556k|   3.3 | 138M|1883 |   - |5645 |  21k|   0 |   0 | 325k|1023k|8953 | 0.000000e+00 | 9.000000e+00 |    Inf 
1698.43/1698.58	c  1648s|790000 |  5013 |  2592k|   3.3 | 140M|1883 |   1 |5645 |  22k|5645 | 252 | 330k|1038k|9009 | 0.000000e+00 | 9.000000e+00 |    Inf 
1725.23/1725.35	c  1674s|800000 |  5098 |  2625k|   3.3 | 140M|1883 |   - |5645 |  20k|   0 |   0 | 334k|1052k|9063 | 0.000000e+00 | 9.000000e+00 |    Inf 
1751.93/1752.09	c  1700s|810000 |  5192 |  2656k|   3.3 | 142M|1883 |   1 |5645 |  21k|5645 | 249 | 337k|1066k|9101 | 0.000000e+00 | 9.000000e+00 |    Inf 
1778.83/1778.94	c  1727s|820000 |  5242 |  2689k|   3.3 | 143M|1883 |   - |5645 |  20k|   0 |   0 | 341k|1080k|9133 | 0.000000e+00 | 9.000000e+00 |    Inf 
1800.04/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.10	c 
1800.04/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.10	c Solving Time (sec) : 1747.77
1800.04/1800.10	c Solving Nodes      : 827804
1800.04/1800.10	c Primal Bound       : +9.00000000000000e+00 (163 solutions)
1800.04/1800.10	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.10	c Gap                : infinite
1800.04/1800.19	s SATISFIABLE
1800.04/1800.19	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.04/1800.19	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.19	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.19	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.04/1800.19	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.19	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.19	v -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.04/1800.19	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 
1800.04/1800.19	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 
1800.04/1800.19	v -x29 -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 
1800.04/1800.19	v -x2 -x1 
1800.04/1800.19	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.19	c Solving Time       :    1747.77
1800.04/1800.19	c Original Problem   :
1800.04/1800.19	c   Problem name     : HOME/instance-2692939-1277925010.wbo
1800.04/1800.19	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.19	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.19	c Presolved Problem  :
1800.04/1800.19	c   Problem name     : t_HOME/instance-2692939-1277925010.wbo
1800.04/1800.19	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.19	c   Constraints      : 5414 initial, 23384 maximal
1800.04/1800.19	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.19	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.19	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.19	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.19	c   root node        :          -       2480          -          -       4960          -          -          -          -
1800.04/1800.19	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.19	c   integral         :          0          0          0     503508          0          4        586          0          0     844412
1800.04/1800.19	c   indicator        :       2707          0    4918523      80340          0        423    4924792          0          0          0
1800.04/1800.19	c   linear           :       2707          6    4974110      80523          0     291870   22662530     345430          0          0
1800.04/1800.19	c   logicor          :          0+         0    1247921          0          0      99842    1240554          0          0          0
1800.04/1800.19	c   bounddisjunction :          0+         0       3584          0          0          0          0          0          0          0
1800.04/1800.19	c   countsols        :          0          0          0      43790          0          0          0          0          0          0
1800.04/1800.19	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.19	c   integral         :      14.37       0.00       0.00      14.37       0.00
1800.04/1800.19	c   indicator        :      30.63       0.01      22.28       8.34       0.00
1800.04/1800.19	c   linear           :     233.14       0.01     225.19       7.94       0.00
1800.04/1800.19	c   logicor          :     210.99       0.00     210.99       0.00       0.00
1800.04/1800.19	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.19	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.19	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.19	c   vbounds          :       0.43          2          0          0
1800.04/1800.19	c   rootredcost      :       0.33         44          0       2480
1800.04/1800.19	c   pseudoobj        :     252.60    4984718      10045    3543215
1800.04/1800.19	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.19	c   propagation      :      22.33     401757     401718    2532046       26.6      19133       16.1          -
1800.04/1800.19	c   infeasible LP    :       5.15      11885      11885     100451       38.7        334       12.6          0
1800.04/1800.19	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.19	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.19	c   pseudo solution  :       0.04        121        121        488       14.9        176        5.7          -
1800.04/1800.19	c   applied globally :          -          -          -    1091455       20.6          -          -          -
1800.04/1800.19	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.19	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.19	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.19	c   redcost          :      39.19     512233          0    1247934          0          0
1800.04/1800.19	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.19	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.19	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.19	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.19	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.19	c   cmir             :       0.00          4          0          0          1          0
1800.04/1800.19	c   flowcover        :       0.04          4          0          0          2          0
1800.04/1800.19	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.19	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.19	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.19	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.19	c Pricers            :       Time      Calls       Vars
1800.04/1800.19	c   problem variables:       0.00          0          0
1800.04/1800.19	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.19	c   relpscost        :      14.08     422703          4        586          0          0     844412
1800.04/1800.19	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.19	c   inference        :       8.38      43746          0          0          0          0      87492
1800.04/1800.19	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.19	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.19	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.19	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.19	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.19	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.19	c   LP solutions     :       0.07          -         44
1800.04/1800.19	c   pseudo solutions :       0.00          -          0
1800.04/1800.19	c   feaspump         :       0.00          0          0
1800.04/1800.19	c   intshifting      :       0.01          3          0
1800.04/1800.19	c   oneopt           :       0.27         38          0
1800.04/1800.19	c   guideddiving     :       0.06         16          0
1800.04/1800.19	c   fracdiving       :       0.17         93          0
1800.04/1800.19	c   veclendiving     :       0.13         93          0
1800.04/1800.19	c   linesearchdiving :       0.14         93          0
1800.04/1800.19	c   pscostdiving     :       0.10         93          0
1800.04/1800.19	c   coefdiving       :       0.15         94          0
1800.04/1800.19	c   crossover        :       1.18         32          3
1800.04/1800.19	c   rootsoldiving    :       0.10         88          0
1800.04/1800.19	c   objpscostdiving  :       0.17         89          0
1800.04/1800.19	c   trivial          :       0.09          2          2
1800.04/1800.19	c   simplerounding   :       0.66     426533          0
1800.04/1800.19	c   zirounding       :       0.61       1000          0
1800.04/1800.19	c   rounding         :       3.05       9180          0
1800.04/1800.19	c   shifting         :       1.69       2845          0
1800.04/1800.19	c   twoopt           :       0.00          0          0
1800.04/1800.19	c   fixandinfer      :       0.00          0          0
1800.04/1800.19	c   intdiving        :       0.00          0          0
1800.04/1800.19	c   actconsdiving    :       0.00          0          0
1800.04/1800.19	c   octane           :       0.00          0          0
1800.04/1800.19	c   rens             :       0.02          1          0
1800.04/1800.19	c   rins             :       0.00          0          0
1800.04/1800.19	c   localbranching   :       0.00          0          0
1800.04/1800.19	c   mutation         :       0.00          0          0
1800.04/1800.19	c   dins             :       0.00          0          0
1800.04/1800.19	c   undercover       :       0.00          0          0
1800.04/1800.19	c   nlp              :       0.07          0          0
1800.04/1800.19	c   trysol           :       3.65       9188        114
1800.04/1800.19	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.19	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.19	c   dual LP          :     452.16     477303    2713909       5.69    6002.10
1800.04/1800.19	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.19	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.19	c   diving/probing LP:       0.08         48       1442      30.04   18025.00
1800.04/1800.19	c   strong branching :      11.31       9171      92523      10.09    8180.64
1800.04/1800.19	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.19	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.19	c B&B Tree           :
1800.04/1800.19	c   number of runs   :          1
1800.04/1800.19	c   nodes            :     827804
1800.04/1800.19	c   nodes (total)    :     827804
1800.04/1800.19	c   nodes left       :       5363
1800.04/1800.19	c   max depth        :       1883
1800.04/1800.19	c   max depth (total):       1883
1800.04/1800.19	c   backtracks       :      61655 (7.4%)
1800.04/1800.19	c   delayed cutoffs  :      56751
1800.04/1800.19	c   repropagations   :    2601923 (5918523 domain reductions, 52366 cutoffs)
1800.04/1800.19	c   avg switch length:       7.81
1800.04/1800.19	c   switching time   :     252.32
1800.04/1800.19	c Solution           :
1800.04/1800.19	c   Solutions found  :        163 (45 improvements)
1800.04/1800.19	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.19	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 305709 nodes, 592.28 seconds, depth 56, found by <relaxation>)
1800.04/1800.19	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.19	c   Gap              :   infinite
1800.04/1800.19	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.19	c   Root Iterations  :        183
1800.23/1800.38	c Time complete: 1800.32.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692939-1277925010/watcher-2692939-1277925010 -o /tmp/evaluation-result-2692939-1277925010/solver-2692939-1277925010 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692939-1277925010.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.03 2.00 3/194 16128
/proc/meminfo: memFree=31216036/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=10964 CPUtime=0
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1669 0 0 0 0 0 0 0 25 0 1 0 133797366 11227136 1589 4089446400 4194304 9819077 140737382351280 18446744073709551615 8659358 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16128/statm: 2777 1594 392 1374 0 1398 0

[startup+0.069129 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 16128
/proc/meminfo: memFree=31216036/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=36396 CPUtime=0.06
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 8122 0 0 0 6 0 0 0 25 0 1 0 133797366 37269504 7688 4089446400 4194304 9819077 140737382351280 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36396

[startup+0.101121 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 16128
/proc/meminfo: memFree=31216036/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=36396 CPUtime=0.09
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 8122 0 0 0 9 0 0 0 25 0 1 0 133797366 37269504 7688 4089446400 4194304 9819077 140737382351280 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.301091 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 16128
/proc/meminfo: memFree=31216036/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=55992 CPUtime=0.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 13422 0 0 0 27 2 0 0 25 0 1 0 133797366 57335808 12389 4089446400 4194304 9819077 140737382351280 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 13998 12411 674 1374 0 12619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55992

[startup+0.701016 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 16128
/proc/meminfo: memFree=31216036/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=45884 CPUtime=0.69
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 27996 0 0 0 64 5 0 0 25 0 1 0 133797366 46985216 9943 4089446400 4194304 9819077 140737382351280 18446744073709551615 6361878 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 11471 9943 698 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50088 s]
/proc/loadavg: 2.01 2.03 2.00 3/195 16129
/proc/meminfo: memFree=31178332/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=48000 CPUtime=1.49
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 40470 0 0 0 142 7 0 0 25 0 1 0 133797366 49152000 10405 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 12000 10405 699 1374 0 10621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48000

[startup+3.10061 s]
/proc/loadavg: 2.01 2.03 2.00 3/195 16129
/proc/meminfo: memFree=31175592/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=51488 CPUtime=3.09
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 56021 0 0 0 297 12 0 0 25 0 1 0 133797366 52723712 11197 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 12872 11197 700 1374 0 11493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51488

[startup+6.30105 s]
/proc/loadavg: 2.01 2.03 2.00 3/195 16129
/proc/meminfo: memFree=31170328/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=59828 CPUtime=6.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 74875 0 0 0 608 21 0 0 25 0 1 0 133797366 61263872 13267 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 14957 13267 700 1374 0 13578 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59828

[startup+12.7009 s]
/proc/loadavg: 2.01 2.03 2.00 3/195 16129
/proc/meminfo: memFree=31156824/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=69108 CPUtime=12.69
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 82786 0 0 0 1234 35 0 0 25 0 1 0 133797366 70766592 15701 4089446400 4194304 9819077 140737382351280 18446744073709551615 7301571 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 17277 15701 700 1374 0 15898 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69108

[startup+25.5007 s]
/proc/loadavg: 2.01 2.03 2.00 3/195 16129
/proc/meminfo: memFree=31139752/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=87424 CPUtime=25.49
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 97949 0 0 0 2482 67 0 0 25 0 1 0 133797366 89522176 20305 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 21856 20305 700 1374 0 20477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87424

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/195 16131
/proc/meminfo: memFree=31114984/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=110744 CPUtime=51.09
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 161385 0 0 0 4973 136 0 0 25 0 1 0 133797366 113401856 26184 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 27686 26184 705 1374 0 26307 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110744

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16131
/proc/meminfo: memFree=31032108/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=194580 CPUtime=102.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 409893 0 0 0 9925 304 0 0 25 0 1 0 133797366 199249920 46305 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 48645 46305 714 1374 0 47266 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 194580

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16133
/proc/meminfo: memFree=31014220/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=206280 CPUtime=162.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 570899 0 0 0 15659 570 0 0 25 0 1 0 133797366 211230720 49236 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 51570 49236 715 1374 0 50191 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 206280

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 16135
/proc/meminfo: memFree=30996468/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=215404 CPUtime=222.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 708582 0 0 0 21396 833 0 0 25 0 1 0 133797366 220573696 51428 4089446400 4194304 9819077 140737382351280 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 53851 51428 715 1374 0 52472 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 215404

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 16137
/proc/meminfo: memFree=30978328/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=227216 CPUtime=282.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 844403 0 0 0 27141 1088 0 0 25 0 1 0 133797366 232669184 54282 4089446400 4194304 9819077 140737382351280 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 56804 54282 715 1374 0 55425 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 227216

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 16139
/proc/meminfo: memFree=30971228/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=234580 CPUtime=342.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 969973 0 0 0 32904 1325 0 0 25 0 1 0 133797366 240209920 56095 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 58645 56095 715 1374 0 57266 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 234580

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16169
/proc/meminfo: memFree=31271180/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=239740 CPUtime=402.29
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1103903 0 0 0 38650 1579 0 0 25 0 1 0 133797366 245493760 57275 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16128/statm: 59935 57275 715 1374 0 58556 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 239740

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16171
/proc/meminfo: memFree=31070264/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=246736 CPUtime=462.28
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1226179 0 0 0 44546 1682 0 0 25 0 1 0 133797366 252657664 58953 4089446400 4194304 9819077 140737382351280 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16128/statm: 61684 58953 715 1374 0 60305 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 246736

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16173
/proc/meminfo: memFree=30898120/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=252288 CPUtime=522.28
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1337096 0 0 0 50438 1790 0 0 25 0 1 0 133797366 258342912 60291 4089446400 4194304 9819077 140737382351280 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16128/statm: 63072 60291 715 1374 0 61693 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 252288

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16175
/proc/meminfo: memFree=30720768/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=259392 CPUtime=582.28
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1451046 0 0 0 56337 1891 0 0 25 0 1 0 133797366 265617408 62011 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16128/statm: 64848 62011 715 1374 0 63469 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 259392

[startup+642.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/195 16222
/proc/meminfo: memFree=31019848/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=264744 CPUtime=642.27
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 1564920 0 0 0 62131 2096 0 0 25 0 1 0 133797366 271097856 63390 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16128/statm: 66186 63390 715 1374 0 64807 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 264744

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.11 2.07 2.02 3/195 16230
/proc/meminfo: memFree=30851060/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=282548 CPUtime=942.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2097296 0 0 0 91117 3109 0 0 25 0 1 0 133797366 289329152 67384 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 70637 67384 723 1374 0 69258 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 282548

[startup+1002.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/195 16230
/proc/meminfo: memFree=30815204/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=287352 CPUtime=1002.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2222932 0 0 0 96923 3303 0 0 25 0 1 0 133797366 294248448 68359 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 71838 68359 723 1374 0 70459 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 287352

[startup+1062.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/195 16232
/proc/meminfo: memFree=30781324/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=290828 CPUtime=1062.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2341717 0 0 0 102706 3520 0 0 25 0 1 0 133797366 297807872 68990 4089446400 4194304 9819077 140737382351280 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 72707 68990 723 1374 0 71328 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 290828

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.01 10/195 16234
/proc/meminfo: memFree=30747196/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=295144 CPUtime=1122.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2455019 0 0 0 108517 3709 0 0 25 0 1 0 133797366 302227456 69829 4089446400 4194304 9819077 140737382351280 18446744073709551615 4960264 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 73786 69829 723 1374 0 72407 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 295144

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/195 16236
/proc/meminfo: memFree=30712076/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=298720 CPUtime=1182.27
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2563227 0 0 0 114326 3901 0 0 25 0 1 0 133797366 305889280 70587 4089446400 4194304 9819077 140737382351280 18446744073709551615 6590489 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 74680 70587 723 1374 0 73301 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 298720

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16238
/proc/meminfo: memFree=30674220/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=302360 CPUtime=1242.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2673707 0 0 0 120091 4135 0 0 25 0 1 0 133797366 309616640 71223 4089446400 4194304 9819077 140737382351280 18446744073709551615 6590530 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 75414 71219 725 1374 0 74035 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 302360

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/195 16238
/proc/meminfo: memFree=30632032/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=305140 CPUtime=1302.27
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2780853 0 0 0 125864 4363 0 0 25 0 1 0 133797366 312463360 71874 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16128/statm: 76285 71874 725 1374 0 74906 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 305140

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 10/195 16243
/proc/meminfo: memFree=30591932/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=309148 CPUtime=1362.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2887420 0 0 0 131695 4531 0 0 25 0 1 0 133797366 316567552 72759 4089446400 4194304 9819077 140737382351280 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16128/statm: 77287 72759 741 1374 0 75908 0
Current children cumulated CPU time (s) 1362.26
Current children cumulated vsize (KiB) 309148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/195 16245
/proc/meminfo: memFree=30555224/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=310716 CPUtime=1422.26
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 2988227 0 0 0 137586 4640 0 0 25 0 1 0 133797366 318173184 73055 4089446400 4194304 9819077 140737382351280 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16128/statm: 77679 73055 741 1374 0 76300 0
Current children cumulated CPU time (s) 1422.26
Current children cumulated vsize (KiB) 310716

[startup+1482.3 s]
/proc/loadavg: 2.51 2.20 2.07 3/195 16247
/proc/meminfo: memFree=30513288/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=313184 CPUtime=1482.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3091996 0 0 0 143482 4741 0 0 25 0 1 0 133797366 320700416 73473 4089446400 4194304 9819077 140737382351280 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16128/statm: 78296 73473 741 1374 0 76917 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 313184

[startup+1542.3 s]
/proc/loadavg: 2.18 2.16 2.06 3/195 16249
/proc/meminfo: memFree=30473212/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=314412 CPUtime=1542.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3188207 0 0 0 149386 4837 0 0 25 0 1 0 133797366 321957888 73706 4089446400 4194304 9819077 140737382351280 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 78603 73706 740 1374 0 77224 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 314412

[startup+1602.3 s]
/proc/loadavg: 2.10 2.14 2.06 3/195 16249
/proc/meminfo: memFree=30430528/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=318016 CPUtime=1602.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3268126 0 0 0 155299 4924 0 0 25 0 1 0 133797366 325648384 74459 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 79504 74459 740 1374 0 78125 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 318016

[startup+1662.3 s]
/proc/loadavg: 2.03 2.11 2.06 3/195 16251
/proc/meminfo: memFree=30416844/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=319852 CPUtime=1662.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3357954 0 0 0 161207 5016 0 0 25 0 1 0 133797366 327528448 74796 4089446400 4194304 9819077 140737382351280 18446744073709551615 6361072 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 79963 74797 740 1374 0 78584 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 319852

[startup+1722.3 s]
/proc/loadavg: 2.01 2.09 2.05 3/195 16253
/proc/meminfo: memFree=30378128/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=322952 CPUtime=1722.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3448183 0 0 0 167112 5111 0 0 25 0 1 0 133797366 330702848 75572 4089446400 4194304 9819077 140737382351280 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 80738 75572 740 1374 0 79359 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 322952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/195 16255
/proc/meminfo: memFree=30332460/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=325340 CPUtime=1782.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3531531 0 0 0 173024 5199 0 0 25 0 1 0 133797366 333148160 76060 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 81335 76060 740 1374 0 79956 0
Current children cumulated CPU time (s) 1782.23
Current children cumulated vsize (KiB) 325340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 2.07 2.04 3/195 16255
/proc/meminfo: memFree=30320056/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=325796 CPUtime=1800.04
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3556034 0 0 0 174780 5224 0 0 25 0 1 0 133797366 333615104 76221 4089446400 4194304 9819077 140737382351280 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16128/statm: 81449 76221 740 1374 0 80070 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 325796

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

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

[startup+1800.21 s]
/proc/loadavg: 2.00 2.07 2.04 3/195 16255
/proc/meminfo: memFree=30320056/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=326140 CPUtime=1800.14
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3556115 0 0 0 174790 5224 0 0 25 0 1 0 133797366 333967360 76296 4089446400 4194304 9819077 140737382351280 18446744073709551615 6075548 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16128/statm: 81535 76296 741 1374 0 80156 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 326140

[startup+1800.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/195 16255
/proc/meminfo: memFree=30320056/32951132 swapFree=67111528/67111528
[pid=16128] ppid=16126 vsize=325116 CPUtime=1800.23
/proc/16128/stat : 16128 (pbscip.linux.x8) R 16126 16128 13489 0 -1 4202496 3556121 0 0 0 174799 5224 0 0 25 0 1 0 133797366 332918784 76046 4089446400 4194304 9819077 140737382351280 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16128/statm: 81279 76046 741 1374 0 79900 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 325116

Child status: 0
Real time (s): 1800.39
CPU time (s): 1800.33
CPU user time (s): 1748.07
CPU system time (s): 52.2591
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 326320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.07
system time used= 52.2591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3556134
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= 2
involuntary context switches= 13672

runsolver used 2.54361 second user time and 5.71213 second system time

The end

Launcher Data

Begin job on node128 at 2010-06-30 21:10:11
IDJOB=2692939
IDBENCH=79256
IDSOLVER=1205
FILE ID=node128/2692939-1277925010
PBS_JOBID= 11197276
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--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-2692939-1277925010/watcher-2692939-1277925010 -o /tmp/evaluation-result-2692939-1277925010/solver-2692939-1277925010 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692939-1277925010.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c6df963ff1848506ee15e7c5bdbc3c3f
RANDOM SEED=1427724590

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31216688 kB
Buffers:        209504 kB
Cached:        1016128 kB
SwapCached:          0 kB
Active:         786500 kB
Inactive:       805140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31216688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:      366572 kB
Mapped:          20632 kB
Slab:            79148 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1652248 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 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 node128 at 2010-06-30 21:40:13