Trace number 2705015

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.33 1790.28

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM24569843aeaad08e546ecaba09eee200
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 benchmark148.653
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705015-1278576815.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136613
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.97
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.366130e+05 |    Inf 
8.59/8.63	o 232
8.59/8.63	c * 8.6s|  4239 |  3571 |  2960 |   0.7 |  31M|2447 |   - |5645 |5414 |5645 | 224 | 902 |   0 | 568 | 0.000000e+00 | 2.320000e+02 |    Inf 
17.09/17.13	o 215
17.09/17.13	c *17.1s|  8205 |  6976 |  6184 |   0.7 |  42M|2447 |   - |5645 |5904 |5645 | 196 |1618 | 490 | 749 | 0.000000e+00 | 2.150000e+02 |    Inf 
17.79/17.88	o 202
17.79/17.88	c *17.8s|  8447 |  7024 |  6668 |   0.8 |  43M|2447 |   - |5645 |5986 |5645 | 203 |1702 | 572 | 808 | 0.000000e+00 | 2.020000e+02 |    Inf 
18.09/18.11	o 193
18.09/18.11	c *18.1s|  8498 |  6944 |  6955 |   0.8 |  43M|2447 |   - |5645 |6038 |5645 | 207 |1733 | 624 | 853 | 0.000000e+00 | 1.930000e+02 |    Inf 
18.09/18.12	o 178
18.09/18.12	c *18.1s|  8499 |  6560 |  6960 |   0.8 |  42M|2447 |   - |5645 |6038 |5645 | 207 |1733 | 624 | 853 | 0.000000e+00 | 1.780000e+02 |    Inf 
18.70/18.77	o 177
18.70/18.77	c *18.7s|  8679 |  6631 |  7578 |   0.9 |  44M|2447 |   - |5645 |6214 |5645 | 205 |1839 | 800 | 921 | 0.000000e+00 | 1.770000e+02 |    Inf 
22.99/23.01	c  23.0s| 10000 |  7570 | 11398 |   1.1 |  51M|2447 |   0 |5645 |7000 |5645 | 189 |2955 |1586 |1064 | 0.000000e+00 | 1.770000e+02 |    Inf 
28.49/28.52	o 152
28.49/28.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.49/28.52	c *28.5s| 11736 |  8013 | 13867 |   1.2 |  57M|2447 |   - |5645 |8065 |5645 | 213 |3674 |2652 |1131 | 0.000000e+00 | 1.520000e+02 |    Inf 
28.49/28.54	o 147
28.49/28.54	c *28.5s| 11739 |  7725 | 13871 |   1.2 |  56M|2447 |   - |5645 |8065 |5645 | 213 |3674 |2652 |1131 | 0.000000e+00 | 1.470000e+02 |    Inf 
37.09/37.19	o 130
37.09/37.19	c *37.2s| 14326 |  8400 | 19380 |   1.3 |  67M|2447 |   - |5645 |  10k|5645 | 215 |4919 |4895 |1304 | 0.000000e+00 | 1.300000e+02 |    Inf 
37.09/37.19	o 128
37.09/37.19	c *37.2s| 14327 |  8291 | 19380 |   1.3 |  67M|2447 |   - |5645 |  10k|5645 | 215 |4919 |4895 |1304 | 0.000000e+00 | 1.280000e+02 |    Inf 
37.49/37.55	o 107
37.49/37.55	c *37.5s| 14396 |  7233 | 19709 |   1.4 |  62M|2447 |   - |5645 |  10k|5645 | 210 |5000 |4966 |1306 | 0.000000e+00 | 1.070000e+02 |    Inf 
37.49/37.55	o 105
37.49/37.55	c *37.5s| 14397 |  7138 | 19709 |   1.4 |  62M|2447 |   - |5645 |  10k|5645 | 210 |5000 |4966 |1306 | 0.000000e+00 | 1.050000e+02 |    Inf 
38.19/38.27	o 95
38.19/38.27	c *38.2s| 14728 |  6427 | 20216 |   1.4 |  59M|2447 |   - |5645 |  10k|5645 | 219 |5127 |5060 |1313 | 0.000000e+00 | 9.500000e+01 |    Inf 
38.29/38.33	o 90
38.29/38.33	c *38.3s| 14732 |  6084 | 20382 |   1.4 |  57M|2447 |   - |5645 |  10k|5645 | 210 |5146 |5060 |1318 | 0.000000e+00 | 9.000000e+01 |    Inf 
41.09/41.14	o 86
41.09/41.14	c *41.1s| 15451 |  6108 | 22828 |   1.5 |  59M|2447 |   - |5645 |  10k|5645 | 212 |5755 |5555 |1403 | 0.000000e+00 | 8.600000e+01 |    Inf 
42.29/42.34	o 76
42.29/42.34	c *42.3s| 15778 |  5416 | 24030 |   1.5 |  56M|2447 |   - |5645 |9937 |5645 | 200 |6027 |5856 |1427 | 0.000000e+00 | 7.600000e+01 |    Inf 
46.49/46.53	o 73
46.49/46.53	c *46.5s| 16977 |  5634 | 26945 |   1.6 |  60M|2447 |   - |5645 |9392 |5645 | 214 |6796 |6982 |1485 | 0.000000e+00 | 7.300000e+01 |    Inf 
57.40/57.49	c  57.5s| 20000 |  7004 | 36660 |   1.8 |  70M|2447 |   0 |5645 |8493 |5645 | 218 |9382 |9416 |1628 | 0.000000e+00 | 7.300000e+01 |    Inf 
68.79/68.86	o 69
68.79/68.86	c *68.8s| 23173 |  7803 | 46721 |   2.0 |  78M|2447 |   - |5645 |7353 |5645 | 239 |  12k|  12k|1672 | 0.000000e+00 | 6.900000e+01 |    Inf 
68.89/68.94	o 67
68.89/68.94	c *68.9s| 23185 |  7560 | 46922 |   2.0 |  75M|2447 |   - |5645 |7018 |5645 | 212 |  12k|  12k|1674 | 0.000000e+00 | 6.700000e+01 |    Inf 
93.00/93.08	c  93.0s| 30000 | 10069 | 77991 |   2.6 |  97M|2447 |   - |5645 |6582 |   0 |   0 |  19k|  17k|1704 | 0.000000e+00 | 6.700000e+01 |    Inf 
127.69/127.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.69/127.72	c   128s| 40000 | 13951 |112793 |   2.8 | 127M|2447 |   0 |5645 |7814 |5645 | 210 |  30k|  25k|1997 | 0.000000e+00 | 6.700000e+01 |    Inf 
163.00/163.09	c   163s| 50000 | 17906 |145716 |   2.9 | 158M|2447 |   0 |5645 |8297 |5645 | 216 |  40k|  34k|2235 | 0.000000e+00 | 6.700000e+01 |    Inf 
171.29/171.33	o 65
171.29/171.33	c * 171s| 52186 | 18177 |153909 |   2.9 | 162M|2447 |   - |5645 |8077 |5645 | 214 |  43k|  37k|2336 | 0.000000e+00 | 6.500000e+01 |    Inf 
199.29/199.32	c   199s| 60000 | 20451 |185937 |   3.1 | 184M|2447 |   0 |5645 |7544 |5645 | 228 |  52k|  44k|2545 | 0.000000e+00 | 6.500000e+01 |    Inf 
237.00/237.04	c   237s| 70000 | 23476 |229172 |   3.3 | 214M|2447 |  11 |5645 |8126 |5645 | 228 |  65k|  54k|2852 | 0.000000e+00 | 6.500000e+01 |    Inf 
273.80/273.86	c   274s| 80000 | 26447 |269112 |   3.4 | 240M|2447 |   0 |5645 |8382 |5645 | 266 |  78k|  64k|3076 | 0.000000e+00 | 6.500000e+01 |    Inf 
278.40/278.46	o 60
278.40/278.46	c * 278s| 81153 | 25631 |273821 |   3.4 | 238M|2447 |   - |5645 |8429 |5645 | 259 |  79k|  66k|3102 | 0.000000e+00 | 6.000000e+01 |    Inf 
310.11/310.16	c   310s| 90000 | 27407 |312147 |   3.5 | 258M|2447 |   - |5645 |7052 |   0 |   0 |  90k|  76k|3420 | 0.000000e+00 | 6.000000e+01 |    Inf 
343.40/343.44	c   343s|100000 | 29203 |352342 |   3.5 | 279M|2447 |  12 |5645 |7211 |5645 | 215 | 101k|  86k|3604 | 0.000000e+00 | 6.000000e+01 |    Inf 
368.90/368.93	o 53
368.90/368.93	c * 369s|107268 | 29313 |382400 |   3.6 | 287M|2447 |   - |5645 |7087 |5645 | 206 | 110k|  94k|3737 | 0.000000e+00 | 5.300000e+01 |    Inf 
368.90/368.94	o 46
368.90/368.94	c * 369s|107269 | 28522 |382400 |   3.6 | 280M|2447 |   - |5645 |7087 |5645 | 206 | 110k|  94k|3737 | 0.000000e+00 | 4.600000e+01 |    Inf 
374.90/374.96	o 45
374.90/374.96	c * 375s|109278 | 28915 |389657 |   3.6 | 283M|2447 |   - |5645 |7124 |5645 | 207 | 111k|  96k|3803 | 0.000000e+00 | 4.500000e+01 |    Inf 
377.21/377.23	c   377s|110000 | 28978 |392539 |   3.6 | 284M|2447 |   - |5645 |7047 |   0 |   0 | 112k|  97k|3818 | 0.000000e+00 | 4.500000e+01 |    Inf 
405.91/405.94	c   406s|120000 | 29991 |428262 |   3.6 | 297M|2447 |   - |5645 |6190 |   0 |   0 | 121k| 109k|3997 | 0.000000e+00 | 4.500000e+01 |    Inf 
421.00/421.05	o 28
421.00/421.05	c * 421s|124963 | 26378 |451015 |   3.6 | 261M|2447 |   - |5645 |6395 |5645 | 212 | 127k| 116k|4108 | 0.000000e+00 | 2.800000e+01 |    Inf 
432.81/432.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
432.81/432.89	c   433s|130000 | 25941 |473866 |   3.6 | 264M|2447 |   1 |5645 |5741 |5645 | 255 | 131k| 123k|4214 | 0.000000e+00 | 2.800000e+01 |    Inf 
440.30/440.39	o 26
440.30/440.39	c * 440s|133557 | 25485 |487425 |   3.6 | 258M|2447 |   - |5645 |6611 |5645 | 207 | 133k| 127k|4299 | 0.000000e+00 | 2.600000e+01 |    Inf 
454.70/454.73	c   455s|140000 | 25095 |513621 |   3.7 | 260M|2447 |   - |5645 |6428 |   0 |   0 | 138k| 136k|4386 | 0.000000e+00 | 2.600000e+01 |    Inf 
476.01/476.04	c   476s|150000 | 25123 |552861 |   3.7 | 265M|2447 |   - |5645 |8733 |   0 |   0 | 145k| 149k|4530 | 0.000000e+00 | 2.600000e+01 |    Inf 
498.01/498.08	c   498s|160000 | 25091 |590927 |   3.7 | 269M|2447 |   - |5645 |8819 |   0 |   0 | 152k| 162k|4690 | 0.000000e+00 | 2.600000e+01 |    Inf 
519.30/519.31	c   519s|170000 | 25161 |626011 |   3.7 | 272M|2447 |   - |5645 |  11k|   0 |   0 | 158k| 175k|4789 | 0.000000e+00 | 2.600000e+01 |    Inf 
540.21/540.29	c   540s|180000 | 25335 |655726 |   3.6 | 276M|2447 |   - |5645 |  13k|   0 |   0 | 162k| 190k|4895 | 0.000000e+00 | 2.600000e+01 |    Inf 
561.80/561.83	c   562s|190000 | 25510 |683886 |   3.6 | 279M|2447 |   4 |5645 |  13k|5645 | 218 | 166k| 205k|4963 | 0.000000e+00 | 2.600000e+01 |    Inf 
584.21/584.20	c   584s|200000 | 25667 |713819 |   3.6 | 284M|2447 |   1 |5645 |  16k|5645 | 214 | 170k| 219k|5054 | 0.000000e+00 | 2.600000e+01 |    Inf 
606.80/606.87	c   607s|210000 | 25781 |740375 |   3.5 | 286M|2447 |   - |5645 |  15k|   0 |   0 | 174k| 234k|5123 | 0.000000e+00 | 2.600000e+01 |    Inf 
630.01/630.01	c   630s|220000 | 25939 |768871 |   3.5 | 289M|2447 |   1 |5645 |  14k|5645 | 206 | 178k| 250k|5200 | 0.000000e+00 | 2.600000e+01 |    Inf 
652.61/652.69	c   653s|230000 | 25973 |806158 |   3.5 | 291M|2447 |   - |5645 |  10k|   0 |   0 | 185k| 263k|5324 | 0.000000e+00 | 2.600000e+01 |    Inf 
675.01/675.07	c   675s|240000 | 26153 |846021 |   3.5 | 294M|2447 |   6 |5645 |  11k|5645 | 231 | 192k| 276k|5428 | 0.000000e+00 | 2.600000e+01 |    Inf 
695.81/695.80	o 23
695.81/695.80	c * 696s|248707 | 24856 |883662 |   3.6 | 278M|2447 |   - |5645 |  11k|5645 | 249 | 200k| 287k|5546 | 0.000000e+00 | 2.300000e+01 |    Inf 
695.81/695.83	o 17
695.81/695.83	c * 696s|248717 | 24418 |883662 |   3.6 | 269M|2447 |   - |5645 |  11k|5645 | 249 | 200k| 287k|5546 | 0.000000e+00 | 1.700000e+01 |    Inf 
698.61/698.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.61/698.68	c   699s|250000 | 24316 |889473 |   3.6 | 267M|2447 |   1 |5645 |7974 |5645 | 194 | 200k| 289k|5583 | 0.000000e+00 | 1.700000e+01 |    Inf 
718.81/718.80	c   719s|260000 | 24367 |935094 |   3.6 | 270M|2447 |   1 |5645 |8044 |5645 | 191 | 208k| 302k|5671 | 0.000000e+00 | 1.700000e+01 |    Inf 
739.01/739.06	c   739s|270000 | 24476 |973373 |   3.6 | 273M|2447 |   - |5645 |  10k|   0 |   0 | 216k| 316k|5786 | 0.000000e+00 | 1.700000e+01 |    Inf 
760.02/760.05	c   760s|280000 | 24469 |  1017k|   3.6 | 274M|2447 |   - |5645 |  10k|   0 |   0 | 224k| 330k|5879 | 0.000000e+00 | 1.700000e+01 |    Inf 
779.82/779.84	c   780s|290000 | 24321 |  1056k|   3.6 | 275M|2447 |   8 |5645 |8543 |5645 | 203 | 230k| 343k|5961 | 0.000000e+00 | 1.700000e+01 |    Inf 
799.52/799.59	c   800s|300000 | 24436 |  1096k|   3.7 | 278M|2447 |   - |5645 |  11k|   0 |   0 | 237k| 357k|6074 | 0.000000e+00 | 1.700000e+01 |    Inf 
811.61/811.64	o 15
811.61/811.64	c * 812s|305841 | 24234 |  1121k|   3.7 | 272M|2447 |   - |5645 |  10k|5645 | 194 | 242k| 364k|6138 | 0.000000e+00 | 1.500000e+01 |    Inf 
811.82/811.90	o 13
811.82/811.90	c * 812s|305960 | 23290 |  1122k|   3.7 | 257M|2447 |   - |5645 |  10k|5645 | 218 | 242k| 364k|6138 | 0.000000e+00 | 1.300000e+01 |    Inf 
812.01/812.03	o 9
812.01/812.03	c * 812s|306021 | 22209 |  1122k|   3.7 | 240M|2447 |   - |5645 |  10k|5645 | 193 | 242k| 365k|6138 | 0.000000e+00 | 9.000000e+00 |    Inf 
812.31/812.32	o 6
812.31/812.32	c * 812s|306158 | 21087 |  1123k|   3.7 | 225M|2447 |   - |5645 |9883 |5645 | 206 | 242k| 365k|6139 | 0.000000e+00 | 6.000000e+00 |    Inf 
818.81/818.89	c   819s|310000 | 21065 |  1139k|   3.7 | 225M|2447 |  13 |5645 |8693 |5645 | 227 | 244k| 370k|6151 | 0.000000e+00 | 6.000000e+00 |    Inf 
820.02/820.08	o 5
820.02/820.08	c * 820s|310734 | 20392 |  1142k|   3.7 | 217M|2447 |   - |5645 |9240 |5645 | 222 | 245k| 371k|6151 | 0.000000e+00 | 5.000000e+00 |    Inf 
827.31/827.37	o 4
827.31/827.37	c * 827s|315005 | 19981 |  1161k|   3.7 | 212M|2447 |   - |5645 |7982 |5645 | 218 | 247k| 377k|6197 | 0.000000e+00 | 4.000000e+00 |    Inf 
835.72/835.72	c   836s|320000 | 19918 |  1183k|   3.7 | 212M|2447 |   - |5645 |7220 |   0 |   0 | 250k| 383k|6246 | 0.000000e+00 | 4.000000e+00 |    Inf 
852.01/852.03	c   852s|330000 | 19890 |  1227k|   3.7 | 213M|2447 |   7 |5645 |9207 |5645 | 212 | 258k| 397k|6312 | 0.000000e+00 | 4.000000e+00 |    Inf 
868.71/868.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.71/868.79	c   869s|340000 | 19876 |  1267k|   3.7 | 214M|2447 |  12 |5645 |  10k|5645 | 222 | 263k| 410k|6385 | 0.000000e+00 | 4.000000e+00 |    Inf 
886.02/886.08	c   886s|350000 | 19771 |  1308k|   3.7 | 214M|2447 |   1 |5645 |  10k|5645 | 241 | 269k| 424k|6488 | 0.000000e+00 | 4.000000e+00 |    Inf 
906.22/906.23	c   906s|360000 | 19851 |  1373k|   3.8 | 216M|2447 |   - |5645 |  14k|   0 |   0 | 278k| 437k|6620 | 0.000000e+00 | 4.000000e+00 |    Inf 
927.52/927.53	c   928s|370000 | 19921 |  1437k|   3.9 | 217M|2447 |   1 |5645 |  16k|5645 | 254 | 286k| 450k|6709 | 0.000000e+00 | 4.000000e+00 |    Inf 
950.21/950.24	c   950s|380000 | 19946 |  1504k|   4.0 | 219M|2447 |   - |5645 |  19k|   0 |   0 | 295k| 463k|6807 | 0.000000e+00 | 4.000000e+00 |    Inf 
971.12/971.19	c   971s|390000 | 19771 |  1558k|   4.0 | 216M|2447 |   - |5645 |  12k|   0 |   0 | 302k| 477k|6967 | 0.000000e+00 | 4.000000e+00 |    Inf 
990.03/990.05	c   990s|400000 | 19758 |  1602k|   4.0 | 217M|2447 |   1 |5645 |  15k|5645 | 263 | 308k| 491k|7016 | 0.000000e+00 | 4.000000e+00 |    Inf 
1008.42/1008.40	c  1008s|410000 | 19701 |  1646k|   4.0 | 216M|2447 |   1 |5645 |  12k|5645 | 206 | 314k| 504k|7077 | 0.000000e+00 | 4.000000e+00 |    Inf 
1026.42/1026.45	c  1026s|420000 | 19688 |  1685k|   4.0 | 217M|2447 |   1 |5645 |  12k|5645 | 245 | 320k| 518k|7143 | 0.000000e+00 | 4.000000e+00 |    Inf 
1044.82/1044.83	c  1045s|430000 | 19688 |  1725k|   4.0 | 218M|2447 |   - |5645 |  14k|   0 |   0 | 325k| 532k|7217 | 0.000000e+00 | 4.000000e+00 |    Inf 
1064.12/1064.10	c  1064s|440000 | 19690 |  1767k|   4.0 | 221M|2447 |   - |5645 |  21k|   0 |   0 | 331k| 547k|7277 | 0.000000e+00 | 4.000000e+00 |    Inf 
1083.62/1083.66	c  1084s|450000 | 19640 |  1809k|   4.0 | 218M|2447 |   1 |5645 |  15k|5645 | 248 | 336k| 561k|7355 | 0.000000e+00 | 4.000000e+00 |    Inf 
1104.23/1104.29	c  1104s|460000 | 19636 |  1856k|   4.0 | 220M|2447 |   1 |5645 |  18k|5645 | 246 | 342k| 575k|7409 | 0.000000e+00 | 4.000000e+00 |    Inf 
1124.13/1124.17	c  1124s|470000 | 19580 |  1898k|   4.0 | 217M|2447 |   1 |5645 |  11k|5645 | 238 | 347k| 589k|7478 | 0.000000e+00 | 4.000000e+00 |    Inf 
1142.23/1142.23	c  1142s|480000 | 19621 |  1942k|   4.0 | 219M|2447 |   1 |5645 |  15k|5645 | 241 | 354k| 603k|7533 | 0.000000e+00 | 4.000000e+00 |    Inf 
1153.72/1153.71	o 3
1153.72/1153.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1153.72/1153.71	c *1154s|485903 | 19443 |  1967k|   4.0 | 218M|2447 |   - |5645 |  14k|5645 | 235 | 358k| 611k|7571 | 0.000000e+00 | 3.000000e+00 |    Inf 
1161.22/1161.25	c  1161s|490000 | 19435 |  1985k|   4.1 | 218M|2447 |   - |5645 |  14k|   0 |   0 | 360k| 617k|7597 | 0.000000e+00 | 3.000000e+00 |    Inf 
1180.93/1180.90	c  1181s|500000 | 19449 |  2031k|   4.1 | 218M|2447 |   1 |5645 |  14k|5645 | 275 | 367k| 630k|7666 | 0.000000e+00 | 3.000000e+00 |    Inf 
1201.63/1201.62	c  1202s|510000 | 19457 |  2081k|   4.1 | 219M|2447 |   - |5645 |  15k|   0 |   0 | 372k| 644k|7736 | 0.000000e+00 | 3.000000e+00 |    Inf 
1221.73/1221.79	c  1222s|520000 | 19393 |  2134k|   4.1 | 217M|2447 |   - |5645 |  11k|   0 |   0 | 379k| 658k|7792 | 0.000000e+00 | 3.000000e+00 |    Inf 
1240.93/1240.98	c  1241s|530000 | 19461 |  2181k|   4.1 | 220M|2447 |   - |5645 |  16k|   0 |   0 | 386k| 672k|7862 | 0.000000e+00 | 3.000000e+00 |    Inf 
1261.43/1261.49	c  1261s|540000 | 19565 |  2223k|   4.1 | 223M|2447 |   1 |5645 |  20k|5645 | 258 | 392k| 687k|7913 | 0.000000e+00 | 3.000000e+00 |    Inf 
1284.03/1284.01	c  1284s|550000 | 19599 |  2267k|   4.1 | 223M|2447 |   1 |5645 |  17k|5645 | 251 | 397k| 701k|7973 | 0.000000e+00 | 3.000000e+00 |    Inf 
1303.83/1303.80	c  1304s|560000 | 19638 |  2303k|   4.1 | 224M|2447 |   - |5645 |  18k|   0 |   0 | 403k| 715k|8023 | 0.000000e+00 | 3.000000e+00 |    Inf 
1323.13/1323.13	c  1323s|570000 | 19688 |  2341k|   4.1 | 225M|2447 |   1 |5645 |  18k|5645 | 271 | 408k| 730k|8083 | 0.000000e+00 | 3.000000e+00 |    Inf 
1343.04/1343.01	c  1343s|580000 | 19770 |  2381k|   4.1 | 227M|2447 |   1 |5645 |  19k|5645 | 280 | 414k| 745k|8138 | 0.000000e+00 | 3.000000e+00 |    Inf 
1365.14/1365.13	c  1365s|590000 | 19813 |  2437k|   4.1 | 228M|2447 |  21 |5645 |  19k|5645 | 269 | 421k| 761k|8195 | 0.000000e+00 | 3.000000e+00 |    Inf 
1386.53/1386.52	c  1386s|600000 | 19702 |  2488k|   4.1 | 224M|2447 |   8 |5645 |  13k|5645 | 237 | 427k| 776k|8261 | 0.000000e+00 | 3.000000e+00 |    Inf 
1406.23/1406.25	c  1406s|610000 | 19726 |  2528k|   4.1 | 227M|2447 |   - |5645 |  17k|   0 |   0 | 432k| 791k|8313 | 0.000000e+00 | 3.000000e+00 |    Inf 
1426.93/1426.97	c  1427s|620000 | 19688 |  2579k|   4.2 | 227M|2447 |   - |5645 |  17k|   0 |   0 | 439k| 806k|8374 | 0.000000e+00 | 3.000000e+00 |    Inf 
1446.54/1446.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1446.54/1446.55	c  1447s|630000 | 19612 |  2622k|   4.2 | 225M|2447 |   - |5645 |  16k|   0 |   0 | 444k| 819k|8446 | 0.000000e+00 | 3.000000e+00 |    Inf 
1465.73/1465.78	c  1466s|640000 | 19572 |  2664k|   4.2 | 224M|2447 |   1 |5645 |  16k|5645 | 202 | 450k| 833k|8492 | 0.000000e+00 | 3.000000e+00 |    Inf 
1484.64/1484.67	c  1485s|650000 | 19497 |  2709k|   4.2 | 222M|2447 |  14 |5645 |  13k|5645 | 249 | 455k| 847k|8561 | 0.000000e+00 | 3.000000e+00 |    Inf 
1503.44/1503.46	c  1503s|660000 | 19500 |  2753k|   4.2 | 224M|2447 |   1 |5645 |  18k|5645 | 268 | 460k| 861k|8609 | 0.000000e+00 | 3.000000e+00 |    Inf 
1521.93/1521.90	c  1522s|670000 | 19430 |  2791k|   4.2 | 223M|2447 |   - |5645 |  16k|   0 |   0 | 466k| 875k|8645 | 0.000000e+00 | 3.000000e+00 |    Inf 
1541.05/1541.06	c  1541s|680000 | 19466 |  2830k|   4.2 | 224M|2447 |  15 |5645 |  17k|5645 | 214 | 472k| 889k|8693 | 0.000000e+00 | 3.000000e+00 |    Inf 
1562.24/1562.26	c  1562s|690000 | 19530 |  2876k|   4.2 | 225M|2447 |   1 |5645 |  17k|5645 | 235 | 479k| 903k|8737 | 0.000000e+00 | 3.000000e+00 |    Inf 
1583.74/1583.72	c  1584s|700000 | 19515 |  2924k|   4.2 | 226M|2447 |   1 |5645 |  18k|5645 | 256 | 485k| 917k|8785 | 0.000000e+00 | 3.000000e+00 |    Inf 
1604.53/1604.57	c  1605s|710000 | 19465 |  2966k|   4.2 | 225M|2447 |   - |5645 |  17k|   0 |   0 | 490k| 932k|8847 | 0.000000e+00 | 3.000000e+00 |    Inf 
1624.34/1624.33	c  1624s|720000 | 19445 |  3009k|   4.2 | 226M|2447 |  25 |5645 |  19k|5645 | 282 | 495k| 946k|8892 | 0.000000e+00 | 3.000000e+00 |    Inf 
1643.84/1643.87	c  1644s|730000 | 19387 |  3048k|   4.2 | 225M|2447 |   - |5645 |  16k|   0 |   0 | 500k| 960k|8942 | 0.000000e+00 | 3.000000e+00 |    Inf 
1664.25/1664.22	c  1664s|740000 | 19404 |  3086k|   4.2 | 226M|2447 |   - |5645 |  20k|   0 |   0 | 505k| 973k|8977 | 0.000000e+00 | 3.000000e+00 |    Inf 
1684.34/1684.30	c  1684s|750000 | 19052 |  3126k|   4.2 | 222M|2447 |   - |5645 |  12k|   0 |   0 | 510k| 986k|9055 | 0.000000e+00 | 3.000000e+00 |    Inf 
1702.54/1702.51	c  1702s|760000 | 19025 |  3167k|   4.2 | 223M|2447 |   - |5645 |  16k|   0 |   0 | 514k|1000k|9093 | 0.000000e+00 | 3.000000e+00 |    Inf 
1723.14/1723.17	c  1723s|770000 | 19028 |  3216k|   4.2 | 224M|2447 |   - |5645 |  18k|   0 |   0 | 520k|1014k|9133 | 0.000000e+00 | 3.000000e+00 |    Inf 
1743.34/1743.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1743.34/1743.34	c  1743s|780000 | 18816 |  3257k|   4.2 | 222M|2447 |   - |5645 |  17k|   0 |   0 | 525k|1028k|9198 | 0.000000e+00 | 3.000000e+00 |    Inf 
1764.85/1764.87	c  1765s|790000 | 18839 |  3304k|   4.2 | 224M|2447 |   9 |5645 |  18k|5645 | 251 | 531k|1042k|9237 | 0.000000e+00 | 3.000000e+00 |    Inf 
1784.64/1784.65	c  1785s|800000 | 18553 |  3344k|   4.2 | 220M|2447 |   1 |5645 |  13k|5645 | 241 | 536k|1056k|9292 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 802886
1790.04/1790.00	c Primal Bound       : +3.00000000000000e+00 (291 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.07	s SATISFIABLE
1790.04/1790.07	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1790.04/1790.07	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.07	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.07	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.04/1790.07	v x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.04/1790.07	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.04/1790.07	v -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1790.04/1790.07	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.07	v x1 
1790.04/1790.07	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.07	c Solving Time       :    1789.97
1790.04/1790.07	c Original Problem   :
1790.04/1790.07	c   Problem name     : HOME/instance-2705015-1278576815.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.07	c Presolved Problem  :
1790.04/1790.07	c   Problem name     : t_HOME/instance-2705015-1278576815.wbo
1790.04/1790.07	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.07	c   Constraints      : 5414 initial, 22917 maximal
1790.04/1790.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.07	c   root node        :          -       5316          -          -       5316          -          -          -          -
1790.04/1790.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   integral         :          0          0          0     539059          0         10        690          0          0     802302
1790.04/1790.07	c   linear           :       2707          6    4816944     137110          1     285219   22171867     538291          0          0
1790.04/1790.07	c   indicator        :       2707          0    4501725     136855          1       2486   13457402          0          0          0
1790.04/1790.07	c   logicor          :          0+         0    1337834          0          0      65881    1306661          0          0          0
1790.04/1790.07	c   bounddisjunction :          0+         0     313210          0          0        203       6063          0          0          0
1790.04/1790.07	c   countsols        :          0          0          0      54021          1          0          0          0          0          0
1790.04/1790.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.07	c   integral         :      14.94       0.00       0.00      14.94       0.00
1790.04/1790.07	c   linear           :     214.73       0.00     202.53      12.19       0.00
1790.04/1790.07	c   indicator        :      91.63       0.02      75.39      16.22       0.00
1790.04/1790.07	c   logicor          :     168.22       0.00     168.22       0.00       0.00
1790.04/1790.07	c   bounddisjunction :       2.74       0.00       2.74       0.00       0.00
1790.04/1790.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.07	c   vbounds          :       1.14     107936          9      18003
1790.04/1790.07	c   rootredcost      :       0.74         35          0       2658
1790.04/1790.07	c   pseudoobj        :     209.58    4855066      37684   13156587
1790.04/1790.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.07	c   propagation      :      24.23     388987     388934    2425695       27.6      12651       23.8          -
1790.04/1790.07	c   infeasible LP    :       5.07      15017      15017     123709       40.1        171       19.7          0
1790.04/1790.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.07	c   pseudo solution  :       0.00          1          1          7       24.6          0        0.0          -
1790.04/1790.07	c   applied globally :          -          -          -    1060393       22.0          -          -          -
1790.04/1790.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.07	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.07	c   redcost          :      57.75     545753          0     769930          0          0
1790.04/1790.07	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.07	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.07	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.07	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.07	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.07	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.07	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.07	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.07	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.07	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.07	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.07	c Pricers            :       Time      Calls       Vars
1790.04/1790.07	c   problem variables:       0.00          0          0
1790.04/1790.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.07	c   relpscost        :      14.50     401745         10        690          0          0     802302
1790.04/1790.07	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   inference        :      22.52      53987          0          0          0          0     108275
1790.04/1790.07	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.07	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.07	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.07	c   LP solutions     :       0.11          -         35
1790.04/1790.07	c   pseudo solutions :       0.00          -          0
1790.04/1790.07	c   feaspump         :       0.01          0          0
1790.04/1790.07	c   intshifting      :       0.01          0          0
1790.04/1790.07	c   oneopt           :       0.37         31          0
1790.04/1790.07	c   guideddiving     :       0.03         10          0
1790.04/1790.07	c   linesearchdiving :       0.06         36          0
1790.04/1790.07	c   fracdiving       :       0.07         36          0
1790.04/1790.07	c   veclendiving     :       0.06         36          0
1790.04/1790.07	c   coefdiving       :       0.07         37          0
1790.04/1790.07	c   pscostdiving     :       0.07         37          0
1790.04/1790.07	c   objpscostdiving  :       0.07         35          0
1790.04/1790.07	c   rootsoldiving    :       0.08         35          0
1790.04/1790.07	c   crossover        :       2.16         56          7
1790.04/1790.07	c   trivial          :       0.07          2          2
1790.04/1790.07	c   simplerounding   :       0.74     402622          0
1790.04/1790.07	c   zirounding       :       0.38       1000          0
1790.04/1790.07	c   rounding         :       1.19       9040          0
1790.04/1790.07	c   shifting         :       0.72       2833          0
1790.04/1790.07	c   twoopt           :       0.00          0          0
1790.04/1790.07	c   fixandinfer      :       0.00          0          0
1790.04/1790.07	c   intdiving        :       0.00          0          0
1790.04/1790.07	c   actconsdiving    :       0.00          0          0
1790.04/1790.07	c   octane           :       0.00          0          0
1790.04/1790.07	c   rens             :       0.03          1          0
1790.04/1790.07	c   rins             :       0.00          0          0
1790.04/1790.07	c   localbranching   :       0.00          0          0
1790.04/1790.07	c   mutation         :       0.00          0          0
1790.04/1790.07	c   dins             :       0.00          0          0
1790.04/1790.07	c   undercover       :       0.00          0          0
1790.04/1790.07	c   nlp              :       0.13          0          0
1790.04/1790.07	c   trysol           :       0.57        334        247
1790.04/1790.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.07	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.07	c   dual LP          :     508.61     512151    3356714       6.55    6599.84
1790.04/1790.07	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.07	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.07	c   diving/probing LP:       0.08         44        679      15.43    8748.08
1790.04/1790.07	c   strong branching :      11.59       9292      95573      10.29    8246.93
1790.04/1790.07	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.07	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.07	c B&B Tree           :
1790.04/1790.07	c   number of runs   :          1
1790.04/1790.07	c   nodes            :     802886
1790.04/1790.07	c   nodes (total)    :     802886
1790.04/1790.07	c   nodes left       :      18473
1790.04/1790.07	c   max depth        :       2447
1790.04/1790.07	c   max depth (total):       2447
1790.04/1790.07	c   backtracks       :      72955 (9.1%)
1790.04/1790.07	c   delayed cutoffs  :      66559
1790.04/1790.07	c   repropagations   :    2323586 (8940549 domain reductions, 58764 cutoffs)
1790.04/1790.07	c   avg switch length:       7.43
1790.04/1790.07	c   switching time   :     236.65
1790.04/1790.07	c Solution           :
1790.04/1790.07	c   Solutions found  :        291 (36 improvements)
1790.04/1790.07	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.07	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 485903 nodes, 1153.68 seconds, depth 38, found by <relaxation>)
1790.04/1790.07	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.07	c   Gap              :   infinite
1790.04/1790.07	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.07	c   Root Iterations  :        184
1790.24/1790.27	c Time complete: 1790.32.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705015-1278576815/watcher-2705015-1278576815 -o /tmp/evaluation-result-2705015-1278576815/solver-2705015-1278576815 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705015-1278576815.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.00 2.00 1.91 3/178 24091
/proc/meminfo: memFree=28220008/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=12340 CPUtime=0
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 1921 0 0 0 0 0 0 0 25 0 1 0 25894609 12636160 1840 4089446400 4194304 10345943 140735361332816 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24091/statm: 3085 1840 429 1502 0 1578 0

[startup+0.077014 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24091
/proc/meminfo: memFree=28220008/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=38024 CPUtime=0.06
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 8448 0 0 0 6 0 0 0 25 0 1 0 25894609 38936576 8013 4089446400 4194304 10345943 140735361332816 18446744073709551615 9138370 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38024

[startup+0.101045 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24091
/proc/meminfo: memFree=28220008/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=38024 CPUtime=0.09
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 25894609 38936576 8013 4089446400 4194304 10345943 140735361332816 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.301023 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24091
/proc/meminfo: memFree=28220008/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=70108 CPUtime=0.29
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 16226 0 0 0 27 2 0 0 25 0 1 0 25894609 71790592 15791 4089446400 4194304 10345943 140735361332816 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 17527 15791 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700971 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 24091
/proc/meminfo: memFree=28220008/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=65268 CPUtime=0.69
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 16892 0 0 0 66 3 0 0 25 0 1 0 25894609 66834432 15052 4089446400 4194304 10345943 140735361332816 18446744073709551615 7516675 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 16317 15052 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24092
/proc/meminfo: memFree=28161472/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=65268 CPUtime=1.49
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 16894 0 0 0 146 3 0 0 25 0 1 0 25894609 66834432 15054 4089446400 4194304 10345943 140735361332816 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 16317 15054 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10052 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24092
/proc/meminfo: memFree=28162288/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=65268 CPUtime=3.09
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 16896 0 0 0 306 3 0 0 25 0 1 0 25894609 66834432 15056 4089446400 4194304 10345943 140735361332816 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 16317 15056 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30095 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24092
/proc/meminfo: memFree=28162160/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=65268 CPUtime=6.29
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 19297 0 0 0 625 4 0 0 25 0 1 0 25894609 66834432 15083 4089446400 4194304 10345943 140735361332816 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 16317 15083 754 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24092
/proc/meminfo: memFree=28157836/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=69292 CPUtime=12.69
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 36734 0 0 0 1262 7 0 0 25 0 1 0 25894609 70955008 15796 4089446400 4194304 10345943 140735361332816 18446744073709551615 6119887 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 17323 15796 761 1502 0 15816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69292

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24093
/proc/meminfo: memFree=28114664/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=108816 CPUtime=25.5
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 54829 0 0 0 2538 12 0 0 25 0 1 0 25894609 111427584 25834 4089446400 4194304 10345943 140735361332816 18446744073709551615 6712032 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 27204 25834 762 1502 0 25697 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 108816

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24094
/proc/meminfo: memFree=28061736/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=166036 CPUtime=51.09
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 98756 0 0 0 5088 21 0 0 25 0 1 0 25894609 170020864 39536 4089446400 4194304 10345943 140735361332816 18446744073709551615 6558576 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 41509 39536 767 1502 0 40002 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 166036

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24095
/proc/meminfo: memFree=27973640/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=247440 CPUtime=102.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 139235 0 0 0 10193 37 0 0 25 0 1 0 25894609 253378560 59041 4089446400 4194304 10345943 140735361332816 18446744073709551615 4228815 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 61860 59041 771 1502 0 60353 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 247440

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24096
/proc/meminfo: memFree=27872672/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=336392 CPUtime=162.29
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 166542 0 0 0 16178 51 0 0 25 0 1 0 25894609 344465408 79907 4089446400 4194304 10345943 140735361332816 18446744073709551615 6555679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 84098 79907 771 1502 0 82591 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 336392

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24098
/proc/meminfo: memFree=27773932/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=413336 CPUtime=222.29
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 202354 0 0 0 22163 66 0 0 25 0 1 0 25894609 423256064 97651 4089446400 4194304 10345943 140735361332816 18446744073709551615 7791917 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 103334 97651 771 1502 0 101827 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 413336

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24100
/proc/meminfo: memFree=27689308/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=479320 CPUtime=282.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 225564 0 0 0 28148 82 0 0 25 0 1 0 25894609 490823680 112700 4089446400 4194304 10345943 140735361332816 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 119830 112700 771 1502 0 118323 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 479320

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24105
/proc/meminfo: memFree=27611844/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=535540 CPUtime=342.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 248417 0 0 0 34131 99 0 0 25 0 1 0 25894609 548392960 125890 4089446400 4194304 10345943 140735361332816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 133885 125890 771 1502 0 132378 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 535540

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24106
/proc/meminfo: memFree=27542352/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=586604 CPUtime=402.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 287509 0 0 0 40115 115 0 0 25 0 1 0 25894609 600682496 136738 4089446400 4194304 10345943 140735361332816 18446744073709551615 6070821 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 146651 136738 775 1502 0 145144 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 586604

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24107
/proc/meminfo: memFree=27499404/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=613192 CPUtime=462.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 324618 0 0 0 46094 136 0 0 25 0 1 0 25894609 627908608 142372 4089446400 4194304 10345943 140735361332816 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 153298 142372 775 1502 0 151791 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 613192

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24109
/proc/meminfo: memFree=27453732/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=631036 CPUtime=522.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 332423 0 0 0 52077 153 0 0 25 0 1 0 25894609 646180864 146418 4089446400 4194304 10345943 140735361332816 18446744073709551615 6847557 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 157759 146418 775 1502 0 156252 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 631036

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24111
/proc/meminfo: memFree=27419476/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=641300 CPUtime=582.3
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 336481 0 0 0 58063 167 0 0 25 0 1 0 25894609 656691200 148587 4089446400 4194304 10345943 140735361332816 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 160325 148587 775 1502 0 158818 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 641300

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24113
/proc/meminfo: memFree=27379384/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=654016 CPUtime=642.32
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 339555 0 0 0 64050 182 0 0 25 0 1 0 25894609 669712384 151661 4089446400 4194304 10345943 140735361332816 18446744073709551615 6802904 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 163504 151661 775 1502 0 161997 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 654016

[startup+702.3 s]

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

/proc/meminfo: memFree=27168528/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=674980 CPUtime=1062.32
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 426958 0 0 0 105898 334 0 0 25 0 1 0 25894609 691179520 156678 4089446400 4194304 10345943 140735361332816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 168745 156678 786 1502 0 167238 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 674980

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24125
/proc/meminfo: memFree=27146400/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=676352 CPUtime=1122.32
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 427227 0 0 0 111881 351 0 0 25 0 1 0 25894609 692584448 156947 4089446400 4194304 10345943 140735361332816 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 169088 156947 786 1502 0 167581 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 676352

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24127
/proc/meminfo: memFree=27102844/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1182.33
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 431478 0 0 0 117863 370 0 0 25 0 1 0 25894609 707080192 160780 4089446400 4194304 10345943 140735361332816 18446744073709551615 4968048 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 160780 786 1502 0 171120 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 690508

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24129
/proc/meminfo: memFree=27073024/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1242.33
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432073 0 0 0 123842 391 0 0 25 0 1 0 25894609 707080192 161005 4089446400 4194304 10345943 140735361332816 18446744073709551615 7510102 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161005 786 1502 0 171120 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 690508

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24130
/proc/meminfo: memFree=27046080/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1302.33
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432649 0 0 0 129826 407 0 0 25 0 1 0 25894609 707080192 161017 4089446400 4194304 10345943 140735361332816 18446744073709551615 5614829 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161017 795 1502 0 171120 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 690508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 24131
/proc/meminfo: memFree=27020112/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1362.33
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432653 0 0 0 135807 426 0 0 25 0 1 0 25894609 707080192 161021 4089446400 4194304 10345943 140735361332816 18446744073709551615 9106037 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161021 795 1502 0 171120 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 690508

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.92 3/179 24133
/proc/meminfo: memFree=26994664/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1422.34
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432654 0 0 0 141789 445 0 0 25 0 1 0 25894609 707080192 161022 4089446400 4194304 10345943 140735361332816 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161022 795 1502 0 171120 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 690508

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/179 24135
/proc/meminfo: memFree=26968932/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1482.33
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432658 0 0 0 147770 463 0 0 25 0 1 0 25894609 707080192 161026 4089446400 4194304 10345943 140735361332816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161026 795 1502 0 171120 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 690508

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 24164
/proc/meminfo: memFree=27781436/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1542.34
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 432658 0 0 0 153753 481 0 0 25 0 1 0 25894609 707080192 161026 4089446400 4194304 10345943 140735361332816 18446744073709551615 9105031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161026 795 1502 0 171120 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 690508

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 24165
/proc/meminfo: memFree=27723884/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1602.34
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434066 0 0 0 159740 494 0 0 25 0 1 0 25894609 707080192 161027 4089446400 4194304 10345943 140735361332816 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161027 795 1502 0 171120 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 690508

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 24166
/proc/meminfo: memFree=27662636/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1662.34
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434067 0 0 0 165725 509 0 0 25 0 1 0 25894609 707080192 161028 4089446400 4194304 10345943 140735361332816 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161028 795 1502 0 171120 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 690508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24168
/proc/meminfo: memFree=27541172/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1722.35
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434068 0 0 0 171710 525 0 0 25 0 1 0 25894609 707080192 161029 4089446400 4194304 10345943 140735361332816 18446744073709551615 6802983 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161029 795 1502 0 171120 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 690508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27431872/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1782.34
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434074 0 0 0 177695 539 0 0 25 0 1 0 25894609 707080192 161035 4089446400 4194304 10345943 140735361332816 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161035 795 1502 0 171120 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 690508

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27426792/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1785.55
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434074 0 0 0 178015 540 0 0 25 0 1 0 25894609 707080192 161035 4089446400 4194304 10345943 140735361332816 18446744073709551615 6847537 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161035 795 1502 0 171120 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 690508

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27422204/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1788.75
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434074 0 0 0 178334 541 0 0 25 0 1 0 25894609 707080192 161035 4089446400 4194304 10345943 140735361332816 18446744073709551615 7546811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161035 795 1502 0 171120 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 690508

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27422204/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1789.54
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434074 0 0 0 178413 541 0 0 25 0 1 0 25894609 707080192 161035 4089446400 4194304 10345943 140735361332816 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161035 795 1502 0 171120 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 690508

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27419956/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1789.94
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434074 0 0 0 178453 541 0 0 25 0 1 0 25894609 707080192 161035 4089446400 4194304 10345943 140735361332816 18446744073709551615 5615207 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161035 795 1502 0 171120 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 690508

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27419956/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1790.14
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434075 0 0 0 178473 541 0 0 18 0 1 0 25894609 707080192 161036 4089446400 4194304 10345943 140735361332816 18446744073709551615 6325647 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161036 796 1502 0 171120 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 690508

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24170
/proc/meminfo: memFree=27419956/32951124 swapFree=67111528/67111528
[pid=24091] ppid=24089 vsize=690508 CPUtime=1790.24
/proc/24091/stat : 24091 (pbscip.linux.x8) R 24089 24091 23192 0 -1 4202496 434082 0 0 0 178483 541 0 0 18 0 1 0 25894609 707080192 161043 4089446400 4194304 10345943 140735361332816 18446744073709551615 4221235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24091/statm: 172627 161043 796 1502 0 171120 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 690508

Child status: 0
Real time (s): 1790.28
CPU time (s): 1790.33
CPU user time (s): 1784.89
CPU system time (s): 5.44217
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 694696

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

runsolver used 2.93055 second user time and 5.60515 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-08 10:13:35
IDJOB=2705015
IDBENCH=79261
IDSOLVER=1214
FILE ID=node138/2705015-1278576815
PBS_JOBID= 11240178
Free space on /tmp= 73600 MiB

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

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

MD5SUM BENCH= 24569843aeaad08e546ecaba09eee200
RANDOM SEED=2077709075

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28220784 kB
Buffers:        158864 kB
Cached:        4050480 kB
SwapCached:          0 kB
Active:        1957116 kB
Inactive:      2604224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28220784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12968 kB
Writeback:           0 kB
AnonPages:      352044 kB
Mapped:          17744 kB
Slab:           105636 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   507016 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= 73588 MiB
End job on node138 at 2010-07-08 10:43:25