Trace number 2692345

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900574864--soft-0-100-0.wbo
MD5SUM2d789ef1df9f4a4dbc546a24cba98a06
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 benchmark67.9437
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2692345-1277927203.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 136624
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366240e+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.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+05 |    Inf 
25.79/25.81	c  25.1s| 10000 | 10001 | 26018 |   2.6 |  51M|  91 |   0 |5645 |5414 |5645 | 195 |  10k|   0 |1789 | 0.000000e+00 | 1.366240e+05 |    Inf 
40.09/40.15	o 175
40.09/40.15	c *39.0s| 17205 |  3453 | 37646 |   2.2 |  37M| 153 |   - |5645 |5414 |5645 | 194 |  14k|   0 |1802 | 0.000000e+00 | 1.750000e+02 |    Inf 
40.49/40.55	o 139
40.49/40.55	c *39.4s| 17324 |  2366 | 38140 |   2.2 |  36M| 153 |   - |5645 |5457 |5645 | 180 |  15k|  43 |1803 | 0.000000e+00 | 1.390000e+02 |    Inf 
40.69/40.73	o 99
40.69/40.73	c *39.6s| 17358 |  1233 | 38332 |   2.2 |  33M| 153 |   - |5645 |5476 |5645 | 222 |  15k|  62 |1805 | 0.000000e+00 | 9.900000e+01 |    Inf 
40.99/41.04	o 89
40.99/41.04	c *39.9s| 17417 |  1097 | 38678 |   2.2 |  33M| 153 |   - |5645 |5446 |5645 | 210 |  15k|  80 |1805 | 0.000000e+00 | 8.900000e+01 |    Inf 
41.09/41.18	o 88
41.09/41.18	c *40.1s| 17439 |  1089 | 38881 |   2.2 |  33M| 153 |   - |5645 |5207 |5645 | 205 |  15k| 104 |1805 | 0.000000e+00 | 8.800000e+01 |    Inf 
41.19/41.24	o 84
41.19/41.24	c *40.1s| 17446 |  1029 | 38984 |   2.2 |  33M| 153 |   - |5645 |5175 |5645 | 195 |  15k| 107 |1805 | 0.000000e+00 | 8.400000e+01 |    Inf 
41.39/41.41	o 80
41.39/41.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.39/41.41	c *40.3s| 17482 |   946 | 39204 |   2.2 |  33M| 153 |   - |5645 |5067 |5645 | 190 |  15k| 107 |1805 | 0.000000e+00 | 8.000000e+01 |    Inf 
41.39/41.42	o 79
41.39/41.42	c *40.3s| 17483 |   928 | 39204 |   2.2 |  33M| 153 |   - |5645 |5067 |5645 | 190 |  15k| 107 |1805 | 0.000000e+00 | 7.900000e+01 |    Inf 
41.69/41.71	o 77
41.69/41.71	c *40.6s| 17544 |   937 | 39589 |   2.3 |  33M| 153 |   - |5645 |4938 |5645 | 224 |  15k| 124 |1805 | 0.000000e+00 | 7.700000e+01 |    Inf 
41.69/41.78	o 76
41.69/41.78	c *40.6s| 17556 |   927 | 39695 |   2.3 |  34M| 153 |   - |5645 |4894 |5645 | 213 |  15k| 128 |1805 | 0.000000e+00 | 7.600000e+01 |    Inf 
41.69/41.79	o 75
41.69/41.79	c *40.6s| 17557 |   895 | 39695 |   2.3 |  33M| 153 |   - |5645 |4894 |5645 | 213 |  15k| 128 |1805 | 0.000000e+00 | 7.500000e+01 |    Inf 
42.09/42.17	o 66
42.09/42.17	c *41.0s| 17632 |   816 | 40330 |   2.3 |  34M| 153 |   - |5645 |4883 |5645 | 200 |  15k| 180 |1805 | 0.000000e+00 | 6.600000e+01 |    Inf 
42.09/42.17	o 65
42.09/42.17	c *41.0s| 17633 |   799 | 40330 |   2.3 |  33M| 153 |   - |5645 |4883 |5645 | 200 |  15k| 180 |1805 | 0.000000e+00 | 6.500000e+01 |    Inf 
42.19/42.28	o 25
42.19/42.28	c *41.1s| 17663 |   469 | 40428 |   2.3 |  31M| 153 |   - |5645 |4629 |5645 | 187 |  15k| 190 |1805 | 0.000000e+00 | 2.500000e+01 |    Inf 
42.29/42.32	o 20
42.29/42.32	c *41.2s| 17665 |   385 | 40467 |   2.3 |  31M| 153 |   - |5645 |3511 |5645 | 175 |  15k| 190 |1805 | 0.000000e+00 | 2.000000e+01 |    Inf 
42.29/42.32	o 19
42.29/42.32	c *41.2s| 17666 |   208 | 40467 |   2.3 |  30M| 153 |   - |5645 |3511 |5645 | 175 |  15k| 190 |1805 | 0.000000e+00 | 1.900000e+01 |    Inf 
46.79/46.83	c  45.5s| 20000 |   342 | 48839 |   2.4 |  32M| 153 |   - |5645 |6072 |   0 |   0 |  17k|3081 |1814 | 0.000000e+00 | 1.900000e+01 |    Inf 
48.40/48.43	o 16
48.40/48.43	c *47.0s| 20807 |   402 | 51783 |   2.5 |  33M| 153 |   - |5645 |6826 |5645 | 185 |  18k|4087 |1814 | 0.000000e+00 | 1.600000e+01 |    Inf 
49.30/49.31	o 15
49.30/49.31	c *47.9s| 21226 |   467 | 53850 |   2.5 |  33M| 153 |   - |5645 |6852 |5645 | 173 |  18k|4609 |1814 | 0.000000e+00 | 1.500000e+01 |    Inf 
53.29/53.35	o 4
53.29/53.35	c *51.7s| 23264 |   564 | 61780 |   2.7 |  34M| 153 |   - |5645 |7024 |5645 | 176 |  20k|7110 |1819 | 0.000000e+00 | 4.000000e+00 |    Inf 
53.29/53.35	o 2
53.29/53.35	c *51.7s| 23265 |   558 | 61781 |   2.7 |  34M| 153 |   - |5645 |7024 |5645 | 176 |  20k|7110 |1819 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.00/64.07	o 1
64.00/64.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.00/64.07	c *62.0s| 29488 |   669 | 87383 |   3.0 |  35M| 153 |   - |5645 |8087 |5645 | 186 |  25k|  15k|1819 | 0.000000e+00 | 1.000000e+00 |    Inf 
65.00/65.01	c  62.9s| 30000 |   665 | 89835 |   3.0 |  35M| 153 |   - |5645 |7955 |   0 |   0 |  26k|  16k|1819 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.10/83.10	c  80.3s| 40000 |  1215 |138106 |   3.5 |  40M| 153 |   - |5645 |  11k|   0 |   0 |  40k|  28k|2118 | 0.000000e+00 | 1.000000e+00 |    Inf 
102.79/102.86	c  99.3s| 50000 |  1533 |190145 |   3.8 |  43M| 153 |   - |5645 |  11k|   0 |   0 |  55k|  40k|2466 | 0.000000e+00 | 1.000000e+00 |    Inf 
122.70/122.77	c   118s| 60000 |  1763 |243690 |   4.1 |  45M| 153 |   - |5645 |  12k|   0 |   0 |  68k|  53k|2812 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.39/141.46	c   136s| 70000 |  1807 |287537 |   4.1 |  46M| 153 |   - |5645 |  12k|   0 |   0 |  78k|  67k|3060 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.89/161.90	c   156s| 80000 |  2006 |342407 |   4.3 |  48M| 153 |   - |5645 |  14k|   0 |   0 |  93k|  80k|3410 | 0.000000e+00 | 1.000000e+00 |    Inf 
182.20/182.28	c   176s| 90000 |  2056 |395287 |   4.4 |  49M| 153 |   - |5645 |  14k|   0 |   0 | 106k|  94k|3670 | 0.000000e+00 | 1.000000e+00 |    Inf 
202.00/202.02	c   195s|100000 |  2008 |443462 |   4.4 |  49M| 153 |   - |5645 |  14k|   0 |   0 | 117k| 107k|3874 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.60/221.68	c   214s|110000 |  2016 |489623 |   4.5 |  50M| 153 |   1 |5645 |  14k|5645 | 191 | 128k| 121k|4093 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.30/242.34	c   233s|120000 |  1996 |544080 |   4.5 |  50M| 153 |   5 |5645 |  14k|5645 | 194 | 142k| 135k|4293 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.00/262.01	c   252s|130000 |  1938 |590005 |   4.5 |  50M| 153 |  17 |5645 |  14k|5645 | 196 | 152k| 148k|4485 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.00/283.04	c   273s|140000 |  1962 |643550 |   4.6 |  51M| 153 |   - |5645 |  16k|   0 |   0 | 166k| 162k|4665 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.60/303.64	c   293s|150000 |  1850 |692867 |   4.6 |  50M| 153 |  28 |5645 |  15k|5645 | 192 | 176k| 176k|4863 | 0.000000e+00 | 1.000000e+00 |    Inf 
323.40/323.49	c   312s|160000 |  1717 |740143 |   4.6 |  49M| 153 |  15 |5645 |  15k|5645 | 189 | 186k| 190k|5027 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.70/342.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.70/342.79	c   330s|170000 |  1683 |782629 |   4.6 |  48M| 153 |   8 |5645 |  13k|5645 | 180 | 195k| 203k|5295 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.40/362.44	c   349s|180000 |  1695 |825478 |   4.6 |  50M| 153 |   - |5645 |  17k|   0 |   0 | 205k| 217k|5364 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.90/380.90	c   367s|190000 |  1657 |856299 |   4.5 |  50M| 153 |   - |5645 |  17k|   0 |   0 | 211k| 230k|5484 | 0.000000e+00 | 1.000000e+00 |    Inf 
400.70/400.74	c   386s|200000 |  1612 |902475 |   4.5 |  48M| 153 |   - |5645 |  12k|   0 |   0 | 221k| 243k|5664 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.60/419.63	c   404s|210000 |  1607 |941628 |   4.5 |  49M| 153 |   1 |5645 |  15k|5645 | 177 | 229k| 257k|5774 | 0.000000e+00 | 1.000000e+00 |    Inf 
439.21/439.20	c   423s|220000 |  1672 |978284 |   4.4 |  52M| 153 |   8 |5645 |  19k|5645 | 191 | 236k| 270k|5854 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.51/459.59	c   443s|230000 |  1527 |  1019k|   4.4 |  49M| 153 |   - |5645 |  13k|   0 |   0 | 244k| 284k|5985 | 0.000000e+00 | 1.000000e+00 |    Inf 
480.21/480.26	c   462s|240000 |  1622 |  1067k|   4.4 |  50M| 153 |   - |5645 |  16k|   0 |   0 | 255k| 297k|6100 | 0.000000e+00 | 1.000000e+00 |    Inf 
501.01/501.02	c   482s|250000 |  1554 |  1112k|   4.4 |  51M| 153 |   - |5645 |  18k|5645 | 184 | 264k| 310k|6207 | 0.000000e+00 | 1.000000e+00 |    Inf 
521.20/521.23	c   502s|260000 |  1430 |  1153k|   4.4 |  50M| 153 |   - |5645 |  17k|5645 | 210 | 272k| 324k|6309 | 0.000000e+00 | 1.000000e+00 |    Inf 
541.50/541.50	c   521s|270000 |  1307 |  1196k|   4.4 |  48M| 153 |   9 |5645 |  15k|5645 | 182 | 281k| 337k|6455 | 0.000000e+00 | 1.000000e+00 |    Inf 
561.31/561.34	c   540s|280000 |  1245 |  1238k|   4.4 |  49M| 153 |   8 |5645 |  17k|5645 | 198 | 290k| 351k|6529 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.01/582.02	c   560s|290000 |  1206 |  1280k|   4.4 |  48M| 153 |   - |5645 |  16k|5645 | 190 | 299k| 364k|6644 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.10/603.12	c   581s|300000 |  1101 |  1328k|   4.4 |  47M| 153 |   - |5645 |  15k|   0 |   0 | 311k| 378k|6787 | 0.000000e+00 | 1.000000e+00 |    Inf 
622.71/622.74	c   600s|310000 |  1033 |  1368k|   4.4 |  46M| 153 |  15 |5645 |  14k|5645 | 178 | 319k| 391k|6880 | 0.000000e+00 | 1.000000e+00 |    Inf 
644.71/644.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.71/644.77	c   621s|320000 |  1010 |  1422k|   4.4 |  48M| 153 |   - |5645 |  17k|   0 |   0 | 334k| 405k|7005 | 0.000000e+00 | 1.000000e+00 |    Inf 
664.41/664.47	c   640s|330000 |   948 |  1462k|   4.4 |  47M| 153 |   - |5645 |  17k|5645 | 195 | 342k| 419k|7093 | 0.000000e+00 | 1.000000e+00 |    Inf 
686.42/686.48	c   661s|340000 |   985 |  1513k|   4.5 |  49M| 153 |  17 |5645 |  20k|5645 | 189 | 352k| 433k|7216 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.61/708.67	c   682s|350000 |  1014 |  1564k|   4.5 |  49M| 153 |   - |5645 |  20k|5645 | 191 | 364k| 446k|7316 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.01/732.00	c   705s|360000 |   884 |  1618k|   4.5 |  47M| 153 |  14 |5645 |  19k|5645 | 181 | 376k| 460k|7462 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.52/753.52	c   726s|370000 |   941 |  1661k|   4.5 |  48M| 153 |   6 |5645 |  20k|5645 | 168 | 386k| 473k|7659 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.22/777.28	c   749s|380000 |   950 |  1717k|   4.5 |  49M| 153 |  15 |5645 |  22k|5645 | 200 | 400k| 487k|7776 | 0.000000e+00 | 1.000000e+00 |    Inf 
799.91/799.95	c   770s|390000 |   824 |  1765k|   4.5 |  47M| 153 |   - |5645 |  19k|   0 |   0 | 410k| 501k|7897 | 0.000000e+00 | 1.000000e+00 |    Inf 
820.62/820.67	c   790s|400000 |   738 |  1806k|   4.5 |  45M| 153 |   1 |5645 |  16k|5645 | 169 | 419k| 515k|7986 | 0.000000e+00 | 1.000000e+00 |    Inf 
841.02/841.01	c   810s|410000 |   771 |  1844k|   4.5 |  46M| 153 |   1 |5645 |  16k|5645 | 171 | 425k| 527k|8165 | 0.000000e+00 | 1.000000e+00 |    Inf 
859.41/859.46	c   828s|420000 |   800 |  1867k|   4.4 |  48M| 153 |   1 |5645 |  20k|5645 | 171 | 428k| 540k|8165 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.51/878.53	c   846s|430000 |   830 |  1891k|   4.4 |  49M| 153 |   - |5645 |  23k|   0 |   0 | 432k| 554k|8209 | 0.000000e+00 | 1.000000e+00 |    Inf 
897.42/897.42	c   865s|440000 |   814 |  1916k|   4.4 |  49M| 153 |   - |5645 |  22k|   0 |   0 | 435k| 568k|8251 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.02/917.07	c   884s|450000 |   739 |  1942k|   4.3 |  48M| 153 |  26 |5645 |  21k|5645 | 180 | 439k| 581k|8299 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.11/940.15	c   906s|460000 |   587 |  1988k|   4.3 |  46M| 153 |  12 |5645 |  20k|5645 | 153 | 448k| 595k|8374 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.12/961.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
961.12/961.19	c   926s|470000 |   524 |  2022k|   4.3 |  46M| 153 |   1 |5645 |  21k|5645 | 177 | 455k| 608k|8537 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.62/982.63	c   947s|480000 |   460 |  2058k|   4.3 |  44M| 153 |   - |5645 |  19k|   0 |   0 | 461k| 621k|8603 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.42/1006.50	c   970s|490000 |   623 |  2112k|   4.3 |  47M| 153 |   - |5645 |  24k|   0 |   0 | 476k| 633k|8674 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.62/1030.60	c   993s|500000 |   553 |  2158k|   4.3 |  47M| 153 |  13 |5645 |  24k|5645 | 188 | 486k| 647k|8768 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.62/1053.66	c  1016s|510000 |   415 |  2200k|   4.3 |  46M| 153 |   - |5645 |  23k|   0 |   0 | 494k| 660k|8839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.83/1076.89	c  1038s|520000 |   401 |  2236k|   4.3 |  45M| 153 |   1 |5645 |  23k|5645 | 169 | 502k| 673k|8889 | 0.000000e+00 | 1.000000e+00 |    Inf 
1100.52/1100.52	c  1061s|530000 |   509 |  2272k|   4.3 |  47M| 153 |  20 |5645 |  26k|5645 | 207 | 510k| 686k|8940 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.23/1124.27	c  1084s|540000 |   454 |  2303k|   4.3 |  48M| 153 |   1 |5645 |  27k|5645 | 168 | 516k| 700k|8991 | 0.000000e+00 | 1.000000e+00 |    Inf 
1147.02/1147.03	c  1106s|550000 |   418 |  2334k|   4.2 |  48M| 153 |   - |5645 |  28k|   0 |   0 | 522k| 713k|9039 | 0.000000e+00 | 1.000000e+00 |    Inf 
1174.32/1174.32	c  1133s|560000 |   465 |  2381k|   4.3 |  49M| 153 |   7 |5645 |  31k|5645 | 183 | 534k| 727k|9091 | 0.000000e+00 | 1.000000e+00 |    Inf 
1200.63/1200.62	c  1158s|570000 |   395 |  2418k|   4.2 |  48M| 153 |   - |5645 |  29k|   0 |   0 | 542k| 740k|9156 | 0.000000e+00 | 1.000000e+00 |    Inf 
1226.03/1226.03	c  1183s|580000 |   381 |  2457k|   4.2 |  46M| 153 |  12 |5645 |  26k|5645 | 198 | 551k| 754k|9254 | 0.000000e+00 | 1.000000e+00 |    Inf 
1248.43/1248.44	c  1205s|590000 |   288 |  2486k|   4.2 |  45M| 153 |  22 |5645 |  25k|5645 | 183 | 555k| 766k|9309 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.03/1274.02	c  1229s|600000 |   246 |  2532k|   4.2 |  45M| 153 |   - |5645 |  26k|   0 |   0 | 566k| 780k|9362 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.23/1298.20	c  1253s|610000 |   164 |  2576k|   4.2 |  43M| 153 |   - |5645 |  24k|   0 |   0 | 576k| 793k|9423 | 0.000000e+00 | 1.000000e+00 |    Inf 
1318.63/1318.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1318.63/1318.68	c  1273s|620000 |   206 |  2598k|   4.2 |  45M| 153 |   9 |5645 |  29k|5645 | 161 | 579k| 806k|9476 | 0.000000e+00 | 1.000000e+00 |    Inf 
1339.73/1339.76	c  1293s|630000 |   203 |  2620k|   4.2 |  45M| 153 |   - |5645 |  29k|   0 |   0 | 583k| 819k|9479 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.43/1361.45	c  1314s|640000 |   195 |  2641k|   4.1 |  45M| 153 |   - |5645 |  29k|   0 |   0 | 585k| 831k|9536 | 0.000000e+00 | 1.000000e+00 |    Inf 
1383.73/1383.72	c  1336s|650000 |   208 |  2661k|   4.1 |  47M| 153 |   - |5645 |  33k|   0 |   0 | 589k| 845k|9560 | 0.000000e+00 | 1.000000e+00 |    Inf 
1405.73/1405.77	c  1357s|660000 |   217 |  2681k|   4.1 |  49M| 153 |   - |5645 |  37k|   0 |   0 | 592k| 859k|9583 | 0.000000e+00 | 1.000000e+00 |    Inf 
1427.63/1427.67	c  1378s|670000 |   169 |  2700k|   4.0 |  46M| 153 |   - |5645 |  32k|   0 |   0 | 595k| 873k|9621 | 0.000000e+00 | 1.000000e+00 |    Inf 
1450.23/1450.20	c  1400s|680000 |   122 |  2722k|   4.0 |  46M| 153 |   1 |5645 |  32k|5645 | 165 | 598k| 886k|9630 | 0.000000e+00 | 1.000000e+00 |    Inf 
1478.33/1478.36	c  1428s|690000 |   154 |  2758k|   4.0 |  45M| 153 |   - |5645 |  29k|   0 |   0 | 605k| 899k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1506.04/1506.00	c  1455s|700000 |   408 |  2799k|   4.0 |  48M| 153 |  10 |5645 |  33k|5645 | 169 | 617k| 911k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1534.94/1534.90	c  1483s|710000 |   541 |  2841k|   4.0 |  50M| 153 |  13 |5645 |  36k|5645 | 181 | 627k| 924k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1566.24/1566.26	c  1513s|720000 |   619 |  2888k|   4.0 |  51M| 153 |  13 |5645 |  36k|5645 | 183 | 639k| 937k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1595.63/1595.65	c  1542s|730000 |   714 |  2930k|   4.0 |  52M| 153 |  20 |5645 |  38k|5645 | 164 | 647k| 950k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1627.63/1627.69	c  1573s|740000 |   821 |  2976k|   4.0 |  55M| 153 |   - |5645 |  41k|   0 |   0 | 658k| 963k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1659.73/1659.76	c  1605s|750000 |   820 |  3022k|   4.0 |  54M| 153 |   - |5645 |  39k|   0 |   0 | 670k| 977k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1691.84/1691.86	c  1636s|760000 |  1057 |  3069k|   4.0 |  56M| 153 |   6 |5645 |  39k|5645 | 185 | 684k| 990k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1722.54/1722.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1722.54/1722.55	c  1666s|770000 |  1065 |  3117k|   4.0 |  57M| 153 |   6 |5645 |  41k|5645 | 209 | 697k|1003k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1753.24/1753.27	c  1696s|780000 |  1081 |  3161k|   4.1 |  58M| 153 |   1 |5645 |  43k|5645 | 187 | 706k|1016k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1783.15/1783.16	c  1725s|790000 |  1061 |  3200k|   4.1 |  57M| 153 |   - |5645 |  41k|   0 |   0 | 714k|1030k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1741.45
1800.04/1800.00	c Solving Nodes      : 795512
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (141 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/1800.09	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.04/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.04/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 -x54 
1800.04/1800.09	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.04/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.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1741.45
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692345-1277927203.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692345-1277927203.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 43234 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     533355          0          3        551          0          0     853208
1800.04/1800.09	c   indicator        :       2707          0      88404      19082          0         15     168134          0          0          0
1800.04/1800.09	c   linear           :       2707          6    4139671     106321          0     339993   21252738     719198          0          0
1800.04/1800.09	c   logicor          :          0+         0    1264126          0          0      50199    1155373          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0     219178          0          0          0          0          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      15395          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      20.08       0.00       0.00      20.08       0.00
1800.04/1800.09	c   indicator        :       4.53       0.00       1.09       3.44       0.00
1800.04/1800.09	c   linear           :     199.08       0.01     192.40       6.67       0.00
1800.04/1800.09	c   logicor          :     277.75       0.00     277.75       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.15       0.00       0.15       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.00          2          0          0
1800.04/1800.09	c   rootredcost      :       0.00         21          0       2707
1800.04/1800.09	c   pseudoobj        :     189.49    4139696        127      94185
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      19.24     390319     389608    2474558       27.4      11133       25.1          -
1800.04/1800.09	c   infeasible LP    :      10.51      31781      31779     247745       43.7        304       21.5          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.00          8          8         28        9.1          1        4.0          -
1800.04/1800.09	c   applied globally :          -          -          -    1037850       22.5          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      34.62     533601          0      51045          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.03          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.01          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      19.97     427021          3        551          0          0     853208
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :       3.14      15374          0          0          0          0      30748
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.07          -         21
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.11         16          0
1800.04/1800.09	c   intshifting      :       0.03          4          0
1800.04/1800.09	c   guideddiving     :       0.07         21          0
1800.04/1800.09	c   crossover        :       0.26         10          0
1800.04/1800.09	c   linesearchdiving :       0.53        344          0
1800.04/1800.09	c   coefdiving       :       0.50        344          0
1800.04/1800.09	c   pscostdiving     :       0.55        344          0
1800.04/1800.09	c   fracdiving       :       0.47        344          0
1800.04/1800.09	c   veclendiving     :       0.54        344          0
1800.04/1800.09	c   objpscostdiving  :       0.54        339          0
1800.04/1800.09	c   rootsoldiving    :       1.04        339          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.56     427027          0
1800.04/1800.09	c   zirounding       :       0.15       1000          0
1800.04/1800.09	c   rounding         :       1.13       9281          0
1800.04/1800.09	c   shifting         :       0.54       2897          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.02          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.00          0          0
1800.04/1800.09	c   trysol           :       0.49       1388        118
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     425.77     549216    3223393       5.87    7570.74
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.26        244        843       3.45    3242.31
1800.04/1800.09	c   strong branching :      16.58      10938      98991       9.05    5970.51
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     795512
1800.04/1800.09	c   nodes (total)    :     795512
1800.04/1800.09	c   nodes left       :       1068
1800.04/1800.09	c   max depth        :        153
1800.04/1800.09	c   max depth (total):        153
1800.04/1800.09	c   backtracks       :      86649 (10.9%)
1800.04/1800.09	c   delayed cutoffs  :      69878
1800.04/1800.09	c   repropagations   :    1963596 (4244985 domain reductions, 68530 cutoffs)
1800.04/1800.09	c   avg switch length:       6.42
1800.04/1800.09	c   switching time   :     281.60
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        141 (22 improvements)
1800.04/1800.09	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 29488 nodes, 61.97 seconds, depth 29, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.14/1800.17	c Time complete: 1800.22.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692345-1277927203/watcher-2692345-1277927203 -o /tmp/evaluation-result-2692345-1277927203/solver-2692345-1277927203 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692345-1277927203.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: 3.59 3.00 2.58 3/196 20591
/proc/meminfo: memFree=31069548/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=9404 CPUtime=0
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 1649 0 0 0 0 0 0 0 24 0 1 0 134014951 9629696 1569 4089446400 4194304 8223781 140736348991120 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20591/statm: 2351 1569 369 984 0 1364 0

[startup+0.069271 s]
/proc/loadavg: 3.59 3.00 2.58 3/196 20591
/proc/meminfo: memFree=31069548/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=35140 CPUtime=0.06
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 8089 0 0 0 6 0 0 0 24 0 1 0 134014951 35983360 7645 4089446400 4194304 8223781 140736348991120 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35140

[startup+0.10026 s]
/proc/loadavg: 3.59 3.00 2.58 3/196 20591
/proc/meminfo: memFree=31069548/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=35140 CPUtime=0.09
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 8089 0 0 0 9 0 0 0 24 0 1 0 134014951 35983360 7645 4089446400 4194304 8223781 140736348991120 18446744073709551615 7257208 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300228 s]
/proc/loadavg: 3.59 3.00 2.58 3/196 20591
/proc/meminfo: memFree=31069548/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=58616 CPUtime=0.29
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 14395 0 0 0 26 3 0 0 25 0 1 0 134014951 60022784 13339 4089446400 4194304 8223781 140736348991120 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 14654 13374 564 984 0 13667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58616

[startup+0.70015 s]
/proc/loadavg: 3.59 3.00 2.58 3/196 20591
/proc/meminfo: memFree=31069548/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=43080 CPUtime=0.69
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 15656 0 0 0 64 5 0 0 25 0 1 0 134014951 44113920 9711 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50102 s]
/proc/loadavg: 3.46 2.98 2.57 3/197 20592
/proc/meminfo: memFree=31032092/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=43164 CPUtime=1.49
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 15741 0 0 0 140 9 0 0 25 0 1 0 134014951 44199936 9796 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 10791 9796 578 984 0 9804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43164

[startup+3.10073 s]
/proc/loadavg: 3.46 2.98 2.57 3/197 20592
/proc/meminfo: memFree=31029292/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=50628 CPUtime=3.09
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 22452 0 0 0 294 15 0 0 25 0 1 0 134014951 51843072 11473 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 12657 11473 581 984 0 11670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50628

[startup+6.30016 s]
/proc/loadavg: 3.46 2.98 2.57 3/197 20592
/proc/meminfo: memFree=31021252/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=55172 CPUtime=6.29
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 28040 0 0 0 606 23 0 0 25 0 1 0 134014951 56496128 12658 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 13793 12658 581 984 0 12806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55172

[startup+12.701 s]
/proc/loadavg: 3.24 2.95 2.57 3/197 20592
/proc/meminfo: memFree=31016196/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=62444 CPUtime=12.69
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 39753 0 0 0 1229 40 0 0 25 0 1 0 134014951 63942656 14493 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 15611 14493 581 984 0 14624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62444

[startup+25.5007 s]
/proc/loadavg: 3.05 2.91 2.56 3/197 20592
/proc/meminfo: memFree=31001436/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=76952 CPUtime=25.49
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 48489 0 0 0 2479 70 0 0 25 0 1 0 134014951 78798848 18097 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 19238 18097 581 984 0 18251 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76952

[startup+51.1012 s]
/proc/loadavg: 2.69 2.84 2.54 3/197 20592
/proc/meminfo: memFree=30966900/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=111320 CPUtime=51.09
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 80244 0 0 0 4957 152 0 0 25 0 1 0 134014951 113991680 26741 4089446400 4194304 8223781 140736348991120 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 27830 26741 594 984 0 26843 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111320

[startup+102.306 s]
/proc/loadavg: 2.27 2.69 2.51 3/197 20594
/proc/meminfo: memFree=30959652/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=118240 CPUtime=102.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 111847 0 0 0 9879 351 0 0 25 0 1 0 134014951 121077760 28462 4089446400 4194304 8223781 140736348991120 18446744073709551615 6445094 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 29560 28462 595 984 0 28573 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118240

[startup+162.3 s]
/proc/loadavg: 2.10 2.57 2.48 3/197 20596
/proc/meminfo: memFree=30956636/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=121260 CPUtime=162.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 117014 0 0 0 15645 585 0 0 25 0 1 0 134014951 124170240 29193 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 30315 29193 595 984 0 29328 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 121260

[startup+222.301 s]
/proc/loadavg: 2.03 2.46 2.44 3/197 20597
/proc/meminfo: memFree=30951932/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=125492 CPUtime=222.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 119947 0 0 0 21419 811 0 0 25 0 1 0 134014951 128503808 30266 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 31373 30266 595 984 0 30386 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 125492

[startup+282.301 s]
/proc/loadavg: 2.01 2.37 2.41 3/197 20599
/proc/meminfo: memFree=30950752/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=126356 CPUtime=282.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 122013 0 0 0 27195 1035 0 0 25 0 1 0 134014951 129388544 30463 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 31589 30463 595 984 0 30602 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126356

[startup+342.301 s]
/proc/loadavg: 2.00 2.30 2.38 3/197 20600
/proc/meminfo: memFree=30950052/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=126700 CPUtime=342.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 122118 0 0 0 32969 1261 0 0 25 0 1 0 134014951 129740800 30568 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 31675 30568 595 984 0 30688 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 126700

[startup+402.3 s]
/proc/loadavg: 2.00 2.25 2.36 3/197 20602
/proc/meminfo: memFree=30948856/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=128080 CPUtime=402.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 122400 0 0 0 38743 1487 0 0 25 0 1 0 134014951 131153920 30850 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 32020 30850 595 984 0 31033 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 128080

[startup+462.301 s]
/proc/loadavg: 2.00 2.20 2.33 3/179 20632
/proc/meminfo: memFree=30966072/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=128684 CPUtime=462.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 122528 0 0 0 44518 1712 0 0 25 0 1 0 134014951 131772416 30978 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 32171 30978 595 984 0 31184 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 128684

[startup+522.301 s]
/proc/loadavg: 2.00 2.16 2.31 3/179 20633
/proc/meminfo: memFree=30896952/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=128916 CPUtime=522.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 124434 0 0 0 50290 1940 0 0 25 0 1 0 134014951 132009984 31042 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 32229 31042 595 984 0 31242 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 128916

[startup+582.3 s]
/proc/loadavg: 2.00 2.13 2.29 3/179 20635
/proc/meminfo: memFree=30834388/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=128936 CPUtime=582.3
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 124523 0 0 0 56067 2163 0 0 25 0 1 0 134014951 132030464 31061 4089446400 4194304 8223781 140736348991120 18446744073709551615 6023790 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 32234 31061 595 984 0 31247 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 128936

[startup+642.3 s]
/proc/loadavg: 2.00 2.10 2.26 3/179 20636
/proc/meminfo: memFree=30771592/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=129336 CPUtime=642.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 124658 0 0 0 61845 2387 0 0 25 0 1 0 134014951 132440064 31150 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 32334 31150 595 984 0 31347 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 129336

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.05 2.20 3/179 20652
/proc/meminfo: memFree=30607004/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=132288 CPUtime=882.31
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 125268 0 0 0 84992 3239 0 0 25 0 1 0 134014951 135462912 31760 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33072 31760 595 984 0 32085 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 132288

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.18 3/179 20653
/proc/meminfo: memFree=30554988/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=133356 CPUtime=942.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 127318 0 0 0 90794 3438 0 0 25 0 1 0 134014951 136556544 31972 4089446400 4194304 8223781 140736348991120 18446744073709551615 5955627 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33339 31972 595 984 0 32352 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 133356

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.17 3/179 20655
/proc/meminfo: memFree=30487348/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=133356 CPUtime=1002.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 127339 0 0 0 96589 3643 0 0 25 0 1 0 134014951 136556544 31993 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33339 31993 595 984 0 32352 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 133356

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/179 20657
/proc/meminfo: memFree=30436680/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=133768 CPUtime=1062.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 127424 0 0 0 102396 3836 0 0 25 0 1 0 134014951 136978432 32078 4089446400 4194304 8223781 140736348991120 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33442 32078 595 984 0 32455 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 133768

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/179 20658
/proc/meminfo: memFree=30383808/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=133848 CPUtime=1122.33
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 127704 0 0 0 108208 4025 0 0 25 0 1 0 134014951 137060352 32102 4089446400 4194304 8223781 140736348991120 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33462 32102 595 984 0 32475 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 133848

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 20660
/proc/meminfo: memFree=30334508/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=134916 CPUtime=1182.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 127938 0 0 0 114033 4199 0 0 25 0 1 0 134014951 138153984 32336 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33729 32336 595 984 0 32742 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 134916

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 2.13 3/179 20661
/proc/meminfo: memFree=30290912/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=135280 CPUtime=1242.32
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128064 0 0 0 119858 4374 0 0 25 0 1 0 134014951 138526720 32462 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33820 32462 595 984 0 32833 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 135280

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.12 3/179 20663
/proc/meminfo: memFree=30235696/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=135280 CPUtime=1302.33
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128076 0 0 0 125677 4556 0 0 25 0 1 0 134014951 138526720 32474 4089446400 4194304 8223781 140736348991120 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33820 32474 595 984 0 32833 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 135280

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/179 20665
/proc/meminfo: memFree=30189768/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=135404 CPUtime=1362.33
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128102 0 0 0 131489 4744 0 0 25 0 1 0 134014951 138653696 32500 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 33851 32500 595 984 0 32864 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 135404

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 20666
/proc/meminfo: memFree=30155476/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=136504 CPUtime=1422.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128413 0 0 0 137311 4923 0 0 25 0 1 0 134014951 139780096 32811 4089446400 4194304 8223781 140736348991120 18446744073709551615 5930432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 34126 32811 595 984 0 33139 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 136504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 20668
/proc/meminfo: memFree=30129396/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=138812 CPUtime=1482.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128818 0 0 0 143142 5092 0 0 25 0 1 0 134014951 142143488 33213 4089446400 4194304 8223781 140736348991120 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 34703 33213 593 984 0 33716 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 138812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 20669
/proc/meminfo: memFree=30092744/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=139340 CPUtime=1542.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 128900 0 0 0 148991 5243 0 0 25 0 1 0 134014951 142684160 33295 4089446400 4194304 8223781 140736348991120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 34835 33295 593 984 0 33848 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 139340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 20671
/proc/meminfo: memFree=30065648/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=140524 CPUtime=1602.33
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129083 0 0 0 154839 5394 0 0 25 0 1 0 134014951 143896576 33478 4089446400 4194304 8223781 140736348991120 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 35131 33478 593 984 0 34144 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 140524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 20673
/proc/meminfo: memFree=30046008/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=141040 CPUtime=1662.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129239 0 0 0 160703 5531 0 0 25 0 1 0 134014951 144424960 33634 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 35260 33634 593 984 0 34273 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 141040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 20674
/proc/meminfo: memFree=30025852/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=141964 CPUtime=1722.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129399 0 0 0 166564 5670 0 0 25 0 1 0 134014951 145371136 33794 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 35491 33794 593 984 0 34504 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 141964

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.06 3/179 20676
/proc/meminfo: memFree=30025296/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=142752 CPUtime=1782.34
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129578 0 0 0 172417 5817 0 0 25 0 1 0 134014951 146178048 33973 4089446400 4194304 8223781 140736348991120 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 35688 33973 593 984 0 34701 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 142752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.06 3/179 20677
/proc/meminfo: memFree=30025016/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=142752 CPUtime=1800.04
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129587 0 0 0 174146 5858 0 0 25 0 1 0 134014951 146178048 33982 4089446400 4194304 8223781 140736348991120 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/20591/statm: 35688 33982 593 984 0 34701 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 142752

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.06 2.01 2.06 3/179 20677
/proc/meminfo: memFree=30025016/32951124 swapFree=67111528/67111528
[pid=20591] ppid=20589 vsize=141944 CPUtime=1800.14
/proc/20591/stat : 20591 (pbscip.linux.x8) R 20589 20591 17925 0 -1 4202496 129627 0 0 0 174156 5858 0 0 18 0 1 0 134014951 145350656 33766 4089446400 4194304 8223781 140736348991120 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20591/statm: 35486 33766 595 984 0 34499 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 141944

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.22
CPU user time (s): 1741.63
CPU system time (s): 58.5941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 142752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.63
system time used= 58.5941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2743

runsolver used 2.36364 second user time and 5.84211 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 21:46:43
IDJOB=2692345
IDBENCH=79277
IDSOLVER=1204
FILE ID=node146/2692345-1277927203
PBS_JOBID= 11197345
Free space on /tmp= 74180 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.1900574864--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-2692345-1277927203/watcher-2692345-1277927203 -o /tmp/evaluation-result-2692345-1277927203/solver-2692345-1277927203 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692345-1277927203.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2d789ef1df9f4a4dbc546a24cba98a06
RANDOM SEED=143771330

node146.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31070324 kB
Buffers:        217320 kB
Cached:        1332668 kB
SwapCached:          0 kB
Active:         601836 kB
Inactive:      1130040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31070324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4792 kB
Writeback:           0 kB
AnonPages:      182060 kB
Mapped:          20280 kB
Slab:            83952 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1656008 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 node146 at 2010-06-30 22:16:45