Trace number 2692969

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.29

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
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 benchmark488.736
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 641
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-2692969-1277926417.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.14	o 134313
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.14	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.18/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.20	c presolving (3 rounds):
0.18/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.20	c  2707 implications, 0 cliques
0.18/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.18/0.20	c    2707 constraints of type <indicator>
0.18/0.20	c    2707 constraints of type <linear>
0.18/0.20	c transformed objective value is always integral (scale: 1)
0.18/0.20	c Presolving Time: 0.14
0.18/0.20	c - non default parameters ----------------------------------------------------------------------
0.18/0.20	c # SCIP version 1.2.1.2
0.18/0.20	c 
0.18/0.20	c # frequency for displaying node information lines
0.18/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.20	c display/freq = 10000
0.18/0.20	c 
0.18/0.20	c # maximal time in seconds to run
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/time = 1799.97
0.18/0.20	c 
0.18/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.20	c limits/memory = 3420
0.18/0.20	c 
0.18/0.20	c # should presolving try to simplify inequalities
0.18/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.20	c constraints/linear/simplifyinequalities = TRUE
0.18/0.20	c 
0.18/0.20	c # should presolving try to simplify knapsacks
0.18/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.20	c 
0.18/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.20	c separating/rapidlearning/freq = 0
0.18/0.20	c 
0.18/0.20	c -----------------------------------------------------------------------------------------------
0.18/0.20	c start solving
0.18/0.21	c 
0.18/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.18/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.18/0.22	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.18/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.18/0.25	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.18/0.27	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.28/0.30	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.38/0.44	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
16.58/16.69	c  16.4s| 10000 | 10001 |  6146 |   0.6 |  47M|1713 |   0 |5645 |5414 |5645 | 229 |2240 |   0 | 779 | 0.000000e+00 | 1.343130e+05 |    Inf 
29.58/29.69	c  29.2s| 20000 | 19954 |  7144 |   0.3 |  67M|2183 |   0 |5645 |5649 |5645 | 207 |2520 | 235 | 803 | 0.000000e+00 | 1.343130e+05 |    Inf 
42.38/42.42	c  41.9s| 30000 | 29954 |  7737 |   0.3 |  86M|2183 |   0 |5645 |5649 |5645 | 255 |2771 | 235 | 814 | 0.000000e+00 | 1.343130e+05 |    Inf 
45.58/45.66	o 517
45.58/45.66	c *45.1s| 32490 | 28854 |  8021 |   0.2 |  84M|2183 |   - |5645 |5649 |5645 | 243 |2927 | 235 | 823 | 0.000000e+00 | 5.170000e+02 |    Inf 
46.08/46.19	o 453
46.08/46.19	c *45.6s| 32752 | 26364 |  8315 |   0.2 |  80M|2183 |   - |5645 |5699 |5645 | 233 |3016 | 285 | 825 | 0.000000e+00 | 4.530000e+02 |    Inf 
49.87/49.99	o 450
49.87/49.99	c *49.3s| 34911 | 28362 |  9294 |   0.3 |  85M|2183 |   - |5645 |5801 |5645 | 204 |3264 | 387 | 840 | 0.000000e+00 | 4.500000e+02 |    Inf 
50.49/50.51	o 240
50.49/50.51	c *49.9s| 35234 | 20528 |  9347 |   0.3 |  69M|2395 |   - |5645 |5967 |5645 | 227 |3269 | 553 | 840 | 0.000000e+00 | 2.400000e+02 |    Inf 
50.49/50.57	o 163
50.49/50.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.49/50.57	c *49.9s| 35251 | 12435 |  9371 |   0.3 |  55M|2395 |   - |5645 |6012 |5645 | 230 |3272 | 598 | 840 | 0.000000e+00 | 1.630000e+02 |    Inf 
51.68/51.79	o 144
51.68/51.79	c *51.1s| 35578 | 10202 | 10355 |   0.3 |  52M|2395 |   - |5645 |6371 |5645 | 230 |3528 | 957 | 893 | 0.000000e+00 | 1.440000e+02 |    Inf 
51.78/51.80	o 116
51.78/51.80	c *51.1s| 35579 |  7614 | 10355 |   0.3 |  46M|2395 |   - |5645 |6371 |5645 | 230 |3528 | 957 | 893 | 0.000000e+00 | 1.160000e+02 |    Inf 
55.68/55.78	o 93
55.68/55.78	c *55.0s| 36574 |  6111 | 14025 |   0.4 |  48M|2395 |   - |5645 |7353 |5645 | 239 |4582 |1939 |1050 | 0.000000e+00 | 9.300000e+01 |    Inf 
63.17/63.20	o 87
63.17/63.20	c *62.3s| 38320 |  6195 | 20735 |   0.5 |  55M|2395 |   - |5645 |8360 |5645 | 220 |6499 |4044 |1233 | 0.000000e+00 | 8.700000e+01 |    Inf 
64.38/64.48	o 83
64.38/64.48	c *63.6s| 38596 |  5914 | 21835 |   0.6 |  56M|2395 |   - |5645 |7949 |5645 | 241 |6812 |4371 |1256 | 0.000000e+00 | 8.300000e+01 |    Inf 
64.38/64.49	o 81
64.38/64.49	c *63.6s| 38597 |  5700 | 21835 |   0.6 |  55M|2395 |   - |5645 |7949 |5645 | 241 |6812 |4371 |1256 | 0.000000e+00 | 8.100000e+01 |    Inf 
69.19/69.22	o 75
69.19/69.22	c *68.2s| 39854 |  5729 | 26017 |   0.6 |  57M|2395 |   - |5645 |6888 |5645 | 220 |7920 |5906 |1347 | 0.000000e+00 | 7.500000e+01 |    Inf 
69.19/69.23	o 74
69.19/69.23	c *68.2s| 39855 |  5627 | 26020 |   0.6 |  57M|2395 |   - |5645 |6888 |5645 | 220 |7920 |5906 |1347 | 0.000000e+00 | 7.400000e+01 |    Inf 
69.68/69.70	c  68.7s| 40000 |  5665 | 26452 |   0.7 |  57M|2395 |   0 |5645 |6660 |5645 | 229 |7990 |6058 |1351 | 0.000000e+00 | 7.400000e+01 |    Inf 
70.98/71.09	o 68
70.98/71.09	c *70.1s| 40386 |  5327 | 27832 |   0.7 |  58M|2395 |   - |5645 |6715 |5645 | 195 |8240 |6458 |1410 | 0.000000e+00 | 6.800000e+01 |    Inf 
77.37/77.43	o 59
77.37/77.43	c *76.3s| 42005 |  4857 | 36319 |   0.9 |  59M|2395 |   - |5645 |6604 |5645 | 212 |  10k|8431 |1502 | 0.000000e+00 | 5.900000e+01 |    Inf 
103.47/103.58	c   102s| 50000 |  6442 | 70105 |   1.4 |  76M|2395 |   0 |5645 |7350 |5645 | 252 |  19k|  17k|1616 | 0.000000e+00 | 5.900000e+01 |    Inf 
107.58/107.69	o 40
107.58/107.69	c * 106s| 51263 |  5140 | 73656 |   1.4 |  70M|2395 |   - |5645 |6897 |5645 | 223 |  20k|  18k|1624 | 0.000000e+00 | 4.000000e+01 |    Inf 
131.78/131.84	c   130s| 60000 |  5977 |104793 |   1.7 |  80M|2395 |   1 |5645 |7027 |5645 | 259 |  26k|  30k|1779 | 0.000000e+00 | 4.000000e+01 |    Inf 
158.98/159.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.98/159.03	c   156s| 70000 |  6701 |139211 |   2.0 |  91M|2395 |  13 |5645 |8075 |5645 | 249 |  34k|  43k|2068 | 0.000000e+00 | 4.000000e+01 |    Inf 
185.19/185.22	c   182s| 80000 |  7638 |168904 |   2.1 | 101M|2395 |   0 |5645 |8017 |5645 | 260 |  40k|  55k|2280 | 0.000000e+00 | 4.000000e+01 |    Inf 
210.78/210.80	c   207s| 90000 |  8478 |199985 |   2.2 | 110M|2395 |   1 |5645 |8192 |5645 | 264 |  47k|  67k|2515 | 0.000000e+00 | 4.000000e+01 |    Inf 
211.38/211.40	o 39
211.38/211.40	c * 208s| 90258 |  8444 |200298 |   2.2 | 110M|2395 |   - |5645 |8361 |5645 | 261 |  47k|  68k|2518 | 0.000000e+00 | 3.900000e+01 |    Inf 
211.38/211.46	o 37
211.38/211.46	c * 208s| 90280 |  8114 |200330 |   2.2 | 108M|2395 |   - |5645 |8268 |5645 | 263 |  47k|  68k|2518 | 0.000000e+00 | 3.700000e+01 |    Inf 
236.08/236.13	c   232s|100000 |  8431 |229541 |   2.3 | 114M|2395 |   1 |5645 |7058 |5645 | 187 |  52k|  79k|2684 | 0.000000e+00 | 3.700000e+01 |    Inf 
262.08/262.17	c   258s|110000 |  9082 |267764 |   2.4 | 122M|2395 |   - |5645 |7227 |   0 |   0 |  60k|  92k|2878 | 0.000000e+00 | 3.700000e+01 |    Inf 
264.68/264.73	o 35
264.68/264.73	c * 260s|110943 |  8816 |270862 |   2.4 | 121M|2395 |   - |5645 |7289 |5645 | 248 |  61k|  93k|2921 | 0.000000e+00 | 3.500000e+01 |    Inf 
287.18/287.28	c   282s|120000 |  9406 |300485 |   2.5 | 131M|2395 |   1 |5645 |7495 |5645 | 196 |  66k| 105k|3066 | 0.000000e+00 | 3.500000e+01 |    Inf 
288.78/288.88	o 29
288.78/288.88	c * 284s|120575 |  8874 |302964 |   2.5 | 127M|2395 |   - |5645 |7672 |5645 | 217 |  67k| 106k|3090 | 0.000000e+00 | 2.900000e+01 |    Inf 
299.58/299.64	o 24
299.58/299.64	c * 295s|125123 |  8174 |318838 |   2.5 | 122M|2395 |   - |5645 |7603 |5645 | 238 |  70k| 112k|3168 | 0.000000e+00 | 2.400000e+01 |    Inf 
310.19/310.29	c   305s|130000 |  8221 |333486 |   2.6 | 124M|2395 |   1 |5645 |6518 |5645 | 280 |  72k| 118k|3225 | 0.000000e+00 | 2.400000e+01 |    Inf 
331.98/332.06	c   326s|140000 |  8305 |367555 |   2.6 | 129M|2395 |   1 |5645 |8668 |5645 | 228 |  77k| 132k|3379 | 0.000000e+00 | 2.400000e+01 |    Inf 
354.59/354.68	c   349s|150000 |  8525 |404150 |   2.7 | 133M|2395 |   - |5645 |9887 |   0 |   0 |  83k| 145k|3558 | 0.000000e+00 | 2.400000e+01 |    Inf 
377.69/377.77	c   371s|160000 |  8711 |438669 |   2.7 | 138M|2395 |   1 |5645 |9489 |5645 | 247 |  88k| 159k|3709 | 0.000000e+00 | 2.400000e+01 |    Inf 
379.29/379.36	o 15
379.29/379.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.29/379.36	c * 373s|160667 |  7807 |441269 |   2.7 | 123M|2395 |   - |5645 |8185 |5645 | 236 |  88k| 160k|3723 | 0.000000e+00 | 1.500000e+01 |    Inf 
397.59/397.64	c   391s|170000 |  7852 |472639 |   2.8 | 125M|2395 |   - |5645 |7829 |   0 |   0 |  92k| 173k|3849 | 0.000000e+00 | 1.500000e+01 |    Inf 
416.98/417.01	c   410s|180000 |  7901 |504883 |   2.8 | 128M|2395 |   1 |5645 |9604 |5645 | 234 |  97k| 187k|3970 | 0.000000e+00 | 1.500000e+01 |    Inf 
436.79/436.86	c   429s|190000 |  7815 |537864 |   2.8 | 128M|2395 |   - |5645 |9097 |   0 |   0 | 101k| 200k|4103 | 0.000000e+00 | 1.500000e+01 |    Inf 
457.19/457.22	c   449s|200000 |  7910 |570813 |   2.9 | 130M|2395 |   1 |5645 |9375 |5645 | 230 | 106k| 214k|4227 | 0.000000e+00 | 1.500000e+01 |    Inf 
477.88/477.98	c   469s|210000 |  7918 |602795 |   2.9 | 132M|2395 |   8 |5645 |9380 |5645 | 231 | 111k| 227k|4336 | 0.000000e+00 | 1.500000e+01 |    Inf 
498.89/498.95	c   489s|220000 |  8083 |632697 |   2.9 | 135M|2395 |   1 |5645 |  10k|5645 | 224 | 115k| 242k|4447 | 0.000000e+00 | 1.500000e+01 |    Inf 
500.88/500.97	o 13
500.88/500.97	c * 491s|221017 |  7914 |635469 |   2.9 | 131M|2395 |   - |5645 |  10k|5645 | 225 | 115k| 243k|4447 | 0.000000e+00 | 1.300000e+01 |    Inf 
504.89/504.93	o 9
504.89/504.93	c * 495s|222948 |  6843 |639896 |   2.9 | 112M|2395 |   - |5645 |  10k|5645 | 259 | 116k| 246k|4451 | 0.000000e+00 | 9.000000e+00 |    Inf 
507.69/507.77	o 6
507.69/507.77	c * 497s|224392 |  5842 |643607 |   2.9 |  96M|2395 |   - |5645 |  10k|5645 | 228 | 116k| 248k|4451 | 0.000000e+00 | 6.000000e+00 |    Inf 
518.39/518.43	c   508s|230000 |  5846 |662692 |   2.9 |  96M|2395 |   - |5645 |9026 |5645 | 251 | 119k| 256k|4519 | 0.000000e+00 | 6.000000e+00 |    Inf 
537.59/537.66	c   526s|240000 |  5929 |697903 |   2.9 |  99M|2395 |   - |5645 |  12k|   0 |   0 | 123k| 270k|4633 | 0.000000e+00 | 6.000000e+00 |    Inf 
558.29/558.34	c   546s|250000 |  5994 |736571 |   2.9 | 101M|2395 |   1 |5645 |  12k|5645 | 257 | 127k| 285k|4718 | 0.000000e+00 | 6.000000e+00 |    Inf 
577.99/578.00	c   565s|260000 |  5938 |772969 |   3.0 | 100M|2395 |   1 |5645 |  10k|5645 | 216 | 131k| 299k|4859 | 0.000000e+00 | 6.000000e+00 |    Inf 
597.69/597.76	c   584s|270000 |  5917 |815030 |   3.0 | 101M|2395 |   - |5645 |9773 |   0 |   0 | 136k| 313k|5015 | 0.000000e+00 | 6.000000e+00 |    Inf 
617.30/617.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.30/617.39	c   603s|280000 |  5972 |854851 |   3.1 | 103M|2395 |   - |5645 |  10k|   0 |   0 | 141k| 327k|5115 | 0.000000e+00 | 6.000000e+00 |    Inf 
637.59/637.60	c   622s|290000 |  5992 |895097 |   3.1 | 104M|2395 |  12 |5645 |  10k|5645 | 234 | 146k| 340k|5217 | 0.000000e+00 | 6.000000e+00 |    Inf 
659.29/659.31	c   643s|300000 |  6102 |935039 |   3.1 | 107M|2395 |   - |5645 |  14k|   0 |   0 | 151k| 354k|5329 | 0.000000e+00 | 6.000000e+00 |    Inf 
682.60/682.60	c   665s|310000 |  6215 |977897 |   3.2 | 110M|2395 |   - |5645 |  16k|   0 |   0 | 155k| 367k|5407 | 0.000000e+00 | 6.000000e+00 |    Inf 
705.90/705.95	c   688s|320000 |  6316 |  1017k|   3.2 | 112M|2395 |   - |5645 |  18k|   0 |   0 | 159k| 381k|5496 | 0.000000e+00 | 6.000000e+00 |    Inf 
730.79/730.87	c   712s|330000 |  6376 |  1058k|   3.2 | 113M|2395 |   - |5645 |  16k|   0 |   0 | 163k| 396k|5607 | 0.000000e+00 | 6.000000e+00 |    Inf 
754.89/754.94	c   735s|340000 |  6418 |  1099k|   3.2 | 115M|2395 |   - |5645 |  19k|   0 |   0 | 168k| 410k|5707 | 0.000000e+00 | 6.000000e+00 |    Inf 
780.10/780.10	c   759s|350000 |  6527 |  1140k|   3.3 | 118M|2395 |   - |5645 |  22k|   0 |   0 | 172k| 425k|5770 | 0.000000e+00 | 6.000000e+00 |    Inf 
806.30/806.39	c   785s|360000 |  6519 |  1181k|   3.3 | 118M|2395 |   1 |5645 |  20k|5645 | 257 | 176k| 441k|5863 | 0.000000e+00 | 6.000000e+00 |    Inf 
831.30/831.32	c   809s|370000 |  6539 |  1218k|   3.3 | 119M|2395 |   1 |5645 |  19k|5645 | 269 | 180k| 456k|5934 | 0.000000e+00 | 6.000000e+00 |    Inf 
856.30/856.39	c   833s|380000 |  6578 |  1260k|   3.3 | 120M|2395 |   1 |5645 |  20k|5645 | 284 | 184k| 470k|6032 | 0.000000e+00 | 6.000000e+00 |    Inf 
881.11/881.11	c   857s|390000 |  6594 |  1300k|   3.3 | 121M|2395 |   - |5645 |  19k|   0 |   0 | 189k| 484k|6106 | 0.000000e+00 | 6.000000e+00 |    Inf 
904.50/904.55	c   880s|400000 |  6587 |  1337k|   3.3 | 121M|2395 |  18 |5645 |  20k|5645 | 279 | 193k| 498k|6165 | 0.000000e+00 | 6.000000e+00 |    Inf 
927.70/927.73	c   902s|410000 |  6551 |  1381k|   3.4 | 118M|2395 |   5 |5645 |  11k|5645 | 229 | 197k| 512k|6306 | 0.000000e+00 | 6.000000e+00 |    Inf 
949.40/949.42	c   923s|420000 |  6689 |  1423k|   3.4 | 121M|2395 |   9 |5645 |  14k|5645 | 231 | 202k| 525k|6371 | 0.000000e+00 | 6.000000e+00 |    Inf 
973.00/973.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
973.00/973.03	c   946s|430000 |  6795 |  1469k|   3.4 | 124M|2395 |   1 |5645 |  17k|5645 | 213 | 207k| 539k|6446 | 0.000000e+00 | 6.000000e+00 |    Inf 
994.80/994.89	c   967s|440000 |  6698 |  1511k|   3.4 | 122M|2395 |   1 |5645 |  12k|5645 | 251 | 211k| 553k|6550 | 0.000000e+00 | 6.000000e+00 |    Inf 
1015.10/1015.15	c   986s|450000 |  6658 |  1548k|   3.4 | 122M|2395 |   - |5645 |  12k|   0 |   0 | 216k| 567k|6632 | 0.000000e+00 | 6.000000e+00 |    Inf 
1035.11/1035.16	c  1006s|460000 |  6546 |  1587k|   3.4 | 120M|2395 |   - |5645 |9374 |   0 |   0 | 221k| 581k|6716 | 0.000000e+00 | 6.000000e+00 |    Inf 
1055.10/1055.13	c  1025s|470000 |  6390 |  1629k|   3.5 | 119M|2395 |   - |5645 |  11k|   0 |   0 | 225k| 594k|6817 | 0.000000e+00 | 6.000000e+00 |    Inf 
1076.21/1076.22	c  1045s|480000 |  6377 |  1666k|   3.5 | 120M|2395 |   - |5645 |  12k|   0 |   0 | 230k| 608k|6901 | 0.000000e+00 | 6.000000e+00 |    Inf 
1097.91/1097.90	c  1066s|490000 |  6366 |  1706k|   3.5 | 121M|2395 |   8 |5645 |  14k|5645 | 205 | 235k| 621k|6965 | 0.000000e+00 | 6.000000e+00 |    Inf 
1120.61/1120.64	c  1088s|500000 |  6364 |  1744k|   3.5 | 121M|2395 |   1 |5645 |  12k|5645 | 244 | 240k| 635k|7051 | 0.000000e+00 | 6.000000e+00 |    Inf 
1141.11/1141.17	c  1107s|510000 |  6252 |  1784k|   3.5 | 119M|2395 |   - |5645 |  11k|   0 |   0 | 244k| 649k|7126 | 0.000000e+00 | 6.000000e+00 |    Inf 
1161.71/1161.71	o 5
1161.71/1161.71	c *1127s|519837 |  6003 |  1829k|   3.5 | 115M|2395 |   - |5645 |  14k|5645 | 270 | 249k| 663k|7168 | 0.000000e+00 | 5.000000e+00 |    Inf 
1162.01/1162.03	c  1127s|520000 |  6002 |  1829k|   3.5 | 115M|2395 |   7 |5645 |  14k|5645 | 271 | 249k| 663k|7168 | 0.000000e+00 | 5.000000e+00 |    Inf 
1183.71/1183.70	c  1148s|530000 |  6067 |  1876k|   3.5 | 116M|2395 |   - |5645 |  15k|   0 |   0 | 254k| 678k|7233 | 0.000000e+00 | 5.000000e+00 |    Inf 
1205.71/1205.73	c  1169s|540000 |  6076 |  1922k|   3.6 | 117M|2395 |   1 |5645 |  14k|5645 | 265 | 258k| 692k|7319 | 0.000000e+00 | 5.000000e+00 |    Inf 
1227.52/1227.55	c  1190s|550000 |  5933 |  1966k|   3.6 | 114M|2395 |   1 |5645 |  11k|5645 | 245 | 263k| 706k|7393 | 0.000000e+00 | 5.000000e+00 |    Inf 
1248.91/1248.97	c  1211s|560000 |  5946 |  2005k|   3.6 | 116M|2395 |   - |5645 |  14k|   0 |   0 | 267k| 720k|7448 | 0.000000e+00 | 5.000000e+00 |    Inf 
1270.11/1270.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.11/1270.20	c  1231s|570000 |  5945 |  2046k|   3.6 | 115M|2395 |   - |5645 |  13k|   0 |   0 | 272k| 733k|7522 | 0.000000e+00 | 5.000000e+00 |    Inf 
1291.41/1291.43	c  1252s|580000 |  5851 |  2084k|   3.6 | 114M|2395 |   - |5645 |  11k|   0 |   0 | 277k| 747k|7613 | 0.000000e+00 | 5.000000e+00 |    Inf 
1312.51/1312.51	c  1272s|590000 |  5979 |  2123k|   3.6 | 117M|2395 |   7 |5645 |  16k|5645 | 253 | 284k| 760k|7657 | 0.000000e+00 | 5.000000e+00 |    Inf 
1334.91/1334.91	c  1294s|600000 |  5937 |  2162k|   3.6 | 116M|2395 |   - |5645 |  14k|   0 |   0 | 289k| 774k|7711 | 0.000000e+00 | 5.000000e+00 |    Inf 
1355.32/1355.37	c  1313s|610000 |  5892 |  2199k|   3.6 | 116M|2395 |   - |5645 |  13k|   0 |   0 | 294k| 788k|7775 | 0.000000e+00 | 5.000000e+00 |    Inf 
1377.31/1377.39	c  1334s|620000 |  5968 |  2240k|   3.6 | 118M|2395 |   - |5645 |  15k|   0 |   0 | 299k| 803k|7829 | 0.000000e+00 | 5.000000e+00 |    Inf 
1400.72/1400.76	c  1357s|630000 |  6194 |  2284k|   3.6 | 120M|2395 |   - |5645 |  18k|   0 |   0 | 304k| 817k|7899 | 0.000000e+00 | 5.000000e+00 |    Inf 
1424.02/1424.05	c  1379s|640000 |  6358 |  2328k|   3.6 | 123M|2395 |   1 |5645 |  20k|5645 | 243 | 310k| 832k|7957 | 0.000000e+00 | 5.000000e+00 |    Inf 
1448.02/1448.05	c  1403s|650000 |  6394 |  2372k|   3.6 | 123M|2395 |  13 |5645 |  18k|5645 | 254 | 315k| 846k|8022 | 0.000000e+00 | 5.000000e+00 |    Inf 
1458.52/1458.55	o 4
1458.52/1458.55	c *1413s|654605 |  6365 |  2390k|   3.7 | 123M|2395 |   - |5645 |  20k|5645 | 271 | 318k| 853k|8025 | 0.000000e+00 | 4.000000e+00 |    Inf 
1470.91/1470.97	c  1425s|660000 |  6421 |  2411k|   3.7 | 123M|2395 |   1 |5645 |  19k|5645 | 292 | 321k| 861k|8069 | 0.000000e+00 | 4.000000e+00 |    Inf 
1494.72/1494.75	c  1448s|670000 |  6473 |  2453k|   3.7 | 125M|2395 |   - |5645 |  19k|   0 |   0 | 325k| 877k|8112 | 0.000000e+00 | 4.000000e+00 |    Inf 
1518.41/1518.49	c  1471s|680000 |  6564 |  2492k|   3.7 | 127M|2395 |   - |5645 |  23k|   0 |   0 | 330k| 892k|8155 | 0.000000e+00 | 4.000000e+00 |    Inf 
1543.12/1543.10	c  1494s|690000 |  6597 |  2532k|   3.7 | 128M|2395 |   - |5645 |  23k|   0 |   0 | 335k| 907k|8199 | 0.000000e+00 | 4.000000e+00 |    Inf 
1568.02/1568.07	c  1519s|700000 |  6785 |  2572k|   3.7 | 130M|2395 |  10 |5645 |  24k|5645 | 230 | 339k| 922k|8272 | 0.000000e+00 | 4.000000e+00 |    Inf 
1593.32/1593.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1593.32/1593.34	c  1543s|710000 |  6903 |  2614k|   3.7 | 132M|2395 |   - |5645 |  27k|   0 |   0 | 344k| 937k|8319 | 0.000000e+00 | 4.000000e+00 |    Inf 
1618.42/1618.49	c  1567s|720000 |  7018 |  2653k|   3.7 | 133M|2395 |   - |5645 |  26k|   0 |   0 | 349k| 951k|8370 | 0.000000e+00 | 4.000000e+00 |    Inf 
1644.53/1644.57	c  1593s|730000 |  7045 |  2695k|   3.7 | 135M|2395 |   - |5645 |  28k|   0 |   0 | 354k| 966k|8411 | 0.000000e+00 | 4.000000e+00 |    Inf 
1670.52/1670.51	c  1618s|740000 |  7119 |  2739k|   3.7 | 134M|2395 |   7 |5645 |  22k|5645 | 272 | 358k| 981k|8489 | 0.000000e+00 | 4.000000e+00 |    Inf 
1694.52/1694.57	c  1641s|750000 |  7178 |  2782k|   3.7 | 134M|2395 |  16 |5645 |  20k|5645 | 260 | 363k| 996k|8556 | 0.000000e+00 | 4.000000e+00 |    Inf 
1717.32/1717.33	c  1663s|760000 |  7165 |  2822k|   3.7 | 135M|2395 |   9 |5645 |  20k|5645 | 249 | 367k|1011k|8619 | 0.000000e+00 | 4.000000e+00 |    Inf 
1741.33/1741.35	c  1686s|770000 |  7207 |  2863k|   3.7 | 138M|2395 |   - |5645 |  25k|   0 |   0 | 372k|1026k|8663 | 0.000000e+00 | 4.000000e+00 |    Inf 
1765.83/1765.86	c  1710s|780000 |  7204 |  2904k|   3.7 | 137M|2395 |   - |5645 |  20k|   0 |   0 | 376k|1041k|8704 | 0.000000e+00 | 4.000000e+00 |    Inf 
1789.33/1789.32	c  1732s|790000 |  7236 |  2946k|   3.7 | 137M|2395 |   5 |5645 |  19k|5645 | 253 | 381k|1057k|8752 | 0.000000e+00 | 4.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1742.63
1800.03/1800.00	c Solving Nodes      : 794669
1800.03/1800.00	c Primal Bound       : +4.00000000000000e+00 (449 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/1800.09	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.09	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.03/1800.09	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.03/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.03/1800.09	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.03/1800.09	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.03/1800.09	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.09	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.03/1800.09	v x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1742.63
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2692969-1277926417.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2692969-1277926417.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 28723 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2620          -          -       5240          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     501866          0         11        562          0          0     814352
1800.03/1800.09	c   indicator        :       2707          0    4504946      93685          0        854    7147593          0          0          0
1800.03/1800.09	c   linear           :       2707          6    4563322      94146          0     297740   19557975     383013          0          0
1800.03/1800.09	c   logicor          :          0+         0    1328865          0          0      66955    1476770          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      19488          0          0          0        405          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0      44574          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      14.23       0.00       0.00      14.23       0.00
1800.03/1800.09	c   indicator        :      34.07       0.01      24.85       9.21       0.00
1800.03/1800.09	c   linear           :     221.99       0.00     214.20       7.79       0.00
1800.03/1800.09	c   logicor          :     214.15       0.00     214.15       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.03/1800.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       0.32          2          0          0
1800.03/1800.09	c   rootredcost      :       0.13         27          0       2620
1800.03/1800.09	c   pseudoobj        :     238.98    4585671      21321    5339259
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      23.76     386016     385908    2392435       29.4      19203       16.3          -
1800.03/1800.09	c   infeasible LP    :       5.36      13243      13243     103115       43.4        253       14.2          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.03        202        202        992       16.7         82        5.6          -
1800.03/1800.09	c   applied globally :          -          -          -    1064162       23.2          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.09	c   redcost          :      40.94     510511          0    1675605          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.01          4          0          0         75          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.01          4          0          0          1          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      14.04     407633         11        562          0          0     814352
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :       7.93      44547          0          0          0          0      89094
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.08          -         27
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.30         24          0
1800.03/1800.09	c   intshifting      :       0.03          5          0
1800.03/1800.09	c   guideddiving     :       0.06         15          0
1800.03/1800.09	c   pscostdiving     :       0.17         81          0
1800.03/1800.09	c   fracdiving       :       0.11         81          0
1800.03/1800.09	c   veclendiving     :       0.14         81          0
1800.03/1800.09	c   linesearchdiving :       0.11         81          0
1800.03/1800.09	c   coefdiving       :       0.11         82          0
1800.03/1800.09	c   rootsoldiving    :       0.09         80          0
1800.03/1800.09	c   objpscostdiving  :       0.09         81          0
1800.03/1800.09	c   crossover        :       1.92         60          0
1800.03/1800.09	c   trivial          :       0.09          2          2
1800.03/1800.09	c   simplerounding   :       0.52     410451          0
1800.03/1800.09	c   zirounding       :       0.56       1000          0
1800.03/1800.09	c   rounding         :       3.83       8997          0
1800.03/1800.09	c   shifting         :       1.82       2834          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.06          0          0
1800.03/1800.09	c   trysol           :       5.09       8783        420
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     468.27     476571    2963267       6.22    6328.12
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.11         61        874      14.33    7945.45
1800.03/1800.09	c   strong branching :      11.29       8792      96064      10.93    8508.77
1800.03/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     794669
1800.03/1800.09	c   nodes (total)    :     794669
1800.03/1800.09	c   nodes left       :       7252
1800.03/1800.09	c   max depth        :       2395
1800.03/1800.09	c   max depth (total):       2395
1800.03/1800.09	c   backtracks       :      68083 (8.6%)
1800.03/1800.09	c   delayed cutoffs  :      61085
1800.03/1800.09	c   repropagations   :    2234972 (5735974 domain reductions, 57393 cutoffs)
1800.03/1800.09	c   avg switch length:       7.15
1800.03/1800.09	c   switching time   :     243.29
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        449 (28 improvements)
1800.03/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 654605 nodes, 1412.75 seconds, depth 32, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        183
1800.22/1800.28	c Time complete: 1800.31.

Verifier Data

OK	4

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692969-1277926417/watcher-2692969-1277926417 -o /tmp/evaluation-result-2692969-1277926417/solver-2692969-1277926417 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692969-1277926417.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.06 2.07 2.02 4/196 13299
/proc/meminfo: memFree=31104652/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=10968 CPUtime=0
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1670 0 0 0 0 0 0 0 23 0 1 0 133939292 11231232 1590 4089446400 4194304 9819077 140734871027168 18446744073709551615 5650796 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13299/statm: 2742 1590 392 1374 0 1363 0

[startup+0.0467301 s]
/proc/loadavg: 2.06 2.07 2.02 4/196 13299
/proc/meminfo: memFree=31104652/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=26832 CPUtime=0.04
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 6045 0 0 0 4 0 0 0 23 0 1 0 133939292 27475968 5611 4089446400 4194304 9819077 140734871027168 18446744073709551615 5957825 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13299/statm: 6708 5614 435 1374 0 5329 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26832

[startup+0.103721 s]
/proc/loadavg: 2.06 2.07 2.02 4/196 13299
/proc/meminfo: memFree=31104652/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=36400 CPUtime=0.09
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 8124 0 0 0 9 0 0 0 23 0 1 0 133939292 37273600 7690 4089446400 4194304 9819077 140734871027168 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13299/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300684 s]
/proc/loadavg: 2.06 2.07 2.02 4/196 13299
/proc/meminfo: memFree=31104652/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=45704 CPUtime=0.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 10811 0 0 0 28 0 0 0 24 0 1 0 133939292 46800896 9810 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13299/statm: 11426 9810 672 1374 0 10047 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45704

[startup+0.700625 s]
/proc/loadavg: 2.06 2.07 2.02 4/196 13299
/proc/meminfo: memFree=31104652/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=47092 CPUtime=0.68
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 26172 0 0 0 65 3 0 0 25 0 1 0 133939292 48222208 9982 4089446400 4194304 9819077 140734871027168 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13299/statm: 11773 9982 697 1374 0 10394 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47092

[startup+1.50047 s]
/proc/loadavg: 2.06 2.07 2.02 3/197 13300
/proc/meminfo: memFree=31066700/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=47672 CPUtime=1.48
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 47055 0 0 0 141 7 0 0 25 0 1 0 133939292 48816128 10267 4089446400 4194304 9819077 140734871027168 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13299/statm: 11875 10266 699 1374 0 10496 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47672

[startup+3.10017 s]
/proc/loadavg: 2.06 2.07 2.02 3/197 13300
/proc/meminfo: memFree=31064644/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=51500 CPUtime=3.08
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 66309 0 0 0 297 11 0 0 25 0 1 0 133939292 52736000 11150 4089446400 4194304 9819077 140734871027168 18446744073709551615 6589176 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13299/statm: 12875 11150 700 1374 0 11496 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51500

[startup+6.3006 s]
/proc/loadavg: 2.05 2.07 2.02 3/197 13300
/proc/meminfo: memFree=31055344/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=59688 CPUtime=6.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 80798 0 0 0 613 15 0 0 25 0 1 0 133939292 61120512 13550 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 14922 13550 700 1374 0 13543 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59688

[startup+12.7004 s]
/proc/loadavg: 2.05 2.07 2.02 3/197 13300
/proc/meminfo: memFree=31044092/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=70184 CPUtime=12.67
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 94060 0 0 0 1244 23 0 0 25 0 1 0 133939292 71868416 15981 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 17546 15981 700 1374 0 16167 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 70184

[startup+25.5011 s]
/proc/loadavg: 2.04 2.07 2.02 3/197 13300
/proc/meminfo: memFree=31026116/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=89316 CPUtime=25.48
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 106410 0 0 0 2512 36 0 0 25 0 1 0 133939292 91459584 20795 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 22329 20795 704 1374 0 20950 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89316

[startup+51.1004 s]
/proc/loadavg: 2.46 2.17 2.05 3/197 13300
/proc/meminfo: memFree=30992816/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=120300 CPUtime=51.08
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 152966 0 0 0 5045 63 0 0 25 0 1 0 133939292 123187200 28540 4089446400 4194304 9819077 140734871027168 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 30075 28540 704 1374 0 28696 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 120300

[startup+102.306 s]
/proc/loadavg: 2.38 2.20 2.07 3/197 13302
/proc/meminfo: memFree=30879204/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=225460 CPUtime=102.29
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 363166 0 0 0 10080 149 0 0 25 0 1 0 133939292 230871040 53856 4089446400 4194304 9819077 140734871027168 18446744073709551615 4923075 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 56365 53856 715 1374 0 54986 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 225460

[startup+162.3 s]
/proc/loadavg: 2.14 2.16 2.06 3/197 13304
/proc/meminfo: memFree=30773272/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=288596 CPUtime=162.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 509128 0 0 0 15974 254 0 0 25 0 1 0 133939292 295522304 68368 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 72149 68368 716 1374 0 70770 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 288596

[startup+222.3 s]
/proc/loadavg: 2.39 2.23 2.09 3/197 13306
/proc/meminfo: memFree=30691420/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=326936 CPUtime=222.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 642760 0 0 0 21867 361 0 0 25 0 1 0 133939292 334782464 76862 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 81734 76862 716 1374 0 80355 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 326936

[startup+282.3 s]
/proc/loadavg: 2.61 2.30 2.12 3/197 13307
/proc/meminfo: memFree=30616608/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=357840 CPUtime=282.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 792024 0 0 0 27760 468 0 0 25 0 1 0 133939292 366428160 83363 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 89460 83363 717 1374 0 88081 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 357840

[startup+342.3 s]
/proc/loadavg: 2.22 2.24 2.11 3/197 13308
/proc/meminfo: memFree=30558028/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=376768 CPUtime=342.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 954965 0 0 0 33641 587 0 0 25 0 1 0 133939292 385810432 87801 4089446400 4194304 9819077 140734871027168 18446744073709551615 4329675 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 94192 87801 717 1374 0 92813 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 376768

[startup+402.3 s]
/proc/loadavg: 2.08 2.20 2.10 3/197 13310
/proc/meminfo: memFree=30506272/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=386192 CPUtime=402.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1109345 0 0 0 39520 708 0 0 25 0 1 0 133939292 395460608 89968 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13299/statm: 96548 89968 725 1374 0 95169 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 386192

[startup+462.301 s]
/proc/loadavg: 2.43 2.25 2.12 3/179 13342
/proc/meminfo: memFree=31418172/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=393064 CPUtime=462.28
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1225724 0 0 0 45388 840 0 0 25 0 1 0 133939292 402497536 91582 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 98266 91582 725 1374 0 96887 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 393064

[startup+522.301 s]
/proc/loadavg: 2.21 2.22 2.11 3/179 13344
/proc/meminfo: memFree=31317768/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=395976 CPUtime=522.29
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1378659 0 0 0 51137 1092 0 0 25 0 1 0 133939292 405479424 92198 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 98994 92198 725 1374 0 97615 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 395976

[startup+582.301 s]
/proc/loadavg: 2.13 2.19 2.11 3/179 13345
/proc/meminfo: memFree=31226260/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=397980 CPUtime=582.29
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1501839 0 0 0 56898 1331 0 0 25 0 1 0 133939292 407531520 92685 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 99495 92685 725 1374 0 98116 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 397980

[startup+642.301 s]
/proc/loadavg: 2.04 2.16 2.10 3/179 13346
/proc/meminfo: memFree=31144388/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=400204 CPUtime=642.3
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 1623325 0 0 0 62654 1576 0 0 25 0 1 0 133939292 409808896 93238 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 100051 93238 725 1374 0 98672 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 400204

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.06 2.07 3/179 13353
/proc/meminfo: memFree=30995300/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=413384 CPUtime=882.3
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2016078 0 0 0 85828 2402 0 0 25 0 1 0 133939292 423305216 96502 4089446400 4194304 9819077 140734871027168 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 103346 96502 725 1374 0 101967 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 413384

[startup+942.301 s]
/proc/loadavg: 2.00 2.05 2.06 3/179 13354
/proc/meminfo: memFree=30992028/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=415744 CPUtime=942.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2116951 0 0 0 91615 2616 0 0 25 0 1 0 133939292 425721856 97038 4089446400 4194304 9819077 140734871027168 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 103936 97038 725 1374 0 102557 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 415744

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/179 13356
/proc/meminfo: memFree=30987404/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=417216 CPUtime=1002.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2232323 0 0 0 97399 2832 0 0 25 0 1 0 133939292 427229184 97405 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 104304 97405 725 1374 0 102925 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 417216

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 13358
/proc/meminfo: memFree=30985880/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=417972 CPUtime=1062.3
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2364971 0 0 0 103155 3075 0 0 25 0 1 0 133939292 428003328 97582 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 104493 97582 725 1374 0 103114 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 417972

[startup+1122.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/179 13360
/proc/meminfo: memFree=30984828/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=418976 CPUtime=1122.3
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2478361 0 0 0 108933 3297 0 0 25 0 1 0 133939292 429031424 97817 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 104744 97817 725 1374 0 103365 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 418976

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/179 13361
/proc/meminfo: memFree=30982808/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=419368 CPUtime=1182.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2628363 0 0 0 114697 3534 0 0 25 0 1 0 133939292 429432832 97901 4089446400 4194304 9819077 140734871027168 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 104842 97901 725 1374 0 103463 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 419368

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/179 13362
/proc/meminfo: memFree=30981900/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=419596 CPUtime=1242.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2784992 0 0 0 120454 3777 0 0 25 0 1 0 133939292 429666304 97960 4089446400 4194304 9819077 140734871027168 18446744073709551615 4999787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 104899 97960 725 1374 0 103520 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 419596

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/179 13364
/proc/meminfo: memFree=30981004/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=420264 CPUtime=1302.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 2906564 0 0 0 126219 4012 0 0 25 0 1 0 133939292 430350336 98088 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 105066 98088 725 1374 0 103687 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 420264

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 13366
/proc/meminfo: memFree=30979352/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=420740 CPUtime=1362.31
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3020409 0 0 0 131994 4237 0 0 25 0 1 0 133939292 430837760 98213 4089446400 4194304 9819077 140734871027168 18446744073709551615 4983066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 105185 98213 725 1374 0 103806 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 420740

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13368
/proc/meminfo: memFree=30978696/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=421552 CPUtime=1422.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3149426 0 0 0 137779 4453 0 0 25 0 1 0 133939292 431669248 98407 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 105388 98407 725 1374 0 104009 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 421552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13369
/proc/meminfo: memFree=30973580/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=423936 CPUtime=1482.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3283412 0 0 0 143567 4665 0 0 25 0 1 0 133939292 434110464 99000 4089446400 4194304 9819077 140734871027168 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 105984 99000 725 1374 0 104605 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 423936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13370
/proc/meminfo: memFree=30969188/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=426908 CPUtime=1542.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3400084 0 0 0 149362 4870 0 0 25 0 1 0 133939292 437153792 99764 4089446400 4194304 9819077 140734871027168 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 106727 99764 725 1374 0 105348 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 426908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13372
/proc/meminfo: memFree=30961964/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=432596 CPUtime=1602.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3507081 0 0 0 155176 5056 0 0 25 0 1 0 133939292 442978304 101144 4089446400 4194304 9819077 140734871027168 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 108149 101144 725 1374 0 106770 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 432596

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13383
/proc/meminfo: memFree=30957272/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=433556 CPUtime=1662.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3615857 0 0 0 160979 5253 0 0 25 0 1 0 133939292 443961344 101345 4089446400 4194304 9819077 140734871027168 18446744073709551615 6361052 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 108389 101345 725 1374 0 107010 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 433556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13385
/proc/meminfo: memFree=30952636/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=436716 CPUtime=1722.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3739681 0 0 0 166771 5461 0 0 25 0 1 0 133939292 447197184 102113 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 109179 102113 725 1374 0 107800 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 436716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13386
/proc/meminfo: memFree=30950608/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=437900 CPUtime=1782.32
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3852250 0 0 0 172561 5671 0 0 25 0 1 0 133939292 448409600 102461 4089446400 4194304 9819077 140734871027168 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 109519 102462 725 1374 0 108140 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 437900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13387
/proc/meminfo: memFree=30949848/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=438780 CPUtime=1800.03
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3887927 0 0 0 174266 5737 0 0 25 0 1 0 133939292 449310720 102607 4089446400 4194304 9819077 140734871027168 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13299/statm: 109695 102607 725 1374 0 108316 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 438780

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13387
/proc/meminfo: memFree=30949848/32951124 swapFree=67111528/67111528
[pid=13299] ppid=13297 vsize=422352 CPUtime=1800.22
/proc/13299/stat : 13299 (pbscip.linux.x8) R 13297 13299 13274 0 -1 4202496 3887939 0 0 0 174285 5737 0 0 25 0 1 0 133939292 432488448 98501 4089446400 4194304 9819077 140734871027168 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13299/statm: 105588 98501 726 1374 0 104209 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 422352

Child status: 0
Real time (s): 1800.29
CPU time (s): 1800.33
CPU user time (s): 1742.93
CPU system time (s): 57.3963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 439760

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

runsolver used 2.38864 second user time and 5.82111 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 21:33:38
IDJOB=2692969
IDBENCH=79269
IDSOLVER=1205
FILE ID=node104/2692969-1277926417
PBS_JOBID= 11197376
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.1900670234--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-2692969-1277926417/watcher-2692969-1277926417 -o /tmp/evaluation-result-2692969-1277926417/solver-2692969-1277926417 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692969-1277926417.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=429615475

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31105056 kB
Buffers:        204620 kB
Cached:         703432 kB
SwapCached:          0 kB
Active:        1150432 kB
Inactive:       551572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31105056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6416 kB
Writeback:           0 kB
AnonPages:      793400 kB
Mapped:          20296 kB
Slab:            78452 kB
PageTables:       6164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1663884 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= 74200 MiB
End job on node104 at 2010-06-30 22:03:40