Trace number 2692379

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.24 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM0a3bbeff5fae384bd8f72d98174965d3
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 benchmark385.443
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692379-1277929088.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 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.98
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
8.38/8.47	o 374
8.38/8.47	c * 8.1s|  3271 |  2569 |  5355 |   1.6 |  33M|2698 |   - |5645 |5424 |5645 | 189 |1542 |  10 |1110 | 0.000000e+00 | 3.740000e+02 |    Inf 
12.89/12.91	o 369
12.89/12.91	c *12.4s|  5575 |  4789 |  7859 |   1.4 |  38M|2698 |   - |5645 |5471 |5645 | 211 |1904 |  57 |1176 | 0.000000e+00 | 3.690000e+02 |    Inf 
13.09/13.13	o 353
13.09/13.13	c *12.6s|  5695 |  4645 |  8102 |   1.4 |  38M|2698 |   - |5645 |5471 |5645 | 189 |1933 |  57 |1178 | 0.000000e+00 | 3.530000e+02 |    Inf 
13.29/13.31	o 340
13.29/13.31	c *12.8s|  5772 |  4674 |  8417 |   1.4 |  38M|2698 |   - |5645 |5471 |5645 | 187 |1960 |  57 |1178 | 0.000000e+00 | 3.400000e+02 |    Inf 
13.99/14.03	o 320
13.99/14.03	c *13.5s|  6112 |  4730 |  8865 |   1.4 |  38M|2698 |   - |5645 |5481 |5645 | 183 |2008 |  67 |1180 | 0.000000e+00 | 3.200000e+02 |    Inf 
17.08/17.19	o 315
17.08/17.19	c *16.6s|  7729 |  5919 | 10261 |   1.3 |  41M|2698 |   - |5645 |5514 |5645 | 179 |2223 | 100 |1203 | 0.000000e+00 | 3.150000e+02 |    Inf 
19.59/19.69	o 289
19.59/19.69	c *19.0s|  8973 |  5674 | 11708 |   1.3 |  42M|2698 |   - |5645 |5591 |5645 | 164 |2419 | 177 |1210 | 0.000000e+00 | 2.890000e+02 |    Inf 
19.70/19.78	o 284
19.70/19.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.70/19.78	c *19.1s|  8998 |  5529 | 11862 |   1.3 |  42M|2698 |   - |5645 |5598 |5645 | 171 |2442 | 184 |1210 | 0.000000e+00 | 2.840000e+02 |    Inf 
19.88/19.96	o 270
19.88/19.96	c *19.2s|  9049 |  5028 | 12267 |   1.3 |  41M|2698 |   - |5645 |5612 |5645 | 170 |2484 | 198 |1216 | 0.000000e+00 | 2.700000e+02 |    Inf 
20.69/20.72	o 252
20.69/20.72	c *20.0s|  9587 |  4432 | 12669 |   1.3 |  39M|2698 |   - |5645 |5612 |5645 | 171 |2530 | 198 |1218 | 0.000000e+00 | 2.520000e+02 |    Inf 
21.18/21.25	o 247
21.18/21.25	c *20.5s|  9684 |  4311 | 13508 |   1.4 |  39M|2698 |   - |5645 |5695 |5645 | 215 |2681 | 281 |1307 | 0.000000e+00 | 2.470000e+02 |    Inf 
21.59/21.61	o 241
21.59/21.61	c *20.8s|  9772 |  4174 | 14261 |   1.4 |  39M|2698 |   - |5645 |5763 |5645 | 165 |2761 | 349 |1323 | 0.000000e+00 | 2.410000e+02 |    Inf 
21.68/21.74	o 237
21.68/21.74	c *20.9s|  9814 |  4091 | 14538 |   1.5 |  39M|2698 |   - |5645 |5763 |5645 | 161 |2774 | 349 |1323 | 0.000000e+00 | 2.370000e+02 |    Inf 
21.68/21.79	o 235
21.68/21.79	c *21.0s|  9819 |  4026 | 14747 |   1.5 |  38M|2698 |   - |5645 |5772 |5645 | 165 |2791 | 358 |1323 | 0.000000e+00 | 2.350000e+02 |    Inf 
22.08/22.12	c  21.3s| 10000 |  4205 | 14873 |   1.5 |  39M|2698 |   0 |5645 |5777 |5645 | 186 |2812 | 363 |1324 | 0.000000e+00 | 2.350000e+02 |    Inf 
22.59/22.65	o 226
22.59/22.65	c *21.8s| 10169 |  4008 | 15666 |   1.5 |  39M|2698 |   - |5645 |5811 |5645 | 179 |2959 | 397 |1345 | 0.000000e+00 | 2.260000e+02 |    Inf 
22.69/22.75	o 224
22.69/22.75	c *21.9s| 10189 |  3958 | 15884 |   1.5 |  39M|2698 |   - |5645 |5816 |5645 | 178 |2989 | 402 |1345 | 0.000000e+00 | 2.240000e+02 |    Inf 
22.69/22.77	o 213
22.69/22.77	c *21.9s| 10198 |  3654 | 15885 |   1.5 |  38M|2698 |   - |5645 |5816 |5645 | 178 |2989 | 402 |1345 | 0.000000e+00 | 2.130000e+02 |    Inf 
23.99/24.03	o 196
23.99/24.03	c *23.2s| 10636 |  3412 | 17734 |   1.7 |  39M|2698 |   - |5645 |5944 |5645 | 184 |3263 | 530 |1374 | 0.000000e+00 | 1.960000e+02 |    Inf 
24.49/24.50	o 186
24.49/24.50	c *23.6s| 10737 |  3172 | 18948 |   1.8 |  38M|2698 |   - |5645 |5986 |5645 | 185 |3444 | 572 |1385 | 0.000000e+00 | 1.860000e+02 |    Inf 
24.99/25.04	o 170
24.99/25.04	c *24.1s| 10837 |  2993 | 20749 |   1.9 |  37M|2698 |   - |5645 |6037 |5645 | 204 |3703 | 623 |1400 | 0.000000e+00 | 1.700000e+02 |    Inf 
25.09/25.16	o 163
25.09/25.16	c *24.3s| 10860 |  2927 | 21155 |   1.9 |  37M|2698 |   - |5645 |6050 |5645 | 200 |3755 | 636 |1402 | 0.000000e+00 | 1.630000e+02 |    Inf 
25.39/25.48	o 162
25.39/25.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.39/25.48	c *24.6s| 10915 |  2904 | 21780 |   2.0 |  37M|2698 |   - |5645 |6096 |5645 | 171 |3859 | 682 |1418 | 0.000000e+00 | 1.620000e+02 |    Inf 
25.58/25.60	o 150
25.58/25.60	c *24.7s| 10939 |  2742 | 22109 |   2.0 |  36M|2698 |   - |5645 |6096 |5645 | 193 |3904 | 682 |1420 | 0.000000e+00 | 1.500000e+02 |    Inf 
25.58/25.68	o 147
25.58/25.68	c *24.8s| 10945 |  2718 | 22434 |   2.0 |  36M|2698 |   - |5645 |6096 |5645 | 195 |3951 | 682 |1426 | 0.000000e+00 | 1.470000e+02 |    Inf 
25.79/25.83	o 122
25.79/25.83	c *24.9s| 10983 |  2412 | 22688 |   2.1 |  35M|2698 |   - |5645 |6123 |5645 | 179 |3982 | 709 |1431 | 0.000000e+00 | 1.220000e+02 |    Inf 
26.29/26.30	o 109
26.29/26.30	c *25.4s| 11087 |  2287 | 23426 |   2.1 |  35M|2698 |   - |5645 |6175 |5645 | 168 |4148 | 761 |1457 | 0.000000e+00 | 1.090000e+02 |    Inf 
26.29/26.39	o 103
26.29/26.39	c *25.5s| 11100 |  2226 | 23600 |   2.1 |  35M|2698 |   - |5645 |6181 |5645 | 163 |4163 | 767 |1459 | 0.000000e+00 | 1.030000e+02 |    Inf 
26.39/26.49	o 78
26.39/26.49	c *25.6s| 11124 |  1594 | 23794 |   2.1 |  33M|2698 |   - |5645 |6188 |5645 | 177 |4192 | 774 |1464 | 0.000000e+00 | 7.800000e+01 |    Inf 
26.99/27.04	o 72
26.99/27.04	c *26.1s| 11287 |  1492 | 24559 |   2.2 |  33M|2698 |   - |5645 |5652 |5645 | 169 |4240 | 854 |1473 | 0.000000e+00 | 7.200000e+01 |    Inf 
27.08/27.13	o 69
27.08/27.13	c *26.2s| 11324 |  1433 | 24612 |   2.2 |  33M|2698 |   - |5645 |5495 |5645 | 160 |4249 | 856 |1476 | 0.000000e+00 | 6.900000e+01 |    Inf 
27.69/27.74	o 64
27.69/27.74	c *26.8s| 11453 |  1347 | 25358 |   2.2 |  34M|2698 |   - |5645 |5529 |5645 | 173 |4370 | 973 |1503 | 0.000000e+00 | 6.400000e+01 |    Inf 
27.69/27.78	o 59
27.69/27.78	c *26.8s| 11457 |  1159 | 25413 |   2.2 |  32M|2698 |   - |5645 |5336 |5645 | 165 |4388 | 977 |1503 | 0.000000e+00 | 5.900000e+01 |    Inf 
37.98/38.09	o 53
37.98/38.09	c *36.8s| 14035 |  1382 | 43855 |   3.1 |  39M|2698 |   - |5645 |6218 |5645 | 189 |9043 |3932 |1649 | 0.000000e+00 | 5.300000e+01 |    Inf 
52.18/52.27	o 48
52.18/52.27	c *50.5s| 18107 |  1673 | 65324 |   3.6 |  46M|2698 |   - |5645 |6904 |5645 | 176 |  14k|8819 |1694 | 0.000000e+00 | 4.800000e+01 |    Inf 
58.19/58.23	c  56.2s| 20000 |  1849 | 74277 |   3.7 |  49M|2698 |   - |5645 |6775 |   0 |   0 |  16k|  11k|1711 | 0.000000e+00 | 4.800000e+01 |    Inf 
87.79/87.82	c  84.9s| 30000 |  2516 |112399 |   3.7 |  61M|2698 |   1 |5645 |8419 |5645 | 199 |  26k|  22k|1790 | 0.000000e+00 | 4.800000e+01 |    Inf 
117.28/117.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.28/117.32	c   114s| 40000 |  2933 |146240 |   3.7 |  69M|2698 |   - |5645 |8922 |   0 |   0 |  34k|  33k|1983 | 0.000000e+00 | 4.800000e+01 |    Inf 
144.49/144.55	c   140s| 50000 |  3238 |175545 |   3.5 |  75M|2698 |   1 |5645 |9707 |5645 | 183 |  40k|  45k|2123 | 0.000000e+00 | 4.800000e+01 |    Inf 
153.49/153.58	o 45
153.49/153.58	c * 149s| 53187 |  3254 |185125 |   3.5 |  76M|2698 |   - |5645 |  10k|5645 | 164 |  43k|  49k|2170 | 0.000000e+00 | 4.500000e+01 |    Inf 
153.58/153.62	o 37
153.58/153.62	c * 149s| 53194 |  3037 |185134 |   3.5 |  74M|2698 |   - |5645 |9856 |5645 | 164 |  43k|  49k|2170 | 0.000000e+00 | 3.700000e+01 |    Inf 
170.39/170.46	c   165s| 60000 |  3138 |202284 |   3.4 |  78M|2698 |   - |5645 |  10k|   0 |   0 |  47k|  58k|2258 | 0.000000e+00 | 3.700000e+01 |    Inf 
176.39/176.44	o 27
176.39/176.44	c * 171s| 62386 |  2819 |209003 |   3.3 |  73M|2698 |   - |5645 |8174 |5645 | 205 |  48k|  62k|2274 | 0.000000e+00 | 2.700000e+01 |    Inf 
185.80/185.84	o 22
185.80/185.84	c * 180s| 66503 |  2578 |222204 |   3.3 |  70M|2698 |   - |5645 |7168 |5645 | 201 |  51k|  67k|2349 | 0.000000e+00 | 2.200000e+01 |    Inf 
192.09/192.14	o 17
192.09/192.14	c * 186s| 69515 |  2407 |230390 |   3.3 |  66M|2698 |   - |5645 |7538 |5645 | 148 |  52k|  71k|2394 | 0.000000e+00 | 1.700000e+01 |    Inf 
192.99/193.09	c   187s| 70000 |  2403 |231071 |   3.3 |  66M|2698 |   - |5645 |6778 |   0 |   0 |  52k|  71k|2394 | 0.000000e+00 | 1.700000e+01 |    Inf 
212.39/212.44	c   206s| 80000 |  2456 |251485 |   3.1 |  69M|2698 |   - |5645 |9689 |5645 | 181 |  55k|  85k|2481 | 0.000000e+00 | 1.700000e+01 |    Inf 
231.70/231.74	o 7
231.70/231.74	c * 224s| 89568 |  1921 |272454 |   3.0 |  59M|2698 |   - |5645 |8759 |5645 | 158 |  58k|  97k|2575 | 0.000000e+00 | 7.000000e+00 |    Inf 
232.49/232.58	c   225s| 90000 |  1916 |273359 |   3.0 |  58M|2698 |   - |5645 |8282 |   0 |   0 |  58k|  98k|2586 | 0.000000e+00 | 7.000000e+00 |    Inf 
249.69/249.74	c   242s|100000 |  1947 |301225 |   3.0 |  59M|2698 |  13 |5645 |8421 |5645 | 155 |  61k| 111k|2660 | 0.000000e+00 | 7.000000e+00 |    Inf 
268.19/268.29	c   259s|110000 |  2021 |328863 |   3.0 |  61M|2698 |  13 |5645 |  10k|5645 | 172 |  65k| 124k|2820 | 0.000000e+00 | 7.000000e+00 |    Inf 
288.40/288.43	c   279s|120000 |  2056 |365927 |   3.0 |  64M|2698 |   - |5645 |  11k|   0 |   0 |  75k| 142k|2939 | 0.000000e+00 | 7.000000e+00 |    Inf 
295.29/295.32	o 6
295.29/295.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.29/295.32	c * 285s|123860 |  1955 |373615 |   3.0 |  62M|2698 |   - |5645 |9945 |5645 | 163 |  76k| 147k|3000 | 0.000000e+00 | 6.000000e+00 |    Inf 
296.90/296.90	o 4
296.90/296.90	c * 287s|124824 |  1798 |375272 |   3.0 |  59M|2698 |   - |5645 |  10k|5645 | 165 |  76k| 149k|3015 | 0.000000e+00 | 4.000000e+00 |    Inf 
306.10/306.15	c   296s|130000 |  1789 |388113 |   3.0 |  59M|2698 |   1 |5645 |9593 |5645 | 155 |  79k| 156k|3054 | 0.000000e+00 | 4.000000e+00 |    Inf 
318.50/318.56	o 3
318.50/318.56	c * 307s|135921 |  1679 |412543 |   3.0 |  57M|2698 |   - |5645 |  12k|5645 | 184 |  85k| 164k|3151 | 0.000000e+00 | 3.000000e+00 |    Inf 
327.49/327.51	c   316s|140000 |  1696 |431104 |   3.1 |  58M|2698 |  10 |5645 |  13k|5645 | 147 |  89k| 169k|3199 | 0.000000e+00 | 3.000000e+00 |    Inf 
351.79/351.89	c   340s|150000 |  1919 |485163 |   3.2 |  61M|2698 |   1 |5645 |  16k|5645 | 162 | 104k| 183k|3372 | 0.000000e+00 | 3.000000e+00 |    Inf 
374.60/374.63	c   362s|160000 |  1874 |530157 |   3.3 |  61M|2698 |   9 |5645 |  14k|5645 | 174 | 115k| 197k|3523 | 0.000000e+00 | 3.000000e+00 |    Inf 
392.50/392.56	o 2
392.50/392.56	c * 379s|168039 |  1675 |565226 |   3.4 |  59M|2698 |   - |5645 |  14k|5645 | 179 | 122k| 208k|3617 | 0.000000e+00 | 2.000000e+00 |    Inf 
396.40/396.45	c   383s|170000 |  1679 |571280 |   3.4 |  59M|2698 |  13 |5645 |  13k|5645 | 177 | 124k| 210k|3630 | 0.000000e+00 | 2.000000e+00 |    Inf 
418.30/418.32	c   404s|180000 |  1728 |616771 |   3.4 |  60M|2698 |  12 |5645 |  16k|5645 | 192 | 134k| 223k|3738 | 0.000000e+00 | 2.000000e+00 |    Inf 
442.30/442.39	c   427s|190000 |  1709 |664512 |   3.5 |  62M|2698 |   - |5645 |  18k|   0 |   0 | 145k| 237k|3890 | 0.000000e+00 | 2.000000e+00 |    Inf 
466.00/466.09	c   450s|200000 |  1899 |717047 |   3.6 |  64M|2698 |  27 |5645 |  19k|5645 | 194 | 156k| 251k|4010 | 0.000000e+00 | 2.000000e+00 |    Inf 
490.00/490.00	c   473s|210000 |  1861 |767654 |   3.7 |  64M|2698 |  11 |5645 |  19k|5645 | 201 | 168k| 264k|4133 | 0.000000e+00 | 2.000000e+00 |    Inf 
513.20/513.24	c   495s|220000 |  1738 |817062 |   3.7 |  63M|2698 |   - |5645 |  18k|   0 |   0 | 178k| 278k|4231 | 0.000000e+00 | 2.000000e+00 |    Inf 
536.61/536.62	c   518s|230000 |  1752 |862020 |   3.7 |  64M|2698 |   - |5645 |  21k|   0 |   0 | 188k| 292k|4334 | 0.000000e+00 | 2.000000e+00 |    Inf 
563.51/563.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.51/563.59	c   544s|240000 |  1755 |914256 |   3.8 |  65M|2698 |  15 |5645 |  23k|5645 | 185 | 203k| 305k|4444 | 0.000000e+00 | 2.000000e+00 |    Inf 
589.81/589.80	c   569s|250000 |  1827 |964124 |   3.9 |  67M|2698 |   - |5645 |  26k|   0 |   0 | 219k| 319k|4567 | 0.000000e+00 | 2.000000e+00 |    Inf 
619.01/619.02	c   598s|260000 |  1840 |  1019k|   3.9 |  68M|2698 |   - |5645 |  27k|   0 |   0 | 236k| 333k|4662 | 0.000000e+00 | 2.000000e+00 |    Inf 
646.20/646.27	c   624s|270000 |  2052 |  1068k|   4.0 |  70M|2698 |   - |5645 |  26k|   0 |   0 | 250k| 346k|4780 | 0.000000e+00 | 2.000000e+00 |    Inf 
674.91/674.93	c   652s|280000 |  2100 |  1118k|   4.0 |  71M|2698 |  11 |5645 |  28k|5645 | 182 | 265k| 361k|4880 | 0.000000e+00 | 2.000000e+00 |    Inf 
703.70/703.73	c   680s|290000 |  2482 |  1173k|   4.0 |  74M|2698 |   8 |5645 |  29k|5645 | 185 | 282k| 374k|4995 | 0.000000e+00 | 2.000000e+00 |    Inf 
732.71/732.70	c   708s|300000 |  2608 |  1226k|   4.1 |  76M|2698 |  14 |5645 |  30k|5645 | 170 | 298k| 388k|5089 | 0.000000e+00 | 2.000000e+00 |    Inf 
761.72/761.77	c   736s|310000 |  2710 |  1279k|   4.1 |  77M|2698 |   - |5645 |  31k|   0 |   0 | 313k| 402k|5205 | 0.000000e+00 | 2.000000e+00 |    Inf 
790.31/790.39	c   764s|320000 |  2676 |  1330k|   4.2 |  77M|2698 |   - |5645 |  31k|   0 |   0 | 327k| 416k|5297 | 0.000000e+00 | 2.000000e+00 |    Inf 
819.22/819.23	c   792s|330000 |  2690 |  1380k|   4.2 |  78M|2698 |  15 |5645 |  31k|5645 | 187 | 339k| 430k|5395 | 0.000000e+00 | 2.000000e+00 |    Inf 
850.22/850.29	c   823s|340000 |  2777 |  1435k|   4.2 |  80M|2698 |   - |5645 |  33k|   0 |   0 | 355k| 444k|5491 | 0.000000e+00 | 2.000000e+00 |    Inf 
879.52/879.50	c   851s|350000 |  2563 |  1484k|   4.2 |  78M|2698 |   - |5645 |  31k|   0 |   0 | 367k| 459k|5564 | 0.000000e+00 | 2.000000e+00 |    Inf 
908.11/908.19	c   879s|360000 |  2519 |  1535k|   4.3 |  77M|2698 |   6 |5645 |  29k|5645 | 190 | 379k| 473k|5636 | 0.000000e+00 | 2.000000e+00 |    Inf 
935.12/935.14	c   905s|370000 |  2438 |  1581k|   4.3 |  76M|2698 |   7 |5645 |  28k|5645 | 191 | 389k| 487k|5733 | 0.000000e+00 | 2.000000e+00 |    Inf 
962.62/962.67	c   932s|380000 |  2333 |  1631k|   4.3 |  76M|2698 |   5 |5645 |  28k|5645 | 182 | 402k| 501k|5807 | 0.000000e+00 | 2.000000e+00 |    Inf 
988.62/988.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
988.62/988.63	c   957s|390000 |  2271 |  1672k|   4.3 |  75M|2698 |  11 |5645 |  26k|5645 | 165 | 412k| 516k|5882 | 0.000000e+00 | 2.000000e+00 |    Inf 
1016.02/1016.02	c   983s|400000 |  2276 |  1722k|   4.3 |  76M|2698 |   - |5645 |  28k|   0 |   0 | 427k| 530k|5966 | 0.000000e+00 | 2.000000e+00 |    Inf 
1039.72/1039.76	c  1007s|410000 |  2078 |  1749k|   4.3 |  71M|2698 |  15 |5645 |  21k|5645 | 164 | 432k| 545k|6253 | 0.000000e+00 | 2.000000e+00 |    Inf 
1062.72/1062.71	c  1029s|420000 |  1961 |  1781k|   4.2 |  69M|2698 |  17 |5645 |  20k|5645 | 153 | 438k| 558k|6465 | 0.000000e+00 | 2.000000e+00 |    Inf 
1083.82/1083.80	c  1049s|430000 |  2126 |  1803k|   4.2 |  71M|2698 |   - |5645 |  23k|   0 |   0 | 440k| 572k|6466 | 0.000000e+00 | 2.000000e+00 |    Inf 
1104.93/1104.96	c  1070s|440000 |  2087 |  1821k|   4.1 |  71M|2698 |   1 |5645 |  21k|5645 | 153 | 442k| 585k|6470 | 0.000000e+00 | 2.000000e+00 |    Inf 
1126.03/1126.00	c  1091s|450000 |  2019 |  1841k|   4.1 |  71M|2698 |   - |5645 |  22k|   0 |   0 | 445k| 600k|6479 | 0.000000e+00 | 2.000000e+00 |    Inf 
1148.52/1148.53	c  1112s|460000 |  1871 |  1868k|   4.1 |  69M|2698 |   - |5645 |  20k|   0 |   0 | 449k| 614k|6519 | 0.000000e+00 | 2.000000e+00 |    Inf 
1174.53/1174.56	c  1138s|470000 |  1868 |  1917k|   4.1 |  70M|2698 |   - |5645 |  22k|   0 |   0 | 461k| 628k|6570 | 0.000000e+00 | 2.000000e+00 |    Inf 
1201.92/1201.96	c  1165s|480000 |  1940 |  1969k|   4.1 |  71M|2698 |   - |5645 |  25k|   0 |   0 | 473k| 642k|6639 | 0.000000e+00 | 2.000000e+00 |    Inf 
1228.43/1228.41	c  1190s|490000 |  1865 |  2015k|   4.1 |  71M|2698 |   - |5645 |  24k|   0 |   0 | 483k| 656k|6719 | 0.000000e+00 | 2.000000e+00 |    Inf 
1251.84/1251.87	c  1213s|500000 |  1698 |  2053k|   4.1 |  67M|2698 |   - |5645 |  20k|   0 |   0 | 490k| 669k|7025 | 0.000000e+00 | 2.000000e+00 |    Inf 
1276.93/1276.93	c  1238s|510000 |  1788 |  2102k|   4.1 |  69M|2698 |  33 |5645 |  23k|5645 | 205 | 501k| 683k|7048 | 0.000000e+00 | 2.000000e+00 |    Inf 
1302.34/1302.38	c  1262s|520000 |  1773 |  2145k|   4.1 |  70M|2698 |  20 |5645 |  26k|5645 | 193 | 510k| 697k|7098 | 0.000000e+00 | 2.000000e+00 |    Inf 
1327.33/1327.32	c  1287s|530000 |  1621 |  2189k|   4.1 |  67M|2698 |   - |5645 |  23k|   0 |   0 | 518k| 711k|7163 | 0.000000e+00 | 2.000000e+00 |    Inf 
1353.04/1353.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.04/1353.05	c  1311s|540000 |  1456 |  2237k|   4.1 |  63M|2698 |  11 |5645 |  18k|5645 | 182 | 530k| 724k|7618 | 0.000000e+00 | 2.000000e+00 |    Inf 
1379.24/1379.29	c  1337s|550000 |  1363 |  2285k|   4.2 |  62M|2698 |  12 |5645 |  18k|5645 | 181 | 542k| 738k|7629 | 0.000000e+00 | 2.000000e+00 |    Inf 
1398.94/1398.94	c  1356s|560000 |  1334 |  2307k|   4.1 |  63M|2698 |   1 |5645 |  20k|5645 | 165 | 545k| 751k|7635 | 0.000000e+00 | 2.000000e+00 |    Inf 
1420.93/1420.94	c  1377s|570000 |  1393 |  2334k|   4.1 |  64M|2698 |   - |5645 |  23k|   0 |   0 | 550k| 763k|7656 | 0.000000e+00 | 2.000000e+00 |    Inf 
1448.24/1448.26	c  1404s|580000 |  1566 |  2384k|   4.1 |  66M|2698 |   - |5645 |  25k|   0 |   0 | 562k| 777k|7690 | 0.000000e+00 | 2.000000e+00 |    Inf 
1475.44/1475.40	c  1430s|590000 |  1517 |  2428k|   4.1 |  67M|2698 |   - |5645 |  26k|   0 |   0 | 572k| 790k|7760 | 0.000000e+00 | 2.000000e+00 |    Inf 
1500.54/1500.56	c  1454s|600000 |  1408 |  2465k|   4.1 |  66M|2698 |   - |5645 |  27k|   0 |   0 | 579k| 804k|7793 | 0.000000e+00 | 2.000000e+00 |    Inf 
1526.24/1526.21	c  1479s|610000 |  1264 |  2499k|   4.1 |  63M|2698 |   - |5645 |  22k|   0 |   0 | 586k| 817k|7930 | 0.000000e+00 | 2.000000e+00 |    Inf 
1547.75/1547.74	c  1500s|620000 |  1295 |  2524k|   4.1 |  65M|2698 |   - |5645 |  25k|   0 |   0 | 591k| 831k|7963 | 0.000000e+00 | 2.000000e+00 |    Inf 
1570.94/1570.94	c  1522s|630000 |  1399 |  2550k|   4.0 |  66M|2698 |   - |5645 |  26k|   0 |   0 | 596k| 846k|7983 | 0.000000e+00 | 2.000000e+00 |    Inf 
1597.15/1597.20	c  1548s|640000 |  1461 |  2576k|   4.0 |  67M|2698 |   1 |5645 |  28k|5645 | 153 | 601k| 860k|8007 | 0.000000e+00 | 2.000000e+00 |    Inf 
1621.94/1621.94	c  1572s|650000 |  1530 |  2605k|   4.0 |  69M|2698 |   - |5645 |  30k|   0 |   0 | 607k| 876k|8040 | 0.000000e+00 | 2.000000e+00 |    Inf 
1646.65/1646.68	c  1596s|660000 |  1537 |  2632k|   4.0 |  68M|2698 |   - |5645 |  27k|   0 |   0 | 612k| 891k|8100 | 0.000000e+00 | 2.000000e+00 |    Inf 
1669.24/1669.26	c  1618s|670000 |  1515 |  2658k|   4.0 |  66M|2698 |   1 |5645 |  21k|5645 | 153 | 618k| 905k|8127 | 0.000000e+00 | 2.000000e+00 |    Inf 
1691.75/1691.71	c  1640s|680000 |  1545 |  2680k|   3.9 |  67M|2698 |   4 |5645 |  22k|5645 | 153 | 624k| 919k|8156 | 0.000000e+00 | 2.000000e+00 |    Inf 
1717.64/1717.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1717.64/1717.60	c  1665s|690000 |  1824 |  2710k|   3.9 |  72M|2698 |   1 |5645 |  27k|5645 | 168 | 630k| 933k|8195 | 0.000000e+00 | 2.000000e+00 |    Inf 
1740.75/1740.74	c  1687s|700000 |  1844 |  2741k|   3.9 |  72M|2698 |   5 |5645 |  26k|5645 | 153 | 638k| 949k|8232 | 0.000000e+00 | 2.000000e+00 |    Inf 
1763.65/1763.62	c  1709s|710000 |  1911 |  2769k|   3.9 |  72M|2698 |  16 |5645 |  24k|5645 | 169 | 644k| 965k|8274 | 0.000000e+00 | 2.000000e+00 |    Inf 
1787.05/1787.05	c  1732s|720000 |  1934 |  2795k|   3.9 |  73M|2698 |   1 |5645 |  24k|5645 | 153 | 649k| 979k|8322 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1744.69
1800.05/1800.00	c Solving Nodes      : 724513
1800.05/1800.00	c Primal Bound       : +2.00000000000000e+00 (280 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.08	s SATISFIABLE
1800.05/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.08	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.05/1800.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.08	v -x167 -x166 -x165 x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.08	v -x146 -x145 x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.05/1800.08	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.05/1800.08	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.05/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 
1800.05/1800.08	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.05/1800.08	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.08	v x1 
1800.05/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.08	c Solving Time       :    1744.69
1800.05/1800.08	c Original Problem   :
1800.05/1800.08	c   Problem name     : HOME/instance-2692379-1277929088.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.08	c Presolved Problem  :
1800.05/1800.08	c   Problem name     : t_HOME/instance-2692379-1277929088.wbo
1800.05/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.08	c   Constraints      : 5414 initial, 33222 maximal
1800.05/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.05/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.08	c   root node        :          -       2681          -          -       5362          -          -          -          -
1800.05/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   integral         :          0          0          0     476085          0          1        288          0          0     779048
1800.05/1800.08	c   indicator        :       2707          0    3976617      82917          0        446    4387859          0          0          0
1800.05/1800.08	c   linear           :       2707          6    4139121      86302          0     296461   19590058     652310          0          0
1800.05/1800.08	c   logicor          :          0+         0    1251103          0          0      55084    1390091          0          0          0
1800.05/1800.08	c   bounddisjunction :          0+         0      12577          0          0          0         11          0          0          0
1800.05/1800.08	c   countsols        :          0          0          0      11960          0          0          0          0          0          0
1800.05/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.08	c   integral         :      17.00       0.00       0.00      17.00       0.00
1800.05/1800.08	c   indicator        :      15.78       0.00      12.71       3.07       0.00
1800.05/1800.08	c   linear           :     208.89       0.01     202.87       6.01       0.00
1800.05/1800.08	c   logicor          :     266.89       0.00     266.89       0.00       0.00
1800.05/1800.08	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.05/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.08	c   vbounds          :       0.01          2          0          0
1800.05/1800.08	c   rootredcost      :       0.03         44          0       2681
1800.05/1800.08	c   pseudoobj        :     206.90    4153479      13827    3053489
1800.05/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.08	c   propagation      :      22.87     365372     364988    2345486       31.9      14186       23.2          -
1800.05/1800.08	c   infeasible LP    :       6.77      19380      19380     152834       44.4        304       18.2          0
1800.05/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.08	c   pseudo solution  :       0.03        153        153        634       15.3         32       11.0          -
1800.05/1800.08	c   applied globally :          -          -          -     984838       24.9          -          -          -
1800.05/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.08	c   redcost          :      34.90     483648          0    1270749          0          0
1800.05/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.08	c   cmir             :       0.00          4          0          0          0          0
1800.05/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.05/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.08	c Pricers            :       Time      Calls       Vars
1800.05/1800.08	c   problem variables:       0.00          0          0
1800.05/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.08	c   relpscost        :      16.86     389758          1        288          0          0     779048
1800.05/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   inference        :       1.97      11916          0          0          0          0      23832
1800.05/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.08	c   LP solutions     :       0.03          -         44
1800.05/1800.08	c   pseudo solutions :       0.00          -          0
1800.05/1800.08	c   feaspump         :       0.00          0          0
1800.05/1800.08	c   intshifting      :       0.02          4          0
1800.05/1800.08	c   oneopt           :       0.29         44          0
1800.05/1800.08	c   guideddiving     :       0.04         21          0
1800.05/1800.08	c   fracdiving       :       0.05         43          0
1800.05/1800.08	c   veclendiving     :       0.17         43          0
1800.05/1800.08	c   linesearchdiving :       0.07         43          0
1800.05/1800.08	c   coefdiving       :       0.07         44          0
1800.05/1800.08	c   pscostdiving     :       0.04         44          0
1800.05/1800.08	c   rootsoldiving    :       0.04         40          0
1800.05/1800.08	c   objpscostdiving  :       0.07         41          0
1800.05/1800.08	c   crossover        :       1.07         36          2
1800.05/1800.08	c   trivial          :       0.08          2          2
1800.05/1800.08	c   simplerounding   :       0.55     390961          0
1800.05/1800.08	c   zirounding       :       0.33       1000          0
1800.05/1800.08	c   rounding         :       2.71       8784          0
1800.05/1800.08	c   shifting         :       1.33       2788          0
1800.05/1800.08	c   twoopt           :       0.00          0          0
1800.05/1800.08	c   fixandinfer      :       0.00          0          0
1800.05/1800.08	c   intdiving        :       0.00          0          0
1800.05/1800.08	c   actconsdiving    :       0.00          0          0
1800.05/1800.08	c   octane           :       0.00          0          0
1800.05/1800.08	c   rens             :       0.03          1          0
1800.05/1800.08	c   rins             :       0.00          0          0
1800.05/1800.08	c   localbranching   :       0.00          0          0
1800.05/1800.08	c   mutation         :       0.00          0          0
1800.05/1800.08	c   dins             :       0.00          0          0
1800.05/1800.08	c   undercover       :       0.00          0          0
1800.05/1800.08	c   nlp              :       0.01          0          0
1800.05/1800.08	c   trysol           :       3.72       8169        232
1800.05/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.08	c   dual LP          :     412.02     485762    2805500       5.78    6809.14
1800.05/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.08	c   diving/probing LP:       0.11         62       1343      21.66   12209.09
1800.05/1800.08	c   strong branching :      13.43       8322      81204       9.76    6046.46
1800.05/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.08	c B&B Tree           :
1800.05/1800.08	c   number of runs   :          1
1800.05/1800.08	c   nodes            :     724513
1800.05/1800.08	c   nodes (total)    :     724513
1800.05/1800.08	c   nodes left       :       1994
1800.05/1800.08	c   max depth        :       2698
1800.05/1800.08	c   max depth (total):       2698
1800.05/1800.08	c   backtracks       :      74886 (10.3%)
1800.05/1800.08	c   delayed cutoffs  :      64153
1800.05/1800.08	c   repropagations   :    2015345 (5016718 domain reductions, 62323 cutoffs)
1800.05/1800.08	c   avg switch length:       7.15
1800.05/1800.08	c   switching time   :     285.30
1800.05/1800.08	c Solution           :
1800.05/1800.08	c   Solutions found  :        280 (45 improvements)
1800.05/1800.08	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 168039 nodes, 379.00 seconds, depth 43, found by <relaxation>)
1800.05/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.08	c   Gap              :   infinite
1800.05/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.08	c   Root Iterations  :        106
1800.15/1800.18	c Time complete: 1800.23.

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-2692379-1277929088/watcher-2692379-1277929088 -o /tmp/evaluation-result-2692379-1277929088/solver-2692379-1277929088 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692379-1277929088.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.07 2.09 2.08 3/196 17967
/proc/meminfo: memFree=30593100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=9404 CPUtime=0
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 1648 0 0 0 0 0 0 0 23 0 1 0 134203109 9629696 1568 4089446400 4194304 8223781 140733270387248 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17967/statm: 2351 1568 369 984 0 1364 0

[startup+0.0505799 s]
/proc/loadavg: 2.07 2.09 2.08 3/196 17967
/proc/meminfo: memFree=30593100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=27936 CPUtime=0.03
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 6598 0 0 0 3 0 0 0 23 0 1 0 134203109 28606464 6154 4089446400 4194304 8223781 140733270387248 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 6984 6160 387 984 0 5997 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27936

[startup+0.100564 s]
/proc/loadavg: 2.07 2.09 2.08 3/196 17967
/proc/meminfo: memFree=30593100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=35140 CPUtime=0.09
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 8088 0 0 0 8 1 0 0 23 0 1 0 134203109 35983360 7644 4089446400 4194304 8223781 140733270387248 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300533 s]
/proc/loadavg: 2.07 2.09 2.08 3/196 17967
/proc/meminfo: memFree=30593100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=50692 CPUtime=0.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 12605 0 0 0 26 3 0 0 24 0 1 0 134203109 51908608 11558 4089446400 4194304 8223781 140733270387248 18446744073709551615 4675292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 12673 11558 564 984 0 11686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50692

[startup+0.700443 s]
/proc/loadavg: 2.07 2.09 2.08 3/196 17967
/proc/meminfo: memFree=30593100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=43080 CPUtime=0.68
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 15655 0 0 0 62 6 0 0 25 0 1 0 134203109 44113920 9710 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43080

[startup+1.5003 s]
/proc/loadavg: 2.07 2.09 2.08 3/197 17968
/proc/meminfo: memFree=30555872/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=43276 CPUtime=1.48
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 15787 0 0 0 137 11 0 0 25 0 1 0 134203109 44314624 9833 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 10819 9833 578 984 0 9832 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43276

[startup+3.10099 s]
/proc/loadavg: 2.07 2.09 2.08 3/197 17968
/proc/meminfo: memFree=30552896/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=48896 CPUtime=3.09
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 21990 0 0 0 290 19 0 0 25 0 1 0 134203109 50069504 10948 4089446400 4194304 8223781 140733270387248 18446744073709551615 4965857 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 12224 10948 579 984 0 11237 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48896

[startup+6.30037 s]
/proc/loadavg: 2.06 2.09 2.08 3/197 17968
/proc/meminfo: memFree=30543040/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=56912 CPUtime=6.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 33500 0 0 0 600 29 0 0 25 0 1 0 134203109 58277888 13008 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 14228 13008 579 984 0 13241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56912

[startup+12.7011 s]
/proc/loadavg: 2.06 2.09 2.08 3/197 17968
/proc/meminfo: memFree=30528280/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=64712 CPUtime=12.69
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 54335 0 0 0 1221 48 0 0 25 0 1 0 134203109 66265088 15053 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 16178 15053 583 984 0 15191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64712

[startup+25.5007 s]
/proc/loadavg: 2.45 2.17 2.10 3/197 17969
/proc/meminfo: memFree=30502784/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=83916 CPUtime=25.49
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 93071 0 0 0 2461 88 0 0 25 0 1 0 134203109 85929984 19784 4089446400 4194304 8223781 140733270387248 18446744073709551615 6456014 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 20979 19784 586 984 0 19992 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83916

[startup+51.1008 s]
/proc/loadavg: 2.27 2.15 2.10 3/197 17969
/proc/meminfo: memFree=30437396/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=135744 CPUtime=51.09
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 118707 0 0 0 4936 173 0 0 25 0 1 0 134203109 139001856 32349 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 33936 32349 586 984 0 32949 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135744

[startup+102.307 s]
/proc/loadavg: 2.16 2.14 2.09 3/197 17971
/proc/meminfo: memFree=30361724/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=184712 CPUtime=102.3
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 149683 0 0 0 9905 325 0 0 25 0 1 0 134203109 189145088 44144 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 46178 44144 593 984 0 45191 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184712

[startup+162.3 s]
/proc/loadavg: 2.06 2.11 2.08 3/197 17972
/proc/meminfo: memFree=30311464/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=226208 CPUtime=162.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 178083 0 0 0 15709 520 0 0 25 0 1 0 134203109 231636992 54020 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 56552 54020 593 984 0 55565 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226208

[startup+222.301 s]
/proc/loadavg: 2.22 2.16 2.10 3/197 17974
/proc/meminfo: memFree=30297288/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=241256 CPUtime=222.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 232629 0 0 0 21508 721 0 0 25 0 1 0 134203109 247046144 57569 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 60314 57569 593 984 0 59327 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 241256

[startup+282.3 s]
/proc/loadavg: 2.08 2.13 2.09 3/197 17975
/proc/meminfo: memFree=30293532/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=245216 CPUtime=282.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 248417 0 0 0 27283 946 0 0 25 0 1 0 134203109 251101184 58559 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 61304 58559 593 984 0 60317 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 245216

[startup+342.301 s]
/proc/loadavg: 2.03 2.10 2.08 3/197 17977
/proc/meminfo: memFree=30290032/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=248300 CPUtime=342.3
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 291951 0 0 0 33048 1182 0 0 25 0 1 0 134203109 254259200 59332 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 62075 59332 593 984 0 61088 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 248300

[startup+402.3 s]
/proc/loadavg: 2.24 2.17 2.11 3/197 17979
/proc/meminfo: memFree=30286780/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=250460 CPUtime=402.29
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 311573 0 0 0 38835 1394 0 0 25 0 1 0 134203109 256471040 59868 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 62615 59868 593 984 0 61628 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 250460

[startup+462.301 s]
/proc/loadavg: 2.08 2.13 2.09 3/197 17980
/proc/meminfo: memFree=30285884/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=251176 CPUtime=462.3
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 319912 0 0 0 44619 1611 0 0 25 0 1 0 134203109 257204224 60053 4089446400 4194304 8223781 140733270387248 18446744073709551615 6003169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 62794 60053 593 984 0 61807 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 251176

[startup+522.3 s]
/proc/loadavg: 2.03 2.11 2.09 3/197 17982
/proc/meminfo: memFree=30284984/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=251864 CPUtime=522.3
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 327975 0 0 0 50399 1831 0 0 25 0 1 0 134203109 257908736 60230 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 62966 60230 601 984 0 61979 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 251864

[startup+582.301 s]
/proc/loadavg: 2.08 2.10 2.09 3/197 17983
/proc/meminfo: memFree=30283460/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=254404 CPUtime=582.3
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 328584 0 0 0 56203 2027 0 0 25 0 1 0 134203109 260509696 60839 4089446400 4194304 8223781 140733270387248 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 63601 60839 601 984 0 62614 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 254404

[startup+642.301 s]
/proc/loadavg: 2.10 2.10 2.09 3/197 17985
/proc/meminfo: memFree=30279080/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=256844 CPUtime=642.31
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 329149 0 0 0 62033 2198 0 0 25 0 1 0 134203109 263008256 61404 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 64211 61404 601 984 0 63224 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 256844

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/197 18042
/proc/meminfo: memFree=30790956/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268004 CPUtime=882.32
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 333773 0 0 0 85381 2851 0 0 25 0 1 0 134203109 274436096 64220 4089446400 4194304 8223781 140733270387248 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67001 64220 601 984 0 66014 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 268004

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/197 18044
/proc/meminfo: memFree=30751036/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268476 CPUtime=942.31
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 335693 0 0 0 91194 3037 0 0 25 0 1 0 134203109 274919424 64341 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67119 64341 601 984 0 66132 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 268476

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/197 18046
/proc/meminfo: memFree=30710068/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268884 CPUtime=1002.32
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 335779 0 0 0 97016 3216 0 0 25 0 1 0 134203109 275337216 64427 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67221 64427 601 984 0 66234 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 268884

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/197 18047
/proc/meminfo: memFree=30670484/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268884 CPUtime=1062.32
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 335787 0 0 0 102836 3396 0 0 25 0 1 0 134203109 275337216 64435 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67221 64435 601 984 0 66234 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 268884

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/197 18049
/proc/meminfo: memFree=30636100/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268968 CPUtime=1122.33
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 335805 0 0 0 108694 3539 0 0 25 0 1 0 134203109 275423232 64453 4089446400 4194304 8223781 140733270387248 18446744073709551615 6558062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67242 64453 601 984 0 66255 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 268968

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.04 3/197 18050
/proc/meminfo: memFree=30611128/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=268968 CPUtime=1182.32
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 335824 0 0 0 114530 3702 0 0 25 0 1 0 134203109 275423232 64472 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67242 64472 601 984 0 66255 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 268968

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/197 18052
/proc/meminfo: memFree=30582448/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=270504 CPUtime=1242.33
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 336069 0 0 0 120394 3839 0 0 25 0 1 0 134203109 276996096 64717 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67626 64717 601 984 0 66639 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 270504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/197 18054
/proc/meminfo: memFree=30551656/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=270504 CPUtime=1302.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 336072 0 0 0 126221 4013 0 0 25 0 1 0 134203109 276996096 64720 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67626 64720 601 984 0 66639 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 270504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 18055
/proc/meminfo: memFree=30522740/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=271024 CPUtime=1362.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 336176 0 0 0 132041 4193 0 0 25 0 1 0 134203109 277528576 64805 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67756 64805 601 984 0 66769 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 271024

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/197 18057
/proc/meminfo: memFree=30488716/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=271024 CPUtime=1422.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 336192 0 0 0 137840 4394 0 0 25 0 1 0 134203109 277528576 64820 4089446400 4194304 8223781 140733270387248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67756 64820 601 984 0 66769 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 271024

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 18058
/proc/meminfo: memFree=30449248/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=271152 CPUtime=1482.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342591 0 0 0 143656 4578 0 0 25 0 1 0 134203109 277659648 64856 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67788 64856 601 984 0 66801 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 271152

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 18060
/proc/meminfo: memFree=30414504/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=271664 CPUtime=1542.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342679 0 0 0 149489 4745 0 0 25 0 1 0 134203109 278183936 64935 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67916 64935 601 984 0 66929 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 271664

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 18062
/proc/meminfo: memFree=30385204/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=271944 CPUtime=1602.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342762 0 0 0 155314 4920 0 0 25 0 1 0 134203109 278470656 65018 4089446400 4194304 8223781 140733270387248 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 67986 65018 601 984 0 66999 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 271944

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18063
/proc/meminfo: memFree=30341388/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=272120 CPUtime=1662.34
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342807 0 0 0 161158 5076 0 0 25 0 1 0 134203109 278650880 65063 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 68030 65063 601 984 0 67043 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 272120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18065
/proc/meminfo: memFree=30294856/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=272120 CPUtime=1722.35
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342841 0 0 0 166945 5290 0 0 25 0 1 0 134203109 278650880 65097 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 68030 65097 601 984 0 67043 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 272120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18066
/proc/meminfo: memFree=30248316/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=272392 CPUtime=1782.36
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 342953 0 0 0 172742 5494 0 0 25 0 1 0 134203109 278929408 65209 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 68098 65209 601 984 0 67111 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 272392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18067
/proc/meminfo: memFree=30235892/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=273488 CPUtime=1800.05
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 343221 0 0 0 174470 5535 0 0 25 0 1 0 134203109 280051712 65477 4089446400 4194304 8223781 140733270387248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17967/statm: 68372 65477 601 984 0 67385 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 273488

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 18067
/proc/meminfo: memFree=30235892/32950928 swapFree=67111528/67111528
[pid=17967] ppid=17965 vsize=273488 CPUtime=1800.15
/proc/17967/stat : 17967 (pbscip.linux.x8) R 17965 17967 17781 0 -1 4202496 343237 0 0 0 174480 5535 0 0 25 0 1 0 134203109 280051712 65493 4089446400 4194304 8223781 140733270387248 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17967/statm: 68372 65493 603 984 0 67385 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 273488

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.24
CPU user time (s): 1744.87
CPU system time (s): 55.3686
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 273488

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

runsolver used 3.04754 second user time and 5.81412 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 22:18:08
IDJOB=2692379
IDBENCH=79294
IDSOLVER=1204
FILE ID=node148/2692379-1277929088
PBS_JOBID= 11197395
Free space on /tmp= 74176 MiB

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

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

MD5SUM BENCH= 0a3bbeff5fae384bd8f72d98174965d3
RANDOM SEED=104796367

node148.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.836
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.67
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.836
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.836
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	: 5415.14
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.836
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.836
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.78
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.836
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.79
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.836
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.836
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30593752 kB
Buffers:        209640 kB
Cached:        1276272 kB
SwapCached:          0 kB
Active:        1200212 kB
Inactive:      1008912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30593752 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      723416 kB
Mapped:          20304 kB
Slab:            81932 kB
PageTables:       6164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1661164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node148 at 2010-06-30 22:48:10