Trace number 2692333

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.81 1800.76

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567024--soft-0-100-0.wbo
MD5SUMa7d7105d3e0193cbcd9215f3627722fb
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark231.935
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-2692333-1277926583.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 137244
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.372440e+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.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+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.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
27.28/27.40	c  27.1s| 10000 | 10001 | 35692 |   3.6 |  51M|  97 |   6 |5645 |5414 |5645 | 182 |  12k|   0 |1763 | 0.000000e+00 | 1.372440e+05 |    Inf 
48.18/48.28	c  47.8s| 20000 | 20001 | 64005 |   3.2 |  73M| 171 |   1 |5645 |5414 |5645 | 145 |  17k|   0 |1772 | 0.000000e+00 | 1.372440e+05 |    Inf 
68.69/68.75	c  68.1s| 30000 | 30001 | 93019 |   3.1 |  95M| 171 |   0 |5645 |5414 |5645 | 190 |  22k|   0 |1776 | 0.000000e+00 | 1.372440e+05 |    Inf 
89.49/89.55	c  88.7s| 40000 | 40001 |122645 |   3.1 | 116M| 171 |   0 |5645 |5414 |5645 | 177 |  26k|   0 |2039 | 0.000000e+00 | 1.372440e+05 |    Inf 
110.29/110.33	c   109s| 50000 | 50001 |151347 |   3.0 | 138M| 171 |   0 |5645 |5414 |5645 | 172 |  31k|   0 |2309 | 0.000000e+00 | 1.372440e+05 |    Inf 
131.19/131.28	c   130s| 60000 | 60001 |181145 |   3.0 | 160M| 171 |   0 |5645 |5414 |5645 | 174 |  36k|   0 |2624 | 0.000000e+00 | 1.372440e+05 |    Inf 
151.59/151.66	c   150s| 70000 | 70001 |205832 |   2.9 | 181M| 171 |   0 |5645 |5414 |5645 | 180 |  41k|   0 |2838 | 0.000000e+00 | 1.372440e+05 |    Inf 
171.89/171.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.89/171.93	c   170s| 80000 | 80001 |228942 |   2.9 | 203M| 171 |   0 |5645 |5414 |5645 | 196 |  45k|   0 |3010 | 0.000000e+00 | 1.372440e+05 |    Inf 
192.39/192.42	c   190s| 90000 | 90001 |250201 |   2.8 | 224M| 171 |   0 |5645 |5414 |5645 | 194 |  49k|   0 |3219 | 0.000000e+00 | 1.372440e+05 |    Inf 
212.19/212.25	c   210s|100000 |100001 |269790 |   2.7 | 246M| 171 |   0 |5645 |5414 |5645 | 183 |  53k|   0 |3361 | 0.000000e+00 | 1.372440e+05 |    Inf 
232.50/232.55	c   230s|110000 |110001 |287866 |   2.6 | 268M| 171 |   0 |5645 |5414 |5645 | 223 |  59k|   0 |3509 | 0.000000e+00 | 1.372440e+05 |    Inf 
253.19/253.22	c   250s|120000 |120001 |312663 |   2.6 | 290M| 171 |   0 |5645 |5414 |5645 | 242 |  65k|   0 |3695 | 0.000000e+00 | 1.372440e+05 |    Inf 
273.60/273.65	c   270s|130000 |130001 |333263 |   2.6 | 311M| 171 |   0 |5645 |5414 |5645 | 195 |  69k|   0 |3821 | 0.000000e+00 | 1.372440e+05 |    Inf 
293.79/293.87	c   289s|140000 |140001 |351766 |   2.5 | 333M| 171 |   0 |5645 |5414 |5645 | 178 |  75k|   0 |3940 | 0.000000e+00 | 1.372440e+05 |    Inf 
314.39/314.42	c   309s|150000 |150001 |371891 |   2.5 | 354M| 171 |   0 |5645 |5414 |5645 | 228 |  82k|   0 |4071 | 0.000000e+00 | 1.372440e+05 |    Inf 
334.70/334.77	c   329s|160000 |160001 |389260 |   2.4 | 376M| 171 |   0 |5645 |5414 |5645 | 308 |  88k|   0 |4213 | 0.000000e+00 | 1.372440e+05 |    Inf 
355.10/355.19	c   349s|170000 |170001 |407177 |   2.4 | 398M| 171 |   0 |5645 |5414 |5645 | 199 |  96k|   0 |4350 | 0.000000e+00 | 1.372440e+05 |    Inf 
375.80/375.87	c   369s|180000 |180001 |428335 |   2.4 | 420M| 171 |   0 |5645 |5414 |5645 | 217 | 105k|   0 |4506 | 0.000000e+00 | 1.372440e+05 |    Inf 
396.00/396.04	c   389s|190000 |190001 |446618 |   2.4 | 441M| 171 |   0 |5645 |5414 |5645 | 244 | 112k|   0 |4601 | 0.000000e+00 | 1.372440e+05 |    Inf 
416.59/416.69	c   409s|200000 |200001 |466754 |   2.3 | 463M| 171 |   0 |5645 |5414 |5645 | 219 | 120k|   0 |4699 | 0.000000e+00 | 1.372440e+05 |    Inf 
427.99/428.06	o 666
427.99/428.06	c * 420s|205349 |176424 |477555 |   2.3 | 416M| 171 |   - |5645 |5414 |5645 | 229 | 125k|   0 |4781 | 0.000000e+00 | 6.660000e+02 |    Inf 
436.19/436.26	o 665
436.19/436.26	c * 428s|207442 |177951 |494174 |   2.4 | 423M| 171 |   - |5645 |6341 |5645 | 215 | 134k| 927 |4910 | 0.000000e+00 | 6.650000e+02 |    Inf 
444.90/444.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.90/444.96	c   437s|210000 |180380 |508640 |   2.4 | 429M| 171 |  10 |5645 |6644 |5645 | 191 | 140k|1236 |4978 | 0.000000e+00 | 6.650000e+02 |    Inf 
466.20/466.21	o 658
466.20/466.21	c * 458s|216790 |186219 |545899 |   2.5 | 444M| 171 |   - |5645 |6533 |5645 | 207 | 152k|1671 |5163 | 0.000000e+00 | 6.580000e+02 |    Inf 
468.50/468.51	o 651
468.50/468.51	c * 460s|217607 |186248 |548620 |   2.5 | 445M| 171 |   - |5645 |6403 |5645 | 191 | 152k|1679 |5168 | 0.000000e+00 | 6.510000e+02 |    Inf 
475.59/475.64	c   467s|220000 |188582 |557991 |   2.5 | 450M| 171 |   0 |5645 |6294 |5645 | 179 | 155k|1787 |5234 | 0.000000e+00 | 6.510000e+02 |    Inf 
508.21/508.25	c   499s|230000 |197967 |616256 |   2.7 | 475M| 171 |   0 |5645 |5945 |5645 | 186 | 173k|2968 |5532 | 0.000000e+00 | 6.510000e+02 |    Inf 
530.50/530.53	o 650
530.50/530.53	c * 520s|236812 |204284 |655912 |   2.8 | 493M| 179 |   - |5645 |6000 |5645 | 218 | 188k|3734 |5727 | 0.000000e+00 | 6.500000e+02 |    Inf 
540.80/540.85	c   531s|240000 |207418 |676031 |   2.8 | 500M| 179 |   1 |5645 |5692 |5645 | 144 | 193k|3826 |5812 | 0.000000e+00 | 6.500000e+02 |    Inf 
575.90/575.96	c   565s|250000 |216662 |743379 |   3.0 | 528M| 179 |   6 |5645 |5835 |5645 | 194 | 220k|5479 |6078 | 0.000000e+00 | 6.500000e+02 |    Inf 
582.11/582.16	o 646
582.11/582.16	c * 571s|251727 |217786 |755948 |   3.0 | 531M| 179 |   - |5645 |5789 |5645 | 210 | 224k|5652 |6133 | 0.000000e+00 | 6.460000e+02 |    Inf 
610.51/610.54	c   599s|260000 |225271 |806184 |   3.1 | 553M| 179 |   0 |5645 |5916 |5645 | 193 | 244k|7211 |6319 | 0.000000e+00 | 6.460000e+02 |    Inf 
642.90/642.92	c   630s|270000 |234348 |866259 |   3.2 | 577M| 179 |   7 |5645 |6107 |5645 | 238 | 265k|9107 |6502 | 0.000000e+00 | 6.460000e+02 |    Inf 
674.31/674.31	c   661s|280000 |243853 |919554 |   3.3 | 602M| 179 |   0 |5645 |5892 |5645 | 224 | 282k|  10k|6683 | 0.000000e+00 | 6.460000e+02 |    Inf 
701.11/701.12	c   687s|290000 |253723 |956467 |   3.3 | 625M| 179 |   0 |5645 |5755 |5645 | 174 | 290k|  10k|6822 | 0.000000e+00 | 6.460000e+02 |    Inf 
727.81/727.87	c   713s|300000 |263661 |996214 |   3.3 | 649M| 179 |   0 |5645 |5558 |5645 | 164 | 298k|  10k|6900 | 0.000000e+00 | 6.460000e+02 |    Inf 
757.21/757.26	c   742s|310000 |273658 |  1051k|   3.4 | 672M| 179 |   0 |5645 |5509 |5645 | 160 | 308k|  10k|6980 | 0.000000e+00 | 6.460000e+02 |    Inf 
786.30/786.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.30/786.33	c   770s|320000 |283656 |  1108k|   3.5 | 695M| 179 |   0 |5645 |5502 |5645 | 173 | 318k|  10k|7048 | 0.000000e+00 | 6.460000e+02 |    Inf 
813.31/813.36	c   797s|330000 |293654 |  1152k|   3.5 | 717M| 179 |   0 |5645 |5502 |5645 | 165 | 325k|  10k|7116 | 0.000000e+00 | 6.460000e+02 |    Inf 
845.01/845.06	c   828s|340000 |303632 |  1223k|   3.6 | 741M| 181 |   0 |5645 |5518 |5645 | 171 | 336k|  10k|7205 | 0.000000e+00 | 6.460000e+02 |    Inf 
877.91/877.99	c   860s|350000 |313577 |  1300k|   3.7 | 766M| 181 |   6 |5645 |5632 |5645 | 156 | 349k|  10k|7358 | 0.000000e+00 | 6.460000e+02 |    Inf 
899.82/899.89	o 644
899.82/899.89	c * 881s|355767 |318905 |  1362k|   3.8 | 783M| 181 |   - |5645 |5816 |5645 | 174 | 359k|  11k|7530 | 0.000000e+00 | 6.440000e+02 |    Inf 
903.02/903.06	o 636
903.02/903.06	c * 884s|356481 |318471 |  1372k|   3.8 | 783M| 181 |   - |5645 |5951 |5645 | 187 | 361k|  11k|7627 | 0.000000e+00 | 6.360000e+02 |    Inf 
915.31/915.32	c   896s|360000 |321867 |  1407k|   3.9 | 791M| 181 |   0 |5645 |5825 |5645 | 167 | 367k|  11k|7714 | 0.000000e+00 | 6.360000e+02 |    Inf 
950.71/950.74	c   930s|370000 |331690 |  1504k|   4.1 | 817M| 181 |   0 |5645 |5835 |5645 | 181 | 383k|  12k|7997 | 0.000000e+00 | 6.360000e+02 |    Inf 
988.82/988.88	c   968s|380000 |341368 |  1617k|   4.3 | 843M| 181 |   0 |5645 |5976 |5645 | 186 | 401k|  13k|8229 | 0.000000e+00 | 6.360000e+02 |    Inf 
1009.32/1009.37	o 633
1009.32/1009.37	c * 987s|385710 |346400 |  1669k|   4.3 | 858M| 181 |   - |5645 |6075 |5645 | 212 | 410k|  14k|8335 | 0.000000e+00 | 6.330000e+02 |    Inf 
1025.22/1025.23	c  1003s|390000 |350527 |  1717k|   4.4 | 870M| 181 |   - |5645 |6101 |   0 |   0 | 418k|  14k|8436 | 0.000000e+00 | 6.330000e+02 |    Inf 
1036.02/1036.07	o 628
1036.02/1036.07	c *1013s|392783 |352317 |  1748k|   4.5 | 876M| 181 |   - |5645 |6303 |5645 | 177 | 424k|  15k|8514 | 0.000000e+00 | 6.280000e+02 |    Inf 
1049.61/1049.64	o 595
1049.61/1049.64	c *1027s|396268 |349747 |  1792k|   4.5 | 869M| 181 |   - |5645 |6058 |5645 | 177 | 431k|  15k|8610 | 0.000000e+00 | 5.950000e+02 |    Inf 
1063.11/1063.19	o 594
1063.11/1063.19	c *1040s|399824 |352881 |  1836k|   4.6 | 878M| 181 |   - |5645 |6206 |5645 | 206 | 438k|  16k|8688 | 0.000000e+00 | 5.940000e+02 |    Inf 
1063.91/1063.91	c  1040s|400000 |353041 |  1838k|   4.6 | 878M| 181 |   - |5645 |6232 |   0 |   0 | 438k|  16k|8688 | 0.000000e+00 | 5.940000e+02 |    Inf 
1099.12/1099.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1099.12/1099.15	c  1075s|410000 |362713 |  1935k|   4.7 | 905M| 181 |   0 |5645 |5992 |5645 | 167 | 453k|  17k|8840 | 0.000000e+00 | 5.940000e+02 |    Inf 
1101.82/1101.82	o 586
1101.82/1101.82	c *1077s|410718 |361809 |  1943k|   4.7 | 902M| 181 |   - |5645 |5977 |5645 | 185 | 455k|  17k|8859 | 0.000000e+00 | 5.860000e+02 |    Inf 
1124.82/1124.83	o 554
1124.82/1124.83	c *1100s|416704 |359350 |  2009k|   4.8 | 885M| 181 |   - |5645 |6383 |5645 | 193 | 466k|  18k|9031 | 0.000000e+00 | 5.540000e+02 |    Inf 
1137.33/1137.39	c  1112s|420000 |362547 |  2046k|   4.9 | 892M| 181 |   0 |5645 |6203 |5645 | 168 | 472k|  19k|9085 | 0.000000e+00 | 5.540000e+02 |    Inf 
1172.62/1172.61	o 549
1172.62/1172.61	c *1146s|429413 |369912 |  2128k|   5.0 | 915M| 181 |   - |5645 |6501 |5645 | 195 | 491k|  20k|9454 | 0.000000e+00 | 5.490000e+02 |    Inf 
1174.52/1174.50	c  1148s|430000 |370417 |  2130k|   5.0 | 916M| 181 |   0 |5645 |6634 |5645 | 196 | 492k|  20k|9469 | 0.000000e+00 | 5.490000e+02 |    Inf 
1209.82/1209.88	c  1183s|440000 |378771 |  2189k|   5.0 | 943M| 193 |   8 |5645 |7657 |5645 | 175 | 514k|  24k|9667 | 0.000000e+00 | 5.490000e+02 |    Inf 
1236.02/1236.06	o 543
1236.02/1236.06	c *1208s|448516 |384982 |  2232k|   5.0 | 958M| 195 |   - |5645 |7646 |5645 | 204 | 525k|  25k|9733 | 0.000000e+00 | 5.430000e+02 |    Inf 
1241.52/1241.59	c  1214s|450000 |386112 |  2243k|   5.0 | 962M| 195 |   0 |5645 |7996 |5645 | 203 | 529k|  26k|9755 | 0.000000e+00 | 5.430000e+02 |    Inf 
1241.82/1241.80	o 539
1241.82/1241.80	c *1214s|450050 |384855 |  2244k|   5.0 | 959M| 195 |   - |5645 |8005 |5645 | 205 | 529k|  26k|9755 | 0.000000e+00 | 5.390000e+02 |    Inf 
1249.82/1249.88	o 533
1249.82/1249.88	c *1222s|452247 |384581 |  2260k|   5.0 | 959M| 195 |   - |5645 |8102 |5645 | 167 | 533k|  27k|9760 | 0.000000e+00 | 5.330000e+02 |    Inf 
1254.53/1254.55	o 515
1254.53/1254.55	c *1226s|453513 |379024 |  2269k|   5.0 | 943M| 195 |   - |5645 |8279 |5645 | 191 | 536k|  27k|9793 | 0.000000e+00 | 5.150000e+02 |    Inf 
1263.72/1263.78	o 510
1263.72/1263.78	c *1235s|456049 |379124 |  2289k|   5.0 | 945M| 195 |   - |5645 |8597 |5645 | 186 | 543k|  29k|9808 | 0.000000e+00 | 5.100000e+02 |    Inf 
1270.12/1270.10	o 507
1270.12/1270.10	c *1241s|457659 |379155 |  2304k|   5.0 | 946M| 195 |   - |5645 |8603 |5645 | 180 | 547k|  30k|9844 | 0.000000e+00 | 5.070000e+02 |    Inf 
1270.12/1270.12	o 505
1270.12/1270.12	c *1241s|457660 |378343 |  2304k|   5.0 | 944M| 195 |   - |5645 |8603 |5645 | 180 | 547k|  30k|9844 | 0.000000e+00 | 5.050000e+02 |    Inf 
1275.32/1275.34	o 501
1275.32/1275.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1275.32/1275.34	c *1246s|458976 |377766 |  2317k|   5.0 | 943M| 195 |   - |5645 |8571 |5645 | 177 | 549k|  30k|9848 | 0.000000e+00 | 5.010000e+02 |    Inf 
1279.23/1279.24	c  1250s|460000 |378490 |  2326k|   5.1 | 946M| 195 |   0 |5645 |8767 |5645 | 187 | 552k|  31k|9865 | 0.000000e+00 | 5.010000e+02 |    Inf 
1281.62/1281.62	o 480
1281.62/1281.62	c *1253s|460595 |370076 |  2331k|   5.1 | 922M| 195 |   - |5645 |8798 |5645 | 172 | 553k|  32k|9885 | 0.000000e+00 | 4.800000e+02 |    Inf 
1303.53/1303.53	o 478
1303.53/1303.53	c *1274s|466429 |373998 |  2376k|   5.1 | 935M| 199 |   - |5645 |7793 |5645 | 208 | 564k|  34k|9954 | 0.000000e+00 | 4.780000e+02 |    Inf 
1303.53/1303.55	o 471
1303.53/1303.55	c *1274s|466430 |370802 |  2376k|   5.1 | 926M| 199 |   - |5645 |7793 |5645 | 208 | 564k|  34k|9954 | 0.000000e+00 | 4.710000e+02 |    Inf 
1316.63/1316.63	c  1287s|470000 |373490 |  2397k|   5.1 | 935M| 199 |   1 |5645 |8204 |5645 | 156 | 573k|  35k|9978 | 0.000000e+00 | 4.710000e+02 |    Inf 
1324.92/1324.97	o 470
1324.92/1324.97	c *1295s|472317 |375022 |  2414k|   5.1 | 940M| 199 |   - |5645 |8331 |5645 | 179 | 577k|  36k|  10k| 0.000000e+00 | 4.700000e+02 |    Inf 
1353.33/1353.39	c  1323s|480000 |381391 |  2474k|   5.2 | 963M| 199 |   1 |5645 |8768 |5645 | 144 | 593k|  38k|  10k| 0.000000e+00 | 4.700000e+02 |    Inf 
1388.33/1388.37	c  1357s|490000 |390285 |  2552k|   5.2 | 990M| 199 |   1 |5645 |7847 |5645 | 144 | 609k|  41k|  10k| 0.000000e+00 | 4.700000e+02 |    Inf 
1424.73/1424.74	c  1392s|500000 |398473 |  2624k|   5.2 |1019M| 199 |  12 |5645 |7979 |5645 | 175 | 627k|  44k|  10k| 0.000000e+00 | 4.700000e+02 |    Inf 
1428.73/1428.73	o 469
1428.73/1428.73	c *1396s|501133 |398856 |  2629k|   5.2 |1022M| 199 |   - |5645 |8014 |5645 | 210 | 630k|  45k|  10k| 0.000000e+00 | 4.690000e+02 |    Inf 
1459.74/1459.76	c  1426s|510000 |405420 |  2684k|   5.3 |1044M| 199 |  13 |5645 |8095 |5645 | 206 | 650k|  49k|  10k| 0.000000e+00 | 4.690000e+02 |    Inf 
1493.74/1493.76	c  1460s|520000 |414114 |  2747k|   5.3 |1069M| 199 |   0 |5645 |8032 |5645 | 173 | 663k|  51k|  10k| 0.000000e+00 | 4.690000e+02 |    Inf 
1500.93/1500.93	o 461
1500.93/1500.93	c *1467s|521904 |411633 |  2761k|   5.3 |1062M| 199 |   - |5645 |7537 |5645 | 181 | 667k|  52k|  10k| 0.000000e+00 | 4.610000e+02 |    Inf 
1529.63/1529.68	o 445
1529.63/1529.68	c *1495s|529218 |408862 |  2829k|   5.3 |1060M| 199 |   - |5645 |7710 |5645 | 191 | 679k|  55k|  10k| 0.000000e+00 | 4.450000e+02 |    Inf 
1529.73/1529.70	o 437
1529.73/1529.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.73/1529.70	c *1495s|529219 |404072 |  2829k|   5.3 |1047M| 199 |   - |5645 |7710 |5645 | 191 | 679k|  55k|  10k| 0.000000e+00 | 4.370000e+02 |    Inf 
1533.53/1533.54	o 432
1533.53/1533.54	c *1498s|529998 |401684 |  2841k|   5.4 |1042M| 199 |   - |5645 |7880 |5645 | 188 | 681k|  55k|  10k| 0.000000e+00 | 4.320000e+02 |    Inf 
1533.53/1533.59	o 403
1533.53/1533.59	c *1498s|529999 |382581 |  2841k|   5.4 | 984M| 199 |   - |5645 |7880 |5645 | 188 | 681k|  55k|  10k| 0.000000e+00 | 4.030000e+02 |    Inf 
1533.63/1533.61	c  1498s|530000 |382582 |  2841k|   5.4 | 984M| 199 |   1 |5645 |7874 |5645 | 144 | 681k|  55k|  10k| 0.000000e+00 | 4.030000e+02 |    Inf 
1540.63/1540.67	o 395
1540.63/1540.67	c *1505s|531577 |377807 |  2861k|   5.4 | 969M| 199 |   - |5645 |8182 |5645 | 191 | 685k|  56k|  10k| 0.000000e+00 | 3.950000e+02 |    Inf 
1540.73/1540.72	o 384
1540.73/1540.72	c *1505s|531578 |369561 |  2861k|   5.4 | 940M| 199 |   - |5645 |8182 |5645 | 191 | 685k|  56k|  10k| 0.000000e+00 | 3.840000e+02 |    Inf 
1542.53/1542.58	o 380
1542.53/1542.58	c *1507s|531955 |366673 |  2866k|   5.4 | 932M| 199 |   - |5645 |8337 |5645 | 183 | 686k|  57k|  10k| 0.000000e+00 | 3.800000e+02 |    Inf 
1544.63/1544.61	o 367
1544.63/1544.61	c *1509s|532402 |356121 |  2872k|   5.4 | 901M| 199 |   - |5645 |8488 |5645 | 193 | 686k|  57k|  10k| 0.000000e+00 | 3.670000e+02 |    Inf 
1545.83/1545.85	o 332
1545.83/1545.85	c *1510s|532716 |324654 |  2873k|   5.4 | 826M| 199 |   - |5645 |8579 |5645 | 170 | 687k|  57k|  10k| 0.000000e+00 | 3.320000e+02 |    Inf 
1575.34/1575.38	c  1539s|540000 |328634 |  2933k|   5.4 | 849M| 199 |   0 |5645 |8509 |5645 | 233 | 706k|  62k|  10k| 0.000000e+00 | 3.320000e+02 |    Inf 
1602.64/1602.62	o 328
1602.64/1602.62	c *1566s|547856 |329541 |  2982k|   5.4 | 860M| 199 |   - |5645 |9641 |5645 | 212 | 727k|  67k|  10k| 0.000000e+00 | 3.280000e+02 |    Inf 
1610.94/1610.98	c  1574s|550000 |330962 |  2996k|   5.4 | 866M| 199 |   0 |5645 |9860 |5645 | 192 | 733k|  68k|  10k| 0.000000e+00 | 3.280000e+02 |    Inf 
1638.53/1638.56	o 320
1638.53/1638.56	c *1601s|557245 |327140 |  3036k|   5.4 | 866M| 199 |   - |5645 |7103 |5645 | 172 | 746k|  72k|  11k| 0.000000e+00 | 3.200000e+02 |    Inf 
1649.23/1649.22	c  1611s|560000 |329424 |  3052k|   5.5 | 876M| 199 |   - |5645 |6352 |   0 |   0 | 750k|  73k|  11k| 0.000000e+00 | 3.200000e+02 |    Inf 
1660.44/1660.48	o 318
1660.44/1660.48	c *1622s|562536 |329164 |  3072k|   5.5 | 883M| 199 |   - |5645 |6727 |5645 | 210 | 759k|  74k|  11k| 0.000000e+00 | 3.180000e+02 |    Inf 
1671.54/1671.51	o 314
1671.54/1671.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1671.54/1671.51	c *1633s|565338 |327260 |  3091k|   5.5 | 884M| 199 |   - |5645 |6942 |5645 | 213 | 766k|  75k|  11k| 0.000000e+00 | 3.140000e+02 |    Inf 
1677.44/1677.42	o 308
1677.44/1677.42	c *1639s|566851 |322056 |  3100k|   5.5 | 875M| 199 |   - |5645 |6944 |5645 | 230 | 770k|  75k|  11k| 0.000000e+00 | 3.080000e+02 |    Inf 
1678.23/1678.25	o 307
1678.23/1678.25	c *1639s|567044 |321064 |  3101k|   5.5 | 872M| 199 |   - |5645 |6999 |5645 | 212 | 771k|  75k|  11k| 0.000000e+00 | 3.070000e+02 |    Inf 
1678.54/1678.53	o 305
1678.54/1678.53	c *1640s|567104 |318784 |  3101k|   5.5 | 867M| 199 |   - |5645 |6996 |5645 | 177 | 771k|  75k|  11k| 0.000000e+00 | 3.050000e+02 |    Inf 
1690.64/1690.69	c  1652s|570000 |320770 |  3121k|   5.5 | 879M| 199 |   - |5645 |7432 |   0 |   0 | 780k|  77k|  11k| 0.000000e+00 | 3.050000e+02 |    Inf 
1712.14/1712.12	o 302
1712.14/1712.12	c *1672s|574909 |320359 |  3158k|   5.5 | 894M| 199 |   - |5645 |8825 |5645 | 191 | 797k|  80k|  11k| 0.000000e+00 | 3.020000e+02 |    Inf 
1725.43/1725.48	o 297
1725.43/1725.48	c *1685s|578403 |316956 |  3176k|   5.5 | 890M| 199 |   - |5645 |8355 |5645 | 226 | 805k|  82k|  11k| 0.000000e+00 | 2.970000e+02 |    Inf 
1729.94/1729.90	o 293
1729.94/1729.90	c *1690s|579375 |313026 |  3183k|   5.5 | 883M| 199 |   - |5645 |8451 |5645 | 201 | 808k|  82k|  11k| 0.000000e+00 | 2.930000e+02 |    Inf 
1732.83/1732.84	c  1693s|580000 |313461 |  3188k|   5.5 | 888M| 199 |   0 |5645 |8433 |5645 | 228 | 810k|  83k|  11k| 0.000000e+00 | 2.930000e+02 |    Inf 
1739.63/1739.63	o 291
1739.63/1739.63	c *1699s|581518 |312229 |  3200k|   5.5 | 890M| 199 |   - |5645 |8724 |5645 | 199 | 815k|  83k|  11k| 0.000000e+00 | 2.910000e+02 |    Inf 
1740.54/1740.53	o 284
1740.54/1740.53	c *1700s|581703 |303645 |  3201k|   5.5 | 869M| 199 |   - |5645 |8775 |5645 | 228 | 816k|  84k|  11k| 0.000000e+00 | 2.840000e+02 |    Inf 
1742.54/1742.51	o 279
1742.54/1742.51	c *1702s|582115 |296965 |  3205k|   5.5 | 854M| 199 |   - |5645 |8924 |5645 | 226 | 818k|  84k|  11k| 0.000000e+00 | 2.790000e+02 |    Inf 
1742.63/1742.67	o 273
1742.63/1742.67	c *1702s|582144 |289935 |  3205k|   5.5 | 834M| 199 |   - |5645 |8944 |5645 | 190 | 818k|  84k|  11k| 0.000000e+00 | 2.730000e+02 |    Inf 
1744.13/1744.17	o 267
1744.13/1744.17	c *1704s|582458 |282852 |  3207k|   5.5 | 815M| 199 |   - |5645 |9058 |5645 | 212 | 819k|  84k|  11k| 0.000000e+00 | 2.670000e+02 |    Inf 
1748.54/1748.54	o 262
1748.54/1748.54	c *1708s|583396 |276717 |  3215k|   5.5 | 798M| 199 |   - |5645 |9326 |5645 | 220 | 822k|  85k|  11k| 0.000000e+00 | 2.620000e+02 |    Inf 
1749.53/1749.58	o 257
1749.53/1749.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1749.53/1749.58	c *1709s|583613 |270287 |  3216k|   5.5 | 779M| 199 |   - |5645 |9312 |5645 | 210 | 823k|  85k|  11k| 0.000000e+00 | 2.570000e+02 |    Inf 
1757.64/1757.61	o 253
1757.64/1757.61	c *1717s|585467 |265867 |  3229k|   5.5 | 767M| 199 |   - |5645 |9874 |5645 | 204 | 829k|  87k|  11k| 0.000000e+00 | 2.530000e+02 |    Inf 
1773.44/1773.41	o 247
1773.44/1773.41	c *1732s|589076 |258293 |  3252k|   5.5 | 748M| 199 |   - |5645 |8163 |5645 | 198 | 838k|  89k|  11k| 0.000000e+00 | 2.470000e+02 |    Inf 
1774.63/1774.69	o 240
1774.63/1774.69	c *1733s|589330 |248376 |  3254k|   5.5 | 717M| 199 |   - |5645 |8279 |5645 | 194 | 838k|  89k|  11k| 0.000000e+00 | 2.400000e+02 |    Inf 
1774.74/1774.77	o 237
1774.74/1774.77	c *1733s|589341 |243418 |  3254k|   5.5 | 700M| 199 |   - |5645 |8284 |5645 | 202 | 838k|  89k|  11k| 0.000000e+00 | 2.370000e+02 |    Inf 
1777.44/1777.45	c  1736s|590000 |243745 |  3258k|   5.5 | 702M| 199 |   0 |5645 |8584 |5645 | 217 | 840k|  90k|  11k| 0.000000e+00 | 2.370000e+02 |    Inf 
1789.94/1789.98	o 230
1789.94/1789.98	c *1748s|592686 |233089 |  3277k|   5.5 | 678M| 199 |   - |5645 |8434 |5645 | 212 | 849k|  92k|  11k| 0.000000e+00 | 2.300000e+02 |    Inf 
1792.44/1792.43	o 225
1792.44/1792.43	c *1751s|593168 |226008 |  3281k|   5.5 | 657M| 199 |   - |5645 |8505 |5645 | 215 | 850k|  93k|  11k| 0.000000e+00 | 2.250000e+02 |    Inf 
1798.83/1798.87	o 221
1798.83/1798.87	c *1757s|594442 |220881 |  3292k|   5.5 | 650M| 199 |   - |5645 |8939 |5645 | 222 | 855k|  94k|  11k| 0.000000e+00 | 2.210000e+02 |    Inf 
1798.94/1798.91	o 214
1798.94/1798.91	c *1757s|594443 |209921 |  3292k|   5.5 | 618M| 199 |   - |5645 |8939 |5645 | 222 | 855k|  94k|  11k| 0.000000e+00 | 2.140000e+02 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1758.03
1800.05/1800.00	c Solving Nodes      : 594658
1800.05/1800.00	c Primal Bound       : +2.14000000000000e+02 (163 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/1800.09	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/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.05/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.05/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.05/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.05/1800.09	v -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1758.03
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2692333-1277926583.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2692333-1277926583.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 10343 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     716202          0          0          2          0          0     223584
1800.05/1800.09	c   indicator        :       2707          0    1262781     604400          0        460   18694346          0          0          0
1800.05/1800.09	c   linear           :       2707          6    1261647     603960          0       5254    2372939     856533          0          0
1800.05/1800.09	c   logicor          :          0+         0     415472          0          0        589     176651          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0      13323          0          0          0          2          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0     459589          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      18.22       0.00       0.00      18.22       0.00
1800.05/1800.09	c   indicator        :     212.42       0.00      65.75     146.67       0.00
1800.05/1800.09	c   linear           :     150.03       0.00      57.39      92.64       0.00
1800.05/1800.09	c   logicor          :       7.16       0.00       7.16       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.02          2          0          0
1800.05/1800.09	c   rootredcost      :       0.07         63          0          0
1800.05/1800.09	c   pseudoobj        :      75.74    1280608      18015    9474959
1800.05/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.09	c   propagation      :       3.34      23858      23831      86785       22.3      11565        3.9          -
1800.05/1800.09	c   infeasible LP    :       0.00          1          1          5       62.6          0        0.0          0
1800.05/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.09	c   pseudo solution  :       0.48       2151       2151       8629       12.2        860        4.2          -
1800.05/1800.09	c   applied globally :          -          -          -      94436       18.3          -          -          -
1800.05/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.09	c   redcost          :      89.52     722920          0    8745335          0          0
1800.05/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.05/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.05/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.05/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.05/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.09	c Pricers            :       Time      Calls       Vars
1800.05/1800.09	c   problem variables:       0.00          0          0
1800.05/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   relpscost        :      18.17     111794          0          2          0          0     223584
1800.05/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   inference        :     136.13     459526          0          0          0          0     919052
1800.05/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.09	c   LP solutions     :       1.13          -         63
1800.05/1800.09	c   pseudo solutions :       0.00          -          0
1800.05/1800.09	c   feaspump         :       0.01          0          0
1800.05/1800.09	c   oneopt           :       0.37         57          0
1800.05/1800.09	c   intshifting      :       0.21         41          0
1800.05/1800.09	c   guideddiving     :      26.95      13416          0
1800.05/1800.09	c   veclendiving     :      23.78      15084          0
1800.05/1800.09	c   linesearchdiving :      22.33      15084          0
1800.05/1800.09	c   coefdiving       :      22.31      15085          0
1800.05/1800.09	c   pscostdiving     :      22.38      15085          0
1800.05/1800.09	c   fracdiving       :      22.55      15085          0
1800.05/1800.09	c   objpscostdiving  :      23.03      14661          0
1800.05/1800.09	c   rootsoldiving    :      24.35      14665          0
1800.05/1800.09	c   trivial          :       0.08          2          2
1800.05/1800.09	c   simplerounding   :       0.16     114313          0
1800.05/1800.09	c   zirounding       :       0.28       1000          0
1800.05/1800.09	c   rounding         :       2.06       4730          0
1800.05/1800.09	c   shifting         :       2.26       1463          0
1800.05/1800.09	c   twoopt           :       0.00          0          0
1800.05/1800.09	c   fixandinfer      :       0.00          0          0
1800.05/1800.09	c   intdiving        :       0.00          0          0
1800.05/1800.09	c   actconsdiving    :       0.00          0          0
1800.05/1800.09	c   octane           :       0.00          0          0
1800.05/1800.09	c   rens             :       0.02          1          0
1800.05/1800.09	c   rins             :       0.00          0          0
1800.05/1800.09	c   localbranching   :       0.00          0          0
1800.05/1800.09	c   mutation         :       0.00          0          0
1800.05/1800.09	c   crossover        :       3.33        105          0
1800.05/1800.09	c   dins             :       0.00          0          0
1800.05/1800.09	c   undercover       :       0.00          0          0
1800.05/1800.09	c   nlp              :       0.03          0          0
1800.05/1800.09	c   trysol           :       0.45      18833         98
1800.05/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.09	c   dual LP          :     515.51     301032    3286050      10.92    6374.37
1800.05/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.09	c   diving/probing LP:       2.27       2593       8348       3.22    3677.53
1800.05/1800.09	c   strong branching :      17.17      11353      95193       8.38    5544.15
1800.05/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.09	c B&B Tree           :
1800.05/1800.09	c   number of runs   :          1
1800.05/1800.09	c   nodes            :     594658
1800.05/1800.09	c   nodes (total)    :     594658
1800.05/1800.09	c   nodes left       :     210026
1800.05/1800.09	c   max depth        :        199
1800.05/1800.09	c   max depth (total):        199
1800.05/1800.09	c   backtracks       :      20941 (3.5%)
1800.05/1800.09	c   delayed cutoffs  :       3104
1800.05/1800.09	c   repropagations   :      40265 (3309715 domain reductions, 3103 cutoffs)
1800.05/1800.09	c   avg switch length:       2.93
1800.05/1800.09	c   switching time   :      89.09
1800.05/1800.09	c Solution           :
1800.05/1800.09	c   Solutions found  :        163 (64 improvements)
1800.05/1800.09	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.09	c   Primal Bound     : +2.14000000000000e+02   (in run 1, after 594443 nodes, 1756.94 seconds, depth 97, found by <relaxation>)
1800.05/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.09	c   Gap              :   infinite
1800.05/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.09	c   Root Iterations  :        106
1800.75/1800.76	c Time complete: 1800.8.

Verifier Data

OK	214

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692333-1277926583/watcher-2692333-1277926583 -o /tmp/evaluation-result-2692333-1277926583/solver-2692333-1277926583 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692333-1277926583.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: 1.92 2.02 2.01 4/196 18548
/proc/meminfo: memFree=30215840/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=9544 CPUtime=0
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1680 0 0 0 0 0 0 0 25 0 1 0 133954136 9773056 1599 4089446400 4194304 8223781 140736684486912 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18548/statm: 2386 1599 369 984 0 1399 0

[startup+0.0981811 s]
/proc/loadavg: 1.92 2.02 2.01 4/196 18548
/proc/meminfo: memFree=30215840/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=35136 CPUtime=0.09
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 8088 0 0 0 8 1 0 0 25 0 1 0 133954136 35979264 7643 4089446400 4194304 8223781 140736684486912 18446744073709551615 7257360 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.101191 s]
/proc/loadavg: 1.92 2.02 2.01 4/196 18548
/proc/meminfo: memFree=30215840/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=35136 CPUtime=0.09
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 8088 0 0 0 8 1 0 0 25 0 1 0 133954136 35979264 7643 4089446400 4194304 8223781 140736684486912 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.301145 s]
/proc/loadavg: 1.92 2.02 2.01 4/196 18548
/proc/meminfo: memFree=30215840/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=59028 CPUtime=0.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 14630 0 0 0 27 2 0 0 25 0 1 0 133954136 60444672 13572 4089446400 4194304 8223781 140736684486912 18446744073709551615 4563878 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 14757 13572 564 984 0 13770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59028

[startup+0.701076 s]
/proc/loadavg: 1.92 2.02 2.01 4/196 18548
/proc/meminfo: memFree=30215840/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=43076 CPUtime=0.68
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 15655 0 0 0 65 3 0 0 25 0 1 0 133954136 44109824 9709 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43076

[startup+1.505 s]
/proc/loadavg: 1.92 2.02 2.01 3/197 18549
/proc/meminfo: memFree=30178760/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=43160 CPUtime=1.5
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 15740 0 0 0 145 5 0 0 25 0 1 0 133954136 44195840 9794 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 10790 9794 578 984 0 9803 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 43160

[startup+3.10064 s]
/proc/loadavg: 1.92 2.02 2.01 3/197 18549
/proc/meminfo: memFree=30177396/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=47608 CPUtime=3.09
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 21800 0 0 0 303 6 0 0 25 0 1 0 133954136 48750592 10781 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 11902 10781 579 984 0 10915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47608

[startup+6.30105 s]
/proc/loadavg: 1.93 2.02 2.01 3/197 18549
/proc/meminfo: memFree=30169608/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=54304 CPUtime=6.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 28536 0 0 0 620 9 0 0 25 0 1 0 133954136 55607296 12433 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 13576 12433 579 984 0 12589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54304

[startup+12.7009 s]
/proc/loadavg: 1.93 2.01 2.01 3/197 18549
/proc/meminfo: memFree=30160300/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=61416 CPUtime=12.69
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 39814 0 0 0 1254 15 0 0 25 0 1 0 133954136 62889984 14225 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 15354 14225 579 984 0 14367 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61416

[startup+25.5006 s]
/proc/loadavg: 1.95 2.01 2.01 3/197 18549
/proc/meminfo: memFree=30148172/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=75216 CPUtime=25.49
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 48299 0 0 0 2523 26 0 0 25 0 1 0 133954136 77021184 17648 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18548/statm: 18804 17648 579 984 0 17817 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75216

[startup+51.1009 s]
/proc/loadavg: 1.96 2.01 2.01 3/197 18550
/proc/meminfo: memFree=30120500/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=102592 CPUtime=51.09
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 60242 0 0 0 5061 48 0 0 25 0 1 0 133954136 105054208 24556 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18548/statm: 25648 24556 579 984 0 24661 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102592

[startup+102.307 s]
/proc/loadavg: 2.42 2.12 2.04 3/197 18551
/proc/meminfo: memFree=30063300/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=158804 CPUtime=102.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 79819 0 0 0 10137 92 0 0 25 0 1 0 133954136 162615296 38713 4089446400 4194304 8223781 140736684486912 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18548/statm: 39701 38713 579 984 0 38714 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 158804

[startup+162.301 s]
/proc/loadavg: 2.15 2.09 2.04 3/197 18553
/proc/meminfo: memFree=29997684/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=226256 CPUtime=162.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 101758 0 0 0 16082 147 0 0 25 0 1 0 133954136 231686144 55127 4089446400 4194304 8223781 140736684486912 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18548/statm: 56564 55127 579 984 0 55577 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226256

[startup+222.301 s]
/proc/loadavg: 2.05 2.07 2.03 3/197 18603
/proc/meminfo: memFree=30647152/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=290196 CPUtime=222.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 122907 0 0 0 21966 263 0 0 25 0 1 0 133954136 297160704 71132 4089446400 4194304 8223781 140736684486912 18446744073709551615 6482569 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 72549 71132 579 984 0 71562 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 290196

[startup+282.301 s]
/proc/loadavg: 2.02 2.06 2.02 3/197 18604
/proc/meminfo: memFree=30582596/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=352272 CPUtime=282.29
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 139602 0 0 0 27822 407 0 0 25 0 1 0 133954136 360726528 86809 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 88068 86809 579 984 0 87081 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 352272

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.02 3/197 18606
/proc/meminfo: memFree=30518532/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=415720 CPUtime=342.3
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 156292 0 0 0 33674 556 0 0 25 0 1 0 133954136 425697280 102808 4089446400 4194304 8223781 140736684486912 18446744073709551615 4651300 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 103930 102808 579 984 0 102943 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 415720

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 18607
/proc/meminfo: memFree=30452004/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=481512 CPUtime=402.3
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 174512 0 0 0 39527 703 0 0 25 0 1 0 133954136 493068288 119279 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 120378 119279 579 984 0 119391 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 481512

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 18609
/proc/meminfo: memFree=30414720/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=522036 CPUtime=462.3
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 227079 0 0 0 45384 846 0 0 25 0 1 0 133954136 534564864 128305 4089446400 4194304 8223781 140736684486912 18446744073709551615 6020593 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 130509 128305 583 984 0 129522 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 522036

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 18611
/proc/meminfo: memFree=30398272/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=539312 CPUtime=522.3
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 268419 0 0 0 51243 987 0 0 25 0 1 0 133954136 552255488 132577 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 134828 132577 585 984 0 133841 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 539312

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 18612
/proc/meminfo: memFree=30351328/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=584828 CPUtime=582.3
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 309870 0 0 0 57104 1126 0 0 25 0 1 0 133954136 598863872 143922 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 146207 143922 587 984 0 145220 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 584828

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 18614
/proc/meminfo: memFree=30293572/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=638872 CPUtime=642.31
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 347101 0 0 0 62960 1271 0 0 25 0 1 0 133954136 654204928 157432 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 159718 157432 587 984 0 158731 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 638872

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18672
/proc/meminfo: memFree=29997212/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=920696 CPUtime=1002.31
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 465053 0 0 0 98062 2169 0 0 25 0 1 0 133954136 942792704 227781 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 230174 227781 587 984 0 229187 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 920696

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18674
/proc/meminfo: memFree=29953644/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=957452 CPUtime=1062.31
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 513675 0 0 0 103891 2340 0 0 25 0 1 0 133954136 980430848 236843 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 239363 236843 587 984 0 238376 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 957452

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18676
/proc/meminfo: memFree=29910824/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=999052 CPUtime=1122.32
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 553174 0 0 0 109726 2506 0 0 25 0 1 0 133954136 1023029248 247120 4089446400 4194304 8223781 140736684486912 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 249763 247120 587 984 0 248776 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 999052

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18677
/proc/meminfo: memFree=29881256/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1027476 CPUtime=1182.32
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 579869 0 0 0 115570 2662 0 0 25 0 1 0 133954136 1052135424 254178 4089446400 4194304 8223781 140736684486912 18446744073709551615 4651329 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 256869 254178 587 984 0 255882 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1027476

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18679
/proc/meminfo: memFree=29830624/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1076732 CPUtime=1242.32
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 612132 0 0 0 121431 2801 0 0 25 0 1 0 133954136 1102573568 266325 4089446400 4194304 8223781 140736684486912 18446744073709551615 6020541 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 269183 266325 587 984 0 268196 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1076732

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18680
/proc/meminfo: memFree=29808484/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1097740 CPUtime=1302.32
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 681995 0 0 0 127276 2956 0 0 25 0 1 0 133954136 1124085760 271359 4089446400 4194304 8223781 140736684486912 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 274435 271359 587 984 0 273448 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1097740

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18682
/proc/meminfo: memFree=29783764/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1123248 CPUtime=1362.32
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 713671 0 0 0 133124 3108 0 0 25 0 1 0 133954136 1150205952 277343 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 280812 277343 587 984 0 279825 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1123248

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18684
/proc/meminfo: memFree=29737344/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1171756 CPUtime=1422.33
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 728844 0 0 0 138978 3255 0 0 25 0 1 0 133954136 1199878144 288885 4089446400 4194304 8223781 140736684486912 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 292939 288885 587 984 0 291952 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1171756

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18694
/proc/meminfo: memFree=29685468/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1224552 CPUtime=1482.33
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 758063 0 0 0 144832 3401 0 0 25 0 1 0 133954136 1253941248 301319 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 306138 301319 587 984 0 305151 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1224552

[startup+1542.3 s]
/proc/loadavg: 2.08 2.01 2.00 3/179 18696
/proc/meminfo: memFree=29649536/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1262392 CPUtime=1542.33
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 808809 0 0 0 150685 3548 0 0 25 0 1 0 133954136 1292689408 310308 4089446400 4194304 8223781 140736684486912 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 315598 310308 587 984 0 314611 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1262392

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 18697
/proc/meminfo: memFree=29630900/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1283056 CPUtime=1602.33
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 840277 0 0 0 156529 3704 0 0 25 0 1 0 133954136 1313849344 315248 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 320764 315248 587 984 0 319777 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1283056

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18699
/proc/meminfo: memFree=29605432/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1311008 CPUtime=1662.34
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 879851 0 0 0 162393 3841 0 0 25 0 1 0 133954136 1342472192 321371 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 327752 321371 588 984 0 326765 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1311008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18701
/proc/meminfo: memFree=29562968/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1355472 CPUtime=1722.33
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 934366 0 0 0 168242 3991 0 0 25 0 1 0 133954136 1388003328 331220 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 338868 331220 588 984 0 337881 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1355472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18702
/proc/meminfo: memFree=29517892/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1406356 CPUtime=1782.34
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1017839 0 0 0 174084 4150 0 0 25 0 1 0 133954136 1440108544 342035 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 351589 342035 588 984 0 350602 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1406356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18703
/proc/meminfo: memFree=29504492/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1421168 CPUtime=1800.05
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1035975 0 0 0 175806 4199 0 0 25 0 1 0 133954136 1455276032 345281 4089446400 4194304 8223781 140736684486912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18548/statm: 355292 345281 588 984 0 354305 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1421168

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18703
/proc/meminfo: memFree=29504492/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1421168 CPUtime=1800.24
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1035982 0 0 0 175825 4199 0 0 18 0 1 0 133954136 1455276032 345288 4089446400 4194304 8223781 140736684486912 18446744073709551615 6206544 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18548/statm: 355292 345288 590 984 0 354305 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1421168

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18704
/proc/meminfo: memFree=29525812/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=1397080 CPUtime=1800.65
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1035982 0 0 0 175866 4199 0 0 18 0 1 0 133954136 1430609920 339266 4089446400 4194304 8223781 140736684486912 18446744073709551615 6207086 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18548/statm: 349270 339266 590 984 0 348283 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 1397080

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18704
/proc/meminfo: memFree=29525812/32951124 swapFree=67111528/67111528
[pid=18548] ppid=18546 vsize=796812 CPUtime=1800.75
/proc/18548/stat : 18548 (pbscip.linux.x8) R 18546 18548 16494 0 -1 4202496 1035982 0 0 0 175873 4202 0 0 18 0 1 0 133954136 815935488 189105 4089446400 4194304 8223781 140736684486912 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18548/statm: 198912 188814 590 984 0 197925 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 796812

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.81
CPU user time (s): 1758.76
CPU system time (s): 42.0506
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1429624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.76
system time used= 42.0506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1035986
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= 5
involuntary context switches= 1509

runsolver used 2.47662 second user time and 5.87511 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 21:36:23
IDJOB=2692333
IDBENCH=79271
IDSOLVER=1204
FILE ID=node138/2692333-1277926583
PBS_JOBID= 11197301
Free space on /tmp= 74140 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.1900567024--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-2692333-1277926583/watcher-2692333-1277926583 -o /tmp/evaluation-result-2692333-1277926583/solver-2692333-1277926583 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692333-1277926583.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a7d7105d3e0193cbcd9215f3627722fb
RANDOM SEED=145133224

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30216368 kB
Buffers:        213992 kB
Cached:        1478520 kB
SwapCached:          0 kB
Active:        1544572 kB
Inactive:      1041212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30216368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      892920 kB
Mapped:          20300 kB
Slab:            83664 kB
PageTables:       6448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1663828 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= 74128 MiB
End job on node138 at 2010-06-30 22:06:25