Trace number 2693040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.24 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
MD5SUMb818ef86615e3f5ee29c4c2fadd6f1fe
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark368.019
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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: Clp 1.11.1] [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-2693040-1277929962.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.08/0.13	o 136842
0.08/0.13	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.08/0.13	c presolving:
0.08/0.14	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.08/0.15	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.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.28/0.30	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.368420e+05 |    Inf 
16.09/16.17	c  15.9s| 10000 | 10001 |  2243 |   0.2 |  42M|1497 |   0 |5645 |5414 |5645 | 210 | 747 |   0 | 499 | 0.000000e+00 | 1.368420e+05 |    Inf 
31.49/31.54	c  31.1s| 20000 | 20001 |  4716 |   0.2 |  64M|1497 |   0 |5645 |5414 |5645 | 206 |1535 |   0 | 749 | 0.000000e+00 | 1.368420e+05 |    Inf 
35.39/35.40	o 255
35.39/35.40	c *34.9s| 22700 |  6719 |  4907 |   0.2 |  39M|2146 |   - |5645 |5414 |5645 | 222 |1582 |   0 | 764 | 0.000000e+00 | 2.550000e+02 |    Inf 
36.09/36.18	o 241
36.09/36.18	c *35.7s| 23131 |  7002 |  5032 |   0.2 |  41M|2146 |   - |5645 |5451 |5645 | 217 |1594 |  37 | 766 | 0.000000e+00 | 2.410000e+02 |    Inf 
37.29/37.38	o 234
37.29/37.38	c *36.9s| 23867 |  7633 |  5256 |   0.2 |  42M|2146 |   - |5645 |5523 |5645 | 238 |1626 | 109 | 774 | 0.000000e+00 | 2.340000e+02 |    Inf 
37.40/37.40	o 80
37.40/37.40	c *36.9s| 23872 |  2791 |  5275 |   0.2 |  34M|2146 |   - |5645 |5523 |5645 | 238 |1626 | 109 | 774 | 0.000000e+00 | 8.000000e+01 |    Inf 
43.69/43.78	o 79
43.69/43.78	c *43.2s| 25222 |  3297 | 11887 |   0.5 |  41M|2146 |   - |5645 |6986 |5645 | 214 |3261 |2140 |1181 | 0.000000e+00 | 7.900000e+01 |    Inf 
63.09/63.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.09/63.12	c  62.2s| 30000 |  4685 | 34991 |   1.2 |  61M|2146 |   - |5645 |8835 |5645 | 168 |9198 |  10k|1541 | 0.000000e+00 | 7.900000e+01 |    Inf 
66.09/66.14	o 61
66.09/66.14	c *65.2s| 30924 |  3872 | 39598 |   1.3 |  61M|2146 |   - |5645 |9185 |5645 | 256 |  10k|  11k|1573 | 0.000000e+00 | 6.100000e+01 |    Inf 
68.69/68.73	o 58
68.69/68.73	c *67.7s| 31627 |  3791 | 42627 |   1.3 |  62M|2146 |   - |5645 |8727 |5645 | 227 |  10k|  13k|1594 | 0.000000e+00 | 5.800000e+01 |    Inf 
83.99/84.02	o 36
83.99/84.02	c *82.8s| 35756 |  3336 | 67309 |   1.9 |  56M|2146 |   - |5645 |7941 |5645 | 217 |  17k|  18k|1644 | 0.000000e+00 | 3.600000e+01 |    Inf 
92.20/92.29	o 31
92.20/92.29	c *90.9s| 38926 |  3579 | 81604 |   2.1 |  59M|2146 |   - |5645 |7121 |5645 | 213 |  20k|  22k|1724 | 0.000000e+00 | 3.100000e+01 |    Inf 
95.09/95.17	c  93.7s| 40000 |  3616 | 86174 |   2.1 |  60M|2146 |   - |5645 |6777 |   0 |   0 |  20k|  23k|1756 | 0.000000e+00 | 3.100000e+01 |    Inf 
107.10/107.19	o 28
107.10/107.19	c * 106s| 44827 |  3867 |108327 |   2.4 |  63M|2146 |   - |5645 |8273 |5645 | 227 |  25k|  30k|1911 | 0.000000e+00 | 2.800000e+01 |    Inf 
117.70/117.79	o 20
117.70/117.79	c * 116s| 48992 |  3586 |125885 |   2.6 |  61M|2146 |   - |5645 |7410 |5645 | 260 |  29k|  36k|2073 | 0.000000e+00 | 2.000000e+01 |    Inf 
120.09/120.17	c   118s| 50000 |  3593 |129976 |   2.6 |  61M|2146 |   - |5645 |7015 |   0 |   0 |  29k|  37k|2096 | 0.000000e+00 | 2.000000e+01 |    Inf 
129.29/129.31	o 15
129.29/129.31	c * 127s| 54100 |  3337 |147400 |   2.7 |  59M|2146 |   - |5645 |7532 |5645 | 227 |  32k|  43k|2204 | 0.000000e+00 | 1.500000e+01 |    Inf 
129.80/129.83	o 10
129.80/129.83	c * 128s| 54340 |  3106 |148268 |   2.7 |  56M|2146 |   - |5645 |7409 |5645 | 228 |  32k|  43k|2214 | 0.000000e+00 | 1.000000e+01 |    Inf 
129.80/129.86	o 8
129.80/129.86	c * 128s| 54346 |  2887 |148293 |   2.7 |  54M|2146 |   - |5645 |7197 |5645 | 228 |  32k|  43k|2214 | 0.000000e+00 | 8.000000e+00 |    Inf 
129.90/129.90	o 7
129.90/129.90	c * 128s| 54356 |  2788 |148335 |   2.7 |  53M|2146 |   - |5645 |7051 |5645 | 228 |  32k|  43k|2214 | 0.000000e+00 | 7.000000e+00 |    Inf 
140.89/140.94	c   139s| 60000 |  2947 |175822 |   2.9 |  55M|2146 |   1 |5645 |7277 |5645 | 257 |  35k|  51k|2391 | 0.000000e+00 | 7.000000e+00 |    Inf 
150.19/150.26	o 4
150.19/150.26	c * 148s| 64986 |  2719 |197446 |   3.0 |  54M|2146 |   - |5645 |8737 |5645 | 260 |  38k|  57k|2534 | 0.000000e+00 | 4.000000e+00 |    Inf 
159.89/159.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.89/159.94	c   157s| 70000 |  2803 |218946 |   3.1 |  56M|2146 |   - |5645 |9647 |   0 |   0 |  40k|  64k|2619 | 0.000000e+00 | 4.000000e+00 |    Inf 
179.70/179.73	c   177s| 80000 |  2961 |264040 |   3.3 |  58M|2146 |   - |5645 |  10k|   0 |   0 |  44k|  78k|2824 | 0.000000e+00 | 4.000000e+00 |    Inf 
199.40/199.43	c   196s| 90000 |  3045 |308192 |   3.4 |  60M|2146 |   - |5645 |  11k|   0 |   0 |  49k|  92k|3081 | 0.000000e+00 | 4.000000e+00 |    Inf 
219.79/219.80	c   216s|100000 |  3117 |354816 |   3.5 |  61M|2146 |  23 |5645 |  12k|5645 | 276 |  54k| 105k|3290 | 0.000000e+00 | 4.000000e+00 |    Inf 
239.10/239.14	o 3
239.10/239.14	c * 235s|109205 |  3141 |399731 |   3.7 |  63M|2146 |   - |5645 |  14k|5645 | 310 |  58k| 118k|3426 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.90/240.98	c   236s|110000 |  3113 |404142 |   3.7 |  62M|2146 |   - |5645 |  11k|   0 |   0 |  59k| 119k|3457 | 0.000000e+00 | 3.000000e+00 |    Inf 
261.00/261.02	c   256s|120000 |  3067 |451212 |   3.8 |  62M|2146 |   1 |5645 |  11k|5645 | 241 |  64k| 133k|3645 | 0.000000e+00 | 3.000000e+00 |    Inf 
281.40/281.41	c   276s|130000 |  3176 |491134 |   3.8 |  65M|2146 |  11 |5645 |  14k|5645 | 213 |  70k| 147k|3773 | 0.000000e+00 | 3.000000e+00 |    Inf 
302.60/302.64	c   297s|140000 |  3282 |534441 |   3.8 |  67M|2146 |   1 |5645 |  17k|5645 | 268 |  75k| 161k|3901 | 0.000000e+00 | 3.000000e+00 |    Inf 
324.69/324.71	c   319s|150000 |  3407 |582540 |   3.9 |  69M|2146 |   5 |5645 |  19k|5645 | 236 |  81k| 174k|4028 | 0.000000e+00 | 3.000000e+00 |    Inf 
347.70/347.70	c   341s|160000 |  3534 |630555 |   3.9 |  71M|2146 |   8 |5645 |  21k|5645 | 257 |  86k| 188k|4147 | 0.000000e+00 | 3.000000e+00 |    Inf 
371.10/371.13	c   364s|170000 |  3736 |682283 |   4.0 |  72M|2146 |  10 |5645 |  18k|5645 | 259 |  91k| 201k|4321 | 0.000000e+00 | 3.000000e+00 |    Inf 
385.01/385.01	o 2
385.01/385.01	c * 378s|175847 |  3631 |710361 |   4.0 |  72M|2146 |   - |5645 |  20k|5645 | 283 |  94k| 209k|4398 | 0.000000e+00 | 2.000000e+00 |    Inf 
394.70/394.76	c   387s|180000 |  3675 |731183 |   4.1 |  72M|2146 |  16 |5645 |  19k|5645 | 285 |  96k| 215k|4435 | 0.000000e+00 | 2.000000e+00 |    Inf 
418.70/418.71	c   411s|190000 |  3784 |786567 |   4.1 |  74M|2146 |   - |5645 |  18k|   0 |   0 | 100k| 229k|4564 | 0.000000e+00 | 2.000000e+00 |    Inf 
442.40/442.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.40/442.41	c   434s|200000 |  3926 |846720 |   4.2 |  76M|2146 |  18 |5645 |  19k|5645 | 286 | 105k| 242k|4701 | 0.000000e+00 | 2.000000e+00 |    Inf 
464.50/464.51	c   456s|210000 |  4005 |894971 |   4.3 |  79M|2146 |   - |5645 |  22k|   0 |   0 | 110k| 256k|4823 | 0.000000e+00 | 2.000000e+00 |    Inf 
488.70/488.77	c   480s|220000 |  4062 |949415 |   4.3 |  79M|2146 |   7 |5645 |  22k|5645 | 274 | 114k| 270k|4953 | 0.000000e+00 | 2.000000e+00 |    Inf 
514.20/514.28	c   505s|230000 |  4270 |  1005k|   4.4 |  82M|2146 |   - |5645 |  24k|5645 | 304 | 119k| 284k|5045 | 0.000000e+00 | 2.000000e+00 |    Inf 
540.41/540.46	c   530s|240000 |  4355 |  1058k|   4.4 |  84M|2146 |  18 |5645 |  24k|5645 | 335 | 122k| 299k|5159 | 0.000000e+00 | 2.000000e+00 |    Inf 
568.40/568.42	c   557s|250000 |  4529 |  1112k|   4.4 |  86M|2146 |   - |5645 |  26k|   0 |   0 | 126k| 313k|5260 | 0.000000e+00 | 2.000000e+00 |    Inf 
594.40/594.45	c   583s|260000 |  4600 |  1158k|   4.5 |  87M|2146 |   1 |5645 |  25k|5645 | 280 | 130k| 328k|5329 | 0.000000e+00 | 2.000000e+00 |    Inf 
620.71/620.71	c   608s|270000 |  4826 |  1201k|   4.5 |  90M|2146 |  13 |5645 |  28k|5645 | 263 | 134k| 342k|5430 | 0.000000e+00 | 2.000000e+00 |    Inf 
647.91/647.93	c   634s|280000 |  4931 |  1249k|   4.5 |  91M|2146 |   - |5645 |  27k|   0 |   0 | 138k| 357k|5492 | 0.000000e+00 | 2.000000e+00 |    Inf 
675.00/675.02	c   661s|290000 |  5072 |  1296k|   4.5 |  93M|2146 |   - |5645 |  27k|   0 |   0 | 143k| 371k|5586 | 0.000000e+00 | 2.000000e+00 |    Inf 
702.81/702.80	c   688s|300000 |  5190 |  1342k|   4.5 |  95M|2146 |   - |5645 |  29k|   0 |   0 | 147k| 385k|5668 | 0.000000e+00 | 2.000000e+00 |    Inf 
730.91/730.97	c   715s|310000 |  5520 |  1382k|   4.5 |  98M|2146 |   1 |5645 |  30k|5645 | 263 | 152k| 399k|5731 | 0.000000e+00 | 2.000000e+00 |    Inf 
761.22/761.24	c   745s|320000 |  5912 |  1428k|   4.5 | 101M|2146 |   1 |5645 |  31k|5645 | 281 | 157k| 414k|5807 | 0.000000e+00 | 2.000000e+00 |    Inf 
791.51/791.58	c   774s|330000 |  6120 |  1477k|   4.5 | 103M|2146 |   9 |5645 |  31k|5645 | 273 | 162k| 428k|5876 | 0.000000e+00 | 2.000000e+00 |    Inf 
821.71/821.78	c   804s|340000 |  6206 |  1523k|   4.5 | 104M|2146 |   1 |5645 |  29k|5645 | 252 | 166k| 443k|5933 | 0.000000e+00 | 2.000000e+00 |    Inf 
849.61/849.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.61/849.69	c   831s|350000 |  6437 |  1569k|   4.5 | 106M|2146 |   - |5645 |  31k|   0 |   0 | 171k| 458k|6012 | 0.000000e+00 | 2.000000e+00 |    Inf 
877.31/877.32	c   858s|360000 |  6508 |  1612k|   4.5 | 107M|2146 |   - |5645 |  28k|   0 |   0 | 175k| 472k|6074 | 0.000000e+00 | 2.000000e+00 |    Inf 
904.12/904.20	c   884s|370000 |  6498 |  1659k|   4.5 | 107M|2146 |   1 |5645 |  26k|5645 | 281 | 180k| 487k|6123 | 0.000000e+00 | 2.000000e+00 |    Inf 
931.12/931.16	c   910s|380000 |  6549 |  1706k|   4.5 | 108M|2146 |   - |5645 |  28k|5645 | 272 | 185k| 502k|6195 | 0.000000e+00 | 2.000000e+00 |    Inf 
958.62/958.65	c   937s|390000 |  6445 |  1756k|   4.5 | 107M|2146 |   - |5645 |  25k|   0 |   0 | 189k| 517k|6273 | 0.000000e+00 | 2.000000e+00 |    Inf 
984.53/984.59	c   962s|400000 |  6469 |  1800k|   4.5 | 108M|2146 |   5 |5645 |  24k|5645 | 256 | 193k| 532k|6327 | 0.000000e+00 | 2.000000e+00 |    Inf 
1010.71/1010.72	c   988s|410000 |  6507 |  1845k|   4.5 | 109M|2146 |   - |5645 |  25k|   0 |   0 | 197k| 547k|6375 | 0.000000e+00 | 2.000000e+00 |    Inf 
1036.32/1036.30	c  1012s|420000 |  6500 |  1891k|   4.5 | 110M|2146 |   - |5645 |  24k|   0 |   0 | 202k| 563k|6457 | 0.000000e+00 | 2.000000e+00 |    Inf 
1062.92/1062.94	c  1038s|430000 |  6516 |  1943k|   4.5 | 111M|2146 |  14 |5645 |  25k|5645 | 318 | 205k| 578k|6532 | 0.000000e+00 | 2.000000e+00 |    Inf 
1088.22/1088.21	c  1063s|440000 |  6496 |  1991k|   4.5 | 110M|2146 |   1 |5645 |  21k|5645 | 291 | 209k| 593k|6647 | 0.000000e+00 | 2.000000e+00 |    Inf 
1112.62/1112.68	c  1087s|450000 |  6486 |  2039k|   4.5 | 111M|2146 |   - |5645 |  22k|   0 |   0 | 214k| 609k|6684 | 0.000000e+00 | 2.000000e+00 |    Inf 
1137.92/1137.97	c  1111s|460000 |  6456 |  2085k|   4.5 | 111M|2146 |   1 |5645 |  22k|5645 | 278 | 218k| 624k|6738 | 0.000000e+00 | 2.000000e+00 |    Inf 
1163.32/1163.31	c  1136s|470000 |  6501 |  2135k|   4.5 | 112M|2146 |   - |5645 |  23k|   0 |   0 | 222k| 638k|6792 | 0.000000e+00 | 2.000000e+00 |    Inf 
1188.92/1188.95	c  1160s|480000 |  6456 |  2188k|   4.6 | 112M|2146 |   8 |5645 |  21k|5645 | 276 | 226k| 653k|6865 | 0.000000e+00 | 2.000000e+00 |    Inf 
1214.02/1214.04	c  1185s|490000 |  6467 |  2235k|   4.6 | 113M|2146 |   - |5645 |  23k|   0 |   0 | 230k| 667k|6935 | 0.000000e+00 | 2.000000e+00 |    Inf 
1239.02/1239.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1239.02/1239.07	c  1209s|500000 |  6464 |  2280k|   4.6 | 113M|2146 |   - |5645 |  22k|   0 |   0 | 234k| 682k|7038 | 0.000000e+00 | 2.000000e+00 |    Inf 
1263.62/1263.64	c  1233s|510000 |  6377 |  2330k|   4.6 | 113M|2146 |   1 |5645 |  20k|5645 | 252 | 238k| 697k|7082 | 0.000000e+00 | 2.000000e+00 |    Inf 
1288.03/1288.07	c  1256s|520000 |  6489 |  2373k|   4.6 | 114M|2146 |   - |5645 |  21k|   0 |   0 | 242k| 712k|7138 | 0.000000e+00 | 2.000000e+00 |    Inf 
1313.02/1313.03	c  1281s|530000 |  6457 |  2416k|   4.6 | 114M|2146 |  12 |5645 |  22k|5645 | 205 | 246k| 726k|7193 | 0.000000e+00 | 2.000000e+00 |    Inf 
1337.92/1337.97	c  1305s|540000 |  6147 |  2468k|   4.6 | 111M|2146 |   1 |5645 |  19k|5645 | 290 | 250k| 741k|7342 | 0.000000e+00 | 2.000000e+00 |    Inf 
1361.73/1361.80	c  1328s|550000 |  6129 |  2513k|   4.6 | 111M|2146 |  17 |5645 |  20k|5645 | 286 | 255k| 755k|7382 | 0.000000e+00 | 2.000000e+00 |    Inf 
1387.32/1387.36	c  1353s|560000 |  6170 |  2561k|   4.6 | 113M|2146 |   1 |5645 |  22k|5645 | 277 | 259k| 770k|7431 | 0.000000e+00 | 2.000000e+00 |    Inf 
1414.33/1414.35	c  1379s|570000 |  6243 |  2609k|   4.6 | 114M|2146 |   - |5645 |  24k|   0 |   0 | 264k| 784k|7480 | 0.000000e+00 | 2.000000e+00 |    Inf 
1440.23/1440.25	c  1404s|580000 |  6124 |  2654k|   4.6 | 112M|2146 |   6 |5645 |  19k|5645 | 282 | 268k| 798k|7656 | 0.000000e+00 | 2.000000e+00 |    Inf 
1464.43/1464.48	c  1427s|590000 |  5988 |  2698k|   4.6 | 110M|2146 |   6 |5645 |  19k|5645 | 296 | 273k| 812k|7663 | 0.000000e+00 | 2.000000e+00 |    Inf 
1488.03/1488.07	c  1450s|600000 |  5804 |  2741k|   4.6 | 108M|2146 |   7 |5645 |  16k|5645 | 272 | 278k| 826k|8284 | 0.000000e+00 | 2.000000e+00 |    Inf 
1511.23/1511.20	c  1472s|610000 |  5444 |  2788k|   4.6 | 104M|2146 |   1 |5645 |  16k|5645 | 195 | 283k| 840k|8304 | 0.000000e+00 | 2.000000e+00 |    Inf 
1534.33/1534.34	c  1495s|620000 |  5211 |  2833k|   4.6 | 102M|2146 |   - |5645 |  18k|   0 |   0 | 288k| 854k|8311 | 0.000000e+00 | 2.000000e+00 |    Inf 
1558.33/1558.36	c  1518s|630000 |  4776 |  2877k|   4.6 |  96M|2146 |   - |5645 |  17k|   0 |   0 | 293k| 869k|8311 | 0.000000e+00 | 2.000000e+00 |    Inf 
1581.13/1581.19	c  1540s|640000 |  4469 |  2919k|   4.6 |  92M|2146 |  16 |5645 |  16k|5645 | 282 | 296k| 883k|8317 | 0.000000e+00 | 2.000000e+00 |    Inf 
1604.53/1604.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1604.53/1604.54	c  1563s|650000 |  4220 |  2965k|   4.6 |  88M|2146 |   - |5645 |  16k|   0 |   0 | 300k| 898k|8364 | 0.000000e+00 | 2.000000e+00 |    Inf 
1627.03/1627.03	c  1584s|660000 |  3933 |  3006k|   4.6 |  85M|2146 |   1 |5645 |  16k|5645 | 274 | 304k| 912k|8440 | 0.000000e+00 | 2.000000e+00 |    Inf 
1649.73/1649.79	c  1606s|670000 |  3822 |  3050k|   4.6 |  85M|2146 |   - |5645 |  17k|   0 |   0 | 308k| 926k|8472 | 0.000000e+00 | 2.000000e+00 |    Inf 
1673.74/1673.70	c  1630s|680000 |  3483 |  3099k|   4.6 |  79M|2146 |   1 |5645 |  15k|5645 | 263 | 313k| 940k|8522 | 0.000000e+00 | 2.000000e+00 |    Inf 
1696.63/1696.66	c  1652s|690000 |  3252 |  3142k|   4.6 |  76M|2146 |   1 |5645 |  14k|5645 | 208 | 318k| 954k|8684 | 0.000000e+00 | 2.000000e+00 |    Inf 
1719.14/1719.15	c  1673s|700000 |  3402 |  3181k|   4.5 |  79M|2146 |   5 |5645 |  18k|5645 | 256 | 323k| 967k|8769 | 0.000000e+00 | 2.000000e+00 |    Inf 
1742.93/1742.97	c  1696s|710000 |  3535 |  3220k|   4.5 |  81M|2146 |   - |5645 |  19k|   0 |   0 | 328k| 981k|8771 | 0.000000e+00 | 2.000000e+00 |    Inf 
1766.44/1766.46	c  1719s|720000 |  3562 |  3259k|   4.5 |  82M|2146 |   1 |5645 |  20k|5645 | 258 | 333k| 995k|8796 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.64/1790.60	c  1742s|730000 |  3607 |  3300k|   4.5 |  84M|2146 |   6 |5645 |  22k|5645 | 260 | 337k|1010k|8831 | 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) : 1751.61
1800.04/1800.00	c Solving Nodes      : 733687
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (301 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.06	s SATISFIABLE
1800.04/1800.06	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.06	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.06	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.06	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.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.06	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.04/1800.06	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.06	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.04/1800.06	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.04/1800.06	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.06	v x1 
1800.04/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.06	c Solving Time       :    1751.61
1800.04/1800.06	c Original Problem   :
1800.04/1800.06	c   Problem name     : HOME/instance-2693040-1277929962.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.06	c Presolved Problem  :
1800.04/1800.06	c   Problem name     : t_HOME/instance-2693040-1277929962.wbo
1800.04/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.06	c   Constraints      : 5414 initial, 32270 maximal
1800.04/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.04/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.06	c   root node        :          -       2676          -          -       5352          -          -          -          -
1800.04/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.06	c   integral         :          0          0          0     458053          0         22        927          0          0     772934
1800.04/1800.06	c   indicator        :       2707          0    3497590      69125          0        159    1950338          0          0          0
1800.04/1800.06	c   linear           :       2707          6    3705418      70794          0     311456   17110331     338754          0          0
1800.04/1800.06	c   logicor          :          0+         0    1229015          0          0      39947    1404552          0          0          0
1800.04/1800.06	c   bounddisjunction :          0+         0       1868          0          0          0          6          0          0          0
1800.04/1800.06	c   countsols        :          0          0          0      27267          0          0          0          0          0          0
1800.04/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.06	c   integral         :      15.97       0.00       0.00      15.97       0.00
1800.04/1800.06	c   indicator        :      12.17       0.01       6.91       5.25       0.00
1800.04/1800.06	c   linear           :     219.20       0.00     211.99       7.21       0.00
1800.04/1800.06	c   logicor          :     290.69       0.00     290.69       0.00       0.00
1800.04/1800.06	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.06	c   vbounds          :       0.30          2          0          0
1800.04/1800.06	c   rootredcost      :       0.14         18          0       2676
1800.04/1800.06	c   pseudoobj        :     184.48    3709088       3475    1214952
1800.04/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.06	c   propagation      :      21.11     354878     354731    2208001       30.2      15809       19.8          -
1800.04/1800.06	c   infeasible LP    :      10.03      25514      25514     199526       44.9        502       17.1          0
1800.04/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.06	c   pseudo solution  :       0.02         63         63        280       16.4         31        4.7          -
1800.04/1800.06	c   applied globally :          -          -          -    1015226       24.8          -          -          -
1800.04/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.06	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.06	c   redcost          :      33.94     461880          0     687952          0          0
1800.04/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.06	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.06	c   cmir             :       0.02          4          0          0          1          0
1800.04/1800.06	c   flowcover        :       0.03          4          0          0          2          0
1800.04/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.06	c Pricers            :       Time      Calls       Vars
1800.04/1800.06	c   problem variables:       0.00          0          0
1800.04/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.06	c   relpscost        :      15.70     387243         22        927          0          0     772934
1800.04/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   inference        :       5.06      27249          0          0          0          0      54498
1800.04/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.06	c   LP solutions     :       0.07          -         18
1800.04/1800.06	c   pseudo solutions :       0.00          -          0
1800.04/1800.06	c   feaspump         :       0.03          0          0
1800.04/1800.06	c   oneopt           :       0.20         18          0
1800.04/1800.06	c   intshifting      :       0.03          4          0
1800.04/1800.06	c   guideddiving     :       0.07         16          0
1800.04/1800.06	c   pscostdiving     :       0.05         31          0
1800.04/1800.06	c   fracdiving       :       0.05         31          0
1800.04/1800.06	c   veclendiving     :       0.07         31          0
1800.04/1800.06	c   linesearchdiving :       0.05         31          0
1800.04/1800.06	c   coefdiving       :       0.06         31          0
1800.04/1800.06	c   rootsoldiving    :       0.04         29          0
1800.04/1800.06	c   objpscostdiving  :       0.04         30          0
1800.04/1800.06	c   crossover        :       1.33         38          4
1800.04/1800.06	c   trivial          :       0.09          2          2
1800.04/1800.06	c   simplerounding   :       0.63     387857          0
1800.04/1800.06	c   zirounding       :       0.73       1000          0
1800.04/1800.06	c   rounding         :       2.75       8754          0
1800.04/1800.06	c   shifting         :       1.49       2724          0
1800.04/1800.06	c   twoopt           :       0.00          0          0
1800.04/1800.06	c   fixandinfer      :       0.00          0          0
1800.04/1800.06	c   intdiving        :       0.00          0          0
1800.04/1800.06	c   actconsdiving    :       0.00          0          0
1800.04/1800.06	c   octane           :       0.00          0          0
1800.04/1800.06	c   rens             :       0.02          1          0
1800.04/1800.06	c   rins             :       0.00          0          0
1800.04/1800.06	c   localbranching   :       0.00          0          0
1800.04/1800.06	c   mutation         :       0.00          0          0
1800.04/1800.06	c   dins             :       0.00          0          0
1800.04/1800.06	c   undercover       :       0.00          0          0
1800.04/1800.06	c   nlp              :       0.01          0          0
1800.04/1800.06	c   trysol           :       3.48       7944        277
1800.04/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.06	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.06	c   dual LP          :     452.82     456709    3316312       7.26    7323.69
1800.04/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.06	c   diving/probing LP:       0.08         63        637      10.11    7962.50
1800.04/1800.06	c   strong branching :      12.23       8853     107489      12.14    8788.96
1800.04/1800.06	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.06	c B&B Tree           :
1800.04/1800.06	c   number of runs   :          1
1800.04/1800.06	c   nodes            :     733687
1800.04/1800.06	c   nodes (total)    :     733687
1800.04/1800.06	c   nodes left       :       3585
1800.04/1800.06	c   max depth        :       2146
1800.04/1800.06	c   max depth (total):       2146
1800.04/1800.06	c   backtracks       :      77221 (10.5%)
1800.04/1800.06	c   delayed cutoffs  :      64272
1800.04/1800.06	c   repropagations   :    1685341 (3983570 domain reductions, 60630 cutoffs)
1800.04/1800.06	c   avg switch length:       6.26
1800.04/1800.06	c   switching time   :     277.82
1800.04/1800.06	c Solution           :
1800.04/1800.06	c   Solutions found  :        301 (19 improvements)
1800.04/1800.06	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.06	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 175847 nodes, 377.75 seconds, depth 32, found by <relaxation>)
1800.04/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.06	c   Gap              :   infinite
1800.04/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.06	c   Root Iterations  :        183
1800.14/1800.19	c Time complete: 1800.22.

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-2693040-1277929962/watcher-2693040-1277929962 -o /tmp/evaluation-result-2693040-1277929962/solver-2693040-1277929962 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693040-1277929962.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.81 2.84 2.54 4/196 16947
/proc/meminfo: memFree=31291080/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=11304 CPUtime=0
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1757 0 0 0 0 0 0 0 25 0 1 0 134292975 11575296 1678 4089446400 4194304 9819077 140737044873968 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16947/statm: 2826 1678 392 1374 0 1447 0

[startup+0.0312479 s]
/proc/loadavg: 2.81 2.84 2.54 4/196 16947
/proc/meminfo: memFree=31291080/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=18164 CPUtime=0.02
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3482 0 0 0 2 0 0 0 25 0 1 0 134292975 18599936 3403 4089446400 4194304 9819077 140737044873968 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16947/statm: 4541 3403 392 1374 0 3162 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18164

[startup+0.100234 s]
/proc/loadavg: 2.81 2.84 2.54 4/196 16947
/proc/meminfo: memFree=31291080/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=36400 CPUtime=0.08
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 8122 0 0 0 8 0 0 0 25 0 1 0 134292975 37273600 7689 4089446400 4194304 9819077 140737044873968 18446744073709551615 8678909 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36400

[startup+0.300197 s]
/proc/loadavg: 2.81 2.84 2.54 4/196 16947
/proc/meminfo: memFree=31291080/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=45704 CPUtime=0.28
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 10809 0 0 0 27 1 0 0 25 0 1 0 134292975 46800896 9809 4089446400 4194304 9819077 140737044873968 18446744073709551615 5734248 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 11426 9809 672 1374 0 10047 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45704

[startup+0.700188 s]
/proc/loadavg: 2.81 2.84 2.54 4/196 16947
/proc/meminfo: memFree=31291080/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=47228 CPUtime=0.69
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 26013 0 0 0 64 5 0 0 25 0 1 0 134292975 48361472 9997 4089446400 4194304 9819077 140737044873968 18446744073709551615 7289994 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 11807 9997 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50104 s]
/proc/loadavg: 2.81 2.84 2.54 3/197 16948
/proc/meminfo: memFree=31252880/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=48404 CPUtime=1.49
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 36530 0 0 0 142 7 0 0 25 0 1 0 134292975 49565696 10374 4089446400 4194304 9819077 140737044873968 18446744073709551615 5234248 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 12101 10374 700 1374 0 10722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48404

[startup+3.1007 s]
/proc/loadavg: 2.75 2.83 2.54 3/197 16948
/proc/meminfo: memFree=31249780/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=53792 CPUtime=3.08
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 47404 0 0 0 300 8 0 0 25 0 1 0 134292975 55083008 11748 4089446400 4194304 9819077 140737044873968 18446744073709551615 5893865 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 13448 11748 700 1374 0 12069 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53792

[startup+6.30013 s]
/proc/loadavg: 2.75 2.83 2.54 3/197 16948
/proc/meminfo: memFree=31244460/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=56120 CPUtime=6.28
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 53379 0 0 0 617 11 0 0 25 0 1 0 134292975 57466880 12621 4089446400 4194304 9819077 140737044873968 18446744073709551615 8494816 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 14030 12621 700 1374 0 12651 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56120

[startup+12.701 s]
/proc/loadavg: 2.63 2.80 2.53 3/197 16948
/proc/meminfo: memFree=31235344/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=66220 CPUtime=12.69
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 62221 0 0 0 1251 18 0 0 25 0 1 0 134292975 67809280 14861 4089446400 4194304 9819077 140737044873968 18446744073709551615 4436346 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 16555 14861 700 1374 0 15176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66220

[startup+25.5007 s]
/proc/loadavg: 2.53 2.77 2.53 3/197 16949
/proc/meminfo: memFree=31217776/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=83992 CPUtime=25.49
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 86510 0 0 0 2517 32 0 0 25 0 1 0 134292975 86007808 19458 4089446400 4194304 9819077 140737044873968 18446744073709551615 4827071 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 20998 19458 700 1374 0 19619 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83992

[startup+51.1002 s]
/proc/loadavg: 2.35 2.71 2.51 3/197 16949
/proc/meminfo: memFree=31172748/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=129004 CPUtime=51.09
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 182944 0 0 0 5040 69 0 0 25 0 1 0 134292975 132100096 30547 4089446400 4194304 9819077 140737044873968 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 32251 30547 713 1374 0 30872 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129004

[startup+102.306 s]
/proc/loadavg: 2.14 2.59 2.48 3/197 16951
/proc/meminfo: memFree=31099024/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=205524 CPUtime=102.29
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 369588 0 0 0 10073 156 0 0 25 0 1 0 134292975 210456576 48628 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 51381 48628 716 1374 0 50002 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 205524

[startup+162.3 s]
/proc/loadavg: 2.05 2.49 2.45 3/197 16952
/proc/meminfo: memFree=31081620/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=224380 CPUtime=162.29
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 621290 0 0 0 15944 285 0 0 25 0 1 0 134292975 229765120 52952 4089446400 4194304 9819077 140737044873968 18446744073709551615 7815949 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 56095 52952 725 1374 0 54716 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 224380

[startup+222.301 s]
/proc/loadavg: 2.02 2.39 2.42 3/197 16953
/proc/meminfo: memFree=31075488/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=230016 CPUtime=222.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 816459 0 0 0 21822 408 0 0 25 0 1 0 134292975 235536384 54418 4089446400 4194304 9819077 140737044873968 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 57504 54418 725 1374 0 56125 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 230016

[startup+282.3 s]
/proc/loadavg: 2.00 2.32 2.39 3/197 16955
/proc/meminfo: memFree=31073296/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=232144 CPUtime=282.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 989327 0 0 0 27701 529 0 0 25 0 1 0 134292975 237715456 54970 4089446400 4194304 9819077 140737044873968 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 58036 54970 725 1374 0 56657 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 232144

[startup+342.301 s]
/proc/loadavg: 2.05 2.27 2.36 3/197 16957
/proc/meminfo: memFree=31068136/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=237260 CPUtime=342.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1147268 0 0 0 33588 642 0 0 25 0 1 0 134292975 242954240 56257 4089446400 4194304 9819077 140737044873968 18446744073709551615 6690538 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 59315 56257 725 1374 0 57936 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 237260

[startup+402.301 s]
/proc/loadavg: 2.02 2.22 2.34 3/197 16959
/proc/meminfo: memFree=31063236/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=242164 CPUtime=402.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1320424 0 0 0 39475 755 0 0 25 0 1 0 134292975 247975936 57441 4089446400 4194304 9819077 140737044873968 18446744073709551615 6590497 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 60541 57441 725 1374 0 59162 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 242164

[startup+462.3 s]
/proc/loadavg: 2.00 2.18 2.32 3/197 16960
/proc/meminfo: memFree=31055740/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=249780 CPUtime=462.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1451132 0 0 0 45372 858 0 0 25 0 1 0 134292975 255774720 59404 4089446400 4194304 9819077 140737044873968 18446744073709551615 4221002 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16947/statm: 62445 59404 741 1374 0 61066 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 249780

[startup+522.301 s]
/proc/loadavg: 2.00 2.14 2.30 3/179 16989
/proc/meminfo: memFree=31092616/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=252496 CPUtime=522.3
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1581681 0 0 0 51238 992 0 0 25 0 1 0 134292975 258555904 60231 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 63124 60231 740 1374 0 61745 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 252496

[startup+582.301 s]
/proc/loadavg: 2.00 2.11 2.27 3/179 16991
/proc/meminfo: memFree=31011512/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=256440 CPUtime=582.31
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1669358 0 0 0 57074 1157 0 0 25 0 1 0 134292975 262594560 61196 4089446400 4194304 9819077 140737044873968 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 64110 61196 740 1374 0 62731 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 256440

[startup+642.3 s]
/proc/loadavg: 2.00 2.09 2.25 4/179 16993
/proc/meminfo: memFree=30984188/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=260892 CPUtime=642.31
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 1764167 0 0 0 62901 1330 0 0 25 0 1 0 134292975 267153408 62152 4089446400 4194304 9819077 140737044873968 18446744073709551615 6699019 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 65223 62152 740 1374 0 63844 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 260892

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.07 2.05 2.19 3/179 16999
/proc/meminfo: memFree=30939140/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=275888 CPUtime=882.31
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2092806 0 0 0 86287 1944 0 0 25 0 1 0 134292975 282509312 65947 4089446400 4194304 9819077 140737044873968 18446744073709551615 6584130 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 68972 65947 740 1374 0 67593 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 275888

[startup+942.3 s]
/proc/loadavg: 2.03 2.04 2.17 3/179 17001
/proc/meminfo: memFree=30930056/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=277656 CPUtime=942.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2172171 0 0 0 92119 2113 0 0 25 0 1 0 134292975 284319744 66411 4089446400 4194304 9819077 140737044873968 18446744073709551615 4210453 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 69414 66411 740 1374 0 68035 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 277656

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.16 3/179 17003
/proc/meminfo: memFree=30926672/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=279712 CPUtime=1002.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2240220 0 0 0 97952 2280 0 0 25 0 1 0 134292975 286425088 66961 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 69928 66961 740 1374 0 68549 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 279712

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 17004
/proc/meminfo: memFree=30925144/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=281004 CPUtime=1062.31
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2322200 0 0 0 103768 2463 0 0 25 0 1 0 134292975 287748096 67193 4089446400 4194304 9819077 140737044873968 18446744073709551615 6171209 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 70251 67193 740 1374 0 68872 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 281004

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17005
/proc/meminfo: memFree=30920268/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=283920 CPUtime=1122.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2430293 0 0 0 109589 2643 0 0 25 0 1 0 134292975 290734080 67879 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 70980 67879 740 1374 0 69601 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 283920

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 17007
/proc/meminfo: memFree=30918612/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=284096 CPUtime=1182.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2535901 0 0 0 115408 2824 0 0 25 0 1 0 134292975 290914304 67956 4089446400 4194304 9819077 140737044873968 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 71069 67957 740 1374 0 69690 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 284096

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 17009
/proc/meminfo: memFree=30914596/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=286460 CPUtime=1242.33
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2645154 0 0 0 121220 3013 0 0 25 0 1 0 134292975 293335040 68507 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 71615 68507 740 1374 0 70236 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 286460

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 17011
/proc/meminfo: memFree=30912944/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=287332 CPUtime=1302.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2746436 0 0 0 127034 3198 0 0 25 0 1 0 134292975 294227968 68680 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 71833 68680 740 1374 0 70454 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 287332

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17012
/proc/meminfo: memFree=30910668/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=287712 CPUtime=1362.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2859679 0 0 0 132838 3394 0 0 25 0 1 0 134292975 294617088 68732 4089446400 4194304 9819077 140737044873968 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 71928 68732 740 1374 0 70549 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 287712

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17013
/proc/meminfo: memFree=30908528/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=288636 CPUtime=1422.33
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 2971520 0 0 0 138660 3573 0 0 25 0 1 0 134292975 295563264 69016 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72159 69016 740 1374 0 70780 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 288636

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.08 3/179 17015
/proc/meminfo: memFree=30906256/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290004 CPUtime=1482.32
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3107478 0 0 0 144454 3778 0 0 25 0 1 0 134292975 296964096 69403 4089446400 4194304 9819077 140737044873968 18446744073709551615 6361878 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72501 69403 740 1374 0 71122 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 290004

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.08 3/179 17017
/proc/meminfo: memFree=30905964/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290196 CPUtime=1542.33
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3220326 0 0 0 150247 3986 0 0 25 0 1 0 134292975 297160704 69442 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72549 69442 740 1374 0 71170 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 290196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17019
/proc/meminfo: memFree=30905556/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290196 CPUtime=1602.33
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3320982 0 0 0 156059 4174 0 0 25 0 1 0 134292975 297160704 69449 4089446400 4194304 9819077 140737044873968 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72549 69449 740 1374 0 71170 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 290196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17020
/proc/meminfo: memFree=30905144/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290376 CPUtime=1662.34
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3434809 0 0 0 161851 4383 0 0 25 0 1 0 134292975 297345024 69456 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72594 69456 740 1374 0 71215 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 290376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17030
/proc/meminfo: memFree=30903600/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290196 CPUtime=1722.34
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3546060 0 0 0 167649 4585 0 0 25 0 1 0 134292975 297160704 69460 4089446400 4194304 9819077 140737044873968 18446744073709551615 6723464 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72549 69460 740 1374 0 71170 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 290196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17032
/proc/meminfo: memFree=30903048/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290200 CPUtime=1782.33
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3640035 0 0 0 173449 4784 0 0 25 0 1 0 134292975 297164800 69460 4089446400 4194304 9819077 140737044873968 18446744073709551615 8678903 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72550 69460 740 1374 0 71171 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 290200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17033
/proc/meminfo: memFree=30903036/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=290200 CPUtime=1800.04
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3668895 0 0 0 175164 4840 0 0 25 0 1 0 134292975 297164800 69460 4089446400 4194304 9819077 140737044873968 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16947/statm: 72550 69460 740 1374 0 71171 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 290200

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17033
/proc/meminfo: memFree=30903036/32950928 swapFree=67111528/67111528
[pid=16947] ppid=16945 vsize=285080 CPUtime=1800.14
/proc/16947/stat : 16947 (pbscip.linux.x8) R 16945 16947 16559 0 -1 4202496 3668897 0 0 0 175174 4840 0 0 25 0 1 0 134292975 291921920 68182 4089446400 4194304 9819077 140737044873968 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16947/statm: 71270 68182 741 1374 0 69891 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 285080

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.24
CPU user time (s): 1751.82
CPU system time (s): 48.4196
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 291576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.82
system time used= 48.4196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3668915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2487

runsolver used 2.97055 second user time and 6.74697 second system time

The end

Launcher Data

Begin job on node123 at 2010-06-30 22:32:42
IDJOB=2693040
IDBENCH=79302
IDSOLVER=1205
FILE ID=node123/2693040-1277929962
PBS_JOBID= 11197367
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693040-1277929962/watcher-2693040-1277929962 -o /tmp/evaluation-result-2693040-1277929962/solver-2693040-1277929962 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693040-1277929962.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b818ef86615e3f5ee29c4c2fadd6f1fe
RANDOM SEED=204852183

node123.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.804
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.60
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.804
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	: 5294.59
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.804
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.804
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.75
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.804
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.804
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.71
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.804
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.804
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:     32950928 kB
MemFree:      31291732 kB
Buffers:        217188 kB
Cached:        1113204 kB
SwapCached:          0 kB
Active:         702880 kB
Inactive:       812712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31291732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6296 kB
Writeback:           0 kB
AnonPages:      185260 kB
Mapped:          20284 kB
Slab:            80652 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1654860 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= 74200 MiB
End job on node123 at 2010-06-30 23:02:44