Trace number 2705777

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark20.5409
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705777-1278580143.wbo>
0.00/0.01	c original problem has 1557 variables (849 bin, 0 int, 708 impl, 0 cont) and 1464 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 47 clqs
0.00/0.03	c (round 2) 0 del vars, 0 del conss, 708 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 1416 impls, 47 clqs
0.00/0.05	c    (0.0s) probing: 101/849 (11.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  0 deleted vars, 0 deleted constraints, 708 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1416 implications, 47 cliques
0.00/0.05	c presolved problem has 1557 variables (849 bin, 0 int, 708 impl, 0 cont) and 1464 constraints
0.00/0.05	c       1 constraints of type <knapsack>
0.00/0.05	c      47 constraints of type <setppc>
0.00/0.05	c     708 constraints of type <linear>
0.00/0.05	c     708 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1790
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c   0.0s|     1 |     0 |    47 |     - |5420k|   0 |   0 |1557 |1464 |1557 |  48 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   100 |     - |5515k|   0 |   0 |1557 |1464 |1557 | 248 | 200 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.07/0.09	c   0.1s|     1 |     0 |   129 |     - |5581k|   0 |  92 |1557 |1464 |1557 | 389 | 341 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   142 |     - |5607k|   0 |  94 |1557 |1464 |1557 | 396 | 348 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   151 |     - |5611k|   0 |  92 |1557 |1464 |1557 | 397 | 349 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   154 |     - |5613k|   0 |  92 |1557 |1464 |1557 | 398 | 350 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   210 |     - |5617k|   0 | 111 |1557 |1464 |1557 | 400 | 352 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     2 |   210 |     - |5619k|   0 | 111 |1557 |1464 |1557 | 400 | 352 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
1.10/1.16	o 34
1.10/1.16	c y 1.2s|   101 |   100 |  1101 |   8.9 |5848k|  41 |   - |1557 |1464 |   0 |   0 | 553 |   0 | 913 | 0.000000e+00 | 3.400000e+01 |    Inf 
1.39/1.40	o 33
1.39/1.40	c y 1.4s|   180 |   179 |  2587 |  13.3 |6041k|  41 |   - |1557 |1464 |   0 |   0 |1012 |   0 |1025 | 0.000000e+00 | 3.300000e+01 |    Inf 
1.89/1.97	o 25
1.89/1.97	c y 2.0s|   628 |   626 |  7334 |  11.4 |7001k|  74 |   - |1557 |1464 |   0 |   0 |3007 |   0 |1025 | 0.000000e+00 | 2.500000e+01 |    Inf 
3.99/4.02	o 22
3.99/4.02	c y 4.0s|  2378 |  2353 | 23101 |   9.6 |  10M| 169 |   - |1557 |1474 |   0 |   0 |8079 |  10 |1026 | 0.000000e+00 | 2.200000e+01 |    Inf 
5.69/5.76	o 19
5.69/5.76	c y 5.8s|  3909 |  3729 | 33845 |   8.6 |  12M| 169 |   - |1557 |1554 |   0 |   0 |  12k|  90 |1026 | 0.000000e+00 | 1.900000e+01 |    Inf 
13.10/13.14	c  13.1s| 10000 |  9620 | 78649 |   7.8 |  19M| 169 |   0 |1557 |2093 |1557 | 498 |  30k| 629 |1102 | 0.000000e+00 | 1.900000e+01 |    Inf 
24.49/24.57	c  24.6s| 20000 | 19341 |132840 |   6.6 |  30M| 169 |   0 |1557 |2794 |1557 | 552 |  51k|1354 |1480 | 0.000000e+00 | 1.900000e+01 |    Inf 
35.59/35.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.59/35.63	c  35.6s| 30000 | 29037 |180500 |   6.0 |  41M| 169 |   0 |1557 |3121 |1557 | 513 |  69k|2068 |1769 | 0.000000e+00 | 1.900000e+01 |    Inf 
42.59/42.67	o 17
42.59/42.67	c y42.7s| 36374 | 34331 |209295 |   5.7 |  47M| 169 |   - |1557 |3440 |   0 |   0 |  81k|2722 |1916 | 0.000000e+00 | 1.700000e+01 |    Inf 
46.89/46.94	c  46.9s| 40000 | 37622 |229940 |   5.7 |  51M| 169 |   0 |1557 |3839 |1557 | 542 |  89k|3505 |2049 | 0.000000e+00 | 1.700000e+01 |    Inf 
58.09/58.11	c  58.1s| 50000 | 46841 |277923 |   5.6 |  62M| 169 |  38 |1557 |4388 |1557 | 539 | 106k|5243 |2253 | 0.000000e+00 | 1.700000e+01 |    Inf 
68.49/68.55	c  68.5s| 60000 | 56158 |312253 |   5.2 |  72M| 169 |   0 |1557 |4478 |1557 | 529 | 119k|6765 |2405 | 0.000000e+00 | 1.700000e+01 |    Inf 
78.99/79.01	c  79.0s| 70000 | 65217 |345157 |   4.9 |  83M| 169 |   0 |1557 |4729 |1557 | 520 | 132k|8833 |2522 | 0.000000e+00 | 1.700000e+01 |    Inf 
89.79/89.86	c  89.8s| 80000 | 74174 |386844 |   4.8 |  94M| 169 |   0 |1557 |4464 |1557 | 510 | 146k|  11k|2681 | 0.000000e+00 | 1.700000e+01 |    Inf 
100.00/100.02	c   100s| 90000 | 83313 |416268 |   4.6 | 104M| 169 |   0 |1557 |3998 |1557 | 516 | 156k|  13k|2824 | 0.000000e+00 | 1.700000e+01 |    Inf 
110.19/110.22	c   110s|100000 | 92699 |447177 |   4.5 | 114M| 169 |   0 |1557 |3272 |1557 | 529 | 167k|  14k|2916 | 0.000000e+00 | 1.700000e+01 |    Inf 
120.20/120.27	c   120s|110000 |101861 |475929 |   4.3 | 125M| 169 |   0 |1557 |3370 |1557 | 569 | 177k|  16k|2995 | 0.000000e+00 | 1.700000e+01 |    Inf 
130.19/130.20	c   130s|120000 |111349 |503449 |   4.2 | 135M| 169 |   0 |1557 |2867 |1557 | 501 | 186k|  17k|3116 | 0.000000e+00 | 1.700000e+01 |    Inf 
140.20/140.27	c   140s|130000 |120652 |533252 |   4.1 | 145M| 169 |   0 |1557 |2724 |1557 | 548 | 196k|  19k|3225 | 0.000000e+00 | 1.700000e+01 |    Inf 
150.30/150.35	c   150s|140000 |129882 |564009 |   4.0 | 156M| 169 |   0 |1557 |2731 |1557 | 525 | 207k|  20k|3311 | 0.000000e+00 | 1.700000e+01 |    Inf 
160.10/160.15	c   160s|150000 |139325 |589903 |   3.9 | 166M| 169 |   0 |1557 |2288 |1557 | 535 | 216k|  22k|3391 | 0.000000e+00 | 1.700000e+01 |    Inf 
169.79/169.89	c   170s|160000 |148734 |615319 |   3.8 | 177M| 169 |   0 |1557 |2436 |1557 | 500 | 224k|  23k|3469 | 0.000000e+00 | 1.700000e+01 |    Inf 
179.59/179.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.59/179.60	c   180s|170000 |157911 |640702 |   3.8 | 187M| 169 |   0 |1557 |2505 |1557 | 506 | 233k|  25k|3544 | 0.000000e+00 | 1.700000e+01 |    Inf 
189.39/189.42	c   189s|180000 |166948 |669176 |   3.7 | 197M| 169 |   0 |1557 |2448 |1557 | 515 | 243k|  27k|3620 | 0.000000e+00 | 1.700000e+01 |    Inf 
198.90/198.92	c   199s|190000 |176273 |690313 |   3.6 | 208M| 169 |   0 |1557 |2557 |1557 | 529 | 250k|  28k|3697 | 0.000000e+00 | 1.700000e+01 |    Inf 
208.40/208.44	c   208s|200000 |185693 |712092 |   3.6 | 218M| 169 |   0 |1557 |2376 |1557 | 546 | 257k|  30k|3770 | 0.000000e+00 | 1.700000e+01 |    Inf 
218.10/218.18	c   218s|210000 |195003 |740138 |   3.5 | 228M| 169 |   0 |1557 |2173 |1557 | 474 | 266k|  31k|3843 | 0.000000e+00 | 1.700000e+01 |    Inf 
227.90/227.95	c   228s|220000 |203979 |766994 |   3.5 | 239M| 169 |  36 |1557 |2703 |1557 | 530 | 276k|  34k|3904 | 0.000000e+00 | 1.700000e+01 |    Inf 
237.50/237.53	c   238s|230000 |213202 |789509 |   3.4 | 249M| 169 |   0 |1557 |2574 |1557 | 533 | 283k|  35k|3947 | 0.000000e+00 | 1.700000e+01 |    Inf 
246.80/246.83	c   247s|240000 |222325 |810442 |   3.4 | 259M| 169 |   0 |1557 |2494 |1557 | 505 | 290k|  37k|3974 | 0.000000e+00 | 1.700000e+01 |    Inf 
255.89/255.98	c   256s|250000 |231679 |826692 |   3.3 | 270M| 169 |   0 |1557 |2561 |1557 | 500 | 295k|  39k|4043 | 0.000000e+00 | 1.700000e+01 |    Inf 
265.60/265.64	c   266s|260000 |240794 |849545 |   3.3 | 280M| 169 |   0 |1557 |2340 |1557 | 533 | 302k|  41k|4081 | 0.000000e+00 | 1.700000e+01 |    Inf 
275.00/275.08	c   275s|270000 |249710 |872438 |   3.2 | 291M| 169 |   0 |1557 |2642 |1557 | 564 | 309k|  43k|4123 | 0.000000e+00 | 1.700000e+01 |    Inf 
284.30/284.38	c   284s|280000 |259061 |891483 |   3.2 | 301M| 169 |   0 |1557 |2328 |1557 | 530 | 315k|  45k|4183 | 0.000000e+00 | 1.700000e+01 |    Inf 
293.90/293.95	c   294s|290000 |268202 |913985 |   3.2 | 311M| 169 |   - |1557 |2528 |   0 |   0 | 321k|  47k|4245 | 0.000000e+00 | 1.700000e+01 |    Inf 
303.40/303.47	c   303s|300000 |277526 |936079 |   3.1 | 322M| 169 |   0 |1557 |2330 |1557 | 550 | 329k|  48k|4270 | 0.000000e+00 | 1.700000e+01 |    Inf 
313.00/313.04	c   313s|310000 |286461 |957343 |   3.1 | 332M| 169 |   0 |1557 |2932 |1557 | 532 | 337k|  51k|4316 | 0.000000e+00 | 1.700000e+01 |    Inf 
322.50/322.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
322.50/322.54	c   323s|320000 |295689 |977085 |   3.1 | 343M| 169 |   0 |1557 |2664 |1557 | 497 | 343k|  52k|4387 | 0.000000e+00 | 1.700000e+01 |    Inf 
331.70/331.78	c   332s|330000 |304788 |992619 |   3.0 | 353M| 169 |   0 |1557 |2959 |1557 | 573 | 348k|  54k|4399 | 0.000000e+00 | 1.700000e+01 |    Inf 
341.10/341.16	c   341s|340000 |313460 |  1010k|   3.0 | 363M| 169 |   0 |1557 |2813 |1557 | 528 | 354k|  57k|4458 | 0.000000e+00 | 1.700000e+01 |    Inf 
350.70/350.76	c   351s|350000 |322610 |  1032k|   2.9 | 374M| 169 |   0 |1557 |2648 |1557 | 552 | 361k|  59k|4506 | 0.000000e+00 | 1.700000e+01 |    Inf 
359.90/359.90	c   360s|360000 |331675 |  1048k|   2.9 | 384M| 169 |   0 |1557 |3093 |1557 | 540 | 365k|  61k|4526 | 0.000000e+00 | 1.700000e+01 |    Inf 
369.40/369.42	c   369s|370000 |340450 |  1066k|   2.9 | 394M| 169 |   0 |1557 |2739 |1557 | 532 | 370k|  64k|4592 | 0.000000e+00 | 1.700000e+01 |    Inf 
378.91/378.96	c   379s|380000 |349320 |  1089k|   2.9 | 404M| 169 |   0 |1557 |2579 |1557 | 535 | 377k|  67k|4622 | 0.000000e+00 | 1.700000e+01 |    Inf 
388.61/388.62	c   389s|390000 |358343 |  1110k|   2.8 | 415M| 169 |   0 |1557 |2908 |1557 | 521 | 384k|  69k|4662 | 0.000000e+00 | 1.700000e+01 |    Inf 
397.81/397.88	c   398s|400000 |367541 |  1127k|   2.8 | 425M| 169 |   0 |1557 |2779 |1557 | 527 | 390k|  71k|4727 | 0.000000e+00 | 1.700000e+01 |    Inf 
407.31/407.32	c   407s|410000 |376525 |  1147k|   2.8 | 435M| 169 |   0 |1557 |2727 |1557 | 536 | 397k|  73k|4740 | 0.000000e+00 | 1.700000e+01 |    Inf 
416.81/416.87	c   417s|420000 |385493 |  1169k|   2.8 | 446M| 169 |   0 |1557 |2666 |1557 | 544 | 404k|  75k|4795 | 0.000000e+00 | 1.700000e+01 |    Inf 
426.31/426.39	c   426s|430000 |394279 |  1191k|   2.8 | 456M| 169 |  53 |1557 |2809 |1557 | 524 | 410k|  78k|4850 | 0.000000e+00 | 1.700000e+01 |    Inf 
436.01/436.02	c   436s|440000 |403369 |  1214k|   2.8 | 467M| 169 |   0 |1557 |2439 |1557 | 520 | 418k|  80k|4880 | 0.000000e+00 | 1.700000e+01 |    Inf 
445.30/445.37	c   445s|450000 |412015 |  1235k|   2.7 | 477M| 169 |   0 |1557 |3011 |1557 | 568 | 424k|  83k|4922 | 0.000000e+00 | 1.700000e+01 |    Inf 
455.00/455.06	c   455s|460000 |420503 |  1260k|   2.7 | 487M| 169 |   0 |1557 |3004 |1557 | 514 | 431k|  87k|4984 | 0.000000e+00 | 1.700000e+01 |    Inf 
464.51/464.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.51/464.50	c   464s|470000 |429564 |  1280k|   2.7 | 497M| 169 |   0 |1557 |2838 |1557 | 509 | 437k|  89k|5005 | 0.000000e+00 | 1.700000e+01 |    Inf 
474.11/474.12	c   474s|480000 |438387 |  1304k|   2.7 | 508M| 169 |   0 |1557 |2838 |1557 | 544 | 445k|  92k|5049 | 0.000000e+00 | 1.700000e+01 |    Inf 
483.51/483.58	c   484s|490000 |447113 |  1324k|   2.7 | 518M| 169 |   0 |1557 |2837 |1557 | 511 | 451k|  95k|5109 | 0.000000e+00 | 1.700000e+01 |    Inf 
493.01/493.07	c   493s|500000 |455899 |  1346k|   2.7 | 529M| 169 |   0 |1557 |2868 |1557 | 530 | 458k|  97k|5131 | 0.000000e+00 | 1.700000e+01 |    Inf 
502.50/502.52	c   503s|510000 |464672 |  1369k|   2.7 | 539M| 169 |   0 |1557 |3007 |1557 | 519 | 464k| 100k|5176 | 0.000000e+00 | 1.700000e+01 |    Inf 
511.91/511.92	c   512s|520000 |473509 |  1390k|   2.7 | 550M| 169 |   0 |1557 |2959 |1557 | 530 | 470k| 103k|5214 | 0.000000e+00 | 1.700000e+01 |    Inf 
521.21/521.22	c   521s|530000 |482475 |  1406k|   2.7 | 560M| 169 |   0 |1557 |2985 |1557 | 514 | 475k| 105k|5241 | 0.000000e+00 | 1.700000e+01 |    Inf 
530.71/530.73	c   531s|540000 |491170 |  1427k|   2.6 | 570M| 169 |   0 |1557 |3033 |1557 | 519 | 481k| 108k|5279 | 0.000000e+00 | 1.700000e+01 |    Inf 
540.21/540.21	c   540s|550000 |499994 |  1449k|   2.6 | 580M| 169 |   0 |1557 |3259 |1557 | 532 | 488k| 111k|5306 | 0.000000e+00 | 1.700000e+01 |    Inf 
550.11/550.10	c   550s|560000 |508864 |  1475k|   2.6 | 590M| 169 |   0 |1557 |2785 |1557 | 502 | 495k| 114k|5372 | 0.000000e+00 | 1.700000e+01 |    Inf 
559.71/559.72	c   560s|570000 |517627 |  1498k|   2.6 | 601M| 169 |   0 |1557 |2820 |1557 | 525 | 503k| 117k|5400 | 0.000000e+00 | 1.700000e+01 |    Inf 
569.11/569.14	c   569s|580000 |526369 |  1520k|   2.6 | 611M| 169 |   0 |1557 |2855 |1557 | 543 | 509k| 120k|5438 | 0.000000e+00 | 1.700000e+01 |    Inf 
578.31/578.37	c   578s|590000 |535192 |  1537k|   2.6 | 621M| 169 |   0 |1557 |3289 |1557 | 544 | 514k| 122k|5458 | 0.000000e+00 | 1.700000e+01 |    Inf 
587.42/587.47	c   587s|600000 |544594 |  1549k|   2.6 | 632M| 169 |   0 |1557 |3146 |1557 | 521 | 517k| 124k|5497 | 0.000000e+00 | 1.700000e+01 |    Inf 
596.81/596.89	c   597s|610000 |553568 |  1567k|   2.6 | 642M| 169 |   0 |1557 |3379 |1557 | 536 | 522k| 126k|5503 | 0.000000e+00 | 1.700000e+01 |    Inf 
606.51/606.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.51/606.59	c   607s|620000 |562278 |  1589k|   2.6 | 653M| 169 |   0 |1557 |3350 |1557 | 504 | 528k| 129k|5567 | 0.000000e+00 | 1.700000e+01 |    Inf 
616.02/616.09	c   616s|630000 |570898 |  1611k|   2.6 | 663M| 169 |   0 |1557 |2985 |1557 | 517 | 535k| 132k|5577 | 0.000000e+00 | 1.700000e+01 |    Inf 
625.41/625.49	c   625s|640000 |580029 |  1630k|   2.5 | 673M| 169 |   0 |1557 |2936 |1557 | 546 | 540k| 134k|5625 | 0.000000e+00 | 1.700000e+01 |    Inf 
634.71/634.72	c   635s|650000 |589442 |  1643k|   2.5 | 683M| 169 |   0 |1557 |2777 |1557 | 526 | 543k| 135k|5630 | 0.000000e+00 | 1.700000e+01 |    Inf 
643.71/643.78	c   644s|660000 |598462 |  1657k|   2.5 | 694M| 169 |   0 |1557 |3034 |1557 | 529 | 547k| 138k|5652 | 0.000000e+00 | 1.700000e+01 |    Inf 
653.12/653.11	c   653s|670000 |607379 |  1673k|   2.5 | 704M| 169 |   0 |1557 |3473 |1557 | 532 | 551k| 140k|5693 | 0.000000e+00 | 1.700000e+01 |    Inf 
662.82/662.85	c   663s|680000 |615938 |  1699k|   2.5 | 714M| 169 |   0 |1557 |3183 |1557 | 531 | 560k| 143k|5719 | 0.000000e+00 | 1.700000e+01 |    Inf 
672.62/672.68	c   673s|690000 |624615 |  1724k|   2.5 | 725M| 169 |   0 |1557 |3033 |1557 | 538 | 568k| 146k|5757 | 0.000000e+00 | 1.700000e+01 |    Inf 
682.21/682.27	c   682s|700000 |633162 |  1746k|   2.5 | 735M| 169 |   0 |1557 |3488 |1557 | 505 | 575k| 150k|5797 | 0.000000e+00 | 1.700000e+01 |    Inf 
691.72/691.72	c   692s|710000 |641972 |  1765k|   2.5 | 746M| 169 |   0 |1557 |3079 |1557 | 534 | 580k| 152k|5821 | 0.000000e+00 | 1.700000e+01 |    Inf 
701.11/701.13	c   701s|720000 |650869 |  1782k|   2.5 | 756M| 169 |   0 |1557 |3451 |1557 | 549 | 585k| 155k|5839 | 0.000000e+00 | 1.700000e+01 |    Inf 
710.41/710.42	c   710s|730000 |659769 |  1796k|   2.5 | 767M| 169 |   0 |1557 |3894 |1557 | 544 | 589k| 158k|5879 | 0.000000e+00 | 1.700000e+01 |    Inf 
719.32/719.37	c   719s|740000 |668947 |  1806k|   2.4 | 778M| 169 |   0 |1557 |4139 |1557 | 530 | 592k| 159k|5879 | 0.000000e+00 | 1.700000e+01 |    Inf 
728.22/728.30	c   728s|750000 |678352 |  1813k|   2.4 | 788M| 169 |   0 |1557 |4281 |1557 | 541 | 594k| 161k|5879 | 0.000000e+00 | 1.700000e+01 |    Inf 
737.41/737.41	c   737s|760000 |687614 |  1822k|   2.4 | 799M| 169 |  34 |1557 |4282 |1557 | 544 | 596k| 162k|5912 | 0.000000e+00 | 1.700000e+01 |    Inf 
746.71/746.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.71/746.70	c   747s|770000 |696547 |  1836k|   2.4 | 809M| 169 |   0 |1557 |4046 |1557 | 520 | 598k| 165k|5938 | 0.000000e+00 | 1.700000e+01 |    Inf 
755.81/755.88	c   756s|780000 |705484 |  1851k|   2.4 | 819M| 169 |   0 |1557 |3762 |1557 | 520 | 602k| 168k|5938 | 0.000000e+00 | 1.700000e+01 |    Inf 
765.31/765.33	c   765s|790000 |714327 |  1870k|   2.4 | 829M| 169 |   0 |1557 |3123 |1557 | 536 | 607k| 170k|5976 | 0.000000e+00 | 1.700000e+01 |    Inf 
774.61/774.63	c   775s|800000 |723270 |  1883k|   2.4 | 840M| 169 |   0 |1557 |3141 |1557 | 542 | 611k| 173k|6004 | 0.000000e+00 | 1.700000e+01 |    Inf 
783.82/783.88	c   784s|810000 |731707 |  1903k|   2.3 | 850M| 169 |   0 |1557 |3640 |1557 | 542 | 616k| 176k|6014 | 0.000000e+00 | 1.700000e+01 |    Inf 
793.32/793.30	c   793s|820000 |740319 |  1921k|   2.3 | 860M| 169 |   0 |1557 |3134 |1557 | 548 | 621k| 179k|6061 | 0.000000e+00 | 1.700000e+01 |    Inf 
802.93/802.91	c   803s|830000 |748986 |  1942k|   2.3 | 871M| 169 |   0 |1557 |3440 |1557 | 528 | 626k| 182k|6064 | 0.000000e+00 | 1.700000e+01 |    Inf 
812.52/812.53	c   813s|840000 |757481 |  1962k|   2.3 | 882M| 169 |   0 |1557 |3874 |1557 | 541 | 631k| 186k|6122 | 0.000000e+00 | 1.700000e+01 |    Inf 
822.01/822.03	c   822s|850000 |766237 |  1982k|   2.3 | 892M| 169 |   0 |1557 |3161 |1557 | 556 | 637k| 189k|6138 | 0.000000e+00 | 1.700000e+01 |    Inf 
831.53/831.54	c   832s|860000 |774882 |  2003k|   2.3 | 902M| 169 |   0 |1557 |3341 |1557 | 513 | 644k| 192k|6183 | 0.000000e+00 | 1.700000e+01 |    Inf 
840.71/840.73	c   841s|870000 |783449 |  2018k|   2.3 | 913M| 169 |   0 |1557 |3548 |1557 | 526 | 648k| 195k|6183 | 0.000000e+00 | 1.700000e+01 |    Inf 
849.92/849.96	c   850s|880000 |792262 |  2034k|   2.3 | 923M| 169 |   0 |1557 |3269 |1557 | 529 | 652k| 198k|6232 | 0.000000e+00 | 1.700000e+01 |    Inf 
859.03/859.08	c   859s|890000 |800860 |  2048k|   2.3 | 933M| 169 |   - |1557 |3266 |   0 |   0 | 656k| 201k|6243 | 0.000000e+00 | 1.700000e+01 |    Inf 
868.22/868.24	c   868s|900000 |810271 |  2060k|   2.3 | 944M| 169 |   0 |1557 |3104 |1557 | 535 | 659k| 202k|6244 | 0.000000e+00 | 1.700000e+01 |    Inf 
877.22/877.23	c   877s|910000 |819622 |  2072k|   2.3 | 954M| 169 |   0 |1557 |3125 |1557 | 511 | 662k| 204k|6284 | 0.000000e+00 | 1.700000e+01 |    Inf 
886.32/886.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.32/886.34	c   886s|920000 |828654 |  2087k|   2.3 | 964M| 169 |   0 |1557 |2943 |1557 | 535 | 666k| 206k|6301 | 0.000000e+00 | 1.700000e+01 |    Inf 
895.72/895.79	c   896s|930000 |837567 |  2107k|   2.3 | 974M| 169 |   0 |1557 |2745 |1557 | 522 | 671k| 209k|6321 | 0.000000e+00 | 1.700000e+01 |    Inf 
905.23/905.25	c   905s|940000 |846199 |  2130k|   2.3 | 985M| 169 |   0 |1557 |3101 |1557 | 495 | 678k| 212k|6357 | 0.000000e+00 | 1.700000e+01 |    Inf 
915.02/915.01	c   915s|950000 |854961 |  2155k|   2.3 | 995M| 169 |   0 |1557 |2931 |1557 | 518 | 686k| 215k|6395 | 0.000000e+00 | 1.700000e+01 |    Inf 
924.42/924.48	c   924s|960000 |863880 |  2175k|   2.3 |1006M| 169 |   0 |1557 |3273 |1557 | 520 | 693k| 217k|6414 | 0.000000e+00 | 1.700000e+01 |    Inf 
934.12/934.12	c   934s|970000 |872521 |  2196k|   2.3 |1016M| 169 |   0 |1557 |3188 |1557 | 533 | 699k| 220k|6445 | 0.000000e+00 | 1.700000e+01 |    Inf 
943.63/943.64	c   944s|980000 |881240 |  2215k|   2.3 |1026M| 169 |   0 |1557 |3305 |1557 | 539 | 704k| 223k|6471 | 0.000000e+00 | 1.700000e+01 |    Inf 
953.22/953.23	c   953s|990000 |889985 |  2236k|   2.3 |1037M| 169 |   0 |1557 |3132 |1557 | 566 | 710k| 226k|6484 | 0.000000e+00 | 1.700000e+01 |    Inf 
962.82/962.85	c   963s|  1000k|898773 |  2257k|   2.3 |1047M| 169 |   - |1557 |3212 |   0 |   0 | 717k| 229k|6529 | 0.000000e+00 | 1.700000e+01 |    Inf 
972.43/972.41	c   972s|  1010k|907436 |  2279k|   2.3 |1057M| 169 |   0 |1557 |3103 |1557 | 546 | 723k| 232k|6549 | 0.000000e+00 | 1.700000e+01 |    Inf 
981.83/981.88	c   982s|  1020k|916238 |  2298k|   2.3 |1068M| 169 |   0 |1557 |2934 |1557 | 561 | 729k| 235k|6587 | 0.000000e+00 | 1.700000e+01 |    Inf 
991.42/991.42	c   991s|  1030k|924833 |  2319k|   2.3 |1079M| 169 |   0 |1557 |3228 |1557 | 517 | 735k| 238k|6589 | 0.000000e+00 | 1.700000e+01 |    Inf 
1000.93/1000.99	c  1001s|  1040k|933585 |  2338k|   2.2 |1089M| 169 |   0 |1557 |3142 |1557 | 542 | 741k| 241k|6646 | 0.000000e+00 | 1.700000e+01 |    Inf 
1010.32/1010.39	c  1010s|  1050k|942190 |  2359k|   2.2 |1099M| 169 |   0 |1557 |3220 |1557 | 532 | 746k| 244k|6647 | 0.000000e+00 | 1.700000e+01 |    Inf 
1019.93/1019.92	c  1020s|  1060k|950987 |  2378k|   2.2 |1110M| 169 |   0 |1557 |3059 |1557 | 518 | 751k| 247k|6700 | 0.000000e+00 | 1.700000e+01 |    Inf 
1029.33/1029.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.33/1029.31	c  1029s|  1070k|959713 |  2399k|   2.2 |1120M| 169 |   0 |1557 |3247 |1557 | 538 | 758k| 250k|6705 | 0.000000e+00 | 1.700000e+01 |    Inf 
1038.83/1038.82	c  1039s|  1080k|968634 |  2419k|   2.2 |1130M| 169 |   0 |1557 |2914 |1557 | 550 | 764k| 252k|6756 | 0.000000e+00 | 1.700000e+01 |    Inf 
1048.23/1048.24	c  1048s|  1090k|977372 |  2439k|   2.2 |1141M| 169 |   0 |1557 |2859 |1557 | 515 | 770k| 255k|6764 | 0.000000e+00 | 1.700000e+01 |    Inf 
1057.43/1057.43	c  1057s|  1100k|986693 |  2453k|   2.2 |1151M| 169 |   0 |1557 |2801 |1557 | 540 | 775k| 257k|6783 | 0.000000e+00 | 1.700000e+01 |    Inf 
1067.13/1067.13	c  1067s|  1110k|995143 |  2480k|   2.2 |1161M| 169 |   0 |1557 |2988 |1557 | 489 | 784k| 260k|6817 | 0.000000e+00 | 1.700000e+01 |    Inf 
1076.62/1076.61	c  1077s|  1120k|  1003k|  2501k|   2.2 |1172M| 169 |   0 |1557 |2903 |1557 | 545 | 790k| 263k|6835 | 0.000000e+00 | 1.700000e+01 |    Inf 
1086.33/1086.32	c  1086s|  1130k|  1012k|  2523k|   2.2 |1182M| 169 |   0 |1557 |2592 |1557 | 481 | 796k| 266k|6864 | 0.000000e+00 | 1.700000e+01 |    Inf 
1095.83/1095.83	c  1096s|  1140k|  1021k|  2544k|   2.2 |1192M| 169 |   0 |1557 |2939 |1557 | 511 | 802k| 268k|6882 | 0.000000e+00 | 1.700000e+01 |    Inf 
1105.22/1105.26	c  1105s|  1150k|  1029k|  2562k|   2.2 |1203M| 169 |   0 |1557 |3390 |1557 | 531 | 807k| 272k|6913 | 0.000000e+00 | 1.700000e+01 |    Inf 
1114.73/1114.79	c  1115s|  1160k|  1038k|  2582k|   2.2 |1213M| 169 |   0 |1557 |2835 |1557 | 535 | 813k| 274k|6920 | 0.000000e+00 | 1.700000e+01 |    Inf 
1124.24/1124.24	c  1124s|  1170k|  1048k|  2599k|   2.2 |1223M| 169 |   0 |1557 |2672 |1557 | 534 | 818k| 276k|6965 | 0.000000e+00 | 1.700000e+01 |    Inf 
1133.73/1133.70	c  1134s|  1180k|  1057k|  2619k|   2.2 |1234M| 169 |   0 |1557 |2718 |1557 | 551 | 823k| 277k|6965 | 0.000000e+00 | 1.700000e+01 |    Inf 
1142.94/1142.96	c  1143s|  1190k|  1066k|  2633k|   2.2 |1244M| 169 |   0 |1557 |3481 |1557 | 542 | 826k| 280k|6998 | 0.000000e+00 | 1.700000e+01 |    Inf 
1152.43/1152.49	c  1152s|  1200k|  1075k|  2653k|   2.2 |1254M| 169 |  42 |1557 |3225 |1557 | 510 | 832k| 283k|7019 | 0.000000e+00 | 1.700000e+01 |    Inf 
1161.64/1161.69	c  1162s|  1210k|  1083k|  2669k|   2.2 |1265M| 169 |   0 |1557 |3347 |1557 | 569 | 836k| 286k|7019 | 0.000000e+00 | 1.700000e+01 |    Inf 
1170.83/1170.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1170.83/1170.81	c  1171s|  1220k|  1092k|  2682k|   2.2 |1275M| 169 |   0 |1557 |3565 |1557 | 516 | 840k| 289k|7062 | 0.000000e+00 | 1.700000e+01 |    Inf 
1179.83/1179.87	c  1180s|  1230k|  1101k|  2696k|   2.2 |1285M| 169 |   0 |1557 |3214 |1557 | 525 | 843k| 292k|7071 | 0.000000e+00 | 1.700000e+01 |    Inf 
1188.83/1188.82	c  1189s|  1240k|  1109k|  2707k|   2.2 |1295M| 169 |   0 |1557 |3699 |1557 | 518 | 847k| 295k|7071 | 0.000000e+00 | 1.700000e+01 |    Inf 
1198.13/1198.13	c  1198s|  1250k|  1118k|  2720k|   2.2 |1306M| 169 |   0 |1557 |4007 |1557 | 513 | 850k| 297k|7090 | 0.000000e+00 | 1.700000e+01 |    Inf 
1207.03/1207.00	c  1207s|  1260k|  1128k|  2732k|   2.2 |1315M| 169 |   0 |1557 |3062 |1557 | 512 | 854k| 298k|7112 | 0.000000e+00 | 1.700000e+01 |    Inf 
1216.84/1216.84	c  1217s|  1270k|  1137k|  2755k|   2.2 |1325M| 169 |  18 |1557 |3873 |1557 | 548 | 862k| 300k|7115 | 0.000000e+00 | 1.700000e+01 |    Inf 
1226.24/1226.25	c  1226s|  1280k|  1146k|  2770k|   2.2 |1335M| 169 |   0 |1557 |4066 |1557 | 550 | 866k| 303k|7146 | 0.000000e+00 | 1.700000e+01 |    Inf 
1235.63/1235.66	c  1236s|  1290k|  1154k|  2788k|   2.2 |1346M| 169 |   0 |1557 |3458 |1557 | 522 | 870k| 306k|7164 | 0.000000e+00 | 1.700000e+01 |    Inf 
1245.14/1245.17	c  1245s|  1300k|  1163k|  2805k|   2.2 |1356M| 169 |   0 |1557 |3157 |1557 | 519 | 874k| 309k|7173 | 0.000000e+00 | 1.700000e+01 |    Inf 
1254.63/1254.63	c  1255s|  1310k|  1172k|  2824k|   2.2 |1366M| 169 |   0 |1557 |3486 |1557 | 514 | 880k| 312k|7204 | 0.000000e+00 | 1.700000e+01 |    Inf 
1264.03/1264.10	c  1264s|  1320k|  1181k|  2842k|   2.2 |1377M| 169 |   0 |1557 |3647 |1557 | 523 | 884k| 315k|7207 | 0.000000e+00 | 1.700000e+01 |    Inf 
1273.23/1273.21	c  1273s|  1330k|  1189k|  2856k|   2.1 |1387M| 169 |   0 |1557 |3961 |1557 | 541 | 888k| 318k|7225 | 0.000000e+00 | 1.700000e+01 |    Inf 
1282.54/1282.56	c  1283s|  1340k|  1198k|  2871k|   2.1 |1397M| 169 |   0 |1557 |4205 |1557 | 532 | 892k| 322k|7251 | 0.000000e+00 | 1.700000e+01 |    Inf 
1291.83/1291.88	c  1292s|  1350k|  1206k|  2885k|   2.1 |1408M| 169 |   0 |1557 |4232 |1557 | 502 | 895k| 325k|7254 | 0.000000e+00 | 1.700000e+01 |    Inf 
1301.24/1301.24	c  1301s|  1360k|  1215k|  2899k|   2.1 |1418M| 169 |   0 |1557 |4396 |1557 | 537 | 899k| 329k|7263 | 0.000000e+00 | 1.700000e+01 |    Inf 
1310.73/1310.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1310.73/1310.74	c  1311s|  1370k|  1224k|  2915k|   2.1 |1428M| 169 |   0 |1557 |3497 |1557 | 533 | 904k| 332k|7296 | 0.000000e+00 | 1.700000e+01 |    Inf 
1320.13/1320.12	c  1320s|  1380k|  1232k|  2930k|   2.1 |1438M| 169 |   0 |1557 |3730 |1557 | 533 | 908k| 334k|7303 | 0.000000e+00 | 1.700000e+01 |    Inf 
1329.85/1329.82	c  1330s|  1390k|  1241k|  2951k|   2.1 |1448M| 169 |   0 |1557 |3501 |1557 | 507 | 913k| 337k|7315 | 0.000000e+00 | 1.700000e+01 |    Inf 
1339.54/1339.53	c  1340s|  1400k|  1249k|  2972k|   2.1 |1459M| 169 |   0 |1557 |3801 |1557 | 528 | 919k| 341k|7353 | 0.000000e+00 | 1.700000e+01 |    Inf 
1349.04/1349.08	c  1349s|  1410k|  1258k|  2991k|   2.1 |1469M| 169 |   0 |1557 |3505 |1557 | 510 | 925k| 345k|7353 | 0.000000e+00 | 1.700000e+01 |    Inf 
1358.63/1358.69	c  1359s|  1420k|  1267k|  3010k|   2.1 |1479M| 169 |   0 |1557 |3663 |1557 | 546 | 930k| 347k|7396 | 0.000000e+00 | 1.700000e+01 |    Inf 
1367.93/1367.93	c  1368s|  1430k|  1276k|  3023k|   2.1 |1489M| 169 |   0 |1557 |3369 |1557 | 512 | 934k| 350k|7402 | 0.000000e+00 | 1.700000e+01 |    Inf 
1377.43/1377.47	c  1377s|  1440k|  1284k|  3044k|   2.1 |1499M| 169 |   0 |1557 |3464 |1557 | 539 | 940k| 353k|7424 | 0.000000e+00 | 1.700000e+01 |    Inf 
1386.84/1386.86	c  1387s|  1450k|  1293k|  3060k|   2.1 |1509M| 169 |   0 |1557 |3400 |1557 | 530 | 945k| 356k|7448 | 0.000000e+00 | 1.700000e+01 |    Inf 
1395.94/1395.98	c  1396s|  1460k|  1303k|  3072k|   2.1 |1520M| 169 |   - |1557 |3513 |   0 |   0 | 948k| 357k|7448 | 0.000000e+00 | 1.700000e+01 |    Inf 
1405.24/1405.24	c  1405s|  1470k|  1311k|  3086k|   2.1 |1530M| 169 |   0 |1557 |3333 |1557 | 508 | 952k| 360k|7460 | 0.000000e+00 | 1.700000e+01 |    Inf 
1414.65/1414.69	c  1415s|  1480k|  1320k|  3105k|   2.1 |1540M| 169 |  12 |1557 |3135 |1557 | 531 | 957k| 363k|7496 | 0.000000e+00 | 1.700000e+01 |    Inf 
1424.04/1424.09	c  1424s|  1490k|  1329k|  3124k|   2.1 |1551M| 169 |   0 |1557 |3106 |1557 | 516 | 963k| 366k|7496 | 0.000000e+00 | 1.700000e+01 |    Inf 
1433.74/1433.71	c  1434s|  1500k|  1338k|  3145k|   2.1 |1561M| 169 |   0 |1557 |3021 |1557 | 522 | 970k| 369k|7544 | 0.000000e+00 | 1.700000e+01 |    Inf 
1443.04/1443.04	c  1443s|  1510k|  1346k|  3164k|   2.1 |1571M| 169 |   0 |1557 |3354 |1557 | 518 | 976k| 372k|7544 | 0.000000e+00 | 1.700000e+01 |    Inf 
1452.54/1452.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1452.54/1452.50	c  1452s|  1520k|  1355k|  3182k|   2.1 |1582M| 169 |   0 |1557 |3646 |1557 | 502 | 981k| 375k|7589 | 0.000000e+00 | 1.700000e+01 |    Inf 
1461.85/1461.80	c  1462s|  1530k|  1363k|  3198k|   2.1 |1592M| 169 |   0 |1557 |3924 |1557 | 550 | 986k| 379k|7590 | 0.000000e+00 | 1.700000e+01 |    Inf 
1471.44/1471.40	c  1471s|  1540k|  1372k|  3218k|   2.1 |1603M| 169 |   0 |1557 |3793 |1557 | 509 | 991k| 383k|7611 | 0.000000e+00 | 1.700000e+01 |    Inf 
1480.65/1480.67	c  1481s|  1550k|  1380k|  3232k|   2.1 |1613M| 169 |   0 |1557 |3309 |1557 | 528 | 994k| 385k|7634 | 0.000000e+00 | 1.700000e+01 |    Inf 
1489.94/1489.95	c  1490s|  1560k|  1389k|  3247k|   2.1 |1623M| 169 |   0 |1557 |3511 |1557 | 566 | 998k| 388k|7635 | 0.000000e+00 | 1.700000e+01 |    Inf 
1499.44/1499.40	c  1499s|  1570k|  1398k|  3262k|   2.1 |1634M| 169 |   0 |1557 |3444 |1557 | 531 |1001k| 391k|7653 | 0.000000e+00 | 1.700000e+01 |    Inf 
1508.85/1508.81	c  1509s|  1580k|  1406k|  3279k|   2.1 |1645M| 169 |   0 |1557 |3881 |1557 | 558 |1006k| 395k|7676 | 0.000000e+00 | 1.700000e+01 |    Inf 
1518.14/1518.13	c  1518s|  1590k|  1415k|  3294k|   2.1 |1655M| 169 |   0 |1557 |4065 |1557 | 515 |1010k| 398k|7676 | 0.000000e+00 | 1.700000e+01 |    Inf 
1527.34/1527.32	c  1527s|  1600k|  1424k|  3309k|   2.1 |1665M| 169 |   0 |1557 |3498 |1557 | 532 |1014k| 401k|7694 | 0.000000e+00 | 1.700000e+01 |    Inf 
1536.64/1536.63	c  1537s|  1610k|  1433k|  3323k|   2.1 |1675M| 169 |   0 |1557 |3423 |1557 | 489 |1018k| 403k|7720 | 0.000000e+00 | 1.700000e+01 |    Inf 
1546.04/1546.08	c  1546s|  1620k|  1441k|  3342k|   2.1 |1686M| 169 |   0 |1557 |3717 |1557 | 542 |1023k| 406k|7720 | 0.000000e+00 | 1.700000e+01 |    Inf 
1555.44/1555.42	c  1555s|  1630k|  1450k|  3356k|   2.1 |1696M| 169 |   0 |1557 |3936 |1557 | 529 |1028k| 409k|7756 | 0.000000e+00 | 1.700000e+01 |    Inf 
1564.84/1564.84	c  1565s|  1640k|  1459k|  3370k|   2.1 |1707M| 169 |   - |1557 |4145 |   0 |   0 |1031k| 412k|7762 | 0.000000e+00 | 1.700000e+01 |    Inf 
1574.25/1574.25	c  1574s|  1650k|  1468k|  3387k|   2.1 |1717M| 169 |   0 |1557 |2879 |1557 | 533 |1036k| 413k|7765 | 0.000000e+00 | 1.700000e+01 |    Inf 
1583.35/1583.36	c  1583s|  1660k|  1478k|  3397k|   2.0 |1727M| 169 |   0 |1557 |3364 |1557 | 518 |1038k| 415k|7781 | 0.000000e+00 | 1.700000e+01 |    Inf 
1592.54/1592.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.54/1592.53	c  1593s|  1670k|  1487k|  3409k|   2.0 |1737M| 169 |   0 |1557 |3260 |1557 | 513 |1041k| 416k|7808 | 0.000000e+00 | 1.700000e+01 |    Inf 
1601.84/1601.85	c  1602s|  1680k|  1496k|  3423k|   2.0 |1747M| 169 |   0 |1557 |3481 |1557 | 521 |1046k| 419k|7811 | 0.000000e+00 | 1.700000e+01 |    Inf 
1611.34/1611.30	c  1611s|  1690k|  1505k|  3441k|   2.0 |1757M| 169 |   0 |1557 |3592 |1557 | 505 |1051k| 422k|7820 | 0.000000e+00 | 1.700000e+01 |    Inf 
1620.65/1620.61	c  1621s|  1700k|  1514k|  3458k|   2.0 |1768M| 169 |   0 |1557 |3479 |1557 | 516 |1057k| 425k|7845 | 0.000000e+00 | 1.700000e+01 |    Inf 
1630.04/1630.03	c  1630s|  1710k|  1522k|  3474k|   2.0 |1778M| 169 |   0 |1557 |3649 |1557 | 545 |1061k| 427k|7854 | 0.000000e+00 | 1.700000e+01 |    Inf 
1639.34/1639.32	c  1639s|  1720k|  1531k|  3487k|   2.0 |1789M| 169 |   0 |1557 |3985 |1557 | 505 |1064k| 430k|7854 | 0.000000e+00 | 1.700000e+01 |    Inf 
1648.74/1648.75	c  1649s|  1730k|  1540k|  3505k|   2.0 |1799M| 169 |   0 |1557 |3453 |1557 | 526 |1069k| 434k|7883 | 0.000000e+00 | 1.700000e+01 |    Inf 
1658.24/1658.27	c  1658s|  1740k|  1548k|  3524k|   2.0 |1810M| 169 |   0 |1557 |3498 |1557 | 528 |1074k| 437k|7896 | 0.000000e+00 | 1.700000e+01 |    Inf 
1667.65/1667.63	c  1668s|  1750k|  1556k|  3541k|   2.0 |1820M| 169 |   0 |1557 |4234 |1557 | 564 |1078k| 441k|7906 | 0.000000e+00 | 1.700000e+01 |    Inf 
1677.25/1677.21	c  1677s|  1760k|  1565k|  3556k|   2.0 |1830M| 169 |   - |1557 |4572 |   0 |   0 |1081k| 445k|7936 | 0.000000e+00 | 1.700000e+01 |    Inf 
1686.74/1686.70	c  1687s|  1770k|  1573k|  3574k|   2.0 |1840M| 169 |   0 |1557 |3436 |1557 | 495 |1085k| 448k|7944 | 0.000000e+00 | 1.700000e+01 |    Inf 
1696.35/1696.34	c  1696s|  1780k|  1582k|  3596k|   2.0 |1850M| 169 |   0 |1557 |3317 |1557 | 535 |1091k| 452k|7975 | 0.000000e+00 | 1.700000e+01 |    Inf 
1705.85/1705.83	c  1706s|  1790k|  1590k|  3614k|   2.0 |1861M| 169 |   0 |1557 |3779 |1557 | 523 |1096k| 455k|7990 | 0.000000e+00 | 1.700000e+01 |    Inf 
1715.24/1715.28	c  1715s|  1800k|  1599k|  3629k|   2.0 |1871M| 169 |   0 |1557 |3603 |1557 | 516 |1101k| 458k|7990 | 0.000000e+00 | 1.700000e+01 |    Inf 
1724.45/1724.44	c  1724s|  1810k|  1607k|  3642k|   2.0 |1881M| 169 |   0 |1557 |4120 |1557 | 519 |1104k| 462k|8019 | 0.000000e+00 | 1.700000e+01 |    Inf 
1733.55/1733.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1733.55/1733.53	c  1734s|  1820k|  1616k|  3653k|   2.0 |1891M| 169 |   0 |1557 |4508 |1557 | 523 |1108k| 466k|8034 | 0.000000e+00 | 1.700000e+01 |    Inf 
1743.05/1743.02	c  1743s|  1830k|  1624k|  3668k|   2.0 |1901M| 169 |   0 |1557 |3702 |1557 | 523 |1112k| 470k|8037 | 0.000000e+00 | 1.700000e+01 |    Inf 
1752.55/1752.53	c  1753s|  1840k|  1633k|  3687k|   2.0 |1911M| 169 |   0 |1557 |3511 |1557 | 517 |1118k| 473k|8056 | 0.000000e+00 | 1.700000e+01 |    Inf 
1761.95/1761.96	c  1762s|  1850k|  1642k|  3703k|   2.0 |1922M| 169 |   0 |1557 |3550 |1557 | 531 |1123k| 475k|8083 | 0.000000e+00 | 1.700000e+01 |    Inf 
1771.55/1771.51	c  1772s|  1860k|  1651k|  3721k|   2.0 |1932M| 169 |   0 |1557 |3356 |1557 | 539 |1128k| 478k|8085 | 0.000000e+00 | 1.700000e+01 |    Inf 
1780.95/1780.93	c  1781s|  1870k|  1659k|  3737k|   2.0 |1942M| 169 |   - |1557 |3583 |   0 |   0 |1133k| 481k|8097 | 0.000000e+00 | 1.700000e+01 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1790.00
1790.05/1790.01	c Solving Nodes      : 1879469
1790.05/1790.01	c Primal Bound       : +1.70000000000000e+01 (654 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.02	s SATISFIABLE
1790.05/1790.02	v -x141 x140 -x139 -x138 -x137 x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 x127 -x126 -x125 x124 -x123 -x122 x121 -x120 -x119 
1790.05/1790.02	v x118 -x117 -x116 x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 x106 -x105 -x104 x103 -x102 -x101 x100 -x99 -x98 x97 
1790.05/1790.02	v -x96 -x95 x94 -x93 -x92 x91 -x90 -x89 x88 -x87 -x86 x85 -x84 -x83 x82 -x81 -x80 x79 -x78 -x77 x76 -x75 -x74 x73 -x72 -x71 x70 
1790.05/1790.02	v -x69 x68 -x67 -x66 x65 -x64 x63 -x62 -x61 x60 -x59 -x58 x57 -x56 -x55 x54 -x53 -x52 -x51 x50 -x49 -x48 x47 -x46 x45 -x44 -x43 
1790.05/1790.02	v -x42 x41 -x40 x39 -x38 -x37 -x36 x35 -x34 -x33 x32 -x31 x30 -x29 -x28 x27 -x26 -x25 x24 -x23 -x22 x21 -x20 -x19 -x18 x17 -x16 
1790.05/1790.02	v -x15 x14 -x13 x12 -x11 -x10 -x9 x8 -x7 x6 -x5 -x4 -x3 x2 -x1 
1790.05/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.02	c Solving Time       :    1790.00
1790.05/1790.02	c Original Problem   :
1790.05/1790.02	c   Problem name     : HOME/instance-2705777-1278580143.wbo
1790.05/1790.02	c   Variables        : 1557 (849 binary, 0 integer, 708 implicit integer, 0 continuous)
1790.05/1790.02	c   Constraints      : 1464 initial, 1464 maximal
1790.05/1790.02	c Presolved Problem  :
1790.05/1790.02	c   Problem name     : t_HOME/instance-2705777-1278580143.wbo
1790.05/1790.02	c   Variables        : 1557 (849 binary, 0 integer, 708 implicit integer, 0 continuous)
1790.05/1790.02	c   Constraints      : 1464 initial, 5039 maximal
1790.05/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.02	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   linear           :       0.01          0          0          0        708          0          0          0          0
1790.05/1790.02	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1790.05/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.02	c   integral         :          0          0          0    1941073          0          0          0          0          0     290428
1790.05/1790.02	c   knapsack         :          1          6    3454844    1795859          0          0          0          0          0          0
1790.05/1790.02	c   setppc           :         47          6    3454844    1795859          0      12250    1820946          0          0          0
1790.05/1790.02	c   linear           :        708          6    3442594    1795859          0      17795    3257403    1137791          0          0
1790.05/1790.02	c   indicator        :        708          0    3424798    1795859          0      13496   16456566          0          0          0
1790.05/1790.02	c   logicor          :          0+         0    1043084          0          0        738      87308          0          0          0
1790.05/1790.02	c   countsols        :          0          0          0    1648364          0          0          0          0          0          0
1790.05/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.02	c   integral         :      10.53       0.00       0.00      10.53       0.00
1790.05/1790.02	c   knapsack         :      30.30       0.00      29.80       0.50       0.00
1790.05/1790.02	c   setppc           :      10.53       0.00       9.16       1.37       0.00
1790.05/1790.02	c   linear           :      42.51       0.00      23.55      18.96       0.00
1790.05/1790.02	c   indicator        :     189.83       0.04      88.05     101.74       0.00
1790.05/1790.02	c   logicor          :      17.99       0.00      17.99       0.00       0.00
1790.05/1790.02	c   countsols        :       0.24       0.00       0.00       0.24       0.00
1790.05/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.02	c   vbounds          :       0.72          2          0          0
1790.05/1790.02	c   rootredcost      :       0.66          6          0          0
1790.05/1790.02	c   pseudoobj        :      57.19    3535218      80574   18290994
1790.05/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.02	c   propagation      :       4.61     111357     111356     745393       20.6        159        9.6          -
1790.05/1790.02	c   infeasible LP    :       0.00          2          2         19       22.9          0        0.0          0
1790.05/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.02	c   applied globally :          -          -          -     484500       19.2          -          -          -
1790.05/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.02	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 13)
1790.05/1790.02	c   redcost          :      66.84    1940569          0       1383          0          0
1790.05/1790.02	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.02	c   gomory           :       0.01          4          0          0        478          0
1790.05/1790.02	c   strongcg         :       0.01          4          0          0        478          0
1790.05/1790.02	c   cmir             :       0.02          4          0          0          0          0
1790.05/1790.02	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.02	c   clique           :       0.00          4          0          0          0          0
1790.05/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.02	c   rapidlearning    :       0.04          1          0          0          0          0
1790.05/1790.02	c Pricers            :       Time      Calls       Vars
1790.05/1790.02	c   problem variables:       0.00          0          0
1790.05/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.02	c   relpscost        :       9.87     145214          0          0          0          0     290428
1790.05/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   inference        :     208.40    1648364          0          0          0          0    3296728
1790.05/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.02	c   LP solutions     :       0.00          -          0
1790.05/1790.02	c   pseudo solutions :       0.00          -          0
1790.05/1790.02	c   oneopt           :       0.46          6          0
1790.05/1790.02	c   crossover        :       0.78         26          0
1790.05/1790.02	c   coefdiving       :      24.63      63363          0
1790.05/1790.02	c   pscostdiving     :      24.54      63363          0
1790.05/1790.02	c   fracdiving       :      24.72      63363          0
1790.05/1790.02	c   linesearchdiving :      24.87      63363          0
1790.05/1790.02	c   veclendiving     :      24.61      63364          0
1790.05/1790.02	c   trivial          :       0.00          2          0
1790.05/1790.02	c   simplerounding   :       0.53          0          0
1790.05/1790.02	c   zirounding       :       0.41       1000          0
1790.05/1790.02	c   rounding         :       0.53       5103          0
1790.05/1790.02	c   shifting         :       0.24       1614          0
1790.05/1790.02	c   intshifting      :       0.02          0          0
1790.05/1790.02	c   twoopt           :       0.00          0          0
1790.05/1790.02	c   fixandinfer      :       0.00          0          0
1790.05/1790.02	c   feaspump         :       0.03          1          0
1790.05/1790.02	c   intdiving        :       0.00          0          0
1790.05/1790.02	c   actconsdiving    :       0.00          0          0
1790.05/1790.02	c   objpscostdiving  :      24.09      58642          0
1790.05/1790.02	c   rootsoldiving    :      24.43      58205          0
1790.05/1790.02	c   guideddiving     :      24.59      63363          0
1790.05/1790.02	c   octane           :       0.00          0          0
1790.05/1790.02	c   rens             :       0.01          1          0
1790.05/1790.02	c   rins             :       0.00          0          0
1790.05/1790.02	c   localbranching   :       0.00          0          0
1790.05/1790.02	c   mutation         :       0.00          0          0
1790.05/1790.02	c   dins             :       0.00          0          0
1790.05/1790.02	c   undercover       :       0.00          0          0
1790.05/1790.02	c   nlp              :       0.29          0          0
1790.05/1790.02	c   trysol           :       0.99      63366        654
1790.05/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.02	c   dual LP          :     615.85     419651    3751594       8.94    6091.76
1790.05/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.02	c   diving/probing LP:       0.31        459       2201       4.80    7090.64
1790.05/1790.02	c   strong branching :       7.84       8128     105885      13.03   13509.90
1790.05/1790.02	c     (at root node) :          -         13        267      20.54          -
1790.05/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.02	c B&B Tree           :
1790.05/1790.02	c   number of runs   :          1
1790.05/1790.02	c   nodes            :    1879469
1790.05/1790.02	c   nodes (total)    :    1879469
1790.05/1790.02	c   nodes left       :    1667989
1790.05/1790.02	c   max depth        :        169
1790.05/1790.02	c   max depth (total):        169
1790.05/1790.02	c   backtracks       :     114651 (6.1%)
1790.05/1790.02	c   delayed cutoffs  :      38752
1790.05/1790.02	c   repropagations   :      94061 (6307480 domain reductions, 38714 cutoffs)
1790.05/1790.02	c   avg switch length:       3.59
1790.05/1790.02	c   switching time   :      83.10
1790.05/1790.02	c Solution           :
1790.05/1790.02	c   Solutions found  :        654 (6 improvements)
1790.05/1790.02	c   First Solution   : +3.40000000000000e+01   (in run 1, after 100 nodes, 1.15 seconds, depth 41, found by <trysol>)
1790.05/1790.02	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 36373 nodes, 42.65 seconds, depth 34, found by <trysol>)
1790.05/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.02	c   Gap              :   infinite
1790.05/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.02	c   Root Iterations  :        210
1793.55/1793.59	c Time complete: 1793.65.

Verifier Data

OK	17

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705777-1278580143/watcher-2705777-1278580143 -o /tmp/evaluation-result-2705777-1278580143/solver-2705777-1278580143 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705777-1278580143.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 24220
/proc/meminfo: memFree=28905228/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=12340 CPUtime=0
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 1941 0 0 0 0 0 0 0 24 0 1 0 26227055 12636160 1859 4089446400 4194304 10345943 140733797578288 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24220/statm: 3085 1862 429 1502 0 1578 0

[startup+0.0806711 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 24220
/proc/meminfo: memFree=28905228/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=39792 CPUtime=0.07
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 8625 0 0 0 7 0 0 0 24 0 1 0 26227055 40747008 8189 4089446400 4194304 10345943 140733797578288 18446744073709551615 9186032 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 9948 8189 697 1502 0 8441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39792

[startup+0.100665 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 24220
/proc/meminfo: memFree=28905228/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=37224 CPUtime=0.09
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 8743 0 0 0 9 0 0 0 24 0 1 0 26227055 38117376 7677 4089446400 4194304 10345943 140733797578288 18446744073709551615 6107088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 9306 7677 724 1502 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37224

[startup+0.300628 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 24220
/proc/meminfo: memFree=28905228/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=35760 CPUtime=0.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 9355 0 0 0 28 1 0 0 25 0 1 0 26227055 36618240 7699 4089446400 4194304 10345943 140733797578288 18446744073709551615 6337458 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 8940 7699 773 1502 0 7433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35760

[startup+0.700554 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 24220
/proc/meminfo: memFree=28905228/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=35760 CPUtime=0.69
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 9427 0 0 0 68 1 0 0 25 0 1 0 26227055 36618240 7771 4089446400 4194304 10345943 140733797578288 18446744073709551615 6520419 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 8940 7771 774 1502 0 7433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35760

[startup+1.50041 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24221
/proc/meminfo: memFree=28874964/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=35760 CPUtime=1.49
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 9454 0 0 0 148 1 0 0 25 0 1 0 26227055 36618240 7798 4089446400 4194304 10345943 140733797578288 18446744073709551615 7569467 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 8940 7798 776 1502 0 7433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35760

[startup+3.10111 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24221
/proc/meminfo: memFree=28873104/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=38376 CPUtime=3.09
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 13239 0 0 0 307 2 0 0 25 0 1 0 26227055 39297024 8482 4089446400 4194304 10345943 140733797578288 18446744073709551615 7570105 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 9594 8482 781 1502 0 8087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38376

[startup+6.30052 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24221
/proc/meminfo: memFree=28868240/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=37176 CPUtime=6.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 19629 0 0 0 624 5 0 0 25 0 1 0 26227055 38068224 7970 4089446400 4194304 10345943 140733797578288 18446744073709551615 6882544 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 9294 7970 781 1502 0 7787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37176

[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 24221
/proc/meminfo: memFree=28844808/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=47728 CPUtime=12.69
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 25554 0 0 0 1261 8 0 0 25 0 1 0 26227055 48873472 10853 4089446400 4194304 10345943 140733797578288 18446744073709551615 6518332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 11932 10853 781 1502 0 10425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47728

[startup+25.501 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 24221
/proc/meminfo: memFree=28817516/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=62360 CPUtime=25.49
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 30768 0 0 0 2536 13 0 0 25 0 1 0 26227055 63856640 13867 4089446400 4194304 10345943 140733797578288 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 15590 13867 793 1502 0 14083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62360

[startup+51.1002 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 24222
/proc/meminfo: memFree=28757700/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=89084 CPUtime=51.09
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 52064 0 0 0 5085 24 0 0 25 0 1 0 26227055 91222016 20543 4089446400 4194304 10345943 140733797578288 18446744073709551615 4966012 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 22271 20543 793 1502 0 20764 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89084

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24223
/proc/meminfo: memFree=28630996/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=146344 CPUtime=102.3
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 73612 0 0 0 10187 43 0 0 25 0 1 0 26227055 149856256 34725 4089446400 4194304 10345943 140733797578288 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 36586 34725 793 1502 0 35079 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146344

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24225
/proc/meminfo: memFree=28474944/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=204280 CPUtime=162.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 90521 0 0 0 16170 59 0 0 25 0 1 0 26227055 209182720 49431 4089446400 4194304 10345943 140733797578288 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 51070 49431 793 1502 0 49563 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 204280

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24227
/proc/meminfo: memFree=28314788/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=276240 CPUtime=222.29
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 109805 0 0 0 22154 75 0 0 25 0 1 0 26227055 282869760 66545 4089446400 4194304 10345943 140733797578288 18446744073709551615 6119649 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 69060 66545 793 1502 0 67553 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 276240

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24228
/proc/meminfo: memFree=28160600/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=344648 CPUtime=282.3
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 126485 0 0 0 28138 92 0 0 25 0 1 0 26227055 352919552 83225 4089446400 4194304 10345943 140733797578288 18446744073709551615 8160414 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 86162 83225 793 1502 0 84655 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 344648

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24230
/proc/meminfo: memFree=28009256/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=407792 CPUtime=342.3
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 142628 0 0 0 34124 106 0 0 25 0 1 0 26227055 417579008 99368 4089446400 4194304 10345943 140733797578288 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 101948 99368 793 1502 0 100441 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 407792

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24231
/proc/meminfo: memFree=27875516/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=477196 CPUtime=402.3
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 162050 0 0 0 40108 122 0 0 25 0 1 0 26227055 488648704 116560 4089446400 4194304 10345943 140733797578288 18446744073709551615 6557337 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 119299 116560 793 1502 0 117792 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 477196

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24233
/proc/meminfo: memFree=27729372/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=544904 CPUtime=462.31
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 178994 0 0 0 46092 139 0 0 25 0 1 0 26227055 557981696 133504 4089446400 4194304 10345943 140733797578288 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 136226 133504 793 1502 0 134719 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 544904

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24235
/proc/meminfo: memFree=27627384/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=615512 CPUtime=522.31
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 194725 0 0 0 52076 155 0 0 25 0 1 0 26227055 630284288 149203 4089446400 4194304 10345943 140733797578288 18446744073709551615 6715455 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 153878 149203 793 1502 0 152371 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 615512

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24236
/proc/meminfo: memFree=27499988/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=683380 CPUtime=582.31
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 211492 0 0 0 58061 170 0 0 25 0 1 0 26227055 699781120 165970 4089446400 4194304 10345943 140733797578288 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 170845 165970 793 1502 0 169338 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 683380

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24241
/proc/meminfo: memFree=27382924/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=749236 CPUtime=642.32
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 227855 0 0 0 64047 185 0 0 25 0 1 0 26227055 767217664 182281 4089446400 4194304 10345943 140733797578288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 187309 182281 793 1502 0 185802 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 749236

[startup+702.301 s]

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

/proc/meminfo: memFree=26450644/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1238284 CPUtime=1062.32
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 347050 0 0 0 105939 293 0 0 25 0 1 0 26227055 1268002816 299262 4089446400 4194304 10345943 140733797578288 18446744073709551615 4695997 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 309571 299262 793 1502 0 308064 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1238284

[startup+1122.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 24254
/proc/meminfo: memFree=26319512/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1304572 CPUtime=1122.33
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 363130 0 0 0 111924 309 0 0 25 0 1 0 26227055 1335881728 315342 4089446400 4194304 10345943 140733797578288 18446744073709551615 8933828 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 326143 315342 793 1502 0 324636 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1304572

[startup+1182.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 24255
/proc/meminfo: memFree=26179820/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1371932 CPUtime=1182.33
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 380119 0 0 0 117911 322 0 0 25 0 1 0 26227055 1404858368 332331 4089446400 4194304 10345943 140733797578288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 342983 332331 793 1502 0 341476 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1371932

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 24257
/proc/meminfo: memFree=26073128/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1437816 CPUtime=1242.33
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 396508 0 0 0 123897 336 0 0 25 0 1 0 26227055 1472323584 348720 4089446400 4194304 10345943 140733797578288 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 359454 348720 793 1502 0 357947 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1437816

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 24258
/proc/meminfo: memFree=25962712/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1509776 CPUtime=1302.34
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 413901 0 0 0 129882 352 0 0 25 0 1 0 26227055 1546010624 366029 4089446400 4194304 10345943 140733797578288 18446744073709551615 4917220 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 377444 366029 794 1502 0 375937 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1509776

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24260
/proc/meminfo: memFree=25898680/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1573012 CPUtime=1362.34
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 429626 0 0 0 135866 368 0 0 25 0 1 0 26227055 1610764288 381754 4089446400 4194304 10345943 140733797578288 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 393253 381754 794 1502 0 391746 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 1573012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24262
/proc/meminfo: memFree=25828308/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1639276 CPUtime=1422.35
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 446206 0 0 0 141853 382 0 0 25 0 1 0 26227055 1678618624 398334 4089446400 4194304 10345943 140733797578288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 409819 398334 794 1502 0 408312 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 1639276

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24263
/proc/meminfo: memFree=25763788/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1702580 CPUtime=1482.34
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 462158 0 0 0 147835 399 0 0 25 0 1 0 26227055 1743441920 414286 4089446400 4194304 10345943 140733797578288 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 425645 414286 794 1502 0 424138 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1702580

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 24265
/proc/meminfo: memFree=25694532/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1769248 CPUtime=1542.34
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 480858 0 0 0 153820 414 0 0 25 0 1 0 26227055 1811709952 431007 4089446400 4194304 10345943 140733797578288 18446744073709551615 7568939 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 442312 431007 794 1502 0 440805 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1769248

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 24266
/proc/meminfo: memFree=25623052/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1839496 CPUtime=1602.35
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 498395 0 0 0 159804 431 0 0 25 0 1 0 26227055 1883643904 448544 4089446400 4194304 10345943 140733797578288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 459874 448544 794 1502 0 458367 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 1839496

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 24268
/proc/meminfo: memFree=25556536/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1905376 CPUtime=1662.34
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 514635 0 0 0 165789 445 0 0 25 0 1 0 26227055 1951105024 464784 4089446400 4194304 10345943 140733797578288 18446744073709551615 8933878 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 476344 464784 794 1502 0 474837 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1905376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24270
/proc/meminfo: memFree=25483316/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=1972592 CPUtime=1722.35
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 531220 0 0 0 171775 460 0 0 25 0 1 0 26227055 2019934208 481369 4089446400 4194304 10345943 140733797578288 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 493148 481369 794 1502 0 491641 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1972592

[startup+1782.3 s]
/proc/loadavg: 1.92 1.99 1.99 2/175 24292
/proc/meminfo: memFree=26970960/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2035248 CPUtime=1782.35
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 547201 0 0 0 177761 474 0 0 25 0 1 0 26227055 2084093952 497350 4089446400 4194304 10345943 140733797578288 18446744073709551615 6756209 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 508812 497350 794 1502 0 507305 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 2035248

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

[startup+1785.5 s]
/proc/loadavg: 1.92 1.99 1.99 2/175 24292
/proc/meminfo: memFree=26965500/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2040300 CPUtime=1785.55
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 548295 0 0 0 178080 475 0 0 25 0 1 0 26227055 2089267200 498444 4089446400 4194304 10345943 140733797578288 18446744073709551615 6307527 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 510075 498444 794 1502 0 508568 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 2040300

[startup+1788.7 s]
/proc/loadavg: 1.85 1.97 1.99 2/175 24292
/proc/meminfo: memFree=26962556/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2044236 CPUtime=1788.75
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 549145 0 0 0 178400 475 0 0 25 0 1 0 26227055 2093297664 499294 4089446400 4194304 10345943 140733797578288 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24220/statm: 511059 499294 794 1502 0 509552 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 2044236

[startup+1791.91 s]
/proc/loadavg: 1.78 1.96 1.98 2/175 24292
/proc/meminfo: memFree=26961696/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2044852 CPUtime=1791.96
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 549474 0 0 0 178720 476 0 0 20 0 1 0 26227055 2093928448 499623 4089446400 4194304 10345943 140733797578288 18446744073709551615 6324956 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24220/statm: 511213 499623 795 1502 0 509706 0
Current children cumulated CPU time (s) 1791.96
Current children cumulated vsize (KiB) 2044852

[startup+1792.7 s]
/proc/loadavg: 1.78 1.96 1.98 2/175 24292
/proc/meminfo: memFree=26961696/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2044852 CPUtime=1792.75
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 549474 0 0 0 178799 476 0 0 23 0 1 0 26227055 2093928448 499623 4089446400 4194304 10345943 140733797578288 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24220/statm: 511213 499623 795 1502 0 509706 0
Current children cumulated CPU time (s) 1792.75
Current children cumulated vsize (KiB) 2044852

[startup+1793.1 s]
/proc/loadavg: 1.78 1.96 1.98 2/175 24292
/proc/meminfo: memFree=26961696/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2044852 CPUtime=1793.15
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 549474 0 0 0 178839 476 0 0 25 0 1 0 26227055 2093928448 499623 4089446400 4194304 10345943 140733797578288 18446744073709551615 4653837 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24220/statm: 511213 499623 795 1502 0 509706 0
Current children cumulated CPU time (s) 1793.15
Current children cumulated vsize (KiB) 2044852

[startup+1793.5 s]
/proc/loadavg: 1.78 1.96 1.98 2/175 24292
/proc/meminfo: memFree=26961696/32951124 swapFree=67111528/67111528
[pid=24220] ppid=24218 vsize=2044852 CPUtime=1793.55
/proc/24220/stat : 24220 (pbscip.linux.x8) R 24218 24220 23640 0 -1 4202496 549474 0 0 0 178879 476 0 0 25 0 1 0 26227055 2093928448 499623 4089446400 4194304 10345943 140733797578288 18446744073709551615 6325573 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24220/statm: 511213 499623 795 1502 0 509706 0
Current children cumulated CPU time (s) 1793.55
Current children cumulated vsize (KiB) 2044852

Child status: 0
Real time (s): 1793.6
CPU time (s): 1793.66
CPU user time (s): 1788.82
CPU system time (s): 4.83726
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2044852

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

runsolver used 3.00054 second user time and 6.60799 second system time

The end

Launcher Data

Begin job on node135 at 2010-07-08 11:09:03
IDJOB=2705777
IDBENCH=79442
IDSOLVER=1214
FILE ID=node135/2705777-1278580143
PBS_JOBID= 11240185
Free space on /tmp= 73744 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705777-1278580143/watcher-2705777-1278580143 -o /tmp/evaluation-result-2705777-1278580143/solver-2705777-1278580143 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705777-1278580143.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=1478444185

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28905756 kB
Buffers:        145108 kB
Cached:        3635088 kB
SwapCached:          0 kB
Active:        2024160 kB
Inactive:      1862712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28905756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25712 kB
Writeback:           0 kB
AnonPages:      106180 kB
Mapped:          17556 kB
Slab:            95376 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   248960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73744 MiB
End job on node135 at 2010-07-08 11:38:57