Trace number 2705012

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-66-100-0.wbo
MD5SUMfa52148d69071c7fece24d526a14d5b1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark111.779
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705012-1278574752.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.02/0.07	c (round 2) 0 del vars, 115 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 212 impls, 12 clqs
0.02/0.08	c (round 3) 55 del vars, 170 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.02/0.09	c (round 4) 110 del vars, 210 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 212 impls, 12 clqs
0.09/0.12	c    (0.1s) probing: 101/1082 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  110 deleted vars, 210 deleted constraints, 906 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.09/0.12	c  1903 implications, 12 cliques
0.09/0.12	c presolved problem has 1933 variables (1082 bin, 0 int, 851 impl, 0 cont) and 3404 constraints
0.09/0.12	c      78 constraints of type <setppc>
0.09/0.12	c     851 constraints of type <linear>
0.09/0.12	c     851 constraints of type <indicator>
0.09/0.12	c    1624 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c   0.1s|     1 |     0 |    40 |     - |8866k|   0 |  35 |1933 |3404 |1933 |1702 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    82 |     - |8982k|   0 |  52 |1933 |3404 |1933 |1719 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   199 |     - |9681k|   0 |  62 |1933 |3404 |1933 |1737 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   356 |     - |9771k|   0 |  81 |1933 |3404 |1933 |1756 |  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   486 |     - |9920k|   0 |  67 |1933 |3404 |1933 |1766 |  64 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  1267 |     - |9941k|   0 |  90 |1933 |3404 |1933 |1774 |  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |  1570 |     - |  10M|   0 |  97 |1933 |3404 |1933 |1790 |  88 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.54	c   2.5s|     1 |     2 |  1570 |     - |  10M|   0 |  97 |1933 |3404 |1933 |1790 |  88 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
17.50/17.60	o 41732
17.50/17.60	c y17.6s|    42 |    41 |  8401 | 166.6 |  10M|  14 |   - |1933 |3404 |   0 |   0 | 113 |   0 | 552 | 0.000000e+00 | 4.173200e+04 |    Inf 
21.19/21.22	o 596
21.19/21.22	c *21.2s|   334 |   266 | 25228 |  71.0 |  11M|  33 |   - |1933 |3475 |1933 |1785 | 320 |  71 | 588 | 0.000000e+00 | 5.960000e+02 |    Inf 
23.10/23.17	o 581
23.10/23.17	c *23.2s|   557 |   455 | 34182 |  58.7 |  12M|  33 |   - |1933 |3538 |1933 |1791 | 539 | 134 | 619 | 0.000000e+00 | 5.810000e+02 |    Inf 
23.10/23.17	o 580
23.10/23.17	c *23.2s|   558 |   453 | 34183 |  58.6 |  12M|  33 |   - |1933 |3538 |1933 |1791 | 539 | 134 | 619 | 0.000000e+00 | 5.800000e+02 |    Inf 
27.69/27.70	o 564
27.69/27.70	c *27.7s|  1014 |   797 | 58889 |  56.6 |  14M|  33 |   - |1933 |3685 |1933 |1776 | 956 | 302 | 652 | 0.000000e+00 | 5.640000e+02 |    Inf 
27.99/28.00	o 530
27.99/28.00	c *28.0s|  1058 |   822 | 60663 |  55.9 |  14M|  33 |   - |1933 |3705 |1933 |1786 |1015 | 324 | 654 | 0.000000e+00 | 5.300000e+02 |    Inf 
27.99/28.00	o 469
27.99/28.00	c *28.0s|  1059 |   770 | 60665 |  55.9 |  14M|  33 |   - |1933 |3705 |1933 |1786 |1015 | 324 | 654 | 0.000000e+00 | 4.690000e+02 |    Inf 
28.09/28.12	o 210
28.09/28.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.09/28.12	c *28.1s|  1114 |   480 | 61246 |  53.6 |  13M|  33 |   - |1933 |3726 |1933 |1788 |1080 | 345 | 654 | 0.000000e+00 | 2.100000e+02 |    Inf 
28.09/28.14	o 181
28.09/28.14	c *28.1s|  1118 |   423 | 61319 |  53.5 |  13M|  33 |   - |1933 |3734 |1933 |1780 |1086 | 353 | 654 | 0.000000e+00 | 1.810000e+02 |    Inf 
28.09/28.14	o 172
28.09/28.14	c *28.1s|  1119 |   402 | 61325 |  53.4 |  13M|  33 |   - |1933 |3734 |1933 |1780 |1086 | 353 | 654 | 0.000000e+00 | 1.720000e+02 |    Inf 
28.29/28.39	o 166
28.29/28.39	c *28.4s|  1147 |   405 | 62975 |  53.6 |  13M|  33 |   - |1933 |3749 |1933 |1774 |1086 | 376 | 655 | 0.000000e+00 | 1.660000e+02 |    Inf 
28.59/28.68	o 162
28.59/28.68	c *28.7s|  1171 |   417 | 64783 |  54.0 |  14M|  33 |   - |1933 |3752 |1933 |1774 |1086 | 394 | 656 | 0.000000e+00 | 1.620000e+02 |    Inf 
29.99/30.02	o 159
29.99/30.02	c *30.0s|  1286 |   472 | 73336 |  55.8 |  14M|  33 |   - |1933 |3800 |1933 |1774 |1111 | 497 | 656 | 0.000000e+00 | 1.590000e+02 |    Inf 
31.69/31.73	o 156
31.69/31.73	c *31.7s|  1598 |   710 | 83367 |  51.2 |  16M|  37 |   - |1933 |3922 |1933 |1785 |1448 | 653 | 656 | 0.000000e+00 | 1.560000e+02 |    Inf 
31.69/31.75	o 155
31.69/31.75	c *31.7s|  1601 |   708 | 83623 |  51.3 |  16M|  37 |   - |1933 |3921 |1933 |1774 |1448 | 653 | 656 | 0.000000e+00 | 1.550000e+02 |    Inf 
31.80/31.89	o 154
31.80/31.89	c *31.9s|  1624 |   716 | 84496 |  51.1 |  16M|  37 |   - |1933 |3947 |1933 |1774 |1509 | 680 | 656 | 0.000000e+00 | 1.540000e+02 |    Inf 
33.29/33.33	o 147
33.29/33.33	c *33.3s|  1900 |   921 | 91303 |  47.3 |  18M|  57 |   - |1933 |4092 |1933 |1805 |1759 | 863 | 675 | 0.000000e+00 | 1.470000e+02 |    Inf 
33.79/33.83	o 133
33.79/33.83	c *33.8s|  1995 |   941 | 93112 |  45.9 |  18M|  57 |   - |1933 |4143 |1933 |1795 |1885 | 927 | 689 | 0.000000e+00 | 1.330000e+02 |    Inf 
34.00/34.03	o 122
34.00/34.03	c *34.0s|  2067 |   952 | 94366 |  44.9 |  18M|  57 |   - |1933 |4178 |1933 |1776 |1901 | 972 | 689 | 0.000000e+00 | 1.220000e+02 |    Inf 
34.00/34.10	o 47
34.00/34.10	c *34.1s|  2079 |   582 | 94935 |  44.9 |  15M|  57 |   - |1933 |4183 |1933 |1781 |1908 | 980 | 689 | 0.000000e+00 | 4.700000e+01 |    Inf 
34.19/34.27	o 36
34.19/34.27	c *34.2s|  2094 |   564 | 95736 |  45.0 |  15M|  57 |   - |1933 |3716 |1933 |1778 |1916 | 988 | 699 | 0.000000e+00 | 3.600000e+01 |    Inf 
34.39/34.48	o 6
34.39/34.48	c *34.5s|  2155 |   197 | 96790 |  44.2 |  14M|  57 |   - |1933 |3632 |1933 |1784 |1962 |1018 | 708 | 0.000000e+00 | 6.000000e+00 |    Inf 
54.29/54.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.29/54.30	c  54.3s| 10000 |   230 |237179 |  23.6 |  16M|  57 |  27 |1933 |6471 |1933 |1774 |3010 |  10k|1079 | 0.000000e+00 | 6.000000e+00 |    Inf 
77.49/77.52	c  77.5s| 20000 |   283 |399325 |  19.9 |  19M|  57 |   - |1933 |  12k|1933 |1774 |4682 |  23k|1453 | 0.000000e+00 | 6.000000e+00 |    Inf 
100.30/100.31	c   100s| 30000 |   512 |557898 |  18.5 |  22M|  57 |   - |1933 |  16k|   0 |   0 |6453 |  36k|1530 | 0.000000e+00 | 6.000000e+00 |    Inf 
123.89/123.90	c   124s| 40000 |   524 |719172 |  17.9 |  23M|  57 |  20 |1933 |  16k|1933 |1774 |8393 |  50k|1637 | 0.000000e+00 | 6.000000e+00 |    Inf 
146.59/146.66	c   147s| 50000 |   595 |860577 |  17.2 |  26M|  57 |  12 |1933 |  20k|1933 |1780 |  10k|  63k|1909 | 0.000000e+00 | 6.000000e+00 |    Inf 
170.99/171.09	c   171s| 60000 |   535 |  1014k|  16.9 |  25M|  57 |   - |1933 |  18k|   0 |   0 |  11k|  76k|2172 | 0.000000e+00 | 6.000000e+00 |    Inf 
195.19/195.27	c   195s| 70000 |   477 |  1169k|  16.7 |  26M|  57 |   - |1933 |  18k|   0 |   0 |  13k|  90k|2461 | 0.000000e+00 | 6.000000e+00 |    Inf 
219.90/219.96	c   220s| 80000 |   522 |  1323k|  16.5 |  28M|  57 |   - |1933 |  21k|1933 |1774 |  15k| 103k|2701 | 0.000000e+00 | 6.000000e+00 |    Inf 
244.80/244.80	c   245s| 90000 |   419 |  1476k|  16.4 |  26M|  57 |   1 |1933 |  18k|1933 |1774 |  17k| 116k|2923 | 0.000000e+00 | 6.000000e+00 |    Inf 
265.99/266.01	c   266s|100000 |   447 |  1591k|  15.9 |  28M|  57 |  21 |1933 |  22k|1933 |1774 |  18k| 129k|3081 | 0.000000e+00 | 6.000000e+00 |    Inf 
291.50/291.54	o 5
291.50/291.54	c * 292s|109731 |   372 |  1742k|  15.9 |  28M|  57 |   - |1933 |  22k|1933 |1774 |  20k| 142k|3556 | 0.000000e+00 | 5.000000e+00 |    Inf 
292.20/292.21	c   292s|110000 |   386 |  1745k|  15.9 |  27M|  57 |   - |1933 |  21k|1933 |1780 |  20k| 142k|3568 | 0.000000e+00 | 5.000000e+00 |    Inf 
316.70/316.79	c   317s|120000 |   428 |  1899k|  15.8 |  27M|  57 |  47 |1933 |  19k|1933 |1781 |  21k| 155k|3737 | 0.000000e+00 | 5.000000e+00 |    Inf 
343.49/343.57	c   344s|130000 |   380 |  2069k|  15.9 |  26M|  57 |   - |1933 |  15k|   0 |   0 |  22k| 168k|3938 | 0.000000e+00 | 5.000000e+00 |    Inf 
366.60/366.61	c   367s|140000 |   371 |  2223k|  15.9 |  27M|  63 |   - |1933 |  17k|1933 |1779 |  23k| 181k|4150 | 0.000000e+00 | 5.000000e+00 |    Inf 
392.61/392.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.61/392.65	c   393s|150000 |   436 |  2404k|  16.0 |  28M|  63 |   - |1933 |  21k|1933 |1774 |  24k| 194k|4326 | 0.000000e+00 | 5.000000e+00 |    Inf 
419.60/419.68	c   420s|160000 |   587 |  2588k|  16.2 |  32M|  63 |  36 |1933 |  26k|1933 |1782 |  25k| 206k|4515 | 0.000000e+00 | 5.000000e+00 |    Inf 
446.00/446.01	c   446s|170000 |   698 |  2752k|  16.2 |  34M|  63 |   - |1933 |  29k|   0 |   0 |  27k| 220k|4672 | 0.000000e+00 | 5.000000e+00 |    Inf 
471.70/471.74	c   472s|180000 |   926 |  2908k|  16.2 |  37M|  63 |  25 |1933 |  34k|1933 |1774 |  28k| 233k|4853 | 0.000000e+00 | 5.000000e+00 |    Inf 
499.40/499.46	c   499s|190000 |  1048 |  3072k|  16.2 |  39M|  63 |   - |1933 |  35k|   0 |   0 |  29k| 246k|4973 | 0.000000e+00 | 5.000000e+00 |    Inf 
527.20/527.25	c   527s|200000 |  1072 |  3237k|  16.2 |  40M|  63 |  15 |1933 |  36k|1933 |1774 |  30k| 260k|5105 | 0.000000e+00 | 5.000000e+00 |    Inf 
555.20/555.27	c   555s|210000 |  1168 |  3393k|  16.2 |  41M|  63 |   1 |1933 |  36k|1933 |1774 |  32k| 273k|5279 | 0.000000e+00 | 5.000000e+00 |    Inf 
583.20/583.28	c   583s|220000 |   924 |  3554k|  16.1 |  37M|  63 |  21 |1933 |  27k|1933 |1774 |  33k| 287k|5410 | 0.000000e+00 | 5.000000e+00 |    Inf 
610.20/610.25	c   610s|230000 |   417 |  3724k|  16.2 |  28M|  63 |   - |1933 |  19k|1933 |1774 |  34k| 300k|5557 | 0.000000e+00 | 5.000000e+00 |    Inf 
637.91/637.92	c   638s|240000 |   638 |  3913k|  16.3 |  32M|  63 |   - |1933 |  25k|1933 |1774 |  35k| 313k|5699 | 0.000000e+00 | 5.000000e+00 |    Inf 
668.40/668.47	c   668s|250000 |   653 |  4111k|  16.4 |  34M|  63 |   - |1933 |  28k|   0 |   0 |  36k| 326k|5878 | 0.000000e+00 | 5.000000e+00 |    Inf 
700.40/700.45	c   700s|260000 |   627 |  4321k|  16.6 |  33M|  63 |  28 |1933 |  26k|1933 |1774 |  36k| 340k|6076 | 0.000000e+00 | 5.000000e+00 |    Inf 
729.50/729.58	c   730s|270000 |   710 |  4508k|  16.7 |  34M|  63 |  19 |1933 |  28k|1933 |1774 |  37k| 352k|6219 | 0.000000e+00 | 5.000000e+00 |    Inf 
758.10/758.12	c   758s|280000 |   251 |  4691k|  16.7 |  27M|  63 |   - |1933 |  19k|   0 |   0 |  38k| 366k|6399 | 0.000000e+00 | 5.000000e+00 |    Inf 
782.00/782.01	c   782s|290000 |   343 |  4851k|  16.7 |  29M|  63 |  24 |1933 |  22k|1933 |1774 |  39k| 378k|6549 | 0.000000e+00 | 5.000000e+00 |    Inf 
809.11/809.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
809.11/809.16	c   809s|300000 |   517 |  5026k|  16.7 |  32M|  63 |   - |1933 |  28k|1933 |1780 |  41k| 391k|6670 | 0.000000e+00 | 5.000000e+00 |    Inf 
835.21/835.26	c   835s|310000 |   496 |  5181k|  16.7 |  33M|  63 |   - |1933 |  29k|   0 |   0 |  43k| 404k|6767 | 0.000000e+00 | 5.000000e+00 |    Inf 
863.01/863.06	c   863s|320000 |   583 |  5353k|  16.7 |  34M|  63 |   - |1933 |  30k|1933 |1774 |  44k| 418k|6880 | 0.000000e+00 | 5.000000e+00 |    Inf 
890.10/890.19	c   890s|330000 |   665 |  5520k|  16.7 |  35M|  63 |   - |1933 |  32k|1933 |1774 |  45k| 431k|6970 | 0.000000e+00 | 5.000000e+00 |    Inf 
918.00/918.07	c   918s|340000 |   638 |  5692k|  16.7 |  34M|  63 |   - |1933 |  28k|   0 |   0 |  47k| 445k|7066 | 0.000000e+00 | 5.000000e+00 |    Inf 
944.20/944.25	c   944s|350000 |   620 |  5851k|  16.7 |  35M|  63 |   - |1933 |  30k|1933 |1774 |  48k| 458k|7181 | 0.000000e+00 | 5.000000e+00 |    Inf 
971.11/971.19	c   971s|360000 |   276 |  6016k|  16.7 |  29M|  63 |  15 |1933 |  24k|1933 |1774 |  49k| 471k|7295 | 0.000000e+00 | 5.000000e+00 |    Inf 
998.81/998.88	c   999s|370000 |   210 |  6194k|  16.7 |  29M|  63 |  21 |1933 |  24k|1933 |1789 |  50k| 484k|7458 | 0.000000e+00 | 5.000000e+00 |    Inf 
1024.11/1024.19	c  1024s|380000 |    93 |  6350k|  16.7 |  29M|  63 |  16 |1933 |  27k|1933 |1774 |  52k| 497k|7604 | 0.000000e+00 | 5.000000e+00 |    Inf 
1050.01/1050.09	c  1050s|390000 |   158 |  6510k|  16.7 |  29M|  63 |   - |1933 |  27k|1933 |1782 |  53k| 510k|7705 | 0.000000e+00 | 5.000000e+00 |    Inf 
1076.41/1076.41	c  1076s|400000 |    63 |  6669k|  16.7 |  29M|  63 |  16 |1933 |  27k|1933 |1774 |  55k| 523k|7813 | 0.000000e+00 | 5.000000e+00 |    Inf 
1105.41/1105.49	c  1105s|410000 |   154 |  6861k|  16.7 |  30M|  63 |   - |1933 |  31k|   0 |   0 |  56k| 536k|7929 | 0.000000e+00 | 5.000000e+00 |    Inf 
1132.21/1132.21	c  1132s|420000 |   338 |  7025k|  16.7 |  33M|  63 |   - |1933 |  36k|1933 |1781 |  57k| 549k|8046 | 0.000000e+00 | 5.000000e+00 |    Inf 
1161.81/1161.82	c  1162s|430000 |   494 |  7211k|  16.8 |  36M|  63 |  32 |1933 |  41k|1933 |1774 |  59k| 562k|8127 | 0.000000e+00 | 5.000000e+00 |    Inf 
1192.32/1192.31	c  1192s|440000 |   736 |  7394k|  16.8 |  39M|  63 |   7 |1933 |  45k|1933 |1780 |  60k| 576k|8219 | 0.000000e+00 | 5.000000e+00 |    Inf 
1222.71/1222.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1222.71/1222.74	c  1223s|450000 |   883 |  7569k|  16.8 |  41M|  63 |   - |1933 |  48k|1933 |1774 |  62k| 589k|8355 | 0.000000e+00 | 5.000000e+00 |    Inf 
1254.71/1254.71	c  1255s|460000 |   930 |  7750k|  16.8 |  40M|  63 |  20 |1933 |  42k|1933 |1774 |  63k| 602k|8450 | 0.000000e+00 | 5.000000e+00 |    Inf 
1283.91/1283.95	c  1284s|470000 |  1157 |  7923k|  16.9 |  43M|  63 |   - |1933 |  49k|1933 |1774 |  64k| 616k|8538 | 0.000000e+00 | 5.000000e+00 |    Inf 
1312.91/1312.98	c  1313s|480000 |  1170 |  8080k|  16.8 |  45M|  63 |   - |1933 |  51k|1933 |1774 |  65k| 629k|8591 | 0.000000e+00 | 5.000000e+00 |    Inf 
1344.22/1344.23	c  1344s|490000 |  1099 |  8242k|  16.8 |  42M|  63 |   1 |1933 |  45k|1933 |1774 |  66k| 643k|8728 | 0.000000e+00 | 5.000000e+00 |    Inf 
1375.91/1375.93	c  1376s|500000 |  1204 |  8429k|  16.9 |  45M|  63 |   - |1933 |  49k|   0 |   0 |  67k| 656k|8822 | 0.000000e+00 | 5.000000e+00 |    Inf 
1406.11/1406.18	c  1406s|510000 |  1326 |  8599k|  16.9 |  49M|  63 |  19 |1933 |  57k|1933 |1774 |  69k| 670k|8907 | 0.000000e+00 | 5.000000e+00 |    Inf 
1438.72/1438.73	c  1439s|520000 |  1343 |  8759k|  16.8 |  49M|  63 |   - |1933 |  57k|   0 |   0 |  70k| 683k|9005 | 0.000000e+00 | 5.000000e+00 |    Inf 
1471.41/1471.41	c  1471s|530000 |  1443 |  8930k|  16.8 |  51M|  63 |   - |1933 |  60k|1933 |1783 |  71k| 697k|9104 | 0.000000e+00 | 5.000000e+00 |    Inf 
1509.92/1509.97	c  1510s|540000 |  1587 |  9119k|  16.9 |  54M|  63 |  16 |1933 |  66k|1933 |1774 |  73k| 710k|9179 | 0.000000e+00 | 5.000000e+00 |    Inf 
1546.81/1546.83	c  1547s|550000 |  1698 |  9298k|  16.9 |  54M|  63 |   - |1933 |  63k|   0 |   0 |  74k| 724k|9247 | 0.000000e+00 | 5.000000e+00 |    Inf 
1581.41/1581.43	c  1581s|560000 |  1833 |  9485k|  16.9 |  56M|  63 |  26 |1933 |  64k|1933 |1774 |  75k| 737k|9322 | 0.000000e+00 | 5.000000e+00 |    Inf 
1616.51/1616.56	c  1617s|570000 |  1995 |  9666k|  17.0 |  58M|  63 |  25 |1933 |  67k|1933 |1774 |  77k| 751k|9402 | 0.000000e+00 | 5.000000e+00 |    Inf 
1650.32/1650.37	c  1650s|580000 |  2247 |  9817k|  16.9 |  57M|  63 |   - |1933 |  61k|1933 |1780 |  78k| 764k|9503 | 0.000000e+00 | 5.000000e+00 |    Inf 
1684.12/1684.15	c  1684s|590000 |  2392 |  9986k|  16.9 |  57M|  63 |   - |1933 |  57k|   0 |   0 |  79k| 777k|9604 | 0.000000e+00 | 5.000000e+00 |    Inf 
1716.21/1716.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1716.21/1716.24	c  1716s|600000 |  2565 | 10145k|  16.9 |  60M|  63 |  20 |1933 |  61k|1933 |1774 |  81k| 791k|9673 | 0.000000e+00 | 5.000000e+00 |    Inf 
1750.32/1750.32	o 3
1750.32/1750.32	c *1750s|609912 |  2737 | 10315k|  16.9 |  62M|  63 |   - |1933 |  65k|1933 |1780 |  83k| 804k|9740 | 0.000000e+00 | 3.000000e+00 |    Inf 
1750.82/1750.80	c  1751s|610000 |  2746 | 10318k|  16.9 |  61M|  63 |  22 |1933 |  63k|1933 |1774 |  83k| 804k|9742 | 0.000000e+00 | 3.000000e+00 |    Inf 
1784.13/1784.19	c  1784s|620000 |  2901 | 10476k|  16.9 |  63M|  63 |   - |1933 |  65k|1933 |1774 |  84k| 818k|9785 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.98
1790.02/1790.00	c Solving Nodes      : 621794
1790.02/1790.00	c Primal Bound       : +3.00000000000000e+00 (110 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.01	s SATISFIABLE
1790.02/1790.01	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.02/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1790.02/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.02/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1790.02/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.02/1790.01	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.02/1790.01	v x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 
1790.02/1790.01	v x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.02/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1790.02/1790.01	v -x1 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time       :    1789.98
1790.02/1790.01	c Original Problem   :
1790.02/1790.01	c   Problem name     : HOME/instance-2705012-1278574752.wbo
1790.02/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.02/1790.01	c Presolved Problem  :
1790.02/1790.01	c   Problem name     : t_HOME/instance-2705012-1278574752.wbo
1790.02/1790.01	c   Variables        : 1933 (1082 binary, 0 integer, 851 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3404 initial, 68297 maximal
1790.02/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.01	c   trivial          :       0.00         55          0          0          0          0          0          0          0
1790.02/1790.01	c   dualfix          :       0.00         55          0          0          0          0          0          0          0
1790.02/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.01	c   setppc           :       0.00          0          0          0          0          0         40          0          0
1790.02/1790.01	c   linear           :       0.05          0          0          0        906          0        115         55          0
1790.02/1790.01	c   indicator        :       0.00          0          0          0          0          0         55          0          0
1790.02/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.02/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   root node        :          -       1668          -          -       1668          -          -          -          -
1790.02/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   integral         :          0          0          0     347012          0        289       3156          0          0     658878
1790.02/1790.01	c   setppc           :         78          6    2676949      14246          1      45418    2139748          0          0          0
1790.02/1790.01	c   linear           :        851          6    2632788      14749          1      60371    9153988      84774          0          0
1790.02/1790.01	c   indicator        :        851          0    2564282      14681          1         34     165450          0          0          0
1790.02/1790.01	c   logicor          :       1624+         6    1373841        580          1      77455    4991534          0          0          0
1790.02/1790.01	c   bounddisjunction :          0+         0     306819          0          0         46        564          0          0          0
1790.02/1790.01	c   countsols        :          0          0          0        580          1          0          0          0          0          0
1790.02/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.01	c   integral         :      53.32       0.00       0.00      53.32       0.00
1790.02/1790.01	c   setppc           :      14.00       0.00      13.99       0.01       0.00
1790.02/1790.01	c   linear           :      51.76       0.00      51.33       0.43       0.00
1790.02/1790.01	c   indicator        :       4.68       0.01       4.52       0.15       0.00
1790.02/1790.01	c   logicor          :     235.59       0.00     235.58       0.01       0.00
1790.02/1790.01	c   bounddisjunction :       0.58       0.00       0.58       0.00       0.00
1790.02/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.01	c   vbounds          :       0.44       6424          0        138
1790.02/1790.01	c   rootredcost      :       0.41         24          0        834
1790.02/1790.01	c   pseudoobj        :      34.71    2678331        311     167821
1790.02/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.01	c   propagation      :       7.21     183601     183038    1047068       25.4       4477       24.7          -
1790.02/1790.01	c   infeasible LP    :      23.33     139670     139670    1041300       42.0        824       18.9          0
1790.02/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.01	c   applied globally :          -          -          -     820748       29.6          -          -          -
1790.02/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.01	c   cut pool         :       0.00          5          -          -         76          -    (maximal pool size: 422)
1790.02/1790.01	c   redcost          :      11.70     347180          0       3684          0          0
1790.02/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.02/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.01	c   gomory           :       0.26          6          0          0       1138          0
1790.02/1790.01	c   strongcg         :       0.21          6          0          0       1402          0
1790.02/1790.01	c   cmir             :       0.04          6          0          0          1          0
1790.02/1790.01	c   flowcover        :       0.06          6          0          0          2          0
1790.02/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.02/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.02/1790.01	c Pricers            :       Time      Calls       Vars
1790.02/1790.01	c   problem variables:       0.00          0          0
1790.02/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   relpscost        :      53.04     332258        289       3156          0          0     658878
1790.02/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   inference        :       0.07        558          0          0          0          0       1117
1790.02/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.01	c   LP solutions     :       0.01          -         23
1790.02/1790.01	c   pseudo solutions :       0.00          -          0
1790.02/1790.01	c   feaspump         :       0.03          1          0
1790.02/1790.01	c   oneopt           :       0.41         21          0
1790.02/1790.01	c   crossover        :       0.35          7          0
1790.02/1790.01	c   veclendiving     :       0.33        142          0
1790.02/1790.01	c   guideddiving     :       0.38        142          0
1790.02/1790.01	c   linesearchdiving :       0.27        142          0
1790.02/1790.01	c   coefdiving       :       0.58        143          0
1790.02/1790.01	c   pscostdiving     :       0.37        143          0
1790.02/1790.01	c   fracdiving       :       0.33        143          0
1790.02/1790.01	c   objpscostdiving  :       0.14         72          0
1790.02/1790.01	c   rootsoldiving    :       0.20         73          0
1790.02/1790.01	c   trivial          :       0.00          2          0
1790.02/1790.01	c   simplerounding   :       0.46     332251          0
1790.02/1790.01	c   zirounding       :       0.18       1000          0
1790.02/1790.01	c   rounding         :       0.77       8127          0
1790.02/1790.01	c   shifting         :       0.75       2517          0
1790.02/1790.01	c   intshifting      :       0.02          0          0
1790.02/1790.01	c   twoopt           :       0.00          0          0
1790.02/1790.01	c   fixandinfer      :       0.00          0          0
1790.02/1790.01	c   intdiving        :       0.00          0          0
1790.02/1790.01	c   actconsdiving    :       0.00          0          0
1790.02/1790.01	c   octane           :       0.00          0          0
1790.02/1790.01	c   rens             :       0.02          1          0
1790.02/1790.01	c   rins             :       0.00          0          0
1790.02/1790.01	c   localbranching   :       0.00          0          0
1790.02/1790.01	c   mutation         :       0.00          0          0
1790.02/1790.01	c   dins             :       0.00          0          0
1790.02/1790.01	c   undercover       :       0.00          0          0
1790.02/1790.01	c   nlp              :       0.11          0          0
1790.02/1790.01	c   trysol           :       0.19         90         87
1790.02/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.01	c   dual LP          :    1028.65     484032   10492714      21.68   10200.51
1790.02/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.01	c   diving/probing LP:       1.72       1101      11069      10.05    6418.00
1790.02/1790.01	c   strong branching :      49.65       9823     459096      46.74    9246.35
1790.02/1790.01	c     (at root node) :          -         15      10797     719.80          -
1790.02/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.01	c B&B Tree           :
1790.02/1790.01	c   number of runs   :          1
1790.02/1790.01	c   nodes            :     621794
1790.02/1790.01	c   nodes (total)    :     621794
1790.02/1790.01	c   nodes left       :       2955
1790.02/1790.01	c   max depth        :         63
1790.02/1790.01	c   max depth (total):         63
1790.02/1790.01	c   backtracks       :      91639 (14.7%)
1790.02/1790.01	c   delayed cutoffs  :      33668
1790.02/1790.01	c   repropagations   :     969252 (2978371 domain reductions, 31025 cutoffs)
1790.02/1790.01	c   avg switch length:       4.63
1790.02/1790.01	c   switching time   :     183.13
1790.02/1790.01	c Solution           :
1790.02/1790.01	c   Solutions found  :        110 (24 improvements)
1790.02/1790.01	c   First Solution   : +4.17320000000000e+04   (in run 1, after 41 nodes, 17.57 seconds, depth 15, found by <trysol>)
1790.02/1790.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 609912 nodes, 1750.29 seconds, depth 43, found by <relaxation>)
1790.02/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.01	c   Gap              :   infinite
1790.02/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.01	c   Root Iterations  :       1570
1790.12/1790.11	c Time complete: 1790.14.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705012-1278574752/watcher-2705012-1278574752 -o /tmp/evaluation-result-2705012-1278574752/solver-2705012-1278574752 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705012-1278574752.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.69 1.93 1.66 2/173 21439
/proc/meminfo: memFree=28991380/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=12340 CPUtime=0
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 1925 0 0 0 0 0 0 0 22 0 1 0 25688733 12636160 1843 4089446400 4194304 10345943 140737184906208 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21439/statm: 3085 1843 429 1502 0 1578 0

[startup+0.02799 s]
/proc/loadavg: 1.69 1.93 1.66 2/173 21439
/proc/meminfo: memFree=28991380/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=17396 CPUtime=0.02
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 3434 0 0 0 2 0 0 0 22 0 1 0 25688733 17813504 2999 4089446400 4194304 10345943 140737184906208 18446744073709551615 9134734 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 4349 3050 472 1502 0 2842 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17396

[startup+0.101024 s]
/proc/loadavg: 1.69 1.93 1.66 2/173 21439
/proc/meminfo: memFree=28991380/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=27440 CPUtime=0.09
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 5943 0 0 0 9 0 0 0 22 0 1 0 25688733 28098560 5507 4089446400 4194304 10345943 140737184906208 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 6860 5507 562 1502 0 5353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.30098 s]
/proc/loadavg: 1.69 1.93 1.66 2/173 21439
/proc/meminfo: memFree=28991380/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=37532 CPUtime=0.29
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 12110 0 0 0 27 2 0 0 22 0 1 0 25688733 38432768 7837 4089446400 4194304 10345943 140737184906208 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 9383 7837 747 1502 0 7876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37532

[startup+0.700912 s]
/proc/loadavg: 1.69 1.93 1.66 2/173 21439
/proc/meminfo: memFree=28991380/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=41084 CPUtime=0.69
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 12931 0 0 0 67 2 0 0 24 0 1 0 25688733 42070016 8658 4089446400 4194304 10345943 140737184906208 18446744073709551615 7507667 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 10271 8661 754 1502 0 8764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41084

[startup+1.5008 s]
/proc/loadavg: 1.69 1.93 1.66 2/174 21440
/proc/meminfo: memFree=28959408/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=44708 CPUtime=1.49
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 16800 0 0 0 145 4 0 0 25 0 1 0 25688733 45780992 9076 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 11177 9076 761 1502 0 9670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44708

[startup+3.10052 s]
/proc/loadavg: 1.69 1.93 1.66 2/174 21440
/proc/meminfo: memFree=28957920/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=44312 CPUtime=3.09
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 18061 0 0 0 304 5 0 0 25 0 1 0 25688733 45375488 9088 4089446400 4194304 10345943 140737184906208 18446744073709551615 7568918 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 10271 9007 765 1502 0 8764 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44312

[startup+6.30096 s]
/proc/loadavg: 1.72 1.93 1.66 3/179 21450
/proc/meminfo: memFree=28920932/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=43544 CPUtime=6.29
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 20612 0 0 0 622 7 0 0 25 0 1 0 25688733 44589056 9054 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 10886 9054 766 1502 0 9379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43544

[startup+12.7009 s]
/proc/loadavg: 1.74 1.94 1.66 3/179 21477
/proc/meminfo: memFree=28921200/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=44092 CPUtime=12.69
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 26116 0 0 0 1255 14 0 0 25 0 1 0 25688733 45150208 9162 4089446400 4194304 10345943 140737184906208 18446744073709551615 7606746 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 11023 9162 766 1502 0 9516 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44092

[startup+25.5007 s]
/proc/loadavg: 1.80 1.94 1.67 3/179 21477
/proc/meminfo: memFree=28871220/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=46756 CPUtime=25.5
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 38998 0 0 0 2525 25 0 0 25 0 1 0 25688733 47878144 10242 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 11689 10242 772 1502 0 10182 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 46756

[startup+51.1004 s]
/proc/loadavg: 1.87 1.94 1.67 3/179 21478
/proc/meminfo: memFree=28789508/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=55504 CPUtime=51.09
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 65617 0 0 0 5063 46 0 0 25 0 1 0 25688733 56836096 12415 4089446400 4194304 10345943 140737184906208 18446744073709551615 6025834 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 13876 12415 785 1502 0 12369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55504

[startup+102.307 s]
/proc/loadavg: 1.94 1.95 1.69 3/179 21479
/proc/meminfo: memFree=28650520/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=63444 CPUtime=102.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 84651 0 0 0 10143 87 0 0 25 0 1 0 25688733 64966656 14390 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 15861 14390 790 1502 0 14354 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63444

[startup+162.301 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 21481
/proc/meminfo: memFree=28495956/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=71012 CPUtime=162.29
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 97387 0 0 0 16100 129 0 0 25 0 1 0 25688733 72716288 16109 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 17753 16109 790 1502 0 16246 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71012

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.72 3/179 21482
/proc/meminfo: memFree=28337548/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=72572 CPUtime=222.29
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 114824 0 0 0 22059 170 0 0 25 0 1 0 25688733 74313728 16685 4089446400 4194304 10345943 140737184906208 18446744073709551615 7509534 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 18143 16685 790 1502 0 16636 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 72572

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 21484
/proc/meminfo: memFree=28184104/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=74788 CPUtime=282.29
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 132480 0 0 0 28017 212 0 0 25 0 1 0 25688733 76582912 17179 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 18697 17179 790 1502 0 17190 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 74788

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 21485
/proc/meminfo: memFree=28034860/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=77036 CPUtime=342.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 155451 0 0 0 33974 256 0 0 25 0 1 0 25688733 78884864 17876 4089446400 4194304 10345943 140737184906208 18446744073709551615 6711354 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 19259 17876 790 1502 0 17752 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77036

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/179 21487
/proc/meminfo: memFree=27880920/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=78636 CPUtime=402.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 166674 0 0 0 39931 299 0 0 25 0 1 0 25688733 80523264 18149 4089446400 4194304 10345943 140737184906208 18446744073709551615 7522118 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 19659 18149 790 1502 0 18152 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 78636

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/179 21489
/proc/meminfo: memFree=27718556/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=82816 CPUtime=462.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 174741 0 0 0 45887 343 0 0 25 0 1 0 25688733 84803584 19108 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 20704 19108 790 1502 0 19197 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 82816

[startup+522.3 s]
/proc/loadavg: 2.04 1.99 1.79 3/179 21490
/proc/meminfo: memFree=27564496/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=88524 CPUtime=522.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 189345 0 0 0 51845 385 0 0 25 0 1 0 25688733 90648576 20633 4089446400 4194304 10345943 140737184906208 18446744073709551615 6715885 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 22131 20633 790 1502 0 20624 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 88524

[startup+582.3 s]
/proc/loadavg: 2.01 1.99 1.80 3/179 21492
/proc/meminfo: memFree=27402112/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=91804 CPUtime=582.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 201496 0 0 0 57810 420 0 0 25 0 1 0 25688733 94007296 21350 4089446400 4194304 10345943 140737184906208 18446744073709551615 6929852 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 22951 21350 790 1502 0 21444 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 91804

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/179 21493
/proc/meminfo: memFree=27252256/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=91824 CPUtime=642.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 217031 0 0 0 63770 460 0 0 25 0 1 0 25688733 94027776 21326 4089446400 4194304 10345943 140737184906208 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 22956 21326 790 1502 0 21449 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 91824

[startup+702.301 s]

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

/proc/meminfo: memFree=26323856/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=93836 CPUtime=1002.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 282437 0 0 0 99532 698 0 0 25 0 1 0 25688733 96088064 21942 4089446400 4194304 10345943 140737184906208 18446744073709551615 4218233 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 23459 21942 790 1502 0 21952 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 93836

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 21505
/proc/meminfo: memFree=26175608/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=93840 CPUtime=1062.3
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 291314 0 0 0 105491 739 0 0 25 0 1 0 25688733 96092160 21942 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 23460 21942 790 1502 0 21953 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 93840

[startup+1122.3 s]
/proc/loadavg: 2.06 2.02 1.87 3/179 21506
/proc/meminfo: memFree=26018680/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=93868 CPUtime=1122.31
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 300619 0 0 0 111449 782 0 0 25 0 1 0 25688733 96120832 21906 4089446400 4194304 10345943 140737184906208 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 23467 21906 790 1502 0 21960 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 93868

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.88 3/179 21508
/proc/meminfo: memFree=25996652/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=96128 CPUtime=1182.31
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 309036 0 0 0 117411 820 0 0 25 0 1 0 25688733 98435072 22369 4089446400 4194304 10345943 140737184906208 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 24032 22369 790 1502 0 22525 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 96128

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/179 21509
/proc/meminfo: memFree=25990128/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=98676 CPUtime=1242.31
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 314567 0 0 0 123374 857 0 0 25 0 1 0 25688733 101044224 23112 4089446400 4194304 10345943 140737184906208 18446744073709551615 5085256 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 24669 23112 790 1502 0 23162 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 98676

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.89 3/179 21511
/proc/meminfo: memFree=25986596/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=99024 CPUtime=1302.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 321485 0 0 0 129338 894 0 0 25 0 1 0 25688733 101400576 23128 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 24756 23128 792 1502 0 23249 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 99024

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.90 3/179 21549
/proc/meminfo: memFree=28792908/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=99612 CPUtime=1362.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 326314 0 0 0 135300 932 0 0 25 0 1 0 25688733 102002688 23251 4089446400 4194304 10345943 140737184906208 18446744073709551615 7510011 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 24903 23251 792 1502 0 23396 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 99612

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21550
/proc/meminfo: memFree=28790528/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=102380 CPUtime=1422.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 328945 0 0 0 141266 966 0 0 25 0 1 0 25688733 104837120 23930 4089446400 4194304 10345943 140737184906208 18446744073709551615 6702772 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 25595 23930 792 1502 0 24088 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 102380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21552
/proc/meminfo: memFree=28780688/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=108268 CPUtime=1482.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 332970 0 0 0 147233 999 0 0 25 0 1 0 25688733 110866432 25055 4089446400 4194304 10345943 140737184906208 18446744073709551615 4689646 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 27067 25055 792 1502 0 25560 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 108268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21553
/proc/meminfo: memFree=28759448/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=115260 CPUtime=1542.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 335939 0 0 0 153193 1039 0 0 25 0 1 0 25688733 118026240 26340 4089446400 4194304 10345943 140737184906208 18446744073709551615 7489231 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 28815 26340 792 1502 0 27308 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 115260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21555
/proc/meminfo: memFree=28737832/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=114776 CPUtime=1602.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 336984 0 0 0 159155 1077 0 0 25 0 1 0 25688733 117530624 26719 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 28694 26719 792 1502 0 27187 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 114776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21557
/proc/meminfo: memFree=28690776/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=117364 CPUtime=1662.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 340594 0 0 0 165122 1110 0 0 25 0 1 0 25688733 120180736 27297 4089446400 4194304 10345943 140737184906208 18446744073709551615 4212623 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 29341 27297 792 1502 0 27834 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 117364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21558
/proc/meminfo: memFree=28642756/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=121628 CPUtime=1722.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 342539 0 0 0 171089 1143 0 0 25 0 1 0 25688733 124547072 28214 4089446400 4194304 10345943 140737184906208 18446744073709551615 6929871 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 30407 28214 792 1502 0 28900 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 121628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28603524/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=121232 CPUtime=1782.32
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 352550 0 0 0 177056 1176 0 0 25 0 1 0 25688733 124141568 28353 4089446400 4194304 10345943 140737184906208 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 30308 28353 802 1502 0 28801 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 121232

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28600788/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=121676 CPUtime=1785.52
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 353120 0 0 0 177374 1178 0 0 25 0 1 0 25688733 124596224 28370 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 30419 28370 802 1502 0 28912 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 121676

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28597312/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=124016 CPUtime=1788.72
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 353716 0 0 0 177692 1180 0 0 25 0 1 0 25688733 126992384 28698 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 31004 28698 802 1502 0 29497 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 124016

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28597312/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=124016 CPUtime=1789.52
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 353787 0 0 0 177771 1181 0 0 25 0 1 0 25688733 126992384 28769 4089446400 4194304 10345943 140737184906208 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 31004 28769 802 1502 0 29497 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 124016

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28596816/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=121820 CPUtime=1789.92
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 353798 0 0 0 177811 1181 0 0 25 0 1 0 25688733 124743680 28645 4089446400 4194304 10345943 140737184906208 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21439/statm: 30455 28645 802 1502 0 28948 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 121820

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21560
/proc/meminfo: memFree=28596816/32951124 swapFree=67111528/67111528
[pid=21439] ppid=21437 vsize=123040 CPUtime=1790.12
/proc/21439/stat : 21439 (pbscip.linux.x8) R 21437 21439 21153 0 -1 4202496 354058 0 0 0 177831 1181 0 0 25 0 1 0 25688733 125992960 28905 4089446400 4194304 10345943 140737184906208 18446744073709551615 5083232 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21439/statm: 30760 28905 803 1502 0 29253 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 123040

Child status: 0
Real time (s): 1790.12
CPU time (s): 1790.15
CPU user time (s): 1778.33
CPU system time (s): 11.8162
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 124016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.33
system time used= 11.8162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354061
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= 1
involuntary context switches= 1121

runsolver used 2.97055 second user time and 5.52716 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 09:39:12
IDJOB=2705012
IDBENCH=78993
IDSOLVER=1214
FILE ID=node118/2705012-1278574752
PBS_JOBID= 11240217
Free space on /tmp= 73560 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/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705012-1278574752/watcher-2705012-1278574752 -o /tmp/evaluation-result-2705012-1278574752/solver-2705012-1278574752 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705012-1278574752.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fa52148d69071c7fece24d526a14d5b1
RANDOM SEED=376466021

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28991908 kB
Buffers:        152932 kB
Cached:        3592464 kB
SwapCached:          0 kB
Active:        1248044 kB
Inactive:      2559964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28991908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12948 kB
Writeback:           0 kB
AnonPages:       62516 kB
Mapped:          14628 kB
Slab:            86324 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182552 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= 73532 MiB
End job on node118 at 2010-07-08 10:09:02