Trace number 2692821

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.16 1800.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576151--soft-66-100-0.wbo
MD5SUMe60bec5d313c91289af640357d00991f
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 benchmark302.619
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 697
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692821-1277905394.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 0 impl, 904 cont) and 3612 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.04/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.04/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.04/0.09	c (round 3) 43 del vars, 285 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.09/0.10	c (round 4) 115 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.11	c (round 5) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.15	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  144 deleted vars, 314 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.15	c  1114 implications, 18 cliques
0.09/0.15	c presolved problem has 1895 variables (1063 bin, 0 int, 0 impl, 832 cont) and 3298 constraints
0.09/0.15	c     832 constraints of type <indicator>
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      18 constraints of type <setppc>
0.09/0.15	c     832 constraints of type <linear>
0.09/0.15	c    1615 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    69 |     - |8646k|   0 |  35 |1895 |3298 |1895 |1634 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.20	o 40432
0.19/0.20	c y 0.1s|     1 |     0 |   296 |     - |8678k|   0 |  35 |1895 |3298 |1895 |1634 |   0 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   334 |     - |8888k|   0 |  56 |1895 |3298 |1895 |1648 |  14 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   387 |     - |9061k|   0 |  46 |1895 |3298 |1895 |1654 |  20 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.40/0.49	c   0.4s|     1 |     0 |   399 |     - |9065k|   0 |  55 |1895 |3298 |1895 |1658 |  24 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.59/0.61	c   0.5s|     1 |     0 |   402 |     - |9068k|   0 |  57 |1895 |3298 |1895 |1660 |  26 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   404 |     - |9070k|   0 |  59 |1895 |3298 |1895 |1661 |  27 |   0 |   0 | 0.000000e+00 | 4.043200e+04 |    Inf 
1.29/1.33	c   1.2s|     1 |     2 |   404 |     - |9075k|   0 |  59 |1895 |3298 |1895 |1661 |  27 |   0 |  33 | 0.000000e+00 | 4.043200e+04 |    Inf 
3.60/3.66	o 704
3.60/3.66	c * 3.5s|    47 |    44 |   833 |   9.3 |9423k|  27 |   - |1895 |3300 |1895 |1656 |  42 |   2 | 316 | 0.000000e+00 | 7.040000e+02 |    Inf 
3.60/3.67	o 587
3.60/3.67	c * 3.5s|    52 |    33 |   834 |   8.4 |9469k|  27 |   - |1895 |3300 |1895 |1656 |  42 |   2 | 316 | 0.000000e+00 | 5.870000e+02 |    Inf 
3.60/3.68	o 494
3.60/3.68	c * 3.5s|    56 |    30 |   862 |   8.3 |9546k|  27 |   - |1895 |3300 |1895 |1656 |  42 |   2 | 319 | 0.000000e+00 | 4.940000e+02 |    Inf 
3.69/3.72	o 477
3.69/3.72	c * 3.5s|    66 |    36 |   914 |   7.8 |9993k|  27 |   - |1895 |3302 |1895 |1668 |  54 |   4 | 327 | 0.000000e+00 | 4.770000e+02 |    Inf 
3.69/3.73	o 433
3.69/3.73	c * 3.5s|    70 |    35 |   914 |   7.4 |  10M|  27 |   - |1895 |3307 |1895 |1668 |  54 |   9 | 327 | 0.000000e+00 | 4.330000e+02 |    Inf 
6.19/6.29	o 386
6.19/6.29	c * 6.0s|   271 |   154 |  2439 |   7.5 |  11M|  33 |   - |1895 |3414 |1895 |1660 | 135 | 116 | 874 | 0.000000e+00 | 3.860000e+02 |    Inf 
6.29/6.38	o 313
6.29/6.38	c * 6.1s|   311 |   125 |  2505 |   6.8 |  11M|  36 |   - |1895 |3442 |1895 |1663 | 142 | 144 | 890 | 0.000000e+00 | 3.130000e+02 |    Inf 
7.19/7.27	o 285
7.19/7.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.27	c * 6.9s|   451 |   141 |  3268 |   6.4 |  11M|  38 |   - |1895 |3573 |1895 |1658 | 180 | 275 |1120 | 0.000000e+00 | 2.850000e+02 |    Inf 
7.29/7.32	o 258
7.29/7.32	c * 7.0s|   463 |   131 |  3369 |   6.4 |  11M|  38 |   - |1895 |3581 |1895 |1656 | 180 | 283 |1127 | 0.000000e+00 | 2.580000e+02 |    Inf 
7.29/7.36	o 255
7.29/7.36	c * 7.0s|   469 |   130 |  3427 |   6.5 |  12M|  38 |   - |1895 |3589 |1895 |1656 | 180 | 291 |1132 | 0.000000e+00 | 2.550000e+02 |    Inf 
7.60/7.68	o 207
7.60/7.68	c * 7.3s|   485 |   102 |  3780 |   7.0 |  12M|  38 |   - |1895 |3595 |1895 |1656 | 180 | 297 |1205 | 0.000000e+00 | 2.070000e+02 |    Inf 
7.60/7.69	o 150
7.60/7.69	c * 7.3s|   487 |    86 |  3822 |   7.0 |  12M|  38 |   - |1895 |3595 |1895 |1656 | 180 | 297 |1205 | 0.000000e+00 | 1.500000e+02 |    Inf 
7.69/7.71	o 142
7.69/7.71	c * 7.4s|   492 |    87 |  3868 |   7.1 |  12M|  38 |   - |1895 |3598 |1895 |1657 | 181 | 300 |1205 | 0.000000e+00 | 1.420000e+02 |    Inf 
7.69/7.71	o 141
7.69/7.71	c * 7.4s|   493 |    86 |  3869 |   7.0 |  12M|  38 |   - |1895 |3598 |1895 |1657 | 181 | 300 |1205 | 0.000000e+00 | 1.410000e+02 |    Inf 
9.89/9.96	o 132
9.89/9.96	c * 9.5s|   827 |   148 |  6684 |   7.6 |  13M|  38 |   - |1895 |3934 |1895 |1661 | 232 | 662 |1690 | 0.000000e+00 | 1.320000e+02 |    Inf 
11.19/11.30	o 128
11.19/11.30	c *10.8s|  1175 |   191 |  9669 |   7.9 |  13M|  38 |   - |1895 |4230 |1895 |1656 | 279 |1031 |1883 | 0.000000e+00 | 1.280000e+02 |    Inf 
14.30/14.32	o 120
14.30/14.32	c *13.6s|  2609 |   333 | 18184 |   6.8 |  15M|  45 |   - |1895 |5044 |1895 |1656 | 398 |2627 |2047 | 0.000000e+00 | 1.200000e+02 |    Inf 
14.69/14.74	o 88
14.69/14.74	c *14.1s|  2836 |   342 | 19603 |   6.8 |  15M|  45 |   - |1895 |5146 |1895 |1657 | 445 |2873 |2052 | 0.000000e+00 | 8.800000e+01 |    Inf 
19.40/19.45	o 87
19.40/19.45	c *18.5s|  5113 |   529 | 37411 |   7.2 |  17M|  45 |   - |1895 |5525 |1895 |1661 | 706 |5261 |2079 | 0.000000e+00 | 8.700000e+01 |    Inf 
28.79/28.83	c  27.4s| 10000 |   894 | 71082 |   7.1 |  22M|  45 |   - |1895 |7046 |   0 |   0 |1364 |  10k|2087 | 0.000000e+00 | 8.700000e+01 |    Inf 
32.19/32.22	o 65
32.19/32.22	c *30.6s| 11996 |   940 | 82778 |   6.9 |  21M|  45 |   - |1895 |8760 |1895 |1656 |1630 |  13k|2087 | 0.000000e+00 | 6.500000e+01 |    Inf 
38.70/38.75	o 64
38.70/38.75	c *36.8s| 15155 |  1008 |108604 |   7.1 |  22M|  45 |   - |1895 |  10k|1895 |1659 |2160 |  17k|2087 | 0.000000e+00 | 6.400000e+01 |    Inf 
41.49/41.55	o 38
41.49/41.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.49/41.55	c *39.4s| 16490 |   947 |118866 |   7.2 |  21M|  45 |   - |1895 |8773 |1895 |1661 |2480 |  18k|2087 | 0.000000e+00 | 3.800000e+01 |    Inf 
48.40/48.45	c  46.0s| 20000 |   989 |146915 |   7.3 |  22M|  45 |   - |1895 |8257 |1895 |1656 |3064 |  23k|2087 | 0.000000e+00 | 3.800000e+01 |    Inf 
52.80/52.84	o 28
52.80/52.84	c *50.1s| 22275 |   947 |164589 |   7.4 |  22M|  45 |   - |1895 |9288 |1895 |1656 |3317 |  26k|2087 | 0.000000e+00 | 2.800000e+01 |    Inf 
68.49/68.55	c  65.0s| 30000 |  1052 |230585 |   7.7 |  23M|  46 |   - |1895 |  10k|   0 |   0 |4181 |  36k|2130 | 0.000000e+00 | 2.800000e+01 |    Inf 
90.59/90.61	c  86.0s| 40000 |  1026 |315425 |   7.9 |  24M|  54 |   - |1895 |8676 |   0 |   0 |4907 |  50k|2478 | 0.000000e+00 | 2.800000e+01 |    Inf 
111.79/111.88	c   106s| 50000 |  1045 |394026 |   7.9 |  26M|  54 |   - |1895 |  11k|   0 |   0 |5696 |  63k|2867 | 0.000000e+00 | 2.800000e+01 |    Inf 
133.39/133.46	c   127s| 60000 |  1150 |474107 |   7.9 |  28M|  54 |  33 |1895 |  12k|1895 |1656 |6432 |  76k|3170 | 0.000000e+00 | 2.800000e+01 |    Inf 
156.29/156.34	c   148s| 70000 |  1313 |560932 |   8.0 |  30M|  55 |   - |1895 |  14k|   0 |   0 |7219 |  89k|3467 | 0.000000e+00 | 2.800000e+01 |    Inf 
178.10/178.14	c   169s| 80000 |  1617 |637029 |   8.0 |  33M|  55 |   - |1895 |  17k|   0 |   0 |7663 | 101k|3731 | 0.000000e+00 | 2.800000e+01 |    Inf 
198.90/198.96	c   189s| 90000 |  1782 |705948 |   7.8 |  35M|  66 |   - |1895 |  16k|   0 |   0 |8395 | 115k|3923 | 0.000000e+00 | 2.800000e+01 |    Inf 
219.80/219.87	c   209s|100000 |  1852 |774737 |   7.7 |  37M|  66 |  24 |1895 |  19k|1895 |1656 |9068 | 129k|4146 | 0.000000e+00 | 2.800000e+01 |    Inf 
240.70/240.79	c   229s|110000 |  1936 |843656 |   7.7 |  38M|  66 |   - |1895 |  17k|1895 |1656 |9765 | 142k|4283 | 0.000000e+00 | 2.800000e+01 |    Inf 
255.50/255.54	o 13
255.50/255.54	c * 243s|116994 |  1493 |891044 |   7.6 |  32M|  66 |   - |1895 |  17k|1895 |1660 |  10k| 152k|4468 | 0.000000e+00 | 1.300000e+01 |    Inf 
261.60/261.67	c   249s|120000 |  1471 |913015 |   7.6 |  31M|  66 |   9 |1895 |  13k|1895 |1656 |  10k| 156k|4513 | 0.000000e+00 | 1.300000e+01 |    Inf 
282.30/282.31	c   268s|130000 |  1403 |989917 |   7.6 |  31M|  69 |  15 |1895 |  14k|1895 |1656 |  11k| 170k|4747 | 0.000000e+00 | 1.300000e+01 |    Inf 
301.80/301.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
301.80/301.86	c   287s|140000 |  1453 |  1060k|   7.6 |  33M|  69 |   - |1895 |  18k|   0 |   0 |  11k| 183k|4888 | 0.000000e+00 | 1.300000e+01 |    Inf 
322.01/322.04	c   306s|150000 |  1387 |  1132k|   7.5 |  32M|  69 |   - |1895 |  14k|   0 |   0 |  12k| 197k|5043 | 0.000000e+00 | 1.300000e+01 |    Inf 
342.01/342.07	c   325s|160000 |  1361 |  1204k|   7.5 |  34M|  69 |   - |1895 |  19k|   0 |   0 |  12k| 211k|5218 | 0.000000e+00 | 1.300000e+01 |    Inf 
351.00/351.06	o 3
351.00/351.06	c * 333s|164222 |   844 |  1236k|   7.5 |  29M|  69 |   - |1895 |  20k|1895 |1656 |  13k| 217k|5325 | 0.000000e+00 | 3.000000e+00 |    Inf 
362.30/362.32	c   344s|170000 |   827 |  1276k|   7.5 |  27M|  69 |  20 |1895 |  15k|1895 |1656 |  13k| 225k|5413 | 0.000000e+00 | 3.000000e+00 |    Inf 
381.61/381.62	c   362s|180000 |   761 |  1349k|   7.5 |  26M|  69 |   - |1895 |  15k|1895 |1656 |  13k| 239k|5583 | 0.000000e+00 | 3.000000e+00 |    Inf 
400.50/400.51	c   380s|190000 |   709 |  1419k|   7.5 |  26M|  69 |  16 |1895 |  16k|1895 |1656 |  14k| 252k|5738 | 0.000000e+00 | 3.000000e+00 |    Inf 
420.11/420.14	c   399s|200000 |   727 |  1490k|   7.5 |  29M|  69 |  12 |1895 |  23k|1895 |1656 |  15k| 265k|5892 | 0.000000e+00 | 3.000000e+00 |    Inf 
441.20/441.23	c   419s|210000 |   721 |  1562k|   7.4 |  30M|  69 |  26 |1895 |  24k|1895 |1656 |  16k| 279k|6029 | 0.000000e+00 | 3.000000e+00 |    Inf 
462.50/462.57	c   439s|220000 |   627 |  1635k|   7.4 |  28M|  69 |   - |1895 |  21k|   0 |   0 |  16k| 293k|6189 | 0.000000e+00 | 3.000000e+00 |    Inf 
484.61/484.65	c   460s|230000 |   631 |  1716k|   7.5 |  30M|  69 |   - |1895 |  26k|1895 |1656 |  17k| 306k|6300 | 0.000000e+00 | 3.000000e+00 |    Inf 
506.51/506.55	c   481s|240000 |   500 |  1796k|   7.5 |  26M|  69 |  28 |1895 |  17k|1895 |1656 |  17k| 320k|6498 | 0.000000e+00 | 3.000000e+00 |    Inf 
528.90/528.94	c   503s|250000 |   452 |  1878k|   7.5 |  26M|  69 |   - |1895 |  15k|   0 |   0 |  18k| 332k|6633 | 0.000000e+00 | 3.000000e+00 |    Inf 
549.92/549.99	c   523s|260000 |   440 |  1953k|   7.5 |  27M|  69 |   - |1895 |  18k|   0 |   0 |  18k| 345k|6752 | 0.000000e+00 | 3.000000e+00 |    Inf 
570.11/570.19	c   542s|270000 |   382 |  2026k|   7.5 |  27M|  69 |   - |1895 |  21k|   0 |   0 |  18k| 358k|6873 | 0.000000e+00 | 3.000000e+00 |    Inf 
590.31/590.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.31/590.33	c   561s|280000 |   391 |  2094k|   7.5 |  29M|  69 |  21 |1895 |  25k|1895 |1656 |  19k| 372k|6976 | 0.000000e+00 | 3.000000e+00 |    Inf 
610.91/610.92	c   581s|290000 |   419 |  2164k|   7.5 |  31M|  69 |   - |1895 |  31k|   0 |   0 |  20k| 385k|7065 | 0.000000e+00 | 3.000000e+00 |    Inf 
634.81/634.85	c   603s|300000 |   396 |  2243k|   7.5 |  32M|  69 |  29 |1895 |  32k|1895 |1656 |  21k| 398k|7196 | 0.000000e+00 | 3.000000e+00 |    Inf 
655.91/655.98	o 1
655.91/655.98	c * 624s|309094 |   415 |  2306k|   7.5 |  34M|  69 |   - |1895 |  40k|1895 |1656 |  22k| 411k|7282 | 0.000000e+00 | 1.000000e+00 |    Inf 
658.32/658.33	c   626s|310000 |   413 |  2314k|   7.5 |  34M|  69 |  17 |1895 |  40k|1895 |1656 |  22k| 412k|7292 | 0.000000e+00 | 1.000000e+00 |    Inf 
685.41/685.48	c   652s|320000 |   387 |  2394k|   7.5 |  35M|  69 |   - |1895 |  42k|1895 |1656 |  22k| 427k|7416 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.62/711.63	c   677s|330000 |   384 |  2466k|   7.5 |  35M|  69 |   - |1895 |  42k|1895 |1656 |  23k| 440k|7536 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.42/740.42	c   705s|340000 |   370 |  2544k|   7.5 |  35M|  69 |  21 |1895 |  41k|1895 |1656 |  24k| 453k|7661 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.81/765.85	c   729s|350000 |   407 |  2610k|   7.5 |  38M|  69 |   - |1895 |  48k|   0 |   0 |  24k| 467k|7783 | 0.000000e+00 | 1.000000e+00 |    Inf 
791.61/791.61	c   754s|360000 |   509 |  2671k|   7.4 |  41M|  69 |  24 |1895 |  55k|1895 |1656 |  25k| 480k|7890 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.52/821.54	c   783s|370000 |   449 |  2741k|   7.4 |  42M|  69 |   - |1895 |  56k|   0 |   0 |  26k| 494k|7972 | 0.000000e+00 | 1.000000e+00 |    Inf 
850.62/850.66	c   811s|380000 |   501 |  2807k|   7.4 |  45M|  69 |   - |1895 |  63k|   0 |   0 |  27k| 509k|8059 | 0.000000e+00 | 1.000000e+00 |    Inf 
881.42/881.49	c   841s|390000 |   507 |  2873k|   7.4 |  48M|  69 |  15 |1895 |  70k|1895 |1656 |  27k| 523k|8169 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.32/914.31	c   873s|400000 |   528 |  2935k|   7.3 |  49M|  69 |  13 |1895 |  72k|1895 |1656 |  28k| 537k|8285 | 0.000000e+00 | 1.000000e+00 |    Inf 
950.33/950.40	c   908s|410000 |   533 |  3004k|   7.3 |  49M|  69 |   - |1895 |  73k|1895 |1656 |  29k| 551k|8347 | 0.000000e+00 | 1.000000e+00 |    Inf 
987.02/987.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.02/987.09	c   944s|420000 |   548 |  3072k|   7.3 |  51M|  69 |  23 |1895 |  76k|1895 |1656 |  29k| 565k|8445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.52/1021.60	c   977s|430000 |   592 |  3144k|   7.3 |  54M|  69 |   - |1895 |  83k|1895 |1662 |  30k| 579k|8558 | 0.000000e+00 | 1.000000e+00 |    Inf 
1058.92/1058.95	c  1014s|440000 |   599 |  3217k|   7.3 |  55M|  69 |  30 |1895 |  84k|1895 |1656 |  30k| 594k|8695 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.92/1097.99	c  1052s|450000 |   653 |  3277k|   7.3 |  57M|  69 |   - |1895 |  88k|   0 |   0 |  31k| 608k|8729 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.43/1136.42	c  1089s|460000 |   723 |  3336k|   7.3 |  60M|  69 |  17 |1895 |  95k|1895 |1656 |  32k| 622k|8839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.42/1180.40	c  1132s|470000 |   775 |  3404k|   7.2 |  63M|  69 |   - |1895 |  99k|1895 |1656 |  33k| 636k|8957 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.43/1224.46	c  1175s|480000 |   846 |  3478k|   7.2 |  64M|  69 |   - |1895 | 100k|   0 |   0 |  33k| 651k|9012 | 0.000000e+00 | 1.000000e+00 |    Inf 
1269.43/1269.47	c  1219s|490000 |   881 |  3547k|   7.2 |  66M|  69 |   - |1895 | 103k|   0 |   0 |  34k| 665k|9099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.13/1315.11	c  1264s|500000 |   876 |  3617k|   7.2 |  67M|  69 |   - |1895 | 106k|1895 |1656 |  34k| 680k|9221 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.93/1360.94	c  1309s|510000 |   959 |  3687k|   7.2 |  70M|  69 |  21 |1895 | 112k|1895 |1656 |  35k| 694k|9301 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.53/1406.51	c  1353s|520000 |   963 |  3751k|   7.2 |  72M|  69 |   - |1895 | 115k|   0 |   0 |  35k| 709k|9349 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.34/1458.32	c  1404s|530000 |   958 |  3820k|   7.2 |  73M|  69 |   7 |1895 | 115k|1895 |1656 |  36k| 724k|9457 | 0.000000e+00 | 1.000000e+00 |    Inf 
1512.64/1512.69	c  1457s|540000 |   461 |  3893k|   7.2 |  52M|  69 |  12 |1895 |  73k|1895 |1656 |  37k| 738k|9570 | 0.000000e+00 | 1.000000e+00 |    Inf 
1553.94/1553.95	c  1497s|550000 |   341 |  3973k|   7.2 |  42M|  69 |   - |1895 |  44k|   0 |   0 |  38k| 752k|9779 | 0.000000e+00 | 1.000000e+00 |    Inf 
1580.44/1580.46	c  1523s|560000 |   306 |  4052k|   7.2 |  39M|  69 |   - |1895 |  36k|1895 |1656 |  39k| 765k|9846 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.15/1608.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1608.15/1608.16	c  1550s|570000 |   305 |  4141k|   7.3 |  40M|  69 |   - |1895 |  39k|   0 |   0 |  40k| 779k|9933 | 0.000000e+00 | 1.000000e+00 |    Inf 
1636.45/1636.48	c  1577s|580000 |   336 |  4223k|   7.3 |  42M|  69 |   - |1895 |  45k|   0 |   0 |  41k| 792k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1666.94/1666.92	c  1606s|590000 |   354 |  4302k|   7.3 |  44M|  69 |   - |1895 |  49k|   0 |   0 |  42k| 806k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1695.85/1695.88	c  1634s|600000 |   453 |  4376k|   7.3 |  46M|  69 |  32 |1895 |  54k|1895 |1656 |  42k| 820k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1724.05/1724.05	c  1662s|610000 |   527 |  4447k|   7.3 |  48M|  69 |   - |1895 |  57k|   0 |   0 |  43k| 833k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1753.55/1753.59	c  1690s|620000 |   584 |  4522k|   7.3 |  51M|  69 |  23 |1895 |  62k|1895 |1656 |  44k| 847k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1785.95/1785.95	c  1722s|630000 |   513 |  4598k|   7.3 |  49M|  69 |  24 |1895 |  60k|1895 |1656 |  44k| 861k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1735.21
1800.05/1800.00	c Solving Nodes      : 634499
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (239 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 x214 -x213 -x212 -x211 x210 
1800.05/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.01	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.01	v -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.01	v -x125 -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.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 
1800.05/1800.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 
1800.05/1800.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 
1800.05/1800.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 
1800.05/1800.01	v -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1735.21
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2692821-1277905394.wbo
1800.05/1800.01	c   Variables        : 2039 (1135 binary, 0 integer, 0 implicit integer, 904 continuous)
1800.05/1800.01	c   Constraints      : 3612 initial, 3612 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2692821-1277905394.wbo
1800.05/1800.01	c   Variables        : 1895 (1063 binary, 0 integer, 0 implicit integer, 832 continuous)
1800.05/1800.01	c   Constraints      : 3298 initial, 116801 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.06          0          0          0        933          0        242        170          0
1800.05/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -        832          -          -       1664          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     358246          0        133       2399          0          0     694262
1800.05/1800.01	c   indicator        :        832          0    1388689       4723          0        279     988786          0          0          0
1800.05/1800.01	c   knapsack         :          1          6    2828284       9159          0      59767    6675297          0          0          0
1800.05/1800.01	c   setppc           :         18          6    2772601       9082          0      51389    2530648          0          0          0
1800.05/1800.01	c   linear           :        832          6    2722506       9203          0      48022    3174035      44913          0          0
1800.05/1800.01	c   logicor          :       1615+         6    1444103        632          0     102160    5739616          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0        632          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :      36.90       0.00       0.00      36.90       0.00
1800.05/1800.01	c   indicator        :       2.57       0.00       2.49       0.08       0.00
1800.05/1800.01	c   knapsack         :      32.73       0.00      32.73       0.00       0.00
1800.05/1800.01	c   setppc           :      16.21       0.00      16.21       0.00       0.00
1800.05/1800.01	c   linear           :      34.91       0.00      34.72       0.19       0.00
1800.05/1800.01	c   logicor          :     400.65       0.00     400.63       0.02       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.00          2          0          0
1800.05/1800.01	c   rootredcost      :       0.00         27          0        832
1800.05/1800.01	c   pseudoobj        :      45.33    2836409       2478     839379
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :      10.27     263816     263085    1723796       28.3       8473       23.6          -
1800.05/1800.01	c   infeasible LP    :      15.04      79927      79926     675810       42.6        374       21.1          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00         33         33        218       16.5          6        7.8          -
1800.05/1800.01	c   applied globally :          -          -          -     867478       26.2          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -         24          -    (maximal pool size: 172)
1800.05/1800.01	c   redcost          :       8.88     359593          0     134956          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.29          6          0          0        570          0
1800.05/1800.01	c   strongcg         :       0.23          6          0          0        651          0
1800.05/1800.01	c   cmir             :       0.03          6          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.05          6          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      36.85     349006        133       2399          0          0     694262
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.01        606          0          0          0          0       1212
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -         26
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.03          1          0
1800.05/1800.01	c   oneopt           :       0.15         26          0
1800.05/1800.01	c   intshifting      :       0.00         14          0
1800.05/1800.01	c   crossover        :       0.36         17          0
1800.05/1800.01	c   pscostdiving     :       0.18         75          0
1800.05/1800.01	c   linesearchdiving :       0.23         75          0
1800.05/1800.01	c   guideddiving     :       0.25         75          0
1800.05/1800.01	c   rootsoldiving    :       1.03         38          0
1800.05/1800.01	c   coefdiving       :       0.28         76          0
1800.05/1800.01	c   veclendiving     :       0.18         76          0
1800.05/1800.01	c   fracdiving       :       0.36         76          0
1800.05/1800.01	c   objpscostdiving  :       0.38         39          0
1800.05/1800.01	c   trivial          :       0.00          2          0
1800.05/1800.01	c   simplerounding   :       0.28     349280          0
1800.05/1800.01	c   zirounding       :       0.16       1000          0
1800.05/1800.01	c   rounding         :       0.85       8287          0
1800.05/1800.01	c   shifting         :       0.92       2613          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.05          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.00          0          0
1800.05/1800.01	c   trysol           :       0.32       1614        213
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :     642.71     436346    4620617      10.59    7189.27
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       1.97       1524      11577       7.60    5876.65
1800.05/1800.01	c   strong branching :      33.10      10434     221561      21.23    6693.69
1800.05/1800.01	c     (at root node) :          -         33       2759      83.61          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     634499
1800.05/1800.01	c   nodes (total)    :     634499
1800.05/1800.01	c   nodes left       :        556
1800.05/1800.01	c   max depth        :         69
1800.05/1800.01	c   max depth (total):         69
1800.05/1800.01	c   backtracks       :      95365 (15.0%)
1800.05/1800.01	c   delayed cutoffs  :      59070
1800.05/1800.01	c   repropagations   :    1043022 (4230617 domain reductions, 56472 cutoffs)
1800.05/1800.01	c   avg switch length:       4.69
1800.05/1800.01	c   switching time   :     282.58
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        239 (27 improvements)
1800.05/1800.01	c   First Solution   : +4.04320000000000e+04   (in run 1, after 1 nodes, 0.15 seconds, depth 0, found by <trysol>)
1800.05/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 309094 nodes, 623.60 seconds, depth 36, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :        404
1800.05/1800.10	c Time complete: 1800.15.

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-2692821-1277905394/watcher-2692821-1277905394 -o /tmp/evaluation-result-2692821-1277905394/solver-2692821-1277905394 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692821-1277905394.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.96 2.88 2.55 4/178 17209
/proc/meminfo: memFree=31031648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=9300 CPUtime=0
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1646 0 0 0 0 0 0 0 25 0 1 0 131834497 9523200 1565 4089446400 4194304 8223781 140735024674512 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17209/statm: 2325 1565 369 984 0 1338 0

[startup+0.046165 s]
/proc/loadavg: 2.96 2.88 2.55 4/178 17209
/proc/meminfo: memFree=31031648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=22560 CPUtime=0.04
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 5052 0 0 0 4 0 0 0 25 0 1 0 131834497 23101440 4607 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 5640 4607 442 984 0 4653 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22560

[startup+0.101169 s]
/proc/loadavg: 2.96 2.88 2.55 4/178 17209
/proc/meminfo: memFree=31031648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=24616 CPUtime=0.09
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 6844 0 0 0 8 1 0 0 25 0 1 0 131834497 25206784 5114 4089446400 4194304 8223781 140735024674512 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 6154 5114 458 984 0 5167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24616

[startup+0.301132 s]
/proc/loadavg: 2.96 2.88 2.55 4/178 17209
/proc/meminfo: memFree=31031648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=29728 CPUtime=0.29
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 10970 0 0 0 26 3 0 0 25 0 1 0 131834497 30441472 6570 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 7432 6570 582 984 0 6445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29728

[startup+0.701064 s]
/proc/loadavg: 2.96 2.88 2.55 4/178 17209
/proc/meminfo: memFree=31031648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=35764 CPUtime=0.69
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 12401 0 0 0 64 5 0 0 25 0 1 0 131834497 36622336 7986 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 8941 7986 583 984 0 7954 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35764

[startup+1.50087 s]
/proc/loadavg: 2.96 2.88 2.55 3/179 17210
/proc/meminfo: memFree=30999400/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=38116 CPUtime=1.49
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 29545 0 0 0 140 9 0 0 25 0 1 0 131834497 39030784 8411 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 9529 8411 599 984 0 8542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38116

[startup+3.1006 s]
/proc/loadavg: 2.88 2.87 2.54 3/179 17210
/proc/meminfo: memFree=30998904/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=38116 CPUtime=3.09
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 30273 0 0 0 295 14 0 0 25 0 1 0 131834497 39030784 8411 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 9529 8411 599 984 0 8542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38116

[startup+6.30102 s]
/proc/loadavg: 2.88 2.87 2.54 3/179 17210
/proc/meminfo: memFree=30998012/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=45064 CPUtime=6.29
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 48724 0 0 0 601 28 0 0 25 0 1 0 131834497 46145536 9956 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 11266 9956 604 984 0 10279 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45064

[startup+12.7008 s]
/proc/loadavg: 2.74 2.84 2.54 3/179 17211
/proc/meminfo: memFree=30990236/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=48704 CPUtime=12.69
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 67807 0 0 0 1214 55 0 0 25 0 1 0 131834497 49872896 11045 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 12176 11045 605 984 0 11189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48704

[startup+25.5005 s]
/proc/loadavg: 2.63 2.81 2.53 3/179 17212
/proc/meminfo: memFree=30975232/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=62988 CPUtime=25.5
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 106174 0 0 0 2425 125 0 0 25 0 1 0 131834497 64499712 14582 4089446400 4194304 8223781 140735024674512 18446744073709551615 4221531 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 15747 14582 605 984 0 14760 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 62988

[startup+51.1008 s]
/proc/loadavg: 2.41 2.75 2.52 3/179 17212
/proc/meminfo: memFree=30960796/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=78356 CPUtime=51.1
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 196201 0 0 0 4849 261 0 0 25 0 1 0 131834497 80236544 18127 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 19589 18127 605 984 0 18602 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 78356

[startup+102.306 s]
/proc/loadavg: 2.16 2.62 2.49 3/179 17214
/proc/meminfo: memFree=30953088/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=85512 CPUtime=102.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 320722 0 0 0 9708 522 0 0 25 0 1 0 131834497 87564288 19924 4089446400 4194304 8223781 140735024674512 18446744073709551615 6483609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 21378 19924 605 984 0 20391 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85512

[startup+162.3 s]
/proc/loadavg: 2.06 2.51 2.45 3/179 17215
/proc/meminfo: memFree=30944992/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=93416 CPUtime=162.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 435673 0 0 0 15410 820 0 0 25 0 1 0 131834497 95657984 21896 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 23354 21896 605 984 0 22367 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 93416

[startup+222.3 s]
/proc/loadavg: 2.07 2.42 2.43 3/179 17216
/proc/meminfo: memFree=30935648/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=102620 CPUtime=222.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 523435 0 0 0 21117 1113 0 0 25 0 1 0 131834497 105082880 24124 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 25655 24124 605 984 0 24668 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102620

[startup+282.301 s]
/proc/loadavg: 2.03 2.35 2.40 3/179 17218
/proc/meminfo: memFree=30931892/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=105688 CPUtime=282.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 605205 0 0 0 26820 1410 0 0 25 0 1 0 131834497 108224512 24891 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 26422 24891 605 984 0 25435 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105688

[startup+342.301 s]
/proc/loadavg: 2.01 2.28 2.37 3/179 17220
/proc/meminfo: memFree=30930728/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=107192 CPUtime=342.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 680543 0 0 0 32506 1724 0 0 25 0 1 0 131834497 109764608 25227 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 26798 25227 605 984 0 25811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107192

[startup+402.301 s]
/proc/loadavg: 2.00 2.23 2.35 3/179 17222
/proc/meminfo: memFree=30929952/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=107424 CPUtime=402.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 711590 0 0 0 38202 2028 0 0 25 0 1 0 131834497 110002176 25308 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 26856 25308 605 984 0 25869 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107424

[startup+462.301 s]
/proc/loadavg: 2.00 2.18 2.32 3/179 17223
/proc/meminfo: memFree=30928672/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=109184 CPUtime=462.3
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 745732 0 0 0 43917 2313 0 0 25 0 1 0 131834497 111804416 25686 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 27296 25686 605 984 0 26309 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109184

[startup+522.301 s]
/proc/loadavg: 2.00 2.15 2.30 3/179 17224
/proc/meminfo: memFree=30927516/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=110860 CPUtime=522.31
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 810033 0 0 0 49632 2599 0 0 25 0 1 0 131834497 113520640 26113 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 27715 26113 605 984 0 26728 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 110860

[startup+582.301 s]
/proc/loadavg: 2.00 2.12 2.27 3/179 17226
/proc/meminfo: memFree=30926488/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=111072 CPUtime=582.31
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 895304 0 0 0 55326 2905 0 0 25 0 1 0 131834497 113737728 26151 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17209/statm: 27768 26151 605 984 0 26781 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 111072

[startup+642.301 s]
/proc/loadavg: 2.00 2.09 2.26 3/179 17228
/proc/meminfo: memFree=30922860/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=115024 CPUtime=642.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 979194 0 0 0 61055 3177 0 0 25 0 1 0 131834497 117784576 27128 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 28756 27128 605 984 0 27769 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 115024

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.03 2.06 2.21 3/179 17260
/proc/meminfo: memFree=30921452/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=124596 CPUtime=822.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1164179 0 0 0 78391 3841 0 0 25 0 1 0 131834497 127586304 29329 4089446400 4194304 8223781 140735024674512 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 31149 29329 605 984 0 30162 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 124596

[startup+882.301 s]
/proc/loadavg: 2.01 2.04 2.19 3/179 17262
/proc/meminfo: memFree=30912984/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=131740 CPUtime=882.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1234919 0 0 0 84195 4037 0 0 25 0 1 0 131834497 134901760 31088 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 32935 31088 605 984 0 31948 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 131740

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/179 17264
/proc/meminfo: memFree=30908988/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=135808 CPUtime=942.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1307966 0 0 0 90032 4200 0 0 25 0 1 0 131834497 139067392 31970 4089446400 4194304 8223781 140735024674512 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 33952 31970 605 984 0 32965 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 135808

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.16 3/179 17266
/proc/meminfo: memFree=30908208/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=136684 CPUtime=1002.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1365435 0 0 0 95867 4365 0 0 25 0 1 0 131834497 139964416 32178 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 34171 32178 605 984 0 33184 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 136684

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 17267
/proc/meminfo: memFree=30904960/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=140548 CPUtime=1062.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1448205 0 0 0 101698 4534 0 0 25 0 1 0 131834497 143921152 32930 4089446400 4194304 8223781 140735024674512 18446744073709551615 5004398 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 35137 32930 605 984 0 34150 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 140548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/179 17277
/proc/meminfo: memFree=30900984/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=144424 CPUtime=1122.33
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1505165 0 0 0 107551 4682 0 0 25 0 1 0 131834497 147890176 33785 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 36106 33785 605 984 0 35119 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 144424

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 17279
/proc/meminfo: memFree=30896492/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=148960 CPUtime=1182.32
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1538231 0 0 0 113415 4817 0 0 25 0 1 0 131834497 152535040 34873 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 37240 34873 605 984 0 36253 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 148960

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 17281
/proc/meminfo: memFree=30894852/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=150388 CPUtime=1242.33
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1604299 0 0 0 119271 4962 0 0 25 0 1 0 131834497 153997312 35279 4089446400 4194304 8223781 140735024674512 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 37597 35279 605 984 0 36610 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 150388

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 17283
/proc/meminfo: memFree=30892708/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=152316 CPUtime=1302.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1645322 0 0 0 125138 5096 0 0 25 0 1 0 131834497 155971584 35863 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 38079 35863 605 984 0 37092 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 152316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17284
/proc/meminfo: memFree=30890692/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=154240 CPUtime=1362.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1697283 0 0 0 131000 5234 0 0 25 0 1 0 131834497 157941760 36311 4089446400 4194304 8223781 140735024674512 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 38560 36311 605 984 0 37573 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 154240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17285
/proc/meminfo: memFree=30888428/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=156760 CPUtime=1422.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1741368 0 0 0 136871 5363 0 0 25 0 1 0 131834497 160522240 36903 4089446400 4194304 8223781 140735024674512 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 39190 36903 605 984 0 38203 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 156760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17287
/proc/meminfo: memFree=30886924/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=159424 CPUtime=1482.33
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1776785 0 0 0 142747 5486 0 0 25 0 1 0 131834497 163250176 37395 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 39856 37395 605 984 0 38869 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 159424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17289
/proc/meminfo: memFree=30885896/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=160632 CPUtime=1542.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1818771 0 0 0 148605 5629 0 0 25 0 1 0 131834497 164487168 37634 4089446400 4194304 8223781 140735024674512 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 40158 37634 605 984 0 39171 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 160632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17291
/proc/meminfo: memFree=30881408/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=167932 CPUtime=1602.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1835304 0 0 0 154401 5833 0 0 25 0 1 0 131834497 171962368 38793 4089446400 4194304 8223781 140735024674512 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 41983 38793 605 984 0 40996 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 167932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17292
/proc/meminfo: memFree=30881492/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=169072 CPUtime=1662.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1847857 0 0 0 160197 6037 0 0 25 0 1 0 131834497 173129728 38853 4089446400 4194304 8223781 140735024674512 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 42268 38853 605 984 0 41281 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 169072

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17293
/proc/meminfo: memFree=30881212/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=169072 CPUtime=1722.35
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1883332 0 0 0 165996 6239 0 0 25 0 1 0 131834497 173129728 38856 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 42268 38856 605 984 0 41281 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 169072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17295
/proc/meminfo: memFree=30881188/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=169072 CPUtime=1782.34
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1898546 0 0 0 171808 6426 0 0 25 0 1 0 131834497 173129728 38858 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 42268 38858 605 984 0 41281 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 169072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17295
/proc/meminfo: memFree=30881060/32951124 swapFree=67111528/67111528
[pid=17209] ppid=17207 vsize=169072 CPUtime=1800.05
/proc/17209/stat : 17209 (pbscip.linux.x8) R 17207 17209 16587 0 -1 4202496 1901509 0 0 0 173522 6483 0 0 25 0 1 0 131834497 173129728 38858 4089446400 4194304 8223781 140735024674512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17209/statm: 42268 38858 605 984 0 41281 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 169072

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

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

Child status: 0
Real time (s): 1800.1
CPU time (s): 1800.16
CPU user time (s): 1735.32
CPU system time (s): 64.8421
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 169240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.32
system time used= 64.8421
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1901515
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= 4
involuntary context switches= 1027

runsolver used 3.3025 second user time and 5.79012 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 15:43:14
IDJOB=2692821
IDBENCH=78929
IDSOLVER=1204
FILE ID=node147/2692821-1277905394
PBS_JOBID= 11197205
Free space on /tmp= 74196 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576151--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692821-1277905394/watcher-2692821-1277905394 -o /tmp/evaluation-result-2692821-1277905394/solver-2692821-1277905394 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692821-1277905394.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e60bec5d313c91289af640357d00991f
RANDOM SEED=752367917

node147.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.822
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.64
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.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.822
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.822
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.84
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.822
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.74
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.822
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.822
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.75
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.822
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:      31032052 kB
Buffers:        191572 kB
Cached:        1502056 kB
SwapCached:          0 kB
Active:         566988 kB
Inactive:      1209736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31032052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4712 kB
Writeback:           0 kB
AnonPages:       82576 kB
Mapped:          15448 kB
Slab:            80704 kB
PageTables:       4388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225260 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= 74192 MiB
End job on node147 at 2010-06-30 16:13:16