Trace number 2692316

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.28 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
MD5SUM67acad5bcb13fd291a4cc974e7f18780
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark326.274
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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-2692316-1277925862.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 138261
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.382610e+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.14
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.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+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.382610e+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.382610e+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.382610e+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.382610e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.382610e+05 |    Inf 
29.28/29.34	c  29.0s| 10000 | 10001 | 37828 |   3.8 |  51M|  99 |   0 |5645 |5414 |5645 | 208 |  14k|   0 |1819 | 0.000000e+00 | 1.382610e+05 |    Inf 
31.19/31.29	o 692
31.19/31.29	c *31.0s| 10860 |  8143 | 39067 |   3.6 |  48M|  99 |   - |5645 |5414 |5645 | 191 |  15k|   0 |1821 | 0.000000e+00 | 6.920000e+02 |    Inf 
56.99/57.08	c  56.6s| 20000 | 17056 | 65494 |   3.3 |  72M| 177 |   1 |5645 |5766 |5645 | 169 |  24k| 352 |1825 | 0.000000e+00 | 6.920000e+02 |    Inf 
65.68/65.73	o 681
65.68/65.73	c *65.2s| 22534 | 19383 | 79683 |   3.5 |  79M| 177 |   - |5645 |5920 |5645 | 245 |  30k| 506 |1825 | 0.000000e+00 | 6.810000e+02 |    Inf 
79.19/79.28	o 676
79.19/79.28	c *78.6s| 26547 | 23156 |100783 |   3.8 |  90M| 177 |   - |5645 |6154 |5645 | 219 |  38k| 764 |1970 | 0.000000e+00 | 6.760000e+02 |    Inf 
87.08/87.12	o 656
87.08/87.12	c *86.4s| 28740 | 24901 |111223 |   3.9 |  95M| 177 |   - |5645 |6251 |5645 | 218 |  43k| 915 |2078 | 0.000000e+00 | 6.560000e+02 |    Inf 
87.08/87.13	o 650
87.08/87.13	c *86.4s| 28741 | 24786 |111227 |   3.9 |  95M| 177 |   - |5645 |6251 |5645 | 218 |  43k| 915 |2078 | 0.000000e+00 | 6.500000e+02 |    Inf 
91.99/92.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.99/92.05	c  91.3s| 30000 | 25971 |119485 |   4.0 |  98M| 177 |   0 |5645 |6311 |5645 | 207 |  46k|1035 |2216 | 0.000000e+00 | 6.500000e+02 |    Inf 
125.49/125.57	c   125s| 40000 | 35654 |171490 |   4.3 | 124M| 177 |   0 |5645 |6161 |5645 | 187 |  62k|1592 |2717 | 0.000000e+00 | 6.500000e+02 |    Inf 
137.89/137.99	o 641
137.89/137.99	c * 137s| 43810 | 39119 |190306 |   4.3 | 133M| 177 |   - |5645 |6129 |5645 | 224 |  69k|1791 |2953 | 0.000000e+00 | 6.410000e+02 |    Inf 
157.20/157.29	c   156s| 50000 | 45188 |217875 |   4.4 | 147M| 177 |   0 |5645 |5922 |5645 | 183 |  76k|1949 |3096 | 0.000000e+00 | 6.410000e+02 |    Inf 
187.29/187.32	c   186s| 60000 | 54973 |257393 |   4.3 | 170M| 177 |   0 |5645 |5814 |5645 | 179 |  89k|2255 |3496 | 0.000000e+00 | 6.410000e+02 |    Inf 
194.79/194.80	o 636
194.79/194.80	c * 193s| 61982 | 56735 |270239 |   4.4 | 176M| 177 |   - |5645 |5866 |5645 | 229 |  95k|2421 |3597 | 0.000000e+00 | 6.360000e+02 |    Inf 
217.29/217.31	o 622
217.29/217.31	c * 216s| 68995 | 62962 |301829 |   4.4 | 192M| 177 |   - |5645 |5816 |5645 | 254 | 105k|2908 |3798 | 0.000000e+00 | 6.220000e+02 |    Inf 
219.19/219.28	o 617
219.19/219.28	c * 218s| 69577 | 63297 |303296 |   4.4 | 194M| 177 |   - |5645 |5866 |5645 | 252 | 106k|3015 |3800 | 0.000000e+00 | 6.170000e+02 |    Inf 
220.49/220.53	c   219s| 70000 | 63696 |304754 |   4.4 | 194M| 177 |   0 |5645 |5849 |5645 | 202 | 106k|3048 |3801 | 0.000000e+00 | 6.170000e+02 |    Inf 
251.80/251.86	c   250s| 80000 | 73169 |339729 |   4.2 | 221M| 217 |   6 |5645 |5860 |5645 | 193 | 119k|3996 |4082 | 0.000000e+00 | 6.170000e+02 |    Inf 
278.20/278.30	c   276s| 90000 | 83016 |361218 |   4.0 | 245M| 217 |   0 |5645 |5715 |5645 | 192 | 123k|4306 |4213 | 0.000000e+00 | 6.170000e+02 |    Inf 
303.99/304.00	c   302s|100000 | 92912 |381112 |   3.8 | 268M| 217 |   0 |5645 |5551 |5645 | 184 | 127k|4445 |4276 | 0.000000e+00 | 6.170000e+02 |    Inf 
306.39/306.45	o 608
306.39/306.45	c * 304s|100902 | 93360 |383136 |   3.8 | 269M| 217 |   - |5645 |5573 |5645 | 201 | 127k|4485 |4315 | 0.000000e+00 | 6.080000e+02 |    Inf 
332.79/332.83	c   330s|110000 |102223 |415498 |   3.8 | 291M| 217 |   4 |5645 |5594 |5645 | 188 | 133k|4847 |4525 | 0.000000e+00 | 6.080000e+02 |    Inf 
359.49/359.53	c   357s|120000 |112151 |444181 |   3.7 | 314M| 217 |   1 |5645 |5508 |5645 | 183 | 137k|4999 |4659 | 0.000000e+00 | 6.080000e+02 |    Inf 
387.10/387.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
387.10/387.13	c   384s|130000 |122049 |482934 |   3.7 | 336M| 217 |   0 |5645 |5574 |5645 | 186 | 143k|5198 |4906 | 0.000000e+00 | 6.080000e+02 |    Inf 
414.50/414.52	c   411s|140000 |132032 |528826 |   3.8 | 359M| 217 |   0 |5645 |5522 |5645 | 185 | 149k|5238 |5069 | 0.000000e+00 | 6.080000e+02 |    Inf 
440.90/440.90	c   438s|150000 |142032 |566854 |   3.8 | 381M| 217 |   0 |5645 |5517 |5645 | 186 | 155k|5247 |5162 | 0.000000e+00 | 6.080000e+02 |    Inf 
466.70/466.76	c   463s|160000 |152021 |596870 |   3.7 | 403M| 217 |   0 |5645 |5504 |5645 | 186 | 159k|5289 |5226 | 0.000000e+00 | 6.080000e+02 |    Inf 
493.10/493.14	c   490s|170000 |162021 |627229 |   3.7 | 426M| 217 |   0 |5645 |5502 |5645 | 187 | 163k|5289 |5282 | 0.000000e+00 | 6.080000e+02 |    Inf 
520.31/520.37	c   516s|180000 |172002 |659354 |   3.7 | 448M| 217 |   0 |5645 |5516 |5645 | 186 | 167k|5325 |5452 | 0.000000e+00 | 6.080000e+02 |    Inf 
535.20/535.24	o 585
535.20/535.24	c * 531s|184502 |175019 |682243 |   3.7 | 455M| 217 |   - |5645 |5582 |5645 | 201 | 171k|5472 |5710 | 0.000000e+00 | 5.850000e+02 |    Inf 
548.61/548.64	o 581
548.61/548.64	c * 544s|188130 |178260 |706776 |   3.8 | 466M| 217 |   - |5645 |5691 |5645 | 217 | 175k|5778 |5867 | 0.000000e+00 | 5.810000e+02 |    Inf 
551.01/551.09	o 573
551.01/551.09	c * 546s|188823 |178409 |710679 |   3.8 | 466M| 217 |   - |5645 |5655 |5645 | 220 | 176k|5815 |5902 | 0.000000e+00 | 5.730000e+02 |    Inf 
553.10/553.19	o 569
553.10/553.19	c * 549s|189325 |178526 |714649 |   3.8 | 466M| 217 |   - |5645 |5760 |5645 | 189 | 177k|5962 |5914 | 0.000000e+00 | 5.690000e+02 |    Inf 
556.00/556.04	c   551s|190000 |179124 |719789 |   3.8 | 468M| 217 |   - |5645 |5826 |   0 |   0 | 178k|6119 |6020 | 0.000000e+00 | 5.690000e+02 |    Inf 
560.50/560.57	o 568
560.50/560.57	c * 556s|191113 |180058 |730172 |   3.8 | 472M| 217 |   - |5645 |5942 |5645 | 221 | 179k|6389 |6035 | 0.000000e+00 | 5.680000e+02 |    Inf 
560.70/560.73	o 567
560.70/560.73	c * 556s|191146 |180013 |730510 |   3.8 | 471M| 217 |   - |5645 |5953 |5645 | 239 | 180k|6401 |6035 | 0.000000e+00 | 5.670000e+02 |    Inf 
563.60/563.62	o 562
563.60/563.62	c * 559s|191797 |180204 |736510 |   3.8 | 472M| 217 |   - |5645 |6130 |5645 | 228 | 181k|6689 |6072 | 0.000000e+00 | 5.620000e+02 |    Inf 
577.60/577.69	o 545
577.60/577.69	c * 573s|195531 |182340 |762957 |   3.9 | 479M| 217 |   - |5645 |5832 |5645 | 215 | 184k|7125 |6169 | 0.000000e+00 | 5.450000e+02 |    Inf 
579.51/579.55	o 539
579.51/579.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.51/579.55	c * 574s|196000 |182234 |766781 |   3.9 | 478M| 217 |   - |5645 |5843 |5645 | 212 | 185k|7189 |6183 | 0.000000e+00 | 5.390000e+02 |    Inf 
585.30/585.30	o 521
585.30/585.30	c * 580s|197575 |181918 |777337 |   3.9 | 475M| 217 |   - |5645 |5902 |5645 | 211 | 186k|7445 |6215 | 0.000000e+00 | 5.210000e+02 |    Inf 
586.41/586.48	o 518
586.41/586.48	c * 581s|197864 |181856 |779424 |   3.9 | 475M| 217 |   - |5645 |5904 |5645 | 211 | 187k|7480 |6235 | 0.000000e+00 | 5.180000e+02 |    Inf 
592.10/592.15	o 499
592.10/592.15	c * 587s|199283 |180944 |789427 |   4.0 | 471M| 217 |   - |5645 |5902 |5645 | 208 | 188k|7721 |6324 | 0.000000e+00 | 4.990000e+02 |    Inf 
592.30/592.35	o 492
592.30/592.35	c * 587s|199327 |180124 |789788 |   4.0 | 468M| 217 |   - |5645 |5897 |5645 | 204 | 188k|7721 |6324 | 0.000000e+00 | 4.920000e+02 |    Inf 
594.70/594.73	o 477
594.70/594.73	c * 589s|199908 |178856 |794488 |   4.0 | 464M| 217 |   - |5645 |5865 |5645 | 226 | 189k|7771 |6339 | 0.000000e+00 | 4.770000e+02 |    Inf 
595.01/595.03	o 465
595.01/595.03	c * 589s|199973 |177318 |794987 |   4.0 | 459M| 217 |   - |5645 |5864 |5645 | 198 | 189k|7782 |6339 | 0.000000e+00 | 4.650000e+02 |    Inf 
595.11/595.17	c   590s|200000 |177332 |795279 |   4.0 | 459M| 217 |   1 |5645 |5894 |5645 | 183 | 189k|7816 |6339 | 0.000000e+00 | 4.650000e+02 |    Inf 
600.00/600.06	o 449
600.00/600.06	c * 594s|201248 |176146 |804114 |   4.0 | 456M| 217 |   - |5645 |6029 |5645 | 197 | 191k|8124 |6380 | 0.000000e+00 | 4.490000e+02 |    Inf 
600.10/600.10	o 433
600.10/600.10	c * 594s|201252 |173888 |804133 |   4.0 | 449M| 217 |   - |5645 |6029 |5645 | 201 | 191k|8124 |6380 | 0.000000e+00 | 4.330000e+02 |    Inf 
601.71/601.72	o 432
601.71/601.72	c * 596s|201669 |174105 |806402 |   4.0 | 451M| 217 |   - |5645 |6018 |5645 | 208 | 191k|8220 |6409 | 0.000000e+00 | 4.320000e+02 |    Inf 
601.71/601.74	o 431
601.71/601.74	c * 596s|201671 |173915 |806402 |   4.0 | 450M| 217 |   - |5645 |6018 |5645 | 208 | 191k|8220 |6409 | 0.000000e+00 | 4.310000e+02 |    Inf 
601.71/601.75	o 428
601.71/601.75	c * 596s|201672 |173482 |806402 |   4.0 | 449M| 217 |   - |5645 |6018 |5645 | 208 | 191k|8220 |6409 | 0.000000e+00 | 4.280000e+02 |    Inf 
606.81/606.85	o 419
606.81/606.85	c * 601s|203101 |173372 |812871 |   4.0 | 449M| 217 |   - |5645 |5990 |5645 | 171 | 193k|8435 |6451 | 0.000000e+00 | 4.190000e+02 |    Inf 
614.70/614.74	o 410
614.70/614.74	c * 609s|205110 |173636 |824273 |   4.0 | 451M| 217 |   - |5645 |5961 |5645 | 202 | 197k|8813 |6532 | 0.000000e+00 | 4.100000e+02 |    Inf 
620.81/620.86	o 399
620.81/620.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.81/620.86	c * 615s|206583 |173204 |837411 |   4.1 | 452M| 217 |   - |5645 |6132 |5645 | 218 | 199k|9228 |6569 | 0.000000e+00 | 3.990000e+02 |    Inf 
621.80/621.82	o 391
621.80/621.82	c * 616s|206773 |172078 |839635 |   4.1 | 449M| 217 |   - |5645 |6189 |5645 | 229 | 199k|9341 |6572 | 0.000000e+00 | 3.910000e+02 |    Inf 
622.10/622.13	o 389
622.10/622.13	c * 616s|206831 |171705 |840293 |   4.1 | 449M| 217 |   - |5645 |6229 |5645 | 213 | 199k|9398 |6573 | 0.000000e+00 | 3.890000e+02 |    Inf 
622.21/622.22	o 386
622.21/622.22	c * 616s|206841 |171183 |840504 |   4.1 | 447M| 217 |   - |5645 |6233 |5645 | 202 | 199k|9407 |6573 | 0.000000e+00 | 3.860000e+02 |    Inf 
622.61/622.63	o 383
622.61/622.63	c * 616s|206916 |170719 |841311 |   4.1 | 446M| 217 |   - |5645 |6255 |5645 | 230 | 199k|9446 |6576 | 0.000000e+00 | 3.830000e+02 |    Inf 
625.31/625.37	o 382
625.31/625.37	c * 619s|207530 |171102 |847051 |   4.1 | 448M| 217 |   - |5645 |6314 |5645 | 221 | 200k|9635 |6604 | 0.000000e+00 | 3.820000e+02 |    Inf 
625.50/625.50	o 380
625.50/625.50	c * 619s|207554 |170785 |847267 |   4.1 | 447M| 217 |   - |5645 |6307 |5645 | 206 | 200k|9635 |6604 | 0.000000e+00 | 3.800000e+02 |    Inf 
625.50/625.57	o 376
625.50/625.57	c * 619s|207564 |170078 |847346 |   4.1 | 445M| 217 |   - |5645 |6309 |5645 | 219 | 200k|9639 |6609 | 0.000000e+00 | 3.760000e+02 |    Inf 
629.00/629.07	o 369
629.00/629.07	c * 623s|208339 |169408 |854271 |   4.1 | 444M| 217 |   - |5645 |6448 |5645 | 216 | 202k|9977 |6627 | 0.000000e+00 | 3.690000e+02 |    Inf 
629.50/629.50	o 364
629.50/629.50	c * 623s|208443 |168506 |855066 |   4.1 | 441M| 217 |   - |5645 |6477 |5645 | 197 | 202k|  10k|6633 | 0.000000e+00 | 3.640000e+02 |    Inf 
629.61/629.64	o 363
629.61/629.64	c * 623s|208469 |168317 |855374 |   4.1 | 441M| 217 |   - |5645 |6479 |5645 | 200 | 202k|  10k|6633 | 0.000000e+00 | 3.630000e+02 |    Inf 
630.10/630.18	o 357
630.10/630.18	c * 624s|208592 |167350 |856314 |   4.1 | 438M| 217 |   - |5645 |6477 |5645 | 201 | 202k|  10k|6636 | 0.000000e+00 | 3.570000e+02 |    Inf 
630.51/630.50	o 353
630.51/630.50	c * 624s|208657 |166708 |856897 |   4.1 | 437M| 217 |   - |5645 |6502 |5645 | 204 | 202k|  10k|6636 | 0.000000e+00 | 3.530000e+02 |    Inf 
631.10/631.18	o 350
631.10/631.18	c * 625s|208790 |166218 |858370 |   4.1 | 436M| 217 |   - |5645 |6546 |5645 | 202 | 202k|  10k|6638 | 0.000000e+00 | 3.500000e+02 |    Inf 
632.70/632.71	o 349
632.70/632.71	c * 626s|209076 |166230 |861449 |   4.1 | 438M| 217 |   - |5645 |6603 |5645 | 214 | 203k|  10k|6656 | 0.000000e+00 | 3.490000e+02 |    Inf 
635.50/635.54	o 348
635.50/635.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.50/635.54	c * 629s|209677 |166465 |866376 |   4.1 | 440M| 217 |   - |5645 |6744 |5645 | 192 | 203k|  10k|6677 | 0.000000e+00 | 3.480000e+02 |    Inf 
636.21/636.27	o 336
636.21/636.27	c * 630s|209818 |164204 |867628 |   4.1 | 434M| 217 |   - |5645 |6767 |5645 | 216 | 204k|  10k|6681 | 0.000000e+00 | 3.360000e+02 |    Inf 
636.31/636.39	o 328
636.31/636.39	c * 630s|209836 |162677 |867893 |   4.1 | 429M| 217 |   - |5645 |6765 |5645 | 201 | 204k|  10k|6681 | 0.000000e+00 | 3.280000e+02 |    Inf 
637.21/637.21	c   631s|210000 |162810 |869349 |   4.1 | 429M| 217 |   0 |5645 |6765 |5645 | 188 | 204k|  10k|6688 | 0.000000e+00 | 3.280000e+02 |    Inf 
638.11/638.17	o 321
638.11/638.17	c * 632s|210192 |161181 |870885 |   4.1 | 425M| 217 |   - |5645 |6782 |5645 | 227 | 204k|  10k|6694 | 0.000000e+00 | 3.210000e+02 |    Inf 
642.20/642.25	o 307
642.20/642.25	c * 636s|211005 |158776 |879002 |   4.2 | 420M| 217 |   - |5645 |6984 |5645 | 206 | 205k|  11k|6722 | 0.000000e+00 | 3.070000e+02 |    Inf 
644.11/644.16	o 304
644.11/644.16	c * 637s|211411 |158352 |883409 |   4.2 | 419M| 217 |   - |5645 |7088 |5645 | 199 | 206k|  11k|6727 | 0.000000e+00 | 3.040000e+02 |    Inf 
644.11/644.17	o 300
644.11/644.17	c * 637s|211412 |157543 |883409 |   4.2 | 417M| 217 |   - |5645 |7088 |5645 | 199 | 206k|  11k|6727 | 0.000000e+00 | 3.000000e+02 |    Inf 
644.51/644.58	o 295
644.51/644.58	c * 638s|211485 |156583 |884276 |   4.2 | 414M| 217 |   - |5645 |7080 |5645 | 213 | 206k|  11k|6727 | 0.000000e+00 | 2.950000e+02 |    Inf 
644.51/644.60	o 284
644.51/644.60	c * 638s|211486 |153920 |884276 |   4.2 | 406M| 217 |   - |5645 |7079 |5645 | 213 | 206k|  11k|6727 | 0.000000e+00 | 2.840000e+02 |    Inf 
647.31/647.32	o 277
647.31/647.32	c * 640s|212084 |152574 |890170 |   4.2 | 404M| 217 |   - |5645 |7201 |5645 | 233 | 207k|  12k|6752 | 0.000000e+00 | 2.770000e+02 |    Inf 
649.20/649.26	o 276
649.20/649.26	c * 642s|212460 |152528 |894955 |   4.2 | 405M| 217 |   - |5645 |7287 |5645 | 208 | 208k|  12k|6777 | 0.000000e+00 | 2.760000e+02 |    Inf 
650.01/650.09	o 273
650.01/650.09	c * 643s|212618 |151773 |896819 |   4.2 | 404M| 217 |   - |5645 |7306 |5645 | 203 | 208k|  12k|6784 | 0.000000e+00 | 2.730000e+02 |    Inf 
651.20/651.27	o 269
651.20/651.27	c * 644s|212856 |150669 |899896 |   4.2 | 402M| 217 |   - |5645 |7360 |5645 | 243 | 209k|  13k|6794 | 0.000000e+00 | 2.690000e+02 |    Inf 
651.41/651.49	o 268
651.41/651.49	c * 645s|212899 |150456 |900462 |   4.2 | 401M| 217 |   - |5645 |7357 |5645 | 200 | 209k|  13k|6800 | 0.000000e+00 | 2.680000e+02 |    Inf 
651.71/651.75	o 265
651.71/651.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
651.71/651.75	c * 645s|212944 |149822 |900856 |   4.2 | 399M| 217 |   - |5645 |7359 |5645 | 183 | 209k|  13k|6801 | 0.000000e+00 | 2.650000e+02 |    Inf 
652.10/652.19	o 251
652.10/652.19	c * 645s|213035 |145839 |901763 |   4.2 | 386M| 217 |   - |5645 |7361 |5645 | 200 | 209k|  13k|6801 | 0.000000e+00 | 2.510000e+02 |    Inf 
660.50/660.50	o 249
660.50/660.50	c * 653s|214680 |146201 |919236 |   4.3 | 392M| 217 |   - |5645 |6887 |5645 | 207 | 212k|  14k|6895 | 0.000000e+00 | 2.490000e+02 |    Inf 
660.71/660.72	o 235
660.71/660.72	c * 654s|214720 |141473 |919797 |   4.3 | 380M| 217 |   - |5645 |6811 |5645 | 214 | 212k|  14k|6896 | 0.000000e+00 | 2.350000e+02 |    Inf 
661.90/661.97	o 230
661.90/661.97	c * 655s|214941 |139508 |922408 |   4.3 | 376M| 217 |   - |5645 |6737 |5645 | 212 | 213k|  14k|6903 | 0.000000e+00 | 2.300000e+02 |    Inf 
667.11/667.12	o 210
667.11/667.12	c * 660s|216007 |131758 |932632 |   4.3 | 360M| 217 |   - |5645 |6378 |5645 | 233 | 215k|  15k|6915 | 0.000000e+00 | 2.100000e+02 |    Inf 
668.81/668.83	o 204
668.81/668.83	c * 661s|216348 |129252 |935981 |   4.3 | 356M| 217 |   - |5645 |6543 |5645 | 202 | 215k|  15k|6936 | 0.000000e+00 | 2.040000e+02 |    Inf 
669.01/669.02	o 202
669.01/669.02	c * 662s|216377 |128335 |936501 |   4.3 | 354M| 217 |   - |5645 |6544 |5645 | 201 | 216k|  15k|6936 | 0.000000e+00 | 2.020000e+02 |    Inf 
669.31/669.35	o 189
669.31/669.35	c * 662s|216437 |114914 |937104 |   4.3 | 324M| 217 |   - |5645 |6543 |5645 | 207 | 216k|  15k|6943 | 0.000000e+00 | 1.890000e+02 |    Inf 
670.21/670.25	o 187
670.21/670.25	c * 663s|216583 |113326 |939239 |   4.3 | 322M| 217 |   - |5645 |6558 |5645 | 197 | 216k|  15k|6954 | 0.000000e+00 | 1.870000e+02 |    Inf 
670.21/670.28	o 185
670.21/670.28	c * 663s|216585 |110623 |939242 |   4.3 | 317M| 217 |   - |5645 |6558 |5645 | 197 | 216k|  15k|6955 | 0.000000e+00 | 1.850000e+02 |    Inf 
670.21/670.30	o 181
670.21/670.30	c * 663s|216586 |105694 |939245 |   4.3 | 307M| 217 |   - |5645 |6558 |5645 | 197 | 216k|  15k|6955 | 0.000000e+00 | 1.810000e+02 |    Inf 
671.21/671.24	o 172
671.21/671.24	c * 664s|216727 | 97753 |941305 |   4.3 | 293M| 217 |   - |5645 |6543 |5645 | 196 | 216k|  15k|6984 | 0.000000e+00 | 1.720000e+02 |    Inf 
672.50/672.51	o 165
672.50/672.51	c * 665s|216898 | 89716 |944257 |   4.4 | 279M| 217 |   - |5645 |6584 |5645 | 222 | 217k|  15k|6994 | 0.000000e+00 | 1.650000e+02 |    Inf 
672.50/672.52	o 161
672.50/672.52	c * 665s|216899 | 86489 |944257 |   4.4 | 272M| 217 |   - |5645 |6584 |5645 | 222 | 217k|  15k|6994 | 0.000000e+00 | 1.610000e+02 |    Inf 
672.61/672.66	o 144
672.61/672.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.61/672.66	c * 665s|216912 | 74228 |944556 |   4.4 | 245M| 217 |   - |5645 |6567 |5645 | 230 | 217k|  15k|6994 | 0.000000e+00 | 1.440000e+02 |    Inf 
673.00/673.09	o 128
673.00/673.09	c * 666s|216989 | 63144 |945009 |   4.4 | 218M| 217 |   - |5645 |6478 |5645 | 172 | 217k|  15k|7002 | 0.000000e+00 | 1.280000e+02 |    Inf 
673.50/673.54	o 126
673.50/673.54	c * 666s|217076 | 62853 |945432 |   4.4 | 218M| 217 |   - |5645 |6463 |5645 | 193 | 217k|  15k|7014 | 0.000000e+00 | 1.260000e+02 |    Inf 
673.80/673.87	o 125
673.80/673.87	c * 666s|217150 | 62661 |945741 |   4.4 | 219M| 217 |   - |5645 |6417 |5645 | 190 | 217k|  15k|7020 | 0.000000e+00 | 1.250000e+02 |    Inf 
673.90/673.99	o 124
673.90/673.99	c * 666s|217173 | 61832 |945873 |   4.4 | 216M| 217 |   - |5645 |6406 |5645 | 173 | 217k|  15k|7021 | 0.000000e+00 | 1.240000e+02 |    Inf 
674.00/674.09	o 107
674.00/674.09	c * 667s|217186 | 52432 |945969 |   4.4 | 190M| 217 |   - |5645 |6403 |5645 | 174 | 217k|  15k|7021 | 0.000000e+00 | 1.070000e+02 |    Inf 
675.80/675.80	o 104
675.80/675.80	c * 668s|217450 | 51023 |947449 |   4.4 | 188M| 217 |   - |5645 |5888 |5645 | 169 | 217k|  16k|7051 | 0.000000e+00 | 1.040000e+02 |    Inf 
675.90/675.98	o 102
675.90/675.98	c * 668s|217470 | 50453 |947562 |   4.4 | 186M| 217 |   - |5645 |5880 |5645 | 169 | 217k|  16k|7051 | 0.000000e+00 | 1.020000e+02 |    Inf 
676.10/676.17	o 101
676.10/676.17	c * 669s|217474 | 16535 |947735 |   4.4 |  83M| 217 |   - |5645 |5862 |5645 | 204 | 218k|  16k|7051 | 0.000000e+00 | 1.010000e+02 |    Inf 
676.20/676.24	o 97
676.20/676.24	c * 669s|217482 | 16069 |947821 |   4.4 |  82M| 217 |   - |5645 |5842 |5645 | 180 | 218k|  16k|7054 | 0.000000e+00 | 9.700000e+01 |    Inf 
676.31/676.30	o 77
676.31/676.30	c * 669s|217485 |  9631 |947847 |   4.4 |  65M| 217 |   - |5645 |5704 |5645 | 180 | 218k|  16k|7054 | 0.000000e+00 | 7.700000e+01 |    Inf 
676.60/676.60	o 76
676.60/676.60	c * 669s|217559 |  9570 |947994 |   4.4 |  65M| 217 |   - |5645 |5141 |5645 | 152 | 218k|  16k|7070 | 0.000000e+00 | 7.600000e+01 |    Inf 
676.60/676.63	o 72
676.60/676.63	c * 669s|217560 |  3005 |947994 |   4.4 |  42M| 217 |   - |5645 |5141 |5645 | 152 | 218k|  16k|7070 | 0.000000e+00 | 7.200000e+01 |    Inf 
684.80/684.81	o 64
684.80/684.81	c * 677s|219755 |  2737 |955990 |   4.3 |  47M| 217 |   - |5645 |6331 |5645 | 157 | 219k|  18k|7152 | 0.000000e+00 | 6.400000e+01 |    Inf 
684.90/684.93	o 51
684.90/684.93	c * 677s|219785 |  2266 |956025 |   4.3 |  45M| 217 |   - |5645 |6095 |5645 | 158 | 219k|  18k|7152 | 0.000000e+00 | 5.100000e+01 |    Inf 
685.70/685.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
685.70/685.79	c   678s|220000 |  2287 |957151 |   4.4 |  45M| 217 |   4 |5645 |5788 |5645 | 165 | 220k|  18k|7155 | 0.000000e+00 | 5.100000e+01 |    Inf 
693.50/693.59	o 49
693.50/693.59	c * 686s|222542 |  2172 |965270 |   4.3 |  48M| 217 |   - |5645 |6307 |5645 | 178 | 222k|  22k|7201 | 0.000000e+00 | 4.900000e+01 |    Inf 
704.70/704.73	o 44
704.70/704.73	c * 696s|226614 |  2199 |973939 |   4.3 |  52M| 217 |   - |5645 |7942 |5645 | 161 | 223k|  26k|7204 | 0.000000e+00 | 4.400000e+01 |    Inf 
704.70/704.74	o 42
704.70/704.74	c * 696s|226615 |  2155 |973940 |   4.3 |  52M| 217 |   - |5645 |7942 |5645 | 161 | 223k|  26k|7204 | 0.000000e+00 | 4.200000e+01 |    Inf 
705.01/705.01	o 33
705.01/705.01	c * 697s|226698 |  1877 |974052 |   4.3 |  50M| 217 |   - |5645 |7708 |5645 | 161 | 223k|  26k|7204 | 0.000000e+00 | 3.300000e+01 |    Inf 
713.20/713.23	c   704s|230000 |  1806 |981584 |   4.3 |  51M| 217 |   - |5645 |6954 |   0 |   0 | 225k|  30k|7211 | 0.000000e+00 | 3.300000e+01 |    Inf 
720.81/720.82	o 30
720.81/720.82	c * 712s|233175 |  1680 |988046 |   4.2 |  52M| 217 |   - |5645 |7376 |5645 | 165 | 226k|  34k|7211 | 0.000000e+00 | 3.000000e+01 |    Inf 
729.11/729.17	o 18
729.11/729.17	c * 720s|236866 |  1366 |995288 |   4.2 |  50M| 217 |   - |5645 |7947 |5645 | 165 | 227k|  39k|7225 | 0.000000e+00 | 1.800000e+01 |    Inf 
735.61/735.63	c   726s|240000 |  1413 |  1002k|   4.2 |  51M| 217 |  15 |5645 |7537 |5645 | 160 | 228k|  42k|7226 | 0.000000e+00 | 1.800000e+01 |    Inf 
756.40/756.43	c   746s|250000 |  1401 |  1021k|   4.1 |  53M| 217 |   1 |5645 |9177 |5645 | 188 | 231k|  55k|7248 | 0.000000e+00 | 1.800000e+01 |    Inf 
777.81/777.82	c   767s|260000 |  1284 |  1045k|   4.0 |  52M| 217 |   1 |5645 |8642 |5645 | 166 | 235k|  68k|7320 | 0.000000e+00 | 1.800000e+01 |    Inf 
800.11/800.17	c   788s|270000 |  1267 |  1070k|   4.0 |  53M| 217 |  16 |5645 |8713 |5645 | 160 | 242k|  80k|7386 | 0.000000e+00 | 1.800000e+01 |    Inf 
822.72/822.76	c   810s|280000 |  1288 |  1091k|   3.9 |  55M| 217 |   1 |5645 |  10k|5645 | 146 | 247k|  92k|7415 | 0.000000e+00 | 1.800000e+01 |    Inf 
845.41/845.46	c   831s|290000 |  1336 |  1115k|   3.8 |  57M| 217 |   1 |5645 |  11k|5645 | 157 | 253k| 104k|7446 | 0.000000e+00 | 1.800000e+01 |    Inf 
859.91/859.96	o 13
859.91/859.96	c * 845s|296191 |  1120 |  1131k|   3.8 |  52M| 217 |   - |5645 |  11k|5645 | 155 | 257k| 112k|7477 | 0.000000e+00 | 1.300000e+01 |    Inf 
868.41/868.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
868.41/868.49	c   854s|300000 |  1129 |  1140k|   3.8 |  53M| 217 |   - |5645 |  10k|   0 |   0 | 259k| 116k|7503 | 0.000000e+00 | 1.300000e+01 |    Inf 
888.82/888.82	c   873s|310000 |  1146 |  1159k|   3.7 |  53M| 217 |   1 |5645 |  10k|5645 | 146 | 263k| 129k|7531 | 0.000000e+00 | 1.300000e+01 |    Inf 
908.91/908.95	c   892s|320000 |  1200 |  1176k|   3.7 |  55M| 217 |   - |5645 |  11k|   0 |   0 | 267k| 143k|7543 | 0.000000e+00 | 1.300000e+01 |    Inf 
931.51/931.54	c   914s|330000 |  1251 |  1190k|   3.6 |  57M| 217 |   - |5645 |  12k|   0 |   0 | 270k| 156k|7569 | 0.000000e+00 | 1.300000e+01 |    Inf 
952.61/952.62	c   935s|340000 |  1221 |  1207k|   3.6 |  57M| 217 |  24 |5645 |  13k|5645 | 184 | 274k| 169k|7599 | 0.000000e+00 | 1.300000e+01 |    Inf 
973.81/973.84	c   955s|350000 |  1092 |  1229k|   3.5 |  54M| 217 |   - |5645 |  10k|   0 |   0 | 277k| 183k|7631 | 0.000000e+00 | 1.300000e+01 |    Inf 
994.61/994.69	c   975s|360000 |   865 |  1250k|   3.5 |  49M| 217 |   - |5645 |9179 |   0 |   0 | 280k| 196k|7669 | 0.000000e+00 | 1.300000e+01 |    Inf 
1014.02/1014.07	c   993s|370000 |   910 |  1270k|   3.4 |  51M| 217 |   - |5645 |  12k|   0 |   0 | 283k| 208k|7693 | 0.000000e+00 | 1.300000e+01 |    Inf 
1033.91/1033.91	o 9
1033.91/1033.91	c *1013s|379106 |   835 |  1288k|   3.4 |  50M| 217 |   - |5645 |  15k|5645 | 173 | 285k| 219k|7713 | 0.000000e+00 | 9.000000e+00 |    Inf 
1036.02/1036.02	c  1015s|380000 |   834 |  1291k|   3.4 |  50M| 217 |   - |5645 |  14k|   0 |   0 | 285k| 221k|7720 | 0.000000e+00 | 9.000000e+00 |    Inf 
1057.92/1057.96	c  1036s|390000 |   854 |  1318k|   3.4 |  51M| 217 |   - |5645 |  14k|   0 |   0 | 289k| 233k|7758 | 0.000000e+00 | 9.000000e+00 |    Inf 
1080.31/1080.33	c  1057s|400000 |   872 |  1344k|   3.4 |  51M| 217 |   1 |5645 |  13k|5645 | 152 | 292k| 245k|7802 | 0.000000e+00 | 9.000000e+00 |    Inf 
1100.32/1100.32	c  1076s|410000 |   894 |  1358k|   3.3 |  52M| 217 |   1 |5645 |  14k|5645 | 161 | 293k| 258k|7836 | 0.000000e+00 | 9.000000e+00 |    Inf 
1121.12/1121.11	c  1096s|420000 |   923 |  1379k|   3.3 |  52M| 217 |   - |5645 |  14k|   0 |   0 | 295k| 270k|7864 | 0.000000e+00 | 9.000000e+00 |    Inf 
1141.73/1141.79	c  1116s|430000 |   936 |  1398k|   3.3 |  53M| 217 |   - |5645 |  14k|   0 |   0 | 297k| 282k|7879 | 0.000000e+00 | 9.000000e+00 |    Inf 
1165.41/1165.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.41/1165.46	c  1139s|440000 |  1023 |  1429k|   3.2 |  55M| 217 |  15 |5645 |  19k|5645 | 182 | 302k| 294k|7939 | 0.000000e+00 | 9.000000e+00 |    Inf 
1189.81/1189.85	c  1163s|450000 |   996 |  1452k|   3.2 |  56M| 217 |   7 |5645 |  19k|5645 | 163 | 305k| 307k|7977 | 0.000000e+00 | 9.000000e+00 |    Inf 
1213.82/1213.86	c  1186s|460000 |   978 |  1473k|   3.2 |  57M| 217 |   1 |5645 |  22k|5645 | 171 | 307k| 320k|8002 | 0.000000e+00 | 9.000000e+00 |    Inf 
1236.72/1236.76	c  1208s|470000 |   927 |  1494k|   3.2 |  54M| 217 |   3 |5645 |  16k|5645 | 173 | 309k| 333k|8043 | 0.000000e+00 | 9.000000e+00 |    Inf 
1258.92/1258.99	c  1230s|480000 |   974 |  1511k|   3.1 |  56M| 217 |   - |5645 |  17k|   0 |   0 | 312k| 345k|8070 | 0.000000e+00 | 9.000000e+00 |    Inf 
1281.32/1281.40	c  1251s|490000 |   930 |  1534k|   3.1 |  55M| 217 |   - |5645 |  15k|   0 |   0 | 314k| 358k|8112 | 0.000000e+00 | 9.000000e+00 |    Inf 
1303.62/1303.61	c  1273s|500000 |   919 |  1557k|   3.1 |  55M| 217 |   - |5645 |  18k|   0 |   0 | 317k| 371k|8146 | 0.000000e+00 | 9.000000e+00 |    Inf 
1327.92/1327.92	c  1296s|510000 |   942 |  1582k|   3.1 |  57M| 217 |   1 |5645 |  23k|5645 | 176 | 319k| 383k|8179 | 0.000000e+00 | 9.000000e+00 |    Inf 
1355.82/1355.80	c  1323s|520000 |   950 |  1608k|   3.1 |  58M| 217 |   1 |5645 |  23k|5645 | 169 | 323k| 396k|8216 | 0.000000e+00 | 9.000000e+00 |    Inf 
1384.72/1384.80	c  1351s|530000 |  1002 |  1641k|   3.1 |  60M| 217 |   - |5645 |  26k|   0 |   0 | 328k| 409k|8274 | 0.000000e+00 | 9.000000e+00 |    Inf 
1416.83/1416.86	c  1383s|540000 |  1030 |  1677k|   3.1 |  61M| 217 |   5 |5645 |  28k|5645 | 170 | 336k| 422k|8311 | 0.000000e+00 | 9.000000e+00 |    Inf 
1449.92/1449.91	c  1415s|550000 |  1077 |  1711k|   3.1 |  63M| 217 |   9 |5645 |  31k|5645 | 161 | 343k| 436k|8346 | 0.000000e+00 | 9.000000e+00 |    Inf 
1483.93/1483.95	c  1448s|560000 |  1197 |  1749k|   3.1 |  65M| 217 |   - |5645 |  31k|   0 |   0 | 351k| 449k|8416 | 0.000000e+00 | 9.000000e+00 |    Inf 
1517.23/1517.20	c  1481s|570000 |  1335 |  1785k|   3.1 |  68M| 217 |   1 |5645 |  33k|5645 | 161 | 359k| 461k|8455 | 0.000000e+00 | 9.000000e+00 |    Inf 
1550.03/1550.03	c  1513s|580000 |  1371 |  1821k|   3.1 |  70M| 217 |   - |5645 |  33k|   0 |   0 | 365k| 474k|8502 | 0.000000e+00 | 9.000000e+00 |    Inf 
1585.82/1585.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.82/1585.80	c  1548s|590000 |  1352 |  1860k|   3.2 |  71M| 217 |  12 |5645 |  34k|5645 | 182 | 373k| 488k|8563 | 0.000000e+00 | 9.000000e+00 |    Inf 
1620.93/1620.92	c  1582s|600000 |  1436 |  1894k|   3.2 |  74M| 217 |   - |5645 |  36k|   0 |   0 | 380k| 501k|8604 | 0.000000e+00 | 9.000000e+00 |    Inf 
1656.03/1656.03	c  1616s|610000 |  1410 |  1927k|   3.2 |  75M| 217 |   8 |5645 |  35k|5645 | 179 | 386k| 514k|8642 | 0.000000e+00 | 9.000000e+00 |    Inf 
1690.64/1690.66	c  1650s|620000 |  1441 |  1962k|   3.2 |  76M| 217 |   - |5645 |  36k|   0 |   0 | 392k| 527k|8694 | 0.000000e+00 | 9.000000e+00 |    Inf 
1726.83/1726.83	c  1685s|630000 |  1484 |  1997k|   3.2 |  76M| 217 |   1 |5645 |  36k|5645 | 173 | 398k| 539k|8750 | 0.000000e+00 | 9.000000e+00 |    Inf 
1763.13/1763.15	c  1721s|640000 |  1551 |  2027k|   3.2 |  78M| 217 |   - |5645 |  38k|5645 | 182 | 404k| 552k|8788 | 0.000000e+00 | 9.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1756.76
1800.04/1800.00	c Solving Nodes      : 649261
1800.04/1800.00	c Primal Bound       : +9.00000000000000e+00 (229 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.09	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1800.04/1800.09	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 
1800.04/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1800.04/1800.09	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.04/1800.09	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
1800.04/1800.09	v -x2 -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1756.76
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692316-1277925862.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692316-1277925862.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 41365 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2476          -          -       4952          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     508343          0          0         82          0          0     526034
1800.04/1800.09	c   indicator        :       2707          0    3349934     245010          0        424    7095012          0          0          0
1800.04/1800.09	c   linear           :       2707          6    3369618     245166          0     167252   13515545     413123          0          0
1800.04/1800.09	c   logicor          :          0+         0     791274          0          0      48689     766329          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0      22921          0          0          0       2470          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0     182163          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      16.30       0.00       0.00      16.30       0.00
1800.04/1800.09	c   indicator        :      99.97       0.01      34.98      64.98       0.00
1800.04/1800.09	c   linear           :     194.72       0.00     152.78      41.94       0.00
1800.04/1800.09	c   logicor          :     189.76       0.00     189.76       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c   countsols        :       0.04       0.00       0.00       0.04       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.10          2          0          0
1800.04/1800.09	c   rootredcost      :       0.10         99          0       2476
1800.04/1800.09	c   pseudoobj        :     178.84    3382480      12177    4493846
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      13.70     228118     228105    1381795       25.7      11760       14.9          -
1800.04/1800.09	c   infeasible LP    :       1.93       4894       4894      38340       37.8         60       16.0          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.08        568        568       2338       13.1        300        4.5          -
1800.04/1800.09	c   applied globally :          -          -          -     564577       19.9          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.09	c   redcost          :      49.31     512603          0    2401676          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      16.17     263085          0         82          0          0     526034
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      60.69     182064          0          0          0          0     364128
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.89          -         99
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.02          0          0
1800.04/1800.09	c   oneopt           :       0.60         91          0
1800.04/1800.09	c   intshifting      :       0.19         37          0
1800.04/1800.09	c   crossover        :       3.09        108          0
1800.04/1800.09	c   guideddiving     :      11.35       5755          0
1800.04/1800.09	c   coefdiving       :       9.20       5755          0
1800.04/1800.09	c   pscostdiving     :       9.56       5755          0
1800.04/1800.09	c   veclendiving     :       9.17       5756          0
1800.04/1800.09	c   linesearchdiving :       9.48       5756          0
1800.04/1800.09	c   fracdiving       :      10.01       5756          0
1800.04/1800.09	c   rootsoldiving    :       9.86       5536          0
1800.04/1800.09	c   objpscostdiving  :       9.27       5549          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.51     264466          0
1800.04/1800.09	c   zirounding       :       0.19       1000          0
1800.04/1800.09	c   rounding         :       3.72       7243          0
1800.04/1800.09	c   shifting         :       2.28       2235          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.02          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.07          0          0
1800.04/1800.09	c   trysol           :       2.86      12722        128
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     399.67     347475    2055695       5.92    5143.48
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       2.11       2112       9801       4.64    4645.02
1800.04/1800.09	c   strong branching :      14.32       8854      66633       7.53    4653.14
1800.04/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     649261
1800.04/1800.09	c   nodes (total)    :     649261
1800.04/1800.09	c   nodes left       :       1698
1800.04/1800.09	c   max depth        :        217
1800.04/1800.09	c   max depth (total):        217
1800.04/1800.09	c   backtracks       :      40503 (6.2%)
1800.04/1800.09	c   delayed cutoffs  :      31781
1800.04/1800.09	c   repropagations   :    1667289 (4481654 domain reductions, 29818 cutoffs)
1800.04/1800.09	c   avg switch length:       6.92
1800.04/1800.09	c   switching time   :     207.73
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        229 (100 improvements)
1800.04/1800.09	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 379106 nodes, 1012.55 seconds, depth 29, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        106
1800.23/1800.23	c Time complete: 1800.26.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692316-1277925862/watcher-2692316-1277925862 -o /tmp/evaluation-result-2692316-1277925862/solver-2692316-1277925862 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692316-1277925862.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.94 1.99 1.99 4/196 15756
/proc/meminfo: memFree=31030404/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=9744 CPUtime=0
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 1747 0 0 0 0 0 0 0 25 0 1 0 133883158 9977856 1667 4089446400 4194304 8223781 140737118366576 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15756/statm: 2436 1671 369 984 0 1449 0

[startup+0.0494039 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 15756
/proc/meminfo: memFree=31030404/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=29996 CPUtime=0.04
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 7132 0 0 0 4 0 0 0 25 0 1 0 133883158 30715904 6688 4089446400 4194304 8223781 140737118366576 18446744073709551615 4843537 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 7499 6688 387 984 0 6512 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29996

[startup+0.100394 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 15756
/proc/meminfo: memFree=31030404/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=35144 CPUtime=0.09
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 133883158 35987456 7645 4089446400 4194304 8223781 140737118366576 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 8786 7645 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.300359 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 15756
/proc/meminfo: memFree=31030404/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=57204 CPUtime=0.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 14172 0 0 0 28 1 0 0 25 0 1 0 133883158 58576896 13115 4089446400 4194304 8223781 140737118366576 18446744073709551615 6207754 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 14301 13115 564 984 0 13314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57204

[startup+0.700287 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 15756
/proc/meminfo: memFree=31030404/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=43084 CPUtime=0.69
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 15656 0 0 0 68 1 0 0 25 0 1 0 133883158 44118016 9711 4089446400 4194304 8223781 140737118366576 18446744073709551615 6448670 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 10771 9711 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50014 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 15757
/proc/meminfo: memFree=30993072/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=44428 CPUtime=1.49
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 15892 0 0 0 146 3 0 0 25 0 1 0 133883158 45494272 9946 4089446400 4194304 8223781 140737118366576 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 11107 9946 578 984 0 10120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44428

[startup+3.10092 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 15757
/proc/meminfo: memFree=30991088/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=48588 CPUtime=3.09
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 22009 0 0 0 304 5 0 0 25 0 1 0 133883158 49754112 11006 4089446400 4194304 8223781 140737118366576 18446744073709551615 6304311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 12147 11006 579 984 0 11160 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48588

[startup+6.30029 s]
/proc/loadavg: 1.95 1.99 1.99 3/197 15757
/proc/meminfo: memFree=30983716/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=52964 CPUtime=6.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 28190 0 0 0 620 9 0 0 25 0 1 0 133883158 54235136 12095 4089446400 4194304 8223781 140737118366576 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 13241 12095 579 984 0 12254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52964

[startup+12.7001 s]
/proc/loadavg: 1.95 1.99 1.99 3/197 15757
/proc/meminfo: memFree=30978552/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=59396 CPUtime=12.68
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 39960 0 0 0 1253 15 0 0 25 0 1 0 133883158 60821504 13712 4089446400 4194304 8223781 140737118366576 18446744073709551615 6592899 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 14849 13712 579 984 0 13862 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59396

[startup+25.5009 s]
/proc/loadavg: 1.96 1.99 1.99 3/197 15758
/proc/meminfo: memFree=30965044/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=73620 CPUtime=25.49
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 48719 0 0 0 2524 25 0 0 25 0 1 0 133883158 75386880 17231 4089446400 4194304 8223781 140737118366576 18446744073709551615 6337568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 18405 17231 579 984 0 17418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73620

[startup+51.1003 s]
/proc/loadavg: 1.97 1.99 1.99 3/197 15758
/proc/meminfo: memFree=30937028/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=97188 CPUtime=51.09
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 79766 0 0 0 5066 43 0 0 25 0 1 0 133883158 99520512 23093 4089446400 4194304 8223781 140737118366576 18446744073709551615 6439880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 24297 23093 585 984 0 23310 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97188

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 15760
/proc/meminfo: memFree=30891600/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=142000 CPUtime=102.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 142333 0 0 0 10146 83 0 0 25 0 1 0 133883158 145408000 34347 4089446400 4194304 8223781 140737118366576 18446744073709551615 7237187 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 35500 34347 587 984 0 34513 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 142000

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 15761
/proc/meminfo: memFree=30843816/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=190728 CPUtime=162.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 186728 0 0 0 16103 126 0 0 25 0 1 0 133883158 195305472 46437 4089446400 4194304 8223781 140737118366576 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 47682 46437 587 984 0 46695 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190728

[startup+222.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/197 15763
/proc/meminfo: memFree=30793200/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=240580 CPUtime=222.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 238417 0 0 0 22057 172 0 0 25 0 1 0 133883158 246353920 58912 4089446400 4194304 8223781 140737118366576 18446744073709551615 5893877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 60145 58912 587 984 0 59158 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 240580

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 15764
/proc/meminfo: memFree=30738744/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=296356 CPUtime=282.3
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 268891 0 0 0 28017 213 0 0 25 0 1 0 133883158 303468544 72308 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 74089 72308 587 984 0 73102 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 296356

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 15766
/proc/meminfo: memFree=30674104/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=351048 CPUtime=342.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 303377 0 0 0 33978 251 0 0 25 0 1 0 133883158 359473152 85865 4089446400 4194304 8223781 140737118366576 18446744073709551615 6537848 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 87762 85865 587 984 0 86775 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 351048

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 15768
/proc/meminfo: memFree=30612804/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=399008 CPUtime=402.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 322582 0 0 0 39936 293 0 0 25 0 1 0 133883158 408584192 97976 4089446400 4194304 8223781 140737118366576 18446744073709551615 6567149 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 99752 97976 587 984 0 98765 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 399008

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15772
/proc/meminfo: memFree=30539532/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=452744 CPUtime=462.29
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 338156 0 0 0 45896 333 0 0 25 0 1 0 133883158 463609856 111500 4089446400 4194304 8223781 140737118366576 18446744073709551615 4697585 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15756/statm: 113186 111500 587 984 0 112199 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 452744

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15804
/proc/meminfo: memFree=30842040/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=496504 CPUtime=522.3
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 349314 0 0 0 51836 394 0 0 25 0 1 0 133883158 508420096 122521 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 124126 122521 587 984 0 123139 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 496504

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15805
/proc/meminfo: memFree=30600912/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=545100 CPUtime=582.31
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 428533 0 0 0 57706 525 0 0 25 0 1 0 133883158 558182400 134759 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 136275 134759 587 984 0 135288 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 545100

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15807
/proc/meminfo: memFree=30394652/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=577256 CPUtime=642.31
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 509726 0 0 0 63563 668 0 0 25 0 1 0 133883158 591110144 142571 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 144314 142571 587 984 0 143327 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 577256

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15813
/proc/meminfo: memFree=30154600/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=601616 CPUtime=882.31
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 748213 0 0 0 86686 1545 0 0 25 0 1 0 133883158 616054784 147815 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 150404 147815 595 984 0 149417 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 601616

[startup+942.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15842
/proc/meminfo: memFree=30734284/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=603548 CPUtime=942.31
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 759391 0 0 0 92467 1764 0 0 25 0 1 0 133883158 618033152 148285 4089446400 4194304 8223781 140737118366576 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 150887 148285 595 984 0 149900 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 603548

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15844
/proc/meminfo: memFree=30670312/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=599368 CPUtime=1002.31
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 767065 0 0 0 98217 2014 0 0 25 0 1 0 133883158 613752832 147245 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 149842 147245 595 984 0 148855 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 599368

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15845
/proc/meminfo: memFree=30604848/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=600768 CPUtime=1062.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 802854 0 0 0 103988 2244 0 0 25 0 1 0 133883158 615186432 147600 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 150192 147600 603 984 0 149205 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 600768

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15847
/proc/meminfo: memFree=30568476/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=601276 CPUtime=1122.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 809629 0 0 0 109759 2473 0 0 25 0 1 0 133883158 615706624 147729 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 150319 147729 603 984 0 149332 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 601276

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15848
/proc/meminfo: memFree=30517352/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=603044 CPUtime=1182.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 816446 0 0 0 115556 2676 0 0 25 0 1 0 133883158 617517056 148160 4089446400 4194304 8223781 140737118366576 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 150761 148160 603 984 0 149774 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 603044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15850
/proc/meminfo: memFree=30461872/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=604752 CPUtime=1242.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 816850 0 0 0 121354 2878 0 0 25 0 1 0 133883158 619266048 148564 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 151188 148564 603 984 0 150201 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 604752

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15852
/proc/meminfo: memFree=30406656/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=605408 CPUtime=1302.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 821569 0 0 0 127131 3101 0 0 25 0 1 0 133883158 619937792 148728 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 151352 148728 603 984 0 150365 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 605408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15853
/proc/meminfo: memFree=30356132/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=606484 CPUtime=1362.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 821838 0 0 0 132953 3279 0 0 25 0 1 0 133883158 621039616 148995 4089446400 4194304 8223781 140737118366576 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 151621 148995 603 984 0 150634 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 606484

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15855
/proc/meminfo: memFree=30304768/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=608996 CPUtime=1422.32
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 822371 0 0 0 138797 3435 0 0 25 0 1 0 133883158 623611904 149524 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 152249 149524 603 984 0 151262 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 608996

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15856
/proc/meminfo: memFree=30251164/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=611228 CPUtime=1482.33
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 822848 0 0 0 144660 3573 0 0 25 0 1 0 133883158 625897472 150001 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 152807 150001 603 984 0 151820 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 611228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15858
/proc/meminfo: memFree=30203988/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=614316 CPUtime=1542.33
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 823452 0 0 0 150515 3718 0 0 25 0 1 0 133883158 629059584 150605 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 153579 150605 603 984 0 152592 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 614316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15860
/proc/meminfo: memFree=30152344/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=619528 CPUtime=1602.33
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 829058 0 0 0 156367 3866 0 0 25 0 1 0 133883158 634396672 151685 4089446400 4194304 8223781 140737118366576 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 154882 151685 603 984 0 153895 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 619528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15861
/proc/meminfo: memFree=30104676/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=621884 CPUtime=1662.33
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 829517 0 0 0 162220 4013 0 0 25 0 1 0 133883158 636809216 152141 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 155471 152141 603 984 0 154484 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 621884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15863
/proc/meminfo: memFree=30059884/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=622688 CPUtime=1722.34
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 829733 0 0 0 168078 4156 0 0 25 0 1 0 133883158 637632512 152335 4089446400 4194304 8223781 140737118366576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 155672 152335 603 984 0 154685 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 622688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15864
/proc/meminfo: memFree=30011732/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=623708 CPUtime=1782.33
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 829971 0 0 0 173949 4284 0 0 25 0 1 0 133883158 638676992 152573 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 155927 152573 603 984 0 154940 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 623708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15865
/proc/meminfo: memFree=30003520/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=624604 CPUtime=1800.04
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 830154 0 0 0 175679 4325 0 0 25 0 1 0 133883158 639594496 152756 4089446400 4194304 8223781 140737118366576 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15756/statm: 156151 152756 603 984 0 155164 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 624604

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 15865
/proc/meminfo: memFree=30003520/32950928 swapFree=67111528/67111528
[pid=15756] ppid=15754 vsize=455632 CPUtime=1800.23
/proc/15756/stat : 15756 (pbscip.linux.x8) R 15754 15756 13797 0 -1 4202496 830194 0 0 0 175698 4325 0 0 18 0 1 0 133883158 466567168 110512 4089446400 4194304 8223781 140737118366576 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15756/statm: 113650 110254 605 984 0 112663 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 455632

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.28
CPU user time (s): 1757
CPU system time (s): 43.2784
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 633124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1757
system time used= 43.2784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 830198
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= 3
involuntary context switches= 11746

runsolver used 2.43163 second user time and 5.79812 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 21:24:22
IDJOB=2692316
IDBENCH=79264
IDSOLVER=1204
FILE ID=node122/2692316-1277925862
PBS_JOBID= 11197325
Free space on /tmp= 74212 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.1900564824--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-2692316-1277925862/watcher-2692316-1277925862 -o /tmp/evaluation-result-2692316-1277925862/solver-2692316-1277925862 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692316-1277925862.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 67acad5bcb13fd291a4cc974e7f18780
RANDOM SEED=368160654

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31030932 kB
Buffers:        205688 kB
Cached:        1153520 kB
SwapCached:          0 kB
Active:         935864 kB
Inactive:       839332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31030932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      416708 kB
Mapped:          20440 kB
Slab:            79864 kB
PageTables:       5948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1656600 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= 74204 MiB
End job on node122 at 2010-06-30 21:54:24