Trace number 2705023

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.17 1790.12

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567985--soft-66-100-0.wbo
MD5SUMd52b3728da19986b004dc30001a23e20
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark327.101
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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-2705023-1278574752.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 904 impl, 0 cont) and 3612 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.05/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.05/0.08	c (round 3) 43 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.05/0.09	c (round 4) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.10	c (round 5) 144 del vars, 321 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.14	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  144 deleted vars, 321 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.14	c  1870 implications, 18 cliques
0.09/0.14	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3291 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      18 constraints of type <setppc>
0.09/0.14	c     832 constraints of type <linear>
0.09/0.14	c     832 constraints of type <indicator>
0.09/0.14	c    1608 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    52 |     - |8796k|   0 |  15 |1895 |3291 |1895 |1627 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    71 |     - |8850k|   0 |  24 |1895 |3292 |1895 |1643 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |    87 |     - |9033k|   0 |  21 |1895 |3292 |1895 |1651 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   104 |     - |9354k|   0 |  31 |1895 |3292 |1895 |1657 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |9722k|   0 |  32 |1895 |3292 |1895 |1658 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   150 |     - |9908k|   0 |  34 |1895 |3292 |1895 |1661 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   155 |     - |9957k|   0 |  36 |1895 |3292 |1895 |1663 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   161 |     - |  10M|   0 |  35 |1895 |3292 |1895 |1664 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.69	c   0.7s|     1 |     2 |   161 |     - |  10M|   0 |  35 |1895 |3292 |1895 |1664 |  37 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
1.19/1.26	o 154
1.19/1.26	c * 1.2s|   570 |   503 |   328 |   0.3 |  11M| 566 |   - |1895 |3305 |1895 |1655 |  39 |  13 | 114 | 0.000000e+00 | 1.540000e+02 |    Inf 
1.69/1.74	o 149
1.69/1.74	c * 1.7s|   985 |   885 |   635 |   0.5 |  11M| 566 |   - |1895 |3329 |1895 |1656 |  61 |  37 | 204 | 0.000000e+00 | 1.490000e+02 |    Inf 
1.69/1.77	o 139
1.69/1.77	c * 1.8s|   994 |   870 |   693 |   0.5 |  11M| 566 |   - |1895 |3336 |1895 |1665 |  67 |  44 | 209 | 0.000000e+00 | 1.390000e+02 |    Inf 
2.59/2.67	o 104
2.59/2.67	c * 2.7s|  1139 |   852 |  1748 |   1.4 |  12M| 566 |   - |1895 |3490 |1895 |1661 | 128 | 198 | 570 | 0.000000e+00 | 1.040000e+02 |    Inf 
2.69/2.79	o 102
2.69/2.79	c * 2.8s|  1186 |   860 |  1895 |   1.5 |  12M| 566 |   - |1895 |3546 |1895 |1659 | 140 | 254 | 595 | 0.000000e+00 | 1.020000e+02 |    Inf 
3.59/3.69	o 76
3.59/3.69	c * 3.7s|  1479 |   742 |  3224 |   2.1 |  13M| 566 |   - |1895 |3818 |1895 |1666 | 212 | 541 | 863 | 0.000000e+00 | 7.600000e+01 |    Inf 
3.89/3.92	o 64
3.89/3.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.92	c * 3.9s|  1525 |   624 |  3591 |   2.3 |  12M| 566 |   - |1895 |3653 |1895 |1663 | 237 | 592 | 937 | 0.000000e+00 | 6.400000e+01 |    Inf 
4.49/4.51	o 58
4.49/4.51	c * 4.5s|  1669 |   574 |  4696 |   2.7 |  12M| 566 |   - |1895 |3653 |1895 |1663 | 287 | 761 |1118 | 0.000000e+00 | 5.800000e+01 |    Inf 
4.89/4.96	o 57
4.89/4.96	c * 4.9s|  1775 |   566 |  5536 |   3.0 |  12M| 566 |   - |1895 |3667 |1895 |1666 | 322 | 892 |1225 | 0.000000e+00 | 5.700000e+01 |    Inf 
4.99/5.01	o 46
4.99/5.01	c * 5.0s|  1795 |   492 |  5604 |   3.0 |  12M| 566 |   - |1895 |3645 |1895 |1660 | 329 | 916 |1229 | 0.000000e+00 | 4.600000e+01 |    Inf 
5.28/5.32	o 45
5.28/5.32	c * 5.3s|  1861 |   500 |  6518 |   3.4 |  12M| 566 |   - |1895 |3587 |1895 |1657 | 364 | 989 |1298 | 0.000000e+00 | 4.500000e+01 |    Inf 
6.08/6.15	o 26
6.08/6.15	c * 6.1s|  2103 |   379 |  8594 |   4.0 |  12M| 566 |   - |1895 |3724 |1895 |1663 | 449 |1244 |1442 | 0.000000e+00 | 2.600000e+01 |    Inf 
6.89/6.90	o 19
6.89/6.90	c * 6.9s|  2273 |   337 | 10379 |   4.5 |  12M| 566 |   - |1895 |3637 |1895 |1668 | 524 |1460 |1624 | 0.000000e+00 | 1.900000e+01 |    Inf 
8.89/8.90	o 14
8.89/8.90	c * 8.9s|  2953 |   327 | 18772 |   6.3 |  12M| 566 |   - |1895 |3931 |1895 |1670 | 820 |2335 |1844 | 0.000000e+00 | 1.400000e+01 |    Inf 
10.29/10.32	o 10
10.29/10.32	c *10.3s|  3516 |   335 | 25738 |   7.3 |  13M| 566 |   - |1895 |4087 |1895 |1656 |1035 |3042 |1945 | 0.000000e+00 | 1.000000e+01 |    Inf 
23.29/23.37	c  23.3s| 10000 |   490 |101982 |  10.2 |  15M| 566 |  19 |1895 |6897 |1895 |1664 |3413 |  11k|2087 | 0.000000e+00 | 1.000000e+01 |    Inf 
44.99/45.01	c  45.0s| 20000 |   610 |221196 |  11.1 |  17M| 566 |  22 |1895 |9050 |1895 |1659 |6857 |  24k|2618 | 0.000000e+00 | 1.000000e+01 |    Inf 
56.49/56.51	o 6
56.49/56.51	c *56.5s| 25105 |   615 |284339 |  11.3 |  17M| 566 |   - |1895 |9589 |1895 |1663 |8501 |  30k|2939 | 0.000000e+00 | 6.000000e+00 |    Inf 
58.69/58.71	o 2
58.69/58.71	c *58.7s| 26104 |   568 |296178 |  11.3 |  17M| 566 |   - |1895 |8527 |1895 |1662 |8814 |  32k|3009 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.00/67.05	c  67.0s| 30000 |   596 |346407 |  11.5 |  17M| 566 |   - |1895 |8252 |1895 |1653 |9632 |  37k|3194 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.09/89.16	c  89.1s| 40000 |   677 |472973 |  11.8 |  19M| 566 |  22 |1895 |  12k|1895 |1653 |  13k|  49k|3761 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.29/93.30	o 1
93.29/93.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.29/93.30	c *93.3s| 41906 |   647 |497412 |  11.9 |  19M| 566 |   - |1895 |  11k|1895 |1660 |  13k|  52k|3798 | 0.000000e+00 | 1.000000e+00 |    Inf 
110.50/110.50	c   110s| 50000 |   728 |597076 |  11.9 |  19M| 566 |   - |1895 |  10k|1895 |1653 |  15k|  62k|4099 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.09/132.18	c   132s| 60000 |   772 |723096 |  12.0 |  19M| 566 |   - |1895 |  11k|   0 |   0 |  17k|  75k|4438 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.00/154.01	c   154s| 70000 |   814 |853808 |  12.2 |  21M| 566 |   - |1895 |  12k|1895 |1653 |  19k|  88k|4731 | 0.000000e+00 | 1.000000e+00 |    Inf 
176.39/176.45	c   176s| 80000 |   874 |985540 |  12.3 |  22M| 566 |  23 |1895 |  14k|1895 |1653 |  21k| 101k|5069 | 0.000000e+00 | 1.000000e+00 |    Inf 
199.30/199.33	c   199s| 90000 |   888 |  1116k|  12.4 |  22M| 566 |   - |1895 |  13k|   0 |   0 |  23k| 114k|5336 | 0.000000e+00 | 1.000000e+00 |    Inf 
221.39/221.46	c   221s|100000 |   938 |  1242k|  12.4 |  23M| 566 |   - |1895 |  17k|1895 |1653 |  25k| 127k|5571 | 0.000000e+00 | 1.000000e+00 |    Inf 
245.39/245.43	c   245s|110000 |   992 |  1385k|  12.6 |  24M| 566 |  32 |1895 |  17k|1895 |1665 |  27k| 140k|5816 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.10/270.16	c   270s|120000 |  1101 |  1531k|  12.8 |  25M| 566 |   - |1895 |  19k|   0 |   0 |  29k| 153k|6049 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.60/294.61	c   295s|130000 |  1108 |  1673k|  12.9 |  26M| 566 |   1 |1895 |  19k|1895 |1665 |  31k| 167k|6255 | 0.000000e+00 | 1.000000e+00 |    Inf 
318.91/318.98	c   319s|140000 |  1157 |  1813k|  13.0 |  27M| 566 |   - |1895 |  20k|   0 |   0 |  33k| 179k|6521 | 0.000000e+00 | 1.000000e+00 |    Inf 
342.29/342.38	c   342s|150000 |  1162 |  1941k|  12.9 |  29M| 566 |   - |1895 |  25k|1895 |1660 |  34k| 193k|6705 | 0.000000e+00 | 1.000000e+00 |    Inf 
368.41/368.43	c   368s|160000 |  1167 |  2089k|  13.1 |  28M| 566 |   - |1895 |  22k|1895 |1658 |  36k| 206k|6895 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.50/393.58	c   394s|170000 |  1215 |  2232k|  13.1 |  29M| 566 |   - |1895 |  24k|   0 |   0 |  38k| 219k|7114 | 0.000000e+00 | 1.000000e+00 |    Inf 
419.20/419.28	c   419s|180000 |  1269 |  2374k|  13.2 |  28M| 566 |  13 |1895 |  21k|1895 |1653 |  40k| 232k|7309 | 0.000000e+00 | 1.000000e+00 |    Inf 
444.90/444.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.90/444.93	c   445s|190000 |  1179 |  2524k|  13.3 |  28M| 566 |   - |1895 |  20k|1895 |1653 |  43k| 246k|7474 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.70/470.70	c   471s|200000 |  1186 |  2668k|  13.3 |  29M| 566 |  30 |1895 |  22k|1895 |1658 |  45k| 259k|7691 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.21/497.24	c   497s|210000 |  1251 |  2817k|  13.4 |  31M| 566 |   - |1895 |  26k|   0 |   0 |  46k| 273k|7834 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.20/525.28	c   525s|220000 |  1180 |  2969k|  13.5 |  29M| 566 |  22 |1895 |  21k|1895 |1661 |  47k| 287k|8012 | 0.000000e+00 | 1.000000e+00 |    Inf 
550.70/550.75	c   551s|230000 |  1100 |  3113k|  13.5 |  28M| 566 |   - |1895 |  19k|   0 |   0 |  50k| 300k|8148 | 0.000000e+00 | 1.000000e+00 |    Inf 
575.90/575.99	c   576s|240000 |  1118 |  3259k|  13.6 |  27M| 566 |  10 |1895 |  17k|1895 |1653 |  51k| 314k|8363 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.40/600.43	c   600s|250000 |  1089 |  3388k|  13.6 |  28M| 566 |   8 |1895 |  19k|1895 |1653 |  53k| 327k|8490 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.31/625.30	c   625s|260000 |  1035 |  3534k|  13.6 |  28M| 566 |   - |1895 |  19k|   0 |   0 |  55k| 341k|8600 | 0.000000e+00 | 1.000000e+00 |    Inf 
649.70/649.79	c   650s|270000 |  1035 |  3671k|  13.6 |  29M| 566 |  24 |1895 |  21k|1895 |1653 |  57k| 354k|8783 | 0.000000e+00 | 1.000000e+00 |    Inf 
673.81/673.85	c   674s|280000 |  1108 |  3794k|  13.6 |  30M| 566 |   - |1895 |  23k|1895 |1662 |  60k| 367k|8890 | 0.000000e+00 | 1.000000e+00 |    Inf 
699.01/699.01	c   699s|290000 |  1106 |  3926k|  13.5 |  31M| 566 |   - |1895 |  25k|1895 |1667 |  62k| 381k|9005 | 0.000000e+00 | 1.000000e+00 |    Inf 
725.71/725.74	c   726s|300000 |  1123 |  4065k|  13.6 |  31M| 566 |  12 |1895 |  25k|1895 |1653 |  65k| 394k|9135 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.31/752.38	c   752s|310000 |  1199 |  4204k|  13.6 |  32M| 566 |  14 |1895 |  27k|1895 |1660 |  67k| 408k|9286 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.51/780.53	c   781s|320000 |  1277 |  4347k|  13.6 |  34M| 566 |  35 |1895 |  30k|1895 |1668 |  69k| 422k|9428 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.01/809.09	c   809s|330000 |  1122 |  4493k|  13.6 |  32M| 566 |  17 |1895 |  26k|1895 |1660 |  72k| 436k|9541 | 0.000000e+00 | 1.000000e+00 |    Inf 
836.32/836.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
836.32/836.35	c   836s|340000 |  1134 |  4643k|  13.7 |  33M| 566 |   - |1895 |  27k|1895 |1657 |  74k| 449k|9652 | 0.000000e+00 | 1.000000e+00 |    Inf 
862.92/862.99	c   863s|350000 |  1100 |  4783k|  13.7 |  32M| 566 |  14 |1895 |  25k|1895 |1653 |  76k| 463k|9786 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.41/887.46	c   887s|360000 |  1156 |  4905k|  13.6 |  33M| 566 |  17 |1895 |  29k|1895 |1667 |  78k| 476k|9895 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.51/914.57	c   915s|370000 |  1255 |  5036k|  13.6 |  35M| 566 |  23 |1895 |  31k|1895 |1664 |  80k| 489k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
942.42/942.46	c   942s|380000 |  1352 |  5163k|  13.6 |  36M| 566 |   - |1895 |  33k|   0 |   0 |  82k| 502k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
970.62/970.63	c   971s|390000 |  1473 |  5293k|  13.6 |  38M| 566 |   - |1895 |  36k|1895 |1668 |  83k| 516k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
996.82/996.88	c   997s|400000 |  1593 |  5415k|  13.5 |  37M| 566 |  19 |1895 |  31k|1895 |1659 |  85k| 530k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1023.52/1023.53	c  1024s|410000 |  1688 |  5542k|  13.5 |  38M| 566 |   - |1895 |  33k|   0 |   0 |  87k| 543k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1051.31/1051.34	c  1051s|420000 |  1760 |  5675k|  13.5 |  39M| 566 |   1 |1895 |  34k|1895 |1662 |  89k| 556k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1078.42/1078.48	c  1078s|430000 |  1832 |  5805k|  13.5 |  41M| 566 |   - |1895 |  38k|1895 |1653 |  91k| 570k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1107.02/1107.00	c  1107s|440000 |  1828 |  5941k|  13.5 |  40M| 566 |   - |1895 |  35k|1895 |1656 |  93k| 584k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1135.02/1135.01	c  1135s|450000 |  1843 |  6074k|  13.5 |  42M| 566 |  19 |1895 |  39k|1895 |1653 |  94k| 597k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1163.92/1163.99	c  1164s|460000 |  1886 |  6207k|  13.5 |  42M| 566 |   - |1895 |  38k|   0 |   0 |  96k| 611k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1192.72/1192.71	c  1193s|470000 |  1894 |  6338k|  13.5 |  44M| 566 |  17 |1895 |  43k|1895 |1657 |  98k| 625k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1223.23/1223.28	c  1223s|480000 |  1909 |  6481k|  13.5 |  42M| 566 |  20 |1895 |  37k|1895 |1658 | 100k| 639k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1251.83/1251.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1251.83/1251.87	c  1252s|490000 |  1902 |  6617k|  13.5 |  44M| 566 |  25 |1895 |  40k|1895 |1653 | 102k| 652k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1283.32/1283.31	c  1283s|500000 |  1888 |  6772k|  13.5 |  43M| 566 |  21 |1895 |  40k|1895 |1668 | 105k| 666k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1313.23/1313.28	c  1313s|510000 |  1939 |  6919k|  13.6 |  45M| 566 |  31 |1895 |  42k|1895 |1653 | 107k| 680k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1343.23/1343.25	c  1343s|520000 |  2000 |  7056k|  13.6 |  46M| 566 |   - |1895 |  44k|1895 |1659 | 109k| 693k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1375.03/1375.06	c  1375s|530000 |  2035 |  7199k|  13.6 |  48M| 566 |  29 |1895 |  49k|1895 |1653 | 111k| 707k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1407.03/1407.08	c  1407s|540000 |  2057 |  7346k|  13.6 |  48M| 566 |   - |1895 |  48k|   0 |   0 | 114k| 720k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1438.63/1438.62	c  1439s|550000 |  2133 |  7473k|  13.6 |  50M| 566 |   - |1895 |  51k|   0 |   0 | 116k| 733k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1472.13/1472.13	c  1472s|560000 |  2123 |  7596k|  13.6 |  52M| 566 |  32 |1895 |  56k|1895 |1661 | 118k| 747k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1507.03/1507.03	c  1507s|570000 |  2144 |  7744k|  13.6 |  51M| 566 |   - |1895 |  52k|   0 |   0 | 120k| 761k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
1542.53/1542.58	c  1543s|580000 |  2132 |  7891k|  13.6 |  49M| 566 |   - |1895 |  47k|   0 |   0 | 122k| 774k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1573.63/1573.60	c  1574s|590000 |  2251 |  8024k|  13.6 |  50M| 566 |   - |1895 |  49k|1895 |1673 | 124k| 788k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1605.33/1605.39	c  1605s|600000 |  2283 |  8156k|  13.6 |  51M| 566 |  10 |1895 |  51k|1895 |1661 | 126k| 801k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1638.64/1638.65	c  1639s|610000 |  2336 |  8280k|  13.6 |  53M| 566 |   - |1895 |  55k|1895 |1661 | 128k| 815k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1674.14/1674.11	c  1674s|620000 |  2346 |  8426k|  13.6 |  54M| 566 |  21 |1895 |  56k|1895 |1661 | 130k| 828k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1711.53/1711.53	c  1712s|630000 |  2397 |  8570k|  13.6 |  56M| 566 |   7 |1895 |  60k|1895 |1661 | 131k| 842k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1750.14/1750.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1750.14/1750.19	c  1750s|640000 |  2402 |  8720k|  13.6 |  56M| 566 |  21 |1895 |  59k|1895 |1661 | 133k| 856k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1787.84/1787.87	c  1788s|650000 |  2338 |  8868k|  13.6 |  52M| 566 |  22 |1895 |  51k|1895 |1662 | 135k| 869k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 650621
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (33 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1790.03/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1790.03/1790.01	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/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 -x54 
1790.03/1790.01	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1790.03/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.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705023-1278574752.wbo
1790.03/1790.01	c   Variables        : 2039 (1135 binary, 0 integer, 904 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3612 initial, 3612 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705023-1278574752.wbo
1790.03/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3291 initial, 62020 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0          7          0          0
1790.03/1790.01	c   linear           :       0.06          0          0          0        933          0        242        170          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1664          -          -       1664          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     374862          0        363       4217          0          0     683732
1790.03/1790.01	c   knapsack         :          1          7    2649441      29451          1      43118    4038147          0          0          0
1790.03/1790.01	c   setppc           :         18          7    2608411      29418          1      45590    2489028          0          0          0
1790.03/1790.01	c   linear           :        832+         8    2563139      29447          1      30548    3119461     136028          0          0
1790.03/1790.01	c   indicator        :        832          0     163610       4215          0         37      95356          0          0          0
1790.03/1790.01	c   logicor          :       1608+         7    1391173       1422          1      52252    5176677          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     130820          0          0          0         11          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       1422          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      35.07       0.00       0.00      35.07       0.00
1790.03/1790.01	c   knapsack         :      26.58       0.00      26.56       0.02       0.00
1790.03/1790.01	c   setppc           :      20.49       0.00      20.46       0.02       0.00
1790.03/1790.01	c   linear           :      37.87       0.00      36.80       1.07       0.00
1790.03/1790.01	c   indicator        :       0.63       0.00       0.54       0.09       0.00
1790.03/1790.01	c   logicor          :     271.62       0.00     271.59       0.03       0.00
1790.03/1790.01	c   bounddisjunction :       0.16       0.00       0.16       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.47       2467          0         46
1790.03/1790.01	c   rootredcost      :       0.46         18          0        832
1790.03/1790.01	c   pseudoobj        :      34.38    2652079        353      94887
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       6.96     171861     171246    1048878       26.1       3559       24.4          -
1790.03/1790.01	c   infeasible LP    :      34.52     167738     167724    1245559       47.0        545       17.5          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -     870798       33.1          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          6          -          -         79          -    (maximal pool size: 469)
1790.03/1790.01	c   redcost          :      13.01     374937          0       3541          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          7          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.16          7          0          0       1857          0
1790.03/1790.01	c   strongcg         :       0.14          7          0          0       2188          0
1790.03/1790.01	c   cmir             :       0.02          7          0          0          1          0
1790.03/1790.01	c   flowcover        :       0.05          7          0          0          1          0
1790.03/1790.01	c   clique           :       0.00          7          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.07          1          0          0          0          1
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      34.76     345404        363       4217          0          0     683732
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.13       1405          0          0          0          0       2810
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         18
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   oneopt           :       0.25         18          0
1790.03/1790.01	c   feaspump         :       0.04          1          0
1790.03/1790.01	c   objpscostdiving  :       0.16         23          0
1790.03/1790.01	c   pscostdiving     :       0.23         46          0
1790.03/1790.01	c   fracdiving       :       0.26         46          0
1790.03/1790.01	c   guideddiving     :       0.25         46          0
1790.03/1790.01	c   coefdiving       :       0.22         46          0
1790.03/1790.01	c   linesearchdiving :       0.20         46          0
1790.03/1790.01	c   veclendiving     :       0.21         46          0
1790.03/1790.01	c   rootsoldiving    :       0.28         24          0
1790.03/1790.01	c   crossover        :       0.53         17          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.50     345351          0
1790.03/1790.01	c   zirounding       :       0.20       1000          0
1790.03/1790.01	c   rounding         :       0.88       8272          0
1790.03/1790.01	c   shifting         :       0.83       2577          0
1790.03/1790.01	c   intshifting      :       0.02          0          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.02          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.12          0          0
1790.03/1790.01	c   trysol           :       0.17         35         15
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     935.89     537332    8870118      16.51    9477.76
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       1.18        701       6781       9.67    5727.81
1790.03/1790.01	c   strong branching :      31.32      12605     298517      23.68    9531.14
1790.03/1790.01	c     (at root node) :          -         11        458      41.64          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     650621
1790.03/1790.01	c   nodes (total)    :     650621
1790.03/1790.01	c   nodes left       :       2332
1790.03/1790.01	c   max depth        :        566
1790.03/1790.01	c   max depth (total):        566
1790.03/1790.01	c   backtracks       :     106730 (16.4%)
1790.03/1790.01	c   delayed cutoffs  :      32549
1790.03/1790.01	c   repropagations   :     912340 (2782866 domain reductions, 32022 cutoffs)
1790.03/1790.01	c   avg switch length:       4.50
1790.03/1790.01	c   switching time   :     212.74
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         33 (18 improvements)
1790.03/1790.01	c   First Solution   : +1.54000000000000e+02   (in run 1, after 570 nodes, 1.24 seconds, depth 566, found by <relaxation>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 41906 nodes, 93.28 seconds, depth 19, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        161
1790.13/1790.12	c Time complete: 1790.16.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705023-1278574752/watcher-2705023-1278574752 -o /tmp/evaluation-result-2705023-1278574752/solver-2705023-1278574752 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705023-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.71 1.95 1.68 2/177 21523
/proc/meminfo: memFree=30086892/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=12344 CPUtime=0
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 1945 0 0 0 0 0 0 0 21 0 1 0 25688491 12640256 1865 4089446400 4194304 10345943 140733420284592 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21523/statm: 3086 1865 429 1502 0 1579 0

[startup+0.0584141 s]
/proc/loadavg: 1.71 1.95 1.68 2/177 21523
/proc/meminfo: memFree=30086892/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=26412 CPUtime=0.05
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 5633 0 0 0 5 0 0 0 21 0 1 0 25688491 27045888 5198 4089446400 4194304 10345943 140733420284592 18446744073709551615 5017672 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 6603 5198 534 1502 0 5096 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26412

[startup+0.100409 s]
/proc/loadavg: 1.71 1.95 1.68 2/177 21523
/proc/meminfo: memFree=30086892/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=27440 CPUtime=0.09
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 5922 0 0 0 9 0 0 0 21 0 1 0 25688491 28098560 5487 4089446400 4194304 10345943 140733420284592 18446744073709551615 5093487 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 6860 5487 561 1502 0 5353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.300378 s]
/proc/loadavg: 1.71 1.95 1.68 2/177 21523
/proc/meminfo: memFree=30086892/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=51300 CPUtime=0.29
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 11525 0 0 0 27 2 0 0 18 0 1 0 25688491 52531200 11090 4089446400 4194304 10345943 140733420284592 18446744073709551615 6201701 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 12825 11090 762 1502 0 11318 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51300

[startup+0.700268 s]
/proc/loadavg: 1.71 1.95 1.68 2/177 21523
/proc/meminfo: memFree=30086892/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=50624 CPUtime=0.69
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 13680 0 0 0 66 3 0 0 18 0 1 0 25688491 51838976 11388 4089446400 4194304 10345943 140733420284592 18446744073709551615 9106562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 12656 11388 801 1502 0 11149 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50624

[startup+1.50116 s]
/proc/loadavg: 1.71 1.95 1.68 2/178 21524
/proc/meminfo: memFree=30043856/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=50624 CPUtime=1.49
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 13791 0 0 0 146 3 0 0 19 0 1 0 25688491 51838976 11499 4089446400 4194304 10345943 140733420284592 18446744073709551615 6119553 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 12656 11499 806 1502 0 11149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50624

[startup+3.10089 s]
/proc/loadavg: 1.71 1.95 1.68 2/178 21524
/proc/meminfo: memFree=30044600/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=52212 CPUtime=3.09
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 16201 0 0 0 304 5 0 0 24 0 1 0 25688491 53465088 11174 4089446400 4194304 10345943 140733420284592 18446744073709551615 9100041 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21523/statm: 13053 11174 806 1502 0 11546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52212

[startup+6.30031 s]
/proc/loadavg: 1.74 1.95 1.68 3/183 21534
/proc/meminfo: memFree=29915656/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=54756 CPUtime=6.28
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 29914 0 0 0 620 8 0 0 25 0 1 0 25688491 56070144 11719 4089446400 4194304 10345943 140733420284592 18446744073709551615 6361488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 13689 11719 807 1502 0 12182 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54756

[startup+12.7011 s]
/proc/loadavg: 1.76 1.95 1.68 3/183 21534
/proc/meminfo: memFree=29894000/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=64780 CPUtime=12.69
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 47928 0 0 0 1254 15 0 0 25 0 1 0 25688491 66334720 14633 4089446400 4194304 10345943 140733420284592 18446744073709551615 4469762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 16195 14633 807 1502 0 14688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64780

[startup+25.5009 s]
/proc/loadavg: 1.88 1.97 1.69 3/183 21534
/proc/meminfo: memFree=29889172/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=69492 CPUtime=25.49
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 51025 0 0 0 2527 22 0 0 25 0 1 0 25688491 71159808 16051 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 17373 16051 807 1502 0 15866 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69492

[startup+51.1003 s]
/proc/loadavg: 1.92 1.97 1.70 3/183 21535
/proc/meminfo: memFree=29886304/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=69492 CPUtime=51.09
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 51051 0 0 0 5075 34 0 0 25 0 1 0 25688491 71159808 16077 4089446400 4194304 10345943 140733420284592 18446744073709551615 6881376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 17373 16077 807 1502 0 15866 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69492

[startup+102.306 s]
/proc/loadavg: 1.96 1.97 1.71 3/183 21536
/proc/meminfo: memFree=29883860/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=67144 CPUtime=102.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 53468 0 0 0 10174 56 0 0 25 0 1 0 25688491 68755456 15681 4089446400 4194304 10345943 140733420284592 18446744073709551615 6756198 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 16786 15681 807 1502 0 15279 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67144

[startup+162.3 s]
/proc/loadavg: 1.98 1.97 1.73 3/183 21538
/proc/meminfo: memFree=29866956/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=67888 CPUtime=162.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 57069 0 0 0 16148 82 0 0 25 0 1 0 25688491 69517312 15875 4089446400 4194304 10345943 140733420284592 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 16972 15875 807 1502 0 15465 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67888

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/183 21540
/proc/meminfo: memFree=29843852/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=68408 CPUtime=222.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 60364 0 0 0 22124 106 0 0 25 0 1 0 25688491 70049792 15902 4089446400 4194304 10345943 140733420284592 18446744073709551615 6361533 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 17102 15902 807 1502 0 15595 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 68408

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/183 21541
/proc/meminfo: memFree=29815664/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=73980 CPUtime=282.29
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 74598 0 0 0 28092 137 0 0 25 0 1 0 25688491 75755520 16565 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 18495 16565 807 1502 0 16988 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 73980

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.77 3/183 21543
/proc/meminfo: memFree=29777424/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=75360 CPUtime=342.29
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 83710 0 0 0 34066 163 0 0 25 0 1 0 25688491 77168640 17323 4089446400 4194304 10345943 140733420284592 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 18840 17323 807 1502 0 17333 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 75360

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/183 21544
/proc/meminfo: memFree=29731148/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=80596 CPUtime=402.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 90312 0 0 0 40043 187 0 0 25 0 1 0 25688491 82530304 18252 4089446400 4194304 10345943 140733420284592 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 20149 18252 807 1502 0 18642 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 80596

[startup+462.301 s]
/proc/loadavg: 2.06 1.99 1.79 3/183 21546
/proc/meminfo: memFree=29689064/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=78780 CPUtime=462.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 95722 0 0 0 46018 212 0 0 25 0 1 0 25688491 80670720 18148 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 19695 18148 807 1502 0 18188 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 78780

[startup+522.3 s]
/proc/loadavg: 2.02 1.99 1.81 3/183 21548
/proc/meminfo: memFree=29655180/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=80172 CPUtime=522.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 104877 0 0 0 51993 237 0 0 25 0 1 0 25688491 82096128 18418 4089446400 4194304 10345943 140733420284592 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 20043 18418 807 1502 0 18536 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80172

[startup+582.301 s]
/proc/loadavg: 2.08 2.00 1.82 3/183 21549
/proc/meminfo: memFree=29620924/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=80696 CPUtime=582.3
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 121888 0 0 0 57966 264 0 0 25 0 1 0 25688491 82632704 18557 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 20174 18557 807 1502 0 18667 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 80696

[startup+642.301 s]
/proc/loadavg: 2.06 2.01 1.83 3/183 21551
/proc/meminfo: memFree=29589000/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=80684 CPUtime=642.31
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 139626 0 0 0 63941 290 0 0 25 0 1 0 25688491 82620416 18606 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 20171 18606 807 1502 0 18664 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 80684

[startup+702.3 s]

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

/proc/meminfo: memFree=29409948/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=90256 CPUtime=1002.32
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 185572 0 0 0 99798 434 0 0 25 0 1 0 25688491 92422144 20879 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 22564 20879 807 1502 0 21057 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 90256

[startup+1062.3 s]
/proc/loadavg: 2.05 2.05 1.91 3/183 21562
/proc/meminfo: memFree=29380636/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=92412 CPUtime=1062.31
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 192853 0 0 0 105777 454 0 0 25 0 1 0 25688491 94629888 21250 4089446400 4194304 10345943 140733420284592 18446744073709551615 6847557 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 23103 21250 807 1502 0 21596 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 92412

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 1.91 3/183 21564
/proc/meminfo: memFree=29351208/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=94664 CPUtime=1122.32
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 200073 0 0 0 111755 477 0 0 25 0 1 0 25688491 96935936 21732 4089446400 4194304 10345943 140733420284592 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 23666 21732 807 1502 0 22159 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 94664

[startup+1182.3 s]
/proc/loadavg: 2.09 2.06 1.92 3/183 21565
/proc/meminfo: memFree=29321424/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=96932 CPUtime=1182.32
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 210431 0 0 0 117733 499 0 0 25 0 1 0 25688491 99258368 22191 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 24233 22191 807 1502 0 22726 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 96932

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 1.92 3/183 21567
/proc/meminfo: memFree=29292120/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=99420 CPUtime=1242.32
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 214595 0 0 0 123714 518 0 0 25 0 1 0 25688491 101806080 22764 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 24855 22764 807 1502 0 23348 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 99420

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 1.92 3/183 21568
/proc/meminfo: memFree=29263460/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=99420 CPUtime=1302.33
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 217917 0 0 0 129696 537 0 0 25 0 1 0 25688491 101806080 22782 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 24855 22782 807 1502 0 23348 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 99420

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.92 3/183 21579
/proc/meminfo: memFree=29235204/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=99060 CPUtime=1362.33
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 221597 0 0 0 135672 561 0 0 25 0 1 0 25688491 101437440 23040 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 24765 23040 807 1502 0 23258 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 99060

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 1.93 3/183 21581
/proc/meminfo: memFree=29202916/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=101588 CPUtime=1422.33
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 228786 0 0 0 141649 584 0 0 25 0 1 0 25688491 104026112 23627 4089446400 4194304 10345943 140733420284592 18446744073709551615 5085579 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 25397 23627 807 1502 0 23890 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 101588

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.93 3/183 21582
/proc/meminfo: memFree=29170644/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=106196 CPUtime=1482.33
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 231850 0 0 0 147631 602 0 0 25 0 1 0 25688491 108744704 24833 4089446400 4194304 10345943 140733420284592 18446744073709551615 4217170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 26549 24833 807 1502 0 25042 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 106196

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/183 21584
/proc/meminfo: memFree=29140724/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=110148 CPUtime=1542.33
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 235683 0 0 0 153613 620 0 0 25 0 1 0 25688491 112791552 25246 4089446400 4194304 10345943 140733420284592 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 27537 25246 807 1502 0 26030 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 110148

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/183 21585
/proc/meminfo: memFree=29109572/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=110420 CPUtime=1602.34
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 236084 0 0 0 159598 636 0 0 25 0 1 0 25688491 113070080 25521 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 27605 25521 807 1502 0 26098 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 110420

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/183 21587
/proc/meminfo: memFree=29081280/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=109116 CPUtime=1662.34
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 238882 0 0 0 165581 653 0 0 25 0 1 0 25688491 111734784 25499 4089446400 4194304 10345943 140733420284592 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 27279 25499 807 1502 0 25772 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 109116

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/183 21589
/proc/meminfo: memFree=29051720/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=115328 CPUtime=1722.34
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 244216 0 0 0 171561 673 0 0 25 0 1 0 25688491 118095872 26507 4089446400 4194304 10345943 140733420284592 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28832 26507 807 1502 0 27325 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 115328

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 1.94 3/183 21590
/proc/meminfo: memFree=29023432/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=114040 CPUtime=1782.34
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246069 0 0 0 177543 691 0 0 25 0 1 0 25688491 116776960 26608 4089446400 4194304 10345943 140733420284592 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28510 26608 807 1502 0 27003 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 114040

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.04 1.94 3/183 21590
/proc/meminfo: memFree=29021320/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=114916 CPUtime=1785.54
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246295 0 0 0 177862 692 0 0 25 0 1 0 25688491 117673984 26604 4089446400 4194304 10345943 140733420284592 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28729 26604 807 1502 0 27222 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 114916

[startup+1788.7 s]
/proc/loadavg: 2.05 2.04 1.94 3/183 21590
/proc/meminfo: memFree=29020324/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=114020 CPUtime=1788.74
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246519 0 0 0 178181 693 0 0 25 0 1 0 25688491 116756480 26612 4089446400 4194304 10345943 140733420284592 18446744073709551615 6520272 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28505 26612 807 1502 0 26998 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 114020

[startup+1789.5 s]
/proc/loadavg: 2.05 2.04 1.94 3/183 21590
/proc/meminfo: memFree=29020324/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=113756 CPUtime=1789.54
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246551 0 0 0 178261 693 0 0 25 0 1 0 25688491 116486144 26593 4089446400 4194304 10345943 140733420284592 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28439 26593 807 1502 0 26932 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 113756

[startup+1789.9 s]
/proc/loadavg: 2.05 2.03 1.94 3/183 21590
/proc/meminfo: memFree=29019332/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=114020 CPUtime=1789.93
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246609 0 0 0 178300 693 0 0 25 0 1 0 25688491 116756480 26605 4089446400 4194304 10345943 140733420284592 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21523/statm: 28505 26605 807 1502 0 26998 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 114020

[startup+1790.1 s]
/proc/loadavg: 2.05 2.03 1.94 3/183 21590
/proc/meminfo: memFree=29019332/32951124 swapFree=67111528/67111528
[pid=21523] ppid=21521 vsize=115312 CPUtime=1790.13
/proc/21523/stat : 21523 (pbscip.linux.x8) R 21521 21523 21226 0 -1 4202496 246985 0 0 0 178320 693 0 0 25 0 1 0 25688491 118079488 26981 4089446400 4194304 10345943 140733420284592 18446744073709551615 4423594 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21523/statm: 28828 26981 808 1502 0 27321 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 115312

Child status: 0
Real time (s): 1790.12
CPU time (s): 1790.17
CPU user time (s): 1783.22
CPU system time (s): 6.94294
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 116172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.22
system time used= 6.94294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246988
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= 6
involuntary context switches= 22541

runsolver used 3.24451 second user time and 6.52401 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 09:39:12
IDJOB=2705023
IDBENCH=78999
IDSOLVER=1214
FILE ID=node132/2705023-1278574752
PBS_JOBID= 11240191
Free space on /tmp= 73580 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.1900567985--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-2705023-1278574752/watcher-2705023-1278574752 -o /tmp/evaluation-result-2705023-1278574752/solver-2705023-1278574752 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705023-1278574752.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d52b3728da19986b004dc30001a23e20
RANDOM SEED=1888268753

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      30087420 kB
Buffers:        147400 kB
Cached:        2494864 kB
SwapCached:          0 kB
Active:         942444 kB
Inactive:      1762220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30087420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13004 kB
Writeback:           0 kB
AnonPages:       62316 kB
Mapped:          14440 kB
Slab:            95352 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186996 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= 73556 MiB
End job on node132 at 2010-07-08 10:09:02