Trace number 2692373

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.25 1800.21

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670675--soft-0-100-0.wbo
MD5SUMd1c4dbb5406fd100fd0c417364df25ff
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark39.172
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2692373-1277928775.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136367
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.363670e+05 |    Inf 
21.47/21.52	o 290
21.47/21.52	c *21.3s|  8199 |  3758 | 20814 |   2.5 |  36M| 159 |   - |5645 |5414 |5645 | 215 |6590 |   0 |1679 | 0.000000e+00 | 2.900000e+02 |    Inf 
23.68/23.76	o 286
23.68/23.76	c *23.5s|  8795 |  4108 | 23228 |   2.6 |  41M| 159 |   - |5645 |5691 |5645 | 235 |7172 | 277 |1686 | 0.000000e+00 | 2.860000e+02 |    Inf 
23.78/23.88	o 281
23.78/23.88	c *23.6s|  8831 |  4030 | 23401 |   2.6 |  41M| 159 |   - |5645 |5735 |5645 | 220 |7205 | 321 |1686 | 0.000000e+00 | 2.810000e+02 |    Inf 
27.98/28.08	c  27.8s| 10000 |  5015 | 28026 |   2.8 |  44M| 159 |   1 |5645 |5958 |5645 | 201 |8520 | 544 |1706 | 0.000000e+00 | 2.810000e+02 |    Inf 
31.67/31.75	o 247
31.67/31.75	c *31.4s| 11027 |  4976 | 32715 |   3.0 |  45M| 159 |   - |5645 |6213 |5645 | 197 |  10k| 805 |1714 | 0.000000e+00 | 2.470000e+02 |    Inf 
34.18/34.28	o 246
34.18/34.28	c *33.9s| 11721 |  5517 | 35413 |   3.0 |  48M| 159 |   - |5645 |6359 |5645 | 192 |  11k| 957 |1737 | 0.000000e+00 | 2.460000e+02 |    Inf 
40.88/40.93	o 244
40.88/40.93	c *40.5s| 13937 |  7446 | 41679 |   3.0 |  55M| 159 |   - |5645 |6595 |5645 | 193 |  13k|1244 |1747 | 0.000000e+00 | 2.440000e+02 |    Inf 
41.27/41.36	o 241
41.27/41.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.27/41.36	c *40.9s| 14059 |  7466 | 42320 |   3.0 |  55M| 159 |   - |5645 |6609 |5645 | 228 |  14k|1268 |1747 | 0.000000e+00 | 2.410000e+02 |    Inf 
41.57/41.67	o 240
41.57/41.67	c *41.2s| 14129 |  7473 | 42820 |   3.0 |  55M| 159 |   - |5645 |6616 |5645 | 195 |  14k|1292 |1747 | 0.000000e+00 | 2.400000e+02 |    Inf 
42.98/43.04	o 229
42.98/43.04	c *42.6s| 14444 |  7391 | 45319 |   3.1 |  55M| 159 |   - |5645 |6629 |5645 | 176 |  15k|1352 |1749 | 0.000000e+00 | 2.290000e+02 |    Inf 
43.07/43.16	o 228
43.07/43.16	c *42.7s| 14471 |  7388 | 45487 |   3.1 |  55M| 159 |   - |5645 |6624 |5645 | 207 |  15k|1352 |1749 | 0.000000e+00 | 2.280000e+02 |    Inf 
44.88/45.00	o 224
44.88/45.00	c *44.5s| 14920 |  7597 | 48307 |   3.2 |  57M| 159 |   - |5645 |6641 |5645 | 165 |  16k|1467 |1753 | 0.000000e+00 | 2.240000e+02 |    Inf 
45.08/45.14	o 210
45.08/45.14	c *44.7s| 14954 |  7203 | 48601 |   3.2 |  55M| 159 |   - |5645 |6636 |5645 | 196 |  16k|1475 |1753 | 0.000000e+00 | 2.100000e+02 |    Inf 
45.48/45.55	o 189
45.48/45.55	c *45.1s| 15064 |  6550 | 49145 |   3.3 |  52M| 159 |   - |5645 |6629 |5645 | 174 |  17k|1491 |1754 | 0.000000e+00 | 1.890000e+02 |    Inf 
47.28/47.35	o 186
47.28/47.35	c *46.9s| 15539 |  6815 | 51314 |   3.3 |  54M| 159 |   - |5645 |6591 |5645 | 221 |  18k|1621 |1760 | 0.000000e+00 | 1.860000e+02 |    Inf 
47.38/47.47	o 181
47.38/47.47	c *47.0s| 15566 |  6613 | 51468 |   3.3 |  53M| 159 |   - |5645 |6612 |5645 | 174 |  18k|1652 |1760 | 0.000000e+00 | 1.810000e+02 |    Inf 
47.88/47.99	o 168
47.88/47.99	c *47.5s| 15713 |  6234 | 52226 |   3.3 |  51M| 159 |   - |5645 |6603 |5645 | 191 |  18k|1674 |1761 | 0.000000e+00 | 1.680000e+02 |    Inf 
48.38/48.45	o 162
48.38/48.45	c *47.9s| 15809 |  5959 | 53084 |   3.4 |  49M| 159 |   - |5645 |6594 |5645 | 205 |  18k|1724 |1761 | 0.000000e+00 | 1.620000e+02 |    Inf 
48.97/49.09	o 153
48.97/49.09	c *48.6s| 15937 |  5649 | 54204 |   3.4 |  48M| 159 |   - |5645 |6590 |5645 | 171 |  19k|1808 |1761 | 0.000000e+00 | 1.530000e+02 |    Inf 
48.97/49.09	o 148
48.97/49.09	c *48.6s| 15938 |  5456 | 54205 |   3.4 |  48M| 159 |   - |5645 |6590 |5645 | 172 |  19k|1808 |1761 | 0.000000e+00 | 1.480000e+02 |    Inf 
49.18/49.24	o 138
49.18/49.24	c *48.7s| 15962 |  5053 | 54521 |   3.4 |  46M| 159 |   - |5645 |6567 |5645 | 204 |  19k|1814 |1762 | 0.000000e+00 | 1.380000e+02 |    Inf 
51.08/51.13	o 136
51.08/51.13	c *50.6s| 16451 |  5335 | 56423 |   3.4 |  48M| 159 |   - |5645 |6510 |5645 | 180 |  19k|1962 |1762 | 0.000000e+00 | 1.360000e+02 |    Inf 
51.28/51.30	o 122
51.28/51.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.28/51.30	c *50.8s| 16495 |  4741 | 56593 |   3.4 |  46M| 159 |   - |5645 |6492 |5645 | 174 |  19k|1976 |1762 | 0.000000e+00 | 1.220000e+02 |    Inf 
51.58/51.68	o 119
51.58/51.68	c *51.1s| 16593 |  4622 | 56999 |   3.4 |  46M| 159 |   - |5645 |6468 |5645 | 202 |  20k|2016 |1762 | 0.000000e+00 | 1.190000e+02 |    Inf 
52.18/52.22	o 72
52.18/52.22	c *51.7s| 16710 |  2776 | 57565 |   3.4 |  40M| 159 |   - |5645 |6451 |5645 | 159 |  20k|2062 |1762 | 0.000000e+00 | 7.200000e+01 |    Inf 
52.18/52.29	o 51
52.18/52.29	c *51.7s| 16719 |  2113 | 57582 |   3.4 |  37M| 159 |   - |5645 |5614 |5645 | 159 |  20k|2066 |1762 | 0.000000e+00 | 5.100000e+01 |    Inf 
52.28/52.30	o 25
52.28/52.30	c *51.8s| 16720 |  1249 | 57587 |   3.4 |  34M| 159 |   - |5645 |5612 |5645 | 161 |  20k|2066 |1762 | 0.000000e+00 | 2.500000e+01 |    Inf 
52.28/52.37	o 23
52.28/52.37	c *51.8s| 16727 |   444 | 57719 |   3.4 |  31M| 159 |   - |5645 |4203 |5645 | 176 |  20k|2086 |1762 | 0.000000e+00 | 2.300000e+01 |    Inf 
58.58/58.65	c  58.0s| 20000 |   651 | 66354 |   3.3 |  33M| 159 |   1 |5645 |5906 |5645 | 154 |  21k|5893 |1767 | 0.000000e+00 | 2.300000e+01 |    Inf 
72.98/73.10	o 20
72.98/73.10	c *72.3s| 27600 |   855 | 84178 |   3.0 |  38M| 159 |   - |5645 |8036 |5645 | 144 |  25k|  15k|1780 | 0.000000e+00 | 2.000000e+01 |    Inf 
75.79/75.88	o 10
75.79/75.88	c *75.0s| 28929 |   760 | 88180 |   3.0 |  37M| 159 |   - |5645 |7222 |5645 | 172 |  25k|  17k|1799 | 0.000000e+00 | 1.000000e+01 |    Inf 
77.78/77.87	c  77.0s| 30000 |   723 | 91243 |   3.0 |  36M| 159 |   - |5645 |5867 |   0 |   0 |  26k|  18k|1812 | 0.000000e+00 | 1.000000e+01 |    Inf 
95.78/95.82	c  94.7s| 40000 |   945 |120687 |   3.0 |  40M| 159 |   - |5645 |9588 |   0 |   0 |  31k|  30k|2020 | 0.000000e+00 | 1.000000e+01 |    Inf 
114.48/114.56	o 7
114.48/114.56	c * 113s| 49744 |   776 |150646 |   3.0 |  41M| 159 |   - |5645 |9976 |5645 | 184 |  38k|  42k|2259 | 0.000000e+00 | 7.000000e+00 |    Inf 
115.08/115.11	c   114s| 50000 |   785 |151735 |   3.0 |  41M| 159 |   8 |5645 |9874 |5645 | 195 |  38k|  43k|2263 | 0.000000e+00 | 7.000000e+00 |    Inf 
135.58/135.63	c   133s| 60000 |   755 |187869 |   3.1 |  42M| 159 |  21 |5645 |  10k|5645 | 166 |  45k|  56k|2496 | 0.000000e+00 | 7.000000e+00 |    Inf 
141.18/141.26	o 3
141.18/141.26	c * 139s| 62722 |   600 |198660 |   3.2 |  40M| 159 |   - |5645 |  11k|5645 | 187 |  48k|  59k|2570 | 0.000000e+00 | 3.000000e+00 |    Inf 
157.18/157.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
157.18/157.23	c   154s| 70000 |   646 |233006 |   3.3 |  42M| 159 |   1 |5645 |  13k|5645 | 196 |  56k|  69k|2751 | 0.000000e+00 | 3.000000e+00 |    Inf 
179.08/179.14	c   175s| 80000 |   785 |275419 |   3.4 |  44M| 159 |   1 |5645 |  15k|5645 | 171 |  65k|  82k|2976 | 0.000000e+00 | 3.000000e+00 |    Inf 
201.88/201.95	c   197s| 90000 |   675 |317539 |   3.5 |  44M| 159 |   8 |5645 |  14k|5645 | 198 |  73k|  95k|3170 | 0.000000e+00 | 3.000000e+00 |    Inf 
223.78/223.86	c   219s|100000 |   585 |357643 |   3.6 |  43M| 159 |   1 |5645 |  14k|5645 | 166 |  83k| 108k|3433 | 0.000000e+00 | 3.000000e+00 |    Inf 
246.88/246.94	c   241s|110000 |   567 |401601 |   3.6 |  44M| 159 |   - |5645 |  17k|   0 |   0 |  92k| 121k|3600 | 0.000000e+00 | 3.000000e+00 |    Inf 
273.09/273.19	c   266s|120000 |   707 |454972 |   3.8 |  47M| 159 |   6 |5645 |  23k|5645 | 185 | 107k| 133k|3826 | 0.000000e+00 | 3.000000e+00 |    Inf 
283.08/283.18	o 2
283.08/283.18	c * 276s|123716 |   676 |473575 |   3.8 |  47M| 159 |   - |5645 |  23k|5645 | 190 | 112k| 138k|3918 | 0.000000e+00 | 2.000000e+00 |    Inf 
299.89/299.91	c   292s|130000 |   597 |505720 |   3.9 |  46M| 159 |  25 |5645 |  21k|5645 | 220 | 119k| 147k|4018 | 0.000000e+00 | 2.000000e+00 |    Inf 
324.99/325.04	c   316s|140000 |   574 |551490 |   3.9 |  46M| 159 |  27 |5645 |  21k|5645 | 182 | 129k| 160k|4282 | 0.000000e+00 | 2.000000e+00 |    Inf 
351.29/351.33	c   342s|150000 |   757 |601989 |   4.0 |  48M| 159 |   - |5645 |  24k|   0 |   0 | 140k| 173k|4469 | 0.000000e+00 | 2.000000e+00 |    Inf 
378.40/378.43	c   368s|160000 |   757 |653133 |   4.1 |  49M| 159 |   - |5645 |  26k|   0 |   0 | 152k| 186k|4602 | 0.000000e+00 | 2.000000e+00 |    Inf 
405.39/405.48	c   394s|170000 |   675 |700709 |   4.1 |  49M| 159 |   - |5645 |  26k|5645 | 205 | 162k| 199k|4774 | 0.000000e+00 | 2.000000e+00 |    Inf 
433.30/433.33	c   421s|180000 |   576 |752065 |   4.2 |  48M| 159 |  19 |5645 |  25k|5645 | 181 | 173k| 212k|4944 | 0.000000e+00 | 2.000000e+00 |    Inf 
458.10/458.13	c   446s|190000 |   637 |785717 |   4.1 |  49M| 159 |   - |5645 |  27k|   0 |   0 | 180k| 225k|5084 | 0.000000e+00 | 2.000000e+00 |    Inf 
484.79/484.87	c   472s|200000 |   677 |820896 |   4.1 |  50M| 159 |  11 |5645 |  30k|5645 | 203 | 188k| 238k|5189 | 0.000000e+00 | 2.000000e+00 |    Inf 
515.39/515.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
515.39/515.49	c   501s|210000 |   721 |867653 |   4.1 |  50M| 159 |  16 |5645 |  28k|5645 | 181 | 200k| 251k|5444 | 0.000000e+00 | 2.000000e+00 |    Inf 
544.69/544.73	c   530s|220000 |  1023 |916856 |   4.2 |  53M| 159 |   8 |5645 |  29k|5645 | 183 | 214k| 263k|5596 | 0.000000e+00 | 2.000000e+00 |    Inf 
575.09/575.14	c   559s|230000 |  1129 |972062 |   4.2 |  55M| 159 |  21 |5645 |  31k|5645 | 184 | 228k| 276k|5714 | 0.000000e+00 | 2.000000e+00 |    Inf 
606.70/606.75	c   590s|240000 |  1209 |  1021k|   4.3 |  56M| 159 |  12 |5645 |  33k|5645 | 176 | 241k| 289k|5830 | 0.000000e+00 | 2.000000e+00 |    Inf 
640.50/640.58	c   623s|250000 |  1263 |  1079k|   4.3 |  58M| 159 |  23 |5645 |  34k|5645 | 199 | 256k| 303k|5964 | 0.000000e+00 | 2.000000e+00 |    Inf 
671.79/671.83	c   654s|260000 |  1188 |  1128k|   4.3 |  56M| 159 |  14 |5645 |  30k|5645 | 187 | 268k| 317k|6100 | 0.000000e+00 | 2.000000e+00 |    Inf 
703.80/703.86	c   685s|270000 |  1495 |  1186k|   4.4 |  59M| 159 |   - |5645 |  31k|   0 |   0 | 284k| 331k|6238 | 0.000000e+00 | 2.000000e+00 |    Inf 
735.40/735.46	c   716s|280000 |  1354 |  1241k|   4.4 |  58M| 159 |   - |5645 |  31k|   0 |   0 | 296k| 346k|6362 | 0.000000e+00 | 2.000000e+00 |    Inf 
764.70/764.71	c   744s|290000 |  1297 |  1287k|   4.4 |  58M| 159 |   - |5645 |  30k|   0 |   0 | 307k| 360k|6483 | 0.000000e+00 | 2.000000e+00 |    Inf 
794.00/794.02	c   772s|300000 |  1273 |  1337k|   4.5 |  58M| 159 |   - |5645 |  30k|   0 |   0 | 318k| 373k|6604 | 0.000000e+00 | 2.000000e+00 |    Inf 
823.91/823.92	c   802s|310000 |  1280 |  1382k|   4.5 |  59M| 159 |  23 |5645 |  33k|5645 | 184 | 328k| 386k|6683 | 0.000000e+00 | 2.000000e+00 |    Inf 
856.11/856.12	c   833s|320000 |  1445 |  1435k|   4.5 |  62M| 159 |   9 |5645 |  37k|5645 | 188 | 342k| 399k|6790 | 0.000000e+00 | 2.000000e+00 |    Inf 
890.41/890.40	c   866s|330000 |  1356 |  1490k|   4.5 |  61M| 159 |   - |5645 |  36k|   0 |   0 | 356k| 413k|6889 | 0.000000e+00 | 2.000000e+00 |    Inf 
921.30/921.37	c   897s|340000 |  1286 |  1532k|   4.5 |  61M| 159 |   - |5645 |  35k|   0 |   0 | 365k| 426k|6994 | 0.000000e+00 | 2.000000e+00 |    Inf 
953.51/953.57	c   928s|350000 |  1213 |  1590k|   4.5 |  59M| 159 |   - |5645 |  33k|   0 |   0 | 378k| 440k|7107 | 0.000000e+00 | 2.000000e+00 |    Inf 
985.11/985.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.11/985.15	c   959s|360000 |  1135 |  1643k|   4.6 |  58M| 159 |   - |5645 |  32k|   0 |   0 | 391k| 454k|7237 | 0.000000e+00 | 2.000000e+00 |    Inf 
1016.31/1016.32	c   989s|370000 |  1171 |  1698k|   4.6 |  60M| 159 |   - |5645 |  34k|   0 |   0 | 405k| 468k|7334 | 0.000000e+00 | 2.000000e+00 |    Inf 
1048.51/1048.56	c  1020s|380000 |  1158 |  1755k|   4.6 |  59M| 159 |   1 |5645 |  33k|5645 | 194 | 419k| 481k|7437 | 0.000000e+00 | 2.000000e+00 |    Inf 
1080.71/1080.71	c  1052s|390000 |  1115 |  1811k|   4.6 |  60M| 159 |   - |5645 |  35k|5645 | 230 | 432k| 495k|7567 | 0.000000e+00 | 2.000000e+00 |    Inf 
1111.92/1111.90	c  1082s|400000 |  1098 |  1862k|   4.7 |  59M| 159 |   1 |5645 |  33k|5645 | 176 | 444k| 508k|7700 | 0.000000e+00 | 2.000000e+00 |    Inf 
1142.61/1142.61	c  1112s|410000 |  1230 |  1907k|   4.7 |  61M| 159 |   - |5645 |  36k|   0 |   0 | 456k| 521k|7810 | 0.000000e+00 | 2.000000e+00 |    Inf 
1173.72/1173.77	c  1142s|420000 |  1252 |  1951k|   4.6 |  61M| 159 |   8 |5645 |  36k|5645 | 172 | 467k| 534k|7876 | 0.000000e+00 | 2.000000e+00 |    Inf 
1205.42/1205.44	c  1173s|430000 |  1277 |  1997k|   4.6 |  63M| 159 |   9 |5645 |  39k|5645 | 200 | 478k| 547k|7936 | 0.000000e+00 | 2.000000e+00 |    Inf 
1239.52/1239.60	c  1207s|440000 |  1403 |  2045k|   4.6 |  64M| 159 |  14 |5645 |  40k|5645 | 168 | 492k| 560k|8052 | 0.000000e+00 | 2.000000e+00 |    Inf 
1270.92/1270.93	c  1237s|450000 |  1391 |  2077k|   4.6 |  65M| 159 |   1 |5645 |  41k|5645 | 166 | 500k| 573k|8114 | 0.000000e+00 | 2.000000e+00 |    Inf 
1305.12/1305.18	c  1271s|460000 |  1264 |  2116k|   4.6 |  63M| 159 |   7 |5645 |  39k|5645 | 216 | 509k| 586k|8189 | 0.000000e+00 | 2.000000e+00 |    Inf 
1338.62/1338.63	c  1303s|470000 |  1325 |  2161k|   4.6 |  64M| 159 |   - |5645 |  42k|5645 | 196 | 521k| 599k|8250 | 0.000000e+00 | 2.000000e+00 |    Inf 
1374.32/1374.32	c  1338s|480000 |  1260 |  2212k|   4.6 |  63M| 159 |  13 |5645 |  40k|5645 | 166 | 535k| 612k|8351 | 0.000000e+00 | 2.000000e+00 |    Inf 
1404.23/1404.27	c  1367s|490000 |  1270 |  2247k|   4.6 |  64M| 159 |   - |5645 |  42k|   0 |   0 | 543k| 626k|8411 | 0.000000e+00 | 2.000000e+00 |    Inf 
1438.52/1438.54	c  1401s|500000 |  1255 |  2291k|   4.6 |  65M| 159 |   - |5645 |  44k|   0 |   0 | 554k| 639k|8501 | 0.000000e+00 | 2.000000e+00 |    Inf 
1476.13/1476.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.13/1476.13	c  1438s|510000 |  1289 |  2342k|   4.6 |  67M| 159 |  11 |5645 |  47k|5645 | 202 | 569k| 652k|8556 | 0.000000e+00 | 2.000000e+00 |    Inf 
1515.02/1515.09	c  1476s|520000 |  1282 |  2393k|   4.6 |  67M| 159 |  12 |5645 |  47k|5645 | 184 | 583k| 666k|8655 | 0.000000e+00 | 2.000000e+00 |    Inf 
1555.23/1555.30	c  1515s|530000 |  1360 |  2447k|   4.6 |  69M| 159 |  19 |5645 |  51k|5645 | 208 | 597k| 680k|8735 | 0.000000e+00 | 2.000000e+00 |    Inf 
1597.14/1597.19	c  1556s|540000 |  1737 |  2508k|   4.6 |  72M| 159 |   - |5645 |  52k|   0 |   0 | 616k| 693k|8826 | 0.000000e+00 | 2.000000e+00 |    Inf 
1638.73/1638.75	c  1597s|550000 |  1761 |  2564k|   4.7 |  72M| 159 |  13 |5645 |  51k|5645 | 194 | 631k| 707k|8912 | 0.000000e+00 | 2.000000e+00 |    Inf 
1678.43/1678.47	c  1636s|560000 |  1770 |  2621k|   4.7 |  73M| 159 |  11 |5645 |  52k|5645 | 207 | 647k| 721k|8995 | 0.000000e+00 | 2.000000e+00 |    Inf 
1717.54/1717.60	c  1674s|570000 |  1736 |  2673k|   4.7 |  73M| 159 |   - |5645 |  51k|   0 |   0 | 661k| 735k|9092 | 0.000000e+00 | 2.000000e+00 |    Inf 
1756.64/1756.66	c  1712s|580000 |  1755 |  2722k|   4.7 |  73M| 159 |   - |5645 |  50k|   0 |   0 | 674k| 748k|9161 | 0.000000e+00 | 2.000000e+00 |    Inf 
1795.24/1795.28	c  1750s|590000 |  1623 |  2775k|   4.7 |  71M| 159 |   - |5645 |  48k|   0 |   0 | 687k| 762k|9225 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1754.54
1800.04/1800.00	c Solving Nodes      : 591337
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (137 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.08	s SATISFIABLE
1800.04/1800.08	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.04/1800.08	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.08	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.08	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.04/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.08	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.08	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.04/1800.08	v -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.04/1800.08	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.08	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.04/1800.08	v -x1 
1800.04/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.08	c Solving Time       :    1754.54
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2692373-1277928775.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.08	c Presolved Problem  :
1800.04/1800.08	c   Problem name     : t_HOME/instance-2692373-1277928775.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5414 initial, 52978 maximal
1800.04/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.08	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   root node        :          -       2671          -          -       5342          -          -          -          -
1800.04/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   integral         :          0          0          0     421860          0          4        307          0          0     639228
1800.04/1800.08	c   indicator        :       2707          0    2988937     100942          0         44    1135651          0          0          0
1800.04/1800.08	c   linear           :       2707          6    3018664     101992          0     253207   16725128     689600          0          0
1800.04/1800.08	c   logicor          :          0+         0     965405          0          0      38615     767962          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0       1645          0          0          0          1          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0      12375          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      17.80       0.00       0.00      17.80       0.00
1800.04/1800.08	c   indicator        :       9.07       0.00       4.42       4.65       0.00
1800.04/1800.08	c   linear           :     201.96       0.01     192.68       9.27       0.00
1800.04/1800.08	c   logicor          :     368.15       0.00     368.15       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       0.03          2          0          0
1800.04/1800.08	c   rootredcost      :       0.06         32          0       2671
1800.04/1800.08	c   pseudoobj        :     146.84    3019598        995     540389
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      16.08     292817     292183    1771893       27.4       8164       25.0          -
1800.04/1800.08	c   infeasible LP    :       7.93      20705      20705     159404       44.5        203       18.9          0
1800.04/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   pseudo solution  :       0.00         66         66        198        8.0         35        5.6          -
1800.04/1800.08	c   applied globally :          -          -          -     764731       22.8          -          -          -
1800.04/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.08	c   redcost          :      28.70     424239          0     568459          0          0
1800.04/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.08	c   gomory           :       0.01          4          0          0         86          0
1800.04/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.08	c   cmir             :       0.01          4          0          0          0          0
1800.04/1800.08	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.08	c Pricers            :       Time      Calls       Vars
1800.04/1800.08	c   problem variables:       0.00          0          0
1800.04/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   relpscost        :      17.69     319863          4        307          0          0     639228
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :       3.13      12343          0          0          0          0      24686
1800.04/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.08	c   LP solutions     :       0.02          -         32
1800.04/1800.08	c   pseudo solutions :       0.00          -          0
1800.04/1800.08	c   feaspump         :       0.00          0          0
1800.04/1800.08	c   oneopt           :       0.19         30          0
1800.04/1800.08	c   intshifting      :       0.04          8          0
1800.04/1800.08	c   crossover        :       0.80         25          0
1800.04/1800.08	c   guideddiving     :       0.56        293          0
1800.04/1800.08	c   fracdiving       :       0.65        426          0
1800.04/1800.08	c   linesearchdiving :       0.75        426          0
1800.04/1800.08	c   coefdiving       :       0.53        427          0
1800.04/1800.08	c   pscostdiving     :       0.63        427          0
1800.04/1800.08	c   veclendiving     :       0.65        427          0
1800.04/1800.08	c   objpscostdiving  :       0.74        388          0
1800.04/1800.08	c   rootsoldiving    :       0.63        389          0
1800.04/1800.08	c   trivial          :       0.08          2          2
1800.04/1800.08	c   simplerounding   :       0.57     320253          0
1800.04/1800.08	c   zirounding       :       0.19       1000          0
1800.04/1800.08	c   rounding         :       1.97       7979          0
1800.04/1800.08	c   shifting         :       1.27       2500          0
1800.04/1800.08	c   twoopt           :       0.00          0          0
1800.04/1800.08	c   fixandinfer      :       0.00          0          0
1800.04/1800.08	c   intdiving        :       0.00          0          0
1800.04/1800.08	c   actconsdiving    :       0.00          0          0
1800.04/1800.08	c   octane           :       0.00          0          0
1800.04/1800.08	c   rens             :       0.03          1          0
1800.04/1800.08	c   rins             :       0.00          0          0
1800.04/1800.08	c   localbranching   :       0.00          0          0
1800.04/1800.08	c   mutation         :       0.00          0          0
1800.04/1800.08	c   dins             :       0.00          0          0
1800.04/1800.08	c   undercover       :       0.00          0          0
1800.04/1800.08	c   nlp              :       0.03          0          0
1800.04/1800.08	c   trysol           :       2.22       7229        103
1800.04/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.08	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.08	c   dual LP          :     373.28     431633    2781523       6.44    7451.57
1800.04/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.08	c   diving/probing LP:       0.20        151       1072       7.10    5360.00
1800.04/1800.08	c   strong branching :      14.09       9250      82528       8.92    5857.20
1800.04/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.08	c B&B Tree           :
1800.04/1800.08	c   number of runs   :          1
1800.04/1800.08	c   nodes            :     591337
1800.04/1800.08	c   nodes (total)    :     591337
1800.04/1800.08	c   nodes left       :       1654
1800.04/1800.08	c   max depth        :        159
1800.04/1800.08	c   max depth (total):        159
1800.04/1800.08	c   backtracks       :      67200 (11.4%)
1800.04/1800.08	c   delayed cutoffs  :      55824
1800.04/1800.08	c   repropagations   :    1320187 (3730531 domain reductions, 54243 cutoffs)
1800.04/1800.08	c   avg switch length:       6.00
1800.04/1800.08	c   switching time   :     302.12
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        137 (33 improvements)
1800.04/1800.08	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 123716 nodes, 276.01 seconds, depth 42, found by <relaxation>)
1800.04/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.08	c   Gap              :   infinite
1800.04/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.08	c   Root Iterations  :        106
1800.24/1800.20	c Time complete: 1800.24.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692373-1277928775/watcher-2692373-1277928775 -o /tmp/evaluation-result-2692373-1277928775/solver-2692373-1277928775 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692373-1277928775.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.28 2.23 2.31 3/200 15659
/proc/meminfo: memFree=30664084/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=9544 CPUtime=0
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 1681 0 0 0 0 0 0 0 25 0 1 0 134173164 9773056 1600 4089446400 4194304 8223781 140734001074960 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15659/statm: 2386 1601 369 984 0 1399 0

[startup+0.0924661 s]
/proc/loadavg: 2.28 2.23 2.31 3/200 15659
/proc/meminfo: memFree=30664084/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=35136 CPUtime=0.08
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 8088 0 0 0 8 0 0 0 25 0 1 0 134173164 35979264 7643 4089446400 4194304 8223781 140734001074960 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35136

[startup+0.100462 s]
/proc/loadavg: 2.28 2.23 2.31 3/200 15659
/proc/meminfo: memFree=30664084/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=35136 CPUtime=0.09
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 134173164 35979264 7643 4089446400 4194304 8223781 140734001074960 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300426 s]
/proc/loadavg: 2.28 2.23 2.31 3/200 15659
/proc/meminfo: memFree=30664084/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=57328 CPUtime=0.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 14193 0 0 0 28 1 0 0 25 0 1 0 134173164 58703872 13136 4089446400 4194304 8223781 140734001074960 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 14397 13187 564 984 0 13410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57328

[startup+0.700349 s]
/proc/loadavg: 2.28 2.23 2.31 3/200 15659
/proc/meminfo: memFree=30664084/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=43076 CPUtime=0.68
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 15655 0 0 0 67 1 0 0 25 0 1 0 134173164 44109824 9709 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15659/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43076

[startup+1.50021 s]
/proc/loadavg: 2.26 2.22 2.31 3/201 15660
/proc/meminfo: memFree=30626504/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=44428 CPUtime=1.48
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 15922 0 0 0 146 2 0 0 25 0 1 0 134173164 45494272 9975 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15659/statm: 11107 9975 578 984 0 10120 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44428

[startup+3.10091 s]
/proc/loadavg: 2.26 2.22 2.31 3/201 15660
/proc/meminfo: memFree=30623900/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=52144 CPUtime=3.08
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 22234 0 0 0 304 4 0 0 25 0 1 0 134173164 53395456 11873 4089446400 4194304 8223781 140734001074960 18446744073709551615 4903021 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15659/statm: 13036 11873 581 984 0 12049 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52144

[startup+6.30032 s]
/proc/loadavg: 2.24 2.22 2.31 3/201 15660
/proc/meminfo: memFree=30616076/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=53920 CPUtime=6.28
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 27760 0 0 0 621 7 0 0 25 0 1 0 134173164 55214080 12487 4089446400 4194304 8223781 140734001074960 18446744073709551615 4965309 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15659/statm: 13480 12487 581 984 0 12493 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53920

[startup+12.7011 s]
/proc/loadavg: 2.22 2.21 2.31 3/201 15660
/proc/meminfo: memFree=30607204/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=61252 CPUtime=12.67
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 39031 0 0 0 1254 13 0 0 25 0 1 0 134173164 62722048 14321 4089446400 4194304 8223781 140734001074960 18446744073709551615 4819401 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 15313 14321 581 984 0 14326 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 61252

[startup+25.5008 s]
/proc/loadavg: 2.17 2.20 2.30 3/201 15660
/proc/meminfo: memFree=30587516/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=77524 CPUtime=25.48
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 58306 0 0 0 2524 24 0 0 25 0 1 0 134173164 79384576 18382 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 19381 18382 585 984 0 18394 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77524

[startup+51.101 s]
/proc/loadavg: 2.11 2.19 2.29 3/201 15661
/proc/meminfo: memFree=30537676/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=105384 CPUtime=51.08
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 112246 0 0 0 5059 49 0 0 25 0 1 0 134173164 107913216 25194 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 26346 25194 588 984 0 25359 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105384

[startup+102.307 s]
/proc/loadavg: 2.05 2.15 2.27 3/201 15662
/proc/meminfo: memFree=30463360/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=126768 CPUtime=102.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 150539 0 0 0 10109 120 0 0 25 0 1 0 134173164 129810432 30476 4089446400 4194304 8223781 140734001074960 18446744073709551615 4926158 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15659/statm: 31692 30476 592 984 0 30705 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 126768

[startup+162.3 s]
/proc/loadavg: 1.98 2.11 2.25 3/183 15715
/proc/meminfo: memFree=31189016/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=133548 CPUtime=162.28
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 189072 0 0 0 15912 316 0 0 25 0 1 0 134173164 136753152 32161 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 33387 32161 603 984 0 32400 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 133548

[startup+222.3 s]
/proc/loadavg: 1.99 2.09 2.23 3/183 15717
/proc/meminfo: memFree=31103552/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=136504 CPUtime=222.28
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 196262 0 0 0 21710 518 0 0 25 0 1 0 134173164 139780096 32913 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 34126 32913 603 984 0 33139 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 136504

[startup+282.3 s]
/proc/loadavg: 1.99 2.07 2.21 3/183 15718
/proc/meminfo: memFree=31047452/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=139812 CPUtime=282.28
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 198840 0 0 0 27518 710 0 0 25 0 1 0 134173164 143167488 33696 4089446400 4194304 8223781 140734001074960 18446744073709551615 5004416 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 34953 33696 603 984 0 33966 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 139812

[startup+342.301 s]
/proc/loadavg: 1.99 2.05 2.20 3/183 15720
/proc/meminfo: memFree=30961340/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=140944 CPUtime=342.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 212608 0 0 0 33327 902 0 0 25 0 1 0 134173164 144326656 33976 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 35236 33976 603 984 0 34249 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 140944

[startup+402.301 s]
/proc/loadavg: 1.99 2.04 2.18 3/183 15721
/proc/meminfo: memFree=30880324/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=141204 CPUtime=402.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 214527 0 0 0 39145 1084 0 0 25 0 1 0 134173164 144592896 34053 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 35301 34053 603 984 0 34314 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 141204

[startup+462.301 s]
/proc/loadavg: 1.99 2.03 2.17 3/183 15723
/proc/meminfo: memFree=30855116/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=142776 CPUtime=462.3
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 216634 0 0 0 44966 1264 0 0 25 0 1 0 134173164 146202624 34332 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 35694 34332 603 984 0 34707 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142776

[startup+522.301 s]
/proc/loadavg: 1.99 2.02 2.16 3/183 15725
/proc/meminfo: memFree=30828924/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=145500 CPUtime=522.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 217303 0 0 0 50798 1431 0 0 25 0 1 0 134173164 148992000 35001 4089446400 4194304 8223781 140734001074960 18446744073709551615 6440019 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 36375 35001 603 984 0 35388 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 145500

[startup+582.301 s]
/proc/loadavg: 2.10 2.05 2.15 3/183 15726
/proc/meminfo: memFree=30813636/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=148264 CPUtime=582.29
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 225173 0 0 0 56638 1591 0 0 25 0 1 0 134173164 151822336 35652 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 37066 35652 603 984 0 36079 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 148264

[startup+642.301 s]
/proc/loadavg: 2.04 2.03 2.14 3/183 15728
/proc/meminfo: memFree=30805412/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=150700 CPUtime=642.3
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 225794 0 0 0 62488 1742 0 0 25 0 1 0 134173164 154316800 36273 4089446400 4194304 8223781 140734001074960 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 37675 36273 603 984 0 36688 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 150700

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.05 2.12 3/183 15734
/proc/meminfo: memFree=30793104/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=155064 CPUtime=882.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 226864 0 0 0 85854 2377 0 0 25 0 1 0 134173164 158785536 37334 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 38766 37334 603 984 0 37779 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 155064

[startup+942.301 s]
/proc/loadavg: 2.02 2.04 2.11 3/183 15736
/proc/meminfo: memFree=30790964/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=155144 CPUtime=942.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 228710 0 0 0 91695 2536 0 0 25 0 1 0 134173164 158867456 37356 4089446400 4194304 8223781 140734001074960 18446744073709551615 4223163 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 38786 37356 603 984 0 37799 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 155144

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.09 3/183 15737
/proc/meminfo: memFree=30790188/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=155540 CPUtime=1002.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 228782 0 0 0 97537 2694 0 0 25 0 1 0 134173164 159272960 37424 4089446400 4194304 8223781 140734001074960 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 38885 37424 603 984 0 37898 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 155540

[startup+1062.3 s]
/proc/loadavg: 2.08 2.04 2.09 3/183 15739
/proc/meminfo: memFree=30787544/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=155712 CPUtime=1062.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 228817 0 0 0 103380 2851 0 0 25 0 1 0 134173164 159449088 37457 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 38928 37457 603 984 0 37941 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 155712

[startup+1122.3 s]
/proc/loadavg: 2.08 2.04 2.09 3/183 15741
/proc/meminfo: memFree=30785272/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=156264 CPUtime=1122.32
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 228915 0 0 0 109224 3008 0 0 25 0 1 0 134173164 160014336 37555 4089446400 4194304 8223781 140734001074960 18446744073709551615 4999875 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 39066 37555 603 984 0 38079 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 156264

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.08 3/183 15745
/proc/meminfo: memFree=30783404/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=156448 CPUtime=1182.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 228948 0 0 0 115081 3150 0 0 25 0 1 0 134173164 160202752 37588 4089446400 4194304 8223781 140734001074960 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 39112 37588 603 984 0 38125 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 156448

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/183 15747
/proc/meminfo: memFree=30780280/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=158564 CPUtime=1242.31
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 229489 0 0 0 120932 3299 0 0 25 0 1 0 134173164 162369536 38129 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 39641 38129 603 984 0 38654 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 158564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 15748
/proc/meminfo: memFree=30778888/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=159020 CPUtime=1302.32
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 229612 0 0 0 126786 3446 0 0 25 0 1 0 134173164 162836480 38252 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 39755 38252 603 984 0 38768 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 159020

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/183 15750
/proc/meminfo: memFree=30772912/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=160756 CPUtime=1362.33
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 230063 0 0 0 132644 3589 0 0 25 0 1 0 134173164 164614144 38703 4089446400 4194304 8223781 140734001074960 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 40189 38703 603 984 0 39202 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 160756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.06 3/183 15752
/proc/meminfo: memFree=30769896/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=160852 CPUtime=1422.32
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 230081 0 0 0 138487 3745 0 0 25 0 1 0 134173164 164712448 38721 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 40213 38721 603 984 0 39226 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 160852

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.06 3/183 15753
/proc/meminfo: memFree=30767008/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=161080 CPUtime=1482.33
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 230156 0 0 0 144360 3873 0 0 25 0 1 0 134173164 164945920 38796 4089446400 4194304 8223781 140734001074960 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 40270 38796 603 984 0 39283 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 161080

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/183 15755
/proc/meminfo: memFree=30764364/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=162976 CPUtime=1542.33
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 230632 0 0 0 150235 3998 0 0 25 0 1 0 134173164 166887424 39272 4089446400 4194304 8223781 140734001074960 18446744073709551615 6482584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 40744 39272 603 984 0 39757 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 162976

[startup+1602.3 s]
/proc/loadavg: 2.15 2.04 2.06 3/183 15756
/proc/meminfo: memFree=30761228/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=163928 CPUtime=1602.33
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 232718 0 0 0 156109 4124 0 0 25 0 1 0 134173164 167862272 39538 4089446400 4194304 8223781 140734001074960 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 40982 39538 603 984 0 39995 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 163928

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.06 3/183 15758
/proc/meminfo: memFree=30757972/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=165452 CPUtime=1662.34
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 233088 0 0 0 161984 4250 0 0 25 0 1 0 134173164 169422848 39908 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 41363 39908 603 984 0 40376 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 165452

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.06 3/183 15760
/proc/meminfo: memFree=30755456/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=165732 CPUtime=1722.33
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 233175 0 0 0 167851 4382 0 0 25 0 1 0 134173164 169709568 39995 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 41433 39995 603 984 0 40446 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 165732

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.06 3/183 15761
/proc/meminfo: memFree=30751952/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=167168 CPUtime=1782.34
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 233532 0 0 0 173726 4508 0 0 25 0 1 0 134173164 171180032 40352 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 41792 40352 603 984 0 40805 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 167168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.05 2.06 3/183 15762
/proc/meminfo: memFree=30751940/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=167168 CPUtime=1800.04
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 233552 0 0 0 175457 4547 0 0 25 0 1 0 134173164 171180032 40372 4089446400 4194304 8223781 140734001074960 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15659/statm: 41792 40372 603 984 0 40805 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 167168

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

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

[startup+1800.2 s]
/proc/loadavg: 2.06 2.05 2.06 3/183 15762
/proc/meminfo: memFree=30751940/32951124 swapFree=67111528/67111528
[pid=15659] ppid=15657 vsize=85896 CPUtime=1800.24
/proc/15659/stat : 15659 (pbscip.linux.x8) R 15657 15659 15415 0 -1 4202496 233609 0 0 0 175476 4548 0 0 18 0 1 0 134173164 87957504 20770 4089446400 4194304 8223781 140734001074960 18446744073709551615 4333573 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15659/statm: 21474 20770 605 984 0 20487 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 85896

Child status: 0
Real time (s): 1800.21
CPU time (s): 1800.25
CPU user time (s): 1754.77
CPU system time (s): 45.4841
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 167432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1754.77
system time used= 45.4841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2535

runsolver used 3.62345 second user time and 6.18206 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 22:12:55
IDJOB=2692373
IDBENCH=79291
IDSOLVER=1204
FILE ID=node135/2692373-1277928775
PBS_JOBID= 11197391
Free space on /tmp= 74140 MiB

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

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

MD5SUM BENCH= d1c4dbb5406fd100fd0c417364df25ff
RANDOM SEED=398261284

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30664736 kB
Buffers:        208432 kB
Cached:        1107296 kB
SwapCached:          0 kB
Active:        1301392 kB
Inactive:       839488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30664736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      825264 kB
Mapped:          20376 kB
Slab:            82044 kB
PageTables:       6388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1665504 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= 74128 MiB
End job on node135 at 2010-06-30 22:42:57