Trace number 2693034

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.75 1800.7

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark89.6814
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2693034-1277929767.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 137244
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.372440e+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.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	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.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.372440e+05 |    Inf 
7.09/7.16	o 377
7.09/7.16	c * 6.9s|  4152 |  3949 |  3978 |   0.9 |  33M|2680 |   - |5645 |5414 |5645 | 236 |1216 |   0 | 644 | 0.000000e+00 | 3.770000e+02 |    Inf 
15.49/15.57	c  15.1s| 10000 |  9788 |  5472 |   0.5 |  47M|2680 |   0 |5645 |5439 |5645 | 203 |1652 |  25 | 774 | 0.000000e+00 | 3.770000e+02 |    Inf 
20.19/20.23	o 352
20.19/20.23	c *19.6s| 12346 | 11488 |  7860 |   0.6 |  53M|2680 |   - |5645 |6210 |5645 | 225 |2415 | 796 | 834 | 0.000000e+00 | 3.520000e+02 |    Inf 
20.39/20.41	o 351
20.39/20.41	c *19.8s| 12406 | 11512 |  7975 |   0.6 |  53M|2680 |   - |5645 |6270 |5645 | 227 |2438 | 856 | 834 | 0.000000e+00 | 3.510000e+02 |    Inf 
20.69/20.76	o 350
20.69/20.76	c *20.1s| 12529 | 11594 |  8189 |   0.6 |  54M|2680 |   - |5645 |6359 |5645 | 251 |2518 | 945 | 847 | 0.000000e+00 | 3.500000e+02 |    Inf 
27.89/27.91	o 323
27.89/27.91	c *27.1s| 15438 | 12911 | 12944 |   0.8 |  60M|2680 |   - |5645 |7717 |5645 | 248 |3980 |2303 | 980 | 0.000000e+00 | 3.230000e+02 |    Inf 
32.09/32.11	o 312
32.09/32.11	c *31.1s| 16907 | 13663 | 17071 |   1.0 |  64M|2680 |   - |5645 |8593 |5645 | 229 |5323 |3239 |1097 | 0.000000e+00 | 3.120000e+02 |    Inf 
32.09/32.11	o 307
32.09/32.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.09/32.11	c *31.1s| 16908 | 13486 | 17071 |   1.0 |  63M|2680 |   - |5645 |8593 |5645 | 229 |5323 |3239 |1097 | 0.000000e+00 | 3.070000e+02 |    Inf 
36.59/36.63	o 274
36.59/36.63	c *35.5s| 18630 | 13823 | 21608 |   1.2 |  64M|2680 |   - |5645 |9434 |5645 | 234 |6730 |4208 |1169 | 0.000000e+00 | 2.740000e+02 |    Inf 
38.19/38.22	o 261
38.19/38.22	c *37.0s| 19302 | 13924 | 22448 |   1.2 |  64M|2680 |   - |5645 |9713 |5645 | 226 |6969 |4594 |1175 | 0.000000e+00 | 2.610000e+02 |    Inf 
38.19/38.23	o 250
38.19/38.23	c *37.1s| 19303 | 13622 | 22448 |   1.2 |  62M|2680 |   - |5645 |9713 |5645 | 226 |6969 |4594 |1175 | 0.000000e+00 | 2.500000e+02 |    Inf 
39.79/39.81	c  38.6s| 20000 | 14225 | 23284 |   1.2 |  65M|2680 |   0 |5645 |9859 |5645 | 239 |7281 |4886 |1226 | 0.000000e+00 | 2.500000e+02 |    Inf 
44.89/44.97	o 217
44.89/44.97	c *43.6s| 22167 | 14504 | 26654 |   1.2 |  66M|2680 |   - |5645 |  10k|5645 | 234 |8343 |6030 |1267 | 0.000000e+00 | 2.170000e+02 |    Inf 
49.69/49.78	o 204
49.69/49.78	c *48.3s| 23894 | 15025 | 31673 |   1.3 |  69M|2680 |   - |5645 |9492 |5645 | 252 |  10k|6914 |1340 | 0.000000e+00 | 2.040000e+02 |    Inf 
50.39/50.43	o 179
50.39/50.43	c *48.9s| 24094 | 13569 | 32632 |   1.3 |  65M|2680 |   - |5645 |9438 |5645 | 263 |  10k|7027 |1352 | 0.000000e+00 | 1.790000e+02 |    Inf 
50.79/50.84	o 171
50.79/50.84	c *49.3s| 24268 | 13083 | 32968 |   1.4 |  64M|2680 |   - |5645 |9385 |5645 | 254 |  10k|7063 |1352 | 0.000000e+00 | 1.710000e+02 |    Inf 
51.20/51.21	o 169
51.20/51.21	c *49.7s| 24379 | 13006 | 33535 |   1.4 |  64M|2680 |   - |5645 |9324 |5645 | 295 |  10k|7123 |1352 | 0.000000e+00 | 1.690000e+02 |    Inf 
51.20/51.21	o 158
51.20/51.21	c *49.7s| 24380 | 12118 | 33535 |   1.4 |  61M|2680 |   - |5645 |9324 |5645 | 295 |  10k|7123 |1352 | 0.000000e+00 | 1.580000e+02 |    Inf 
51.39/51.49	o 149
51.39/51.49	c *50.0s| 24540 | 11367 | 33978 |   1.4 |  59M|2680 |   - |5645 |9275 |5645 | 267 |  10k|7137 |1358 | 0.000000e+00 | 1.490000e+02 |    Inf 
57.70/57.76	o 146
57.70/57.76	c *56.0s| 26193 | 11939 | 42298 |   1.6 |  68M|2680 |   - |5645 |7107 |5645 | 266 |  13k|8648 |1478 | 0.000000e+00 | 1.460000e+02 |    Inf 
57.70/57.77	o 145
57.70/57.77	c *56.0s| 26194 | 11859 | 42299 |   1.6 |  67M|2680 |   - |5645 |7107 |5645 | 266 |  13k|8648 |1478 | 0.000000e+00 | 1.450000e+02 |    Inf 
62.79/62.88	o 124
62.79/62.88	c *61.0s| 27707 | 10662 | 50058 |   1.8 |  68M|2680 |   - |5645 |7169 |5645 | 263 |  15k|9729 |1534 | 0.000000e+00 | 1.240000e+02 |    Inf 
62.89/62.96	o 123
62.89/62.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.89/62.96	c *61.1s| 27720 | 10598 | 50267 |   1.8 |  68M|2680 |   - |5645 |7160 |5645 | 273 |  15k|9732 |1536 | 0.000000e+00 | 1.230000e+02 |    Inf 
62.99/63.05	o 109
62.99/63.05	c *61.2s| 27762 |  9329 | 50410 |   1.8 |  64M|2680 |   - |5645 |7152 |5645 | 237 |  15k|9743 |1536 | 0.000000e+00 | 1.090000e+02 |    Inf 
64.69/64.77	o 80
64.69/64.77	c *62.9s| 28326 |  6149 | 52630 |   1.9 |  53M|2680 |   - |5645 |7252 |5645 | 245 |  16k|  10k|1540 | 0.000000e+00 | 8.000000e+01 |    Inf 
64.69/64.78	o 76
64.69/64.78	c *62.9s| 28327 |  5391 | 52630 |   1.9 |  50M|2680 |   - |5645 |7252 |5645 | 245 |  16k|  10k|1540 | 0.000000e+00 | 7.600000e+01 |    Inf 
70.99/71.08	c  68.9s| 30000 |  5816 | 61011 |   2.0 |  56M|2680 |   - |5645 |6592 |   0 |   0 |  18k|  12k|1597 | 0.000000e+00 | 7.600000e+01 |    Inf 
102.49/102.59	o 71
102.49/102.59	c *99.5s| 38842 |  7748 |105165 |   2.7 |  84M|2680 |   - |5645 |7212 |5645 | 227 |  31k|  21k|1887 | 0.000000e+00 | 7.100000e+01 |    Inf 
106.79/106.82	c   104s| 40000 |  8149 |111390 |   2.8 |  87M|2680 |   - |5645 |6654 |   0 |   0 |  33k|  23k|1948 | 0.000000e+00 | 7.100000e+01 |    Inf 
141.40/141.49	c   137s| 50000 | 10106 |159659 |   3.2 | 114M|2680 |   0 |5645 |7368 |5645 | 270 |  47k|  35k|2359 | 0.000000e+00 | 7.100000e+01 |    Inf 
177.01/177.01	c   172s| 60000 | 12203 |206887 |   3.4 | 141M|2680 |   1 |5645 |7920 |5645 | 209 |  61k|  48k|2658 | 0.000000e+00 | 7.100000e+01 |    Inf 
208.30/208.37	c   202s| 70000 | 13460 |237038 |   3.4 | 162M|2680 |   - |5645 |7738 |5645 | 309 |  67k|  59k|2835 | 0.000000e+00 | 7.100000e+01 |    Inf 
243.40/243.43	c   236s| 80000 | 15697 |282166 |   3.5 | 188M|2680 |   1 |5645 |9053 |5645 | 257 |  82k|  71k|3076 | 0.000000e+00 | 7.100000e+01 |    Inf 
277.10/277.12	c   269s| 90000 | 17124 |323594 |   3.6 | 206M|2680 |   1 |5645 |9297 |5645 | 222 |  95k|  84k|3246 | 0.000000e+00 | 7.100000e+01 |    Inf 
308.20/308.25	c   299s|100000 | 18236 |357175 |   3.6 | 224M|2680 |   1 |5645 |9326 |5645 | 268 | 103k|  96k|3416 | 0.000000e+00 | 7.100000e+01 |    Inf 
340.60/340.61	c   330s|110000 | 19570 |393396 |   3.6 | 240M|2680 |   1 |5645 |8315 |5645 | 172 | 114k| 108k|3625 | 0.000000e+00 | 7.100000e+01 |    Inf 
375.51/375.56	c   364s|120000 | 21001 |435031 |   3.6 | 260M|2680 |   5 |5645 |9183 |5645 | 296 | 126k| 121k|3789 | 0.000000e+00 | 7.100000e+01 |    Inf 
408.50/408.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.50/408.54	c   396s|130000 | 23036 |473079 |   3.6 | 281M|2680 |   - |5645 |8658 |   0 |   0 | 137k| 132k|3940 | 0.000000e+00 | 7.100000e+01 |    Inf 
440.41/440.46	c   427s|140000 | 24287 |509999 |   3.6 | 302M|2680 |   - |5645 |8758 |   0 |   0 | 146k| 144k|4116 | 0.000000e+00 | 7.100000e+01 |    Inf 
475.40/475.45	c   461s|150000 | 26073 |556264 |   3.7 | 328M|2680 |   5 |5645 |8188 |5645 | 225 | 159k| 157k|4306 | 0.000000e+00 | 7.100000e+01 |    Inf 
509.80/509.89	c   495s|160000 | 27392 |594481 |   3.7 | 347M|2680 |   - |5645 |8859 |   0 |   0 | 169k| 169k|4416 | 0.000000e+00 | 7.100000e+01 |    Inf 
542.01/542.00	c   526s|170000 | 29459 |626850 |   3.7 | 369M|2680 |   1 |5645 |8834 |5645 | 261 | 178k| 180k|4532 | 0.000000e+00 | 7.100000e+01 |    Inf 
574.60/574.62	c   558s|180000 | 31330 |665131 |   3.7 | 392M|2680 |   - |5645 |9372 |   0 |   0 | 187k| 191k|4644 | 0.000000e+00 | 7.100000e+01 |    Inf 
607.11/607.19	c   589s|190000 | 32915 |703373 |   3.7 | 409M|2680 |   1 |5645 |8801 |5645 | 249 | 196k| 202k|4773 | 0.000000e+00 | 7.100000e+01 |    Inf 
635.21/635.25	c   616s|200000 | 34235 |725133 |   3.6 | 423M|2680 |   0 |5645 |9108 |5645 | 261 | 200k| 213k|4836 | 0.000000e+00 | 7.100000e+01 |    Inf 
666.91/666.99	c   647s|210000 | 35626 |756583 |   3.6 | 439M|2680 |   - |5645 |9510 |   0 |   0 | 208k| 225k|4944 | 0.000000e+00 | 7.100000e+01 |    Inf 
698.61/698.64	c   678s|220000 | 37124 |784943 |   3.6 | 456M|2680 |   1 |5645 |8595 |5645 | 261 | 214k| 238k|5037 | 0.000000e+00 | 7.100000e+01 |    Inf 
730.31/730.36	c   709s|230000 | 38582 |815842 |   3.5 | 477M|2680 |   - |5645 |8928 |5645 | 270 | 220k| 249k|5121 | 0.000000e+00 | 7.100000e+01 |    Inf 
761.11/761.18	c   739s|240000 | 39854 |844926 |   3.5 | 495M|2680 |   0 |5645 |9073 |5645 | 201 | 227k| 261k|5202 | 0.000000e+00 | 7.100000e+01 |    Inf 
793.41/793.48	c   770s|250000 | 40782 |883599 |   3.5 | 510M|2680 |   - |5645 |9079 |5645 | 172 | 237k| 273k|5287 | 0.000000e+00 | 7.100000e+01 |    Inf 
825.31/825.30	c   801s|260000 | 41817 |918729 |   3.5 | 528M|2680 |   1 |5645 |9905 |5645 | 242 | 246k| 287k|5409 | 0.000000e+00 | 7.100000e+01 |    Inf 
857.41/857.43	c   832s|270000 | 43342 |950075 |   3.5 | 546M|2680 |   - |5645 |9034 |   0 |   0 | 254k| 299k|5481 | 0.000000e+00 | 7.100000e+01 |    Inf 
891.81/891.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.81/891.80	c   865s|280000 | 44700 |986835 |   3.5 | 566M|2680 |   1 |5645 |9641 |5645 | 266 | 263k| 312k|5568 | 0.000000e+00 | 7.100000e+01 |    Inf 
923.61/923.68	c   896s|290000 | 46113 |  1019k|   3.5 | 583M|2680 |   3 |5645 |9329 |5645 | 270 | 270k| 324k|5666 | 0.000000e+00 | 7.100000e+01 |    Inf 
955.93/955.93	c   928s|300000 | 47873 |  1049k|   3.5 | 602M|2680 |   - |5645 |9952 |   0 |   0 | 277k| 336k|5740 | 0.000000e+00 | 7.100000e+01 |    Inf 
989.12/989.19	c   960s|310000 | 49298 |  1084k|   3.5 | 622M|2680 |   1 |5645 |8713 |5645 | 253 | 286k| 348k|5804 | 0.000000e+00 | 7.100000e+01 |    Inf 
1021.42/1021.46	c   991s|320000 | 50537 |  1116k|   3.5 | 638M|2680 |   1 |5645 |8565 |5645 | 254 | 293k| 360k|5896 | 0.000000e+00 | 7.100000e+01 |    Inf 
1055.32/1055.31	c  1024s|330000 | 51660 |  1153k|   3.5 | 658M|2680 |   - |5645 |8493 |   0 |   0 | 303k| 372k|5979 | 0.000000e+00 | 7.100000e+01 |    Inf 
1086.92/1086.92	c  1055s|340000 | 53116 |  1186k|   3.5 | 678M|2680 |   1 |5645 |8344 |5645 | 232 | 310k| 383k|6055 | 0.000000e+00 | 7.100000e+01 |    Inf 
1118.63/1118.67	c  1086s|350000 | 54342 |  1217k|   3.5 | 694M|2680 |   - |5645 |9202 |   0 |   0 | 317k| 395k|6105 | 0.000000e+00 | 7.100000e+01 |    Inf 
1151.22/1151.27	c  1117s|360000 | 55970 |  1246k|   3.5 | 711M|2680 |   1 |5645 |  10k|5645 | 253 | 324k| 407k|6177 | 0.000000e+00 | 7.100000e+01 |    Inf 
1183.92/1183.97	c  1149s|370000 | 57258 |  1281k|   3.5 | 729M|2680 |   6 |5645 |9467 |5645 | 265 | 332k| 418k|6262 | 0.000000e+00 | 7.100000e+01 |    Inf 
1214.73/1214.79	c  1179s|380000 | 58487 |  1311k|   3.4 | 744M|2680 |   1 |5645 |9020 |5645 | 242 | 339k| 430k|6328 | 0.000000e+00 | 7.100000e+01 |    Inf 
1247.03/1247.08	c  1210s|390000 | 59686 |  1347k|   3.5 | 762M|2680 |  18 |5645 |7780 |5645 | 238 | 346k| 442k|6398 | 0.000000e+00 | 7.100000e+01 |    Inf 
1279.03/1279.01	c  1241s|400000 | 60799 |  1381k|   3.5 | 778M|2680 |   1 |5645 |8927 |5645 | 228 | 353k| 453k|6455 | 0.000000e+00 | 7.100000e+01 |    Inf 
1311.13/1311.18	c  1273s|410000 | 62063 |  1414k|   3.4 | 798M|2680 |   6 |5645 |8427 |5645 | 244 | 360k| 465k|6523 | 0.000000e+00 | 7.100000e+01 |    Inf 
1344.43/1344.43	c  1305s|420000 | 63411 |  1446k|   3.4 | 819M|2680 |   1 |5645 |8951 |5645 | 254 | 367k| 478k|6603 | 0.000000e+00 | 7.100000e+01 |    Inf 
1377.63/1377.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.63/1377.67	c  1337s|430000 | 64926 |  1481k|   3.4 | 839M|2680 |   1 |5645 |9535 |5645 | 261 | 376k| 490k|6676 | 0.000000e+00 | 7.100000e+01 |    Inf 
1407.73/1407.73	c  1366s|440000 | 65855 |  1509k|   3.4 | 855M|2680 |   9 |5645 |8607 |5645 | 246 | 382k| 503k|6728 | 0.000000e+00 | 7.100000e+01 |    Inf 
1419.43/1419.48	o 61
1419.43/1419.48	c *1378s|443702 | 63496 |  1521k|   3.4 | 842M|2680 |   - |5645 |8928 |5645 | 310 | 385k| 507k|6732 | 0.000000e+00 | 6.100000e+01 |    Inf 
1440.33/1440.39	c  1398s|450000 | 63884 |  1554k|   3.5 | 850M|2680 |   1 |5645 |8566 |5645 | 271 | 393k| 515k|6824 | 0.000000e+00 | 6.100000e+01 |    Inf 
1467.53/1467.56	c  1424s|460000 | 64545 |  1581k|   3.4 | 860M|2680 |   - |5645 |  10k|   0 |   0 | 399k| 529k|6867 | 0.000000e+00 | 6.100000e+01 |    Inf 
1494.34/1494.33	c  1450s|470000 | 65219 |  1604k|   3.4 | 869M|2680 |   1 |5645 |9212 |5645 | 246 | 402k| 542k|6902 | 0.000000e+00 | 6.100000e+01 |    Inf 
1522.44/1522.49	c  1477s|480000 | 65765 |  1636k|   3.4 | 878M|2680 |   1 |5645 |8691 |5645 | 256 | 409k| 555k|6960 | 0.000000e+00 | 6.100000e+01 |    Inf 
1551.73/1551.71	c  1506s|490000 | 66595 |  1664k|   3.4 | 892M|2680 |   1 |5645 |  10k|5645 | 246 | 415k| 567k|7006 | 0.000000e+00 | 6.100000e+01 |    Inf 
1578.44/1578.50	c  1532s|500000 | 67270 |  1686k|   3.4 | 901M|2680 |   1 |5645 |  11k|5645 | 235 | 419k| 580k|7037 | 0.000000e+00 | 6.100000e+01 |    Inf 
1605.73/1605.76	c  1558s|510000 | 67840 |  1709k|   3.4 | 912M|2680 |   - |5645 |  11k|   0 |   0 | 423k| 592k|7064 | 0.000000e+00 | 6.100000e+01 |    Inf 
1635.84/1635.89	c  1588s|520000 | 68799 |  1737k|   3.3 | 926M|2680 |   1 |5645 |  10k|5645 | 237 | 429k| 604k|7105 | 0.000000e+00 | 6.100000e+01 |    Inf 
1665.64/1665.66	c  1616s|530000 | 69371 |  1763k|   3.3 | 935M|2680 |   - |5645 |  10k|   0 |   0 | 435k| 616k|7150 | 0.000000e+00 | 6.100000e+01 |    Inf 
1695.24/1695.29	c  1645s|540000 | 70237 |  1794k|   3.3 | 949M|2680 |   - |5645 |  10k|   0 |   0 | 441k| 628k|7215 | 0.000000e+00 | 6.100000e+01 |    Inf 
1722.74/1722.71	c  1672s|550000 | 70857 |  1817k|   3.3 | 958M|2680 |   1 |5645 |  10k|5645 | 235 | 445k| 639k|7255 | 0.000000e+00 | 6.100000e+01 |    Inf 
1751.14/1751.16	c  1699s|560000 | 71297 |  1843k|   3.3 | 968M|2680 |   - |5645 |  11k|   0 |   0 | 449k| 651k|7309 | 0.000000e+00 | 6.100000e+01 |    Inf 
1779.14/1779.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1779.14/1779.18	c  1727s|570000 | 71770 |  1869k|   3.3 | 977M|2680 |   - |5645 |  10k|   0 |   0 | 453k| 662k|7339 | 0.000000e+00 | 6.100000e+01 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1746.72
1800.05/1800.01	c Solving Nodes      : 577409
1800.05/1800.01	c Primal Bound       : +6.10000000000000e+01 (350 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.09	s SATISFIABLE
1800.05/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1800.05/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.09	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.09	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.05/1800.09	v -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.09	v x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.05/1800.09	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.05/1800.09	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 
1800.05/1800.09	v -x29 -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 
1800.05/1800.09	v x2 -x1 
1800.05/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.09	c Solving Time       :    1746.72
1800.05/1800.09	c Original Problem   :
1800.05/1800.09	c   Problem name     : HOME/instance-2693034-1277929767.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.09	c Presolved Problem  :
1800.05/1800.09	c   Problem name     : t_HOME/instance-2693034-1277929767.wbo
1800.05/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.09	c   Constraints      : 5414 initial, 12070 maximal
1800.05/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.09	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.05/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.09	c   root node        :          -       1072          -          -       2144          -          -          -          -
1800.05/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.09	c   integral         :          0          0          0     441675          0          1        249          0          0     478430
1800.05/1800.09	c   indicator        :       2707          0    4116749     202231          0       4368   60251435          0          0          0
1800.05/1800.09	c   linear           :       2707          6    4113047     202235          0      78232   13922071     456963          0          0
1800.05/1800.09	c   logicor          :          0+         0    1377562          0          0      49247    1318017          0          0          0
1800.05/1800.09	c   bounddisjunction :          0+         0      51953          0          0          1       4926          0          0          0
1800.05/1800.09	c   countsols        :          0          0          0     111993          0          0          0          0          0          0
1800.05/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.09	c   integral         :      11.84       0.00       0.00      11.84       0.00
1800.05/1800.09	c   indicator        :     173.28       0.00     139.29      33.99       0.00
1800.05/1800.09	c   linear           :     163.36       0.00     146.93      16.43       0.00
1800.05/1800.09	c   logicor          :      61.61       0.00      61.61       0.00       0.00
1800.05/1800.09	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
1800.05/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.09	c   vbounds          :       0.01          2          0          0
1800.05/1800.09	c   rootredcost      :       0.00         26          0       1072
1800.05/1800.09	c   pseudoobj        :     300.84    4236554     119244   42787206
1800.05/1800.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.10	c   propagation      :      29.32     246724     246669    1439961       25.6      58506        6.8          -
1800.05/1800.10	c   infeasible LP    :       0.63        569        569       4534       35.1         88        4.2          0
1800.05/1800.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   pseudo solution  :       0.46       1995       1995       7325       11.4        927        8.2          -
1800.05/1800.10	c   applied globally :          -          -          -     671596       20.6          -          -          -
1800.05/1800.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.10	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.10	c   redcost          :      68.96     472561          0   17050339          0          0
1800.05/1800.10	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.10	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.10	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.10	c   gomory           :       0.00          4          0          0         75          0
1800.05/1800.10	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.10	c   cmir             :       0.02          4          0          0          1          0
1800.05/1800.10	c   flowcover        :       0.03          4          0          0          2          0
1800.05/1800.10	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.10	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.10	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.10	c Pricers            :       Time      Calls       Vars
1800.05/1800.10	c   problem variables:       0.00          0          0
1800.05/1800.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.10	c   relpscost        :      11.80     239431          1        249          0          0     478430
1800.05/1800.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   inference        :      23.59     111967          0          0          0          0     223934
1800.05/1800.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.10	c   LP solutions     :       0.06          -         26
1800.05/1800.10	c   pseudo solutions :       0.00          -          0
1800.05/1800.10	c   feaspump         :       0.00          0          0
1800.05/1800.10	c   intshifting      :       0.01          2          0
1800.05/1800.10	c   oneopt           :       0.11         21          0
1800.05/1800.10	c   guideddiving     :       0.02         15          0
1800.05/1800.10	c   pscostdiving     :       0.05         42          0
1800.05/1800.10	c   fracdiving       :       0.04         42          0
1800.05/1800.10	c   veclendiving     :       0.07         42          0
1800.05/1800.10	c   linesearchdiving :       0.04         42          0
1800.05/1800.10	c   coefdiving       :       0.06         43          0
1800.05/1800.10	c   objpscostdiving  :       0.07         38          0
1800.05/1800.10	c   rootsoldiving    :       0.09         38          0
1800.05/1800.10	c   crossover        :       1.03         36          7
1800.05/1800.10	c   trivial          :       0.07          2          2
1800.05/1800.10	c   simplerounding   :       0.34     249581          0
1800.05/1800.10	c   zirounding       :       0.48       1000          0
1800.05/1800.10	c   rounding         :       5.95       7067          0
1800.05/1800.10	c   shifting         :       3.05       2189          0
1800.05/1800.10	c   twoopt           :       0.00          0          0
1800.05/1800.10	c   fixandinfer      :       0.00          0          0
1800.05/1800.10	c   intdiving        :       0.00          0          0
1800.05/1800.10	c   actconsdiving    :       0.00          0          0
1800.05/1800.10	c   octane           :       0.00          0          0
1800.05/1800.10	c   rens             :       0.03          1          0
1800.05/1800.10	c   rins             :       0.00          0          0
1800.05/1800.10	c   localbranching   :       0.00          0          0
1800.05/1800.10	c   mutation         :       0.00          0          0
1800.05/1800.10	c   dins             :       0.00          0          0
1800.05/1800.10	c   undercover       :       0.00          0          0
1800.05/1800.10	c   nlp              :       0.00          0          0
1800.05/1800.10	c   trysol           :       1.26       6556        315
1800.05/1800.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.10	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.10	c   dual LP          :     532.57     378244    1886782       4.99    3542.79
1800.05/1800.10	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.10	c   diving/probing LP:       0.03         28       1065      38.04   35500.00
1800.05/1800.10	c   strong branching :      10.56       7375      68081       9.23    6447.06
1800.05/1800.10	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.10	c B&B Tree           :
1800.05/1800.10	c   number of runs   :          1
1800.05/1800.10	c   nodes            :     577409
1800.05/1800.10	c   nodes (total)    :     577409
1800.05/1800.10	c   nodes left       :      72187
1800.05/1800.10	c   max depth        :       2680
1800.05/1800.10	c   max depth (total):       2680
1800.05/1800.10	c   backtracks       :      37938 (6.6%)
1800.05/1800.10	c   delayed cutoffs  :      30831
1800.05/1800.10	c   repropagations   :    1652077 (18141576 domain reductions, 27456 cutoffs)
1800.05/1800.10	c   avg switch length:       7.96
1800.05/1800.10	c   switching time   :     190.84
1800.05/1800.10	c Solution           :
1800.05/1800.10	c   Solutions found  :        350 (27 improvements)
1800.05/1800.10	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.10	c   Primal Bound     : +6.10000000000000e+01   (in run 1, after 443702 nodes, 1377.68 seconds, depth 92, found by <relaxation>)
1800.05/1800.10	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.10	c   Gap              :   infinite
1800.05/1800.10	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.10	c   Root Iterations  :        183
1800.64/1800.70	c Time complete: 1800.74.

Verifier Data

OK	61

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693034-1277929767/watcher-2693034-1277929767 -o /tmp/evaluation-result-2693034-1277929767/solver-2693034-1277929767 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693034-1277929767.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.00 2.02 2.14 4/178 17095
/proc/meminfo: memFree=31235996/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=11308 CPUtime=0
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1758 0 0 0 0 0 0 0 20 0 1 0 134271845 11579392 1678 4089446400 4194304 9819077 140734638314528 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17095/statm: 2827 1679 392 1374 0 1448 0

[startup+0.0882831 s]
/proc/loadavg: 2.00 2.02 2.14 4/178 17095
/proc/meminfo: memFree=31235996/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=36404 CPUtime=0.07
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 8123 0 0 0 7 0 0 0 22 0 1 0 134271845 37277696 7689 4089446400 4194304 9819077 140734638314528 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36404

[startup+0.100276 s]
/proc/loadavg: 2.00 2.02 2.14 4/178 17095
/proc/meminfo: memFree=31235996/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=36404 CPUtime=0.09
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 8123 0 0 0 9 0 0 0 22 0 1 0 134271845 37277696 7689 4089446400 4194304 9819077 140734638314528 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300256 s]
/proc/loadavg: 2.00 2.02 2.14 4/178 17095
/proc/meminfo: memFree=31235996/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=55572 CPUtime=0.29
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 13104 0 0 0 27 2 0 0 18 0 1 0 134271845 56905728 12071 4089446400 4194304 9819077 140734638314528 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 13893 12110 674 1374 0 12514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55572

[startup+0.700173 s]
/proc/loadavg: 2.00 2.02 2.14 4/178 17095
/proc/meminfo: memFree=31235996/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=47232 CPUtime=0.69
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 27969 0 0 0 64 5 0 0 18 0 1 0 134271845 48365568 9995 4089446400 4194304 9819077 140734638314528 18446744073709551615 6567593 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 11808 9995 698 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.50103 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17096
/proc/meminfo: memFree=31197920/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=48064 CPUtime=1.49
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 44700 0 0 0 140 9 0 0 19 0 1 0 134271845 49217536 10472 4089446400 4194304 9819077 140734638314528 18446744073709551615 4902814 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 12016 10472 699 1374 0 10637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48064

[startup+3.10074 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17097
/proc/meminfo: memFree=31195192/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=52404 CPUtime=3.09
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 71587 0 0 0 294 15 0 0 24 0 1 0 134271845 53661696 11464 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 13101 11464 700 1374 0 11722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52404

[startup+6.30016 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17097
/proc/meminfo: memFree=31189128/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=59204 CPUtime=6.29
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 84956 0 0 0 606 23 0 0 25 0 1 0 134271845 60624896 13023 4089446400 4194304 9819077 140734638314528 18446744073709551615 6590501 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 14801 13023 700 1374 0 13422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59204

[startup+12.701 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17097
/proc/meminfo: memFree=31175496/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=72140 CPUtime=12.69
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 114025 0 0 0 1228 41 0 0 25 0 1 0 134271845 73871360 16410 4089446400 4194304 9819077 140734638314528 18446744073709551615 7487731 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 18035 16410 704 1374 0 16656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72140

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.14 3/179 17097
/proc/meminfo: memFree=31149736/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=96424 CPUtime=25.5
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 154587 0 0 0 2474 76 0 0 25 0 1 0 134271845 98738176 22571 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 24106 22571 704 1374 0 22727 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 96424

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.13 3/179 17097
/proc/meminfo: memFree=31113228/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=134200 CPUtime=51.09
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 275226 0 0 0 4960 149 0 0 25 0 1 0 134271845 137420800 31641 4089446400 4194304 9819077 140734638314528 18446744073709551615 6386018 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 33550 31641 705 1374 0 32171 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134200

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.12 2/174 17116
/proc/meminfo: memFree=31029388/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=246928 CPUtime=102.29
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 449336 0 0 0 9925 304 0 0 25 0 1 0 134271845 252854272 58276 4089446400 4194304 9819077 140734638314528 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 61732 58276 711 1374 0 60353 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 246928

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 17131
/proc/meminfo: memFree=30779172/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=351972 CPUtime=162.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 624932 0 0 0 15728 502 0 0 25 0 1 0 134271845 360419328 82329 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 87993 82329 711 1374 0 86614 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 351972

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.11 3/179 17132
/proc/meminfo: memFree=30625448/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=433260 CPUtime=222.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 736290 0 0 0 21547 683 0 0 25 0 1 0 134271845 443658240 99860 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 108315 99860 711 1374 0 106936 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 433260

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.09 3/179 17134
/proc/meminfo: memFree=30514808/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=499832 CPUtime=282.29
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 850993 0 0 0 27368 861 0 0 25 0 1 0 134271845 511827968 114169 4089446400 4194304 9819077 140734638314528 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 124958 114169 711 1374 0 123579 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 499832

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.09 3/179 17135
/proc/meminfo: memFree=30460452/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=554516 CPUtime=342.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 945090 0 0 0 33193 1037 0 0 25 0 1 0 134271845 567824384 125461 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 138629 125461 711 1374 0 137250 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 554516

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17137
/proc/meminfo: memFree=30417008/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=603992 CPUtime=402.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1054751 0 0 0 39009 1221 0 0 25 0 1 0 134271845 618487808 136145 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 150998 136145 711 1374 0 149619 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 603992

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17139
/proc/meminfo: memFree=30362524/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=665444 CPUtime=462.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1128101 0 0 0 44840 1390 0 0 25 0 1 0 134271845 681414656 148548 4089446400 4194304 9819077 140734638314528 18446744073709551615 6180956 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 166361 148548 711 1374 0 164982 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 665444

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17140
/proc/meminfo: memFree=30310272/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=725876 CPUtime=522.3
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1178252 0 0 0 50679 1551 0 0 25 0 1 0 134271845 743297024 161167 4089446400 4194304 9819077 140734638314528 18446744073709551615 6589060 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 181469 161167 711 1374 0 180090 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 725876

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17142
/proc/meminfo: memFree=30262244/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=785908 CPUtime=582.31
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1227747 0 0 0 56509 1722 0 0 25 0 1 0 134271845 804769792 172812 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 196477 172812 711 1374 0 195098 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 785908

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17143
/proc/meminfo: memFree=30225012/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=824112 CPUtime=642.31
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1277359 0 0 0 62331 1900 0 0 25 0 1 0 134271845 843890688 181722 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 206028 181722 711 1374 0 204649 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 824112

[startup+702.3 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 17151
/proc/meminfo: memFree=30026676/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1060724 CPUtime=942.31
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1534764 0 0 0 91449 2782 0 0 25 0 1 0 134271845 1086181376 230949 4089446400 4194304 9819077 140734638314528 18446744073709551615 6389105 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 265181 230949 711 1374 0 263802 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1060724

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 17153
/proc/meminfo: memFree=29989800/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1105860 CPUtime=1002.32
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1595723 0 0 0 97281 2951 0 0 25 0 1 0 134271845 1132400640 239983 4089446400 4194304 9819077 140734638314528 18446744073709551615 6388069 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 276465 239983 711 1374 0 275086 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1105860

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17155
/proc/meminfo: memFree=29953424/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1148444 CPUtime=1062.32
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1641788 0 0 0 103099 3133 0 0 25 0 1 0 134271845 1176006656 248883 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 287111 248883 711 1374 0 285732 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1148444

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 17156
/proc/meminfo: memFree=29914444/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1193504 CPUtime=1122.32
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1687204 0 0 0 108927 3305 0 0 25 0 1 0 134271845 1222148096 257657 4089446400 4194304 9819077 140734638314528 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 298376 257657 711 1374 0 296997 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1193504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17158
/proc/meminfo: memFree=29878444/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1238520 CPUtime=1182.32
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1742728 0 0 0 114749 3483 0 0 25 0 1 0 134271845 1268244480 266676 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 309630 266676 711 1374 0 308251 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1238520

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17159
/proc/meminfo: memFree=29834512/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1288568 CPUtime=1242.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1788065 0 0 0 120569 3664 0 0 25 0 1 0 134271845 1319493632 276691 4089446400 4194304 9819077 140734638314528 18446744073709551615 6162154 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 322142 276691 711 1374 0 320763 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1288568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17161
/proc/meminfo: memFree=29785740/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1337928 CPUtime=1302.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1831155 0 0 0 126396 3837 0 0 25 0 1 0 134271845 1370038272 285888 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 334482 285888 711 1374 0 333103 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1337928

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17163
/proc/meminfo: memFree=29740440/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1386040 CPUtime=1362.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1882593 0 0 0 132222 4011 0 0 25 0 1 0 134271845 1419304960 295370 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 346510 295370 711 1374 0 345131 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1386040

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17164
/proc/meminfo: memFree=29699608/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1439972 CPUtime=1422.34
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1928410 0 0 0 138045 4189 0 0 25 0 1 0 134271845 1474531328 304189 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 359993 304189 711 1374 0 358614 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1439972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17166
/proc/meminfo: memFree=29672148/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1468524 CPUtime=1482.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 1999481 0 0 0 143856 4377 0 0 25 0 1 0 134271845 1503768576 310266 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 367131 310266 711 1374 0 365752 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1468524

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17167
/proc/meminfo: memFree=29647924/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1499884 CPUtime=1542.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2063889 0 0 0 149667 4566 0 0 25 0 1 0 134271845 1535881216 315848 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 374971 315848 711 1374 0 373592 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1499884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17169
/proc/meminfo: memFree=29620372/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1529540 CPUtime=1602.34
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2096018 0 0 0 155492 4742 0 0 25 0 1 0 134271845 1566248960 321790 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 382385 321790 711 1374 0 381006 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1529540

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17171
/proc/meminfo: memFree=29589712/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1562892 CPUtime=1662.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2126046 0 0 0 161319 4914 0 0 25 0 1 0 134271845 1600401408 328557 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 390723 328557 711 1374 0 389344 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1562892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17172
/proc/meminfo: memFree=29563880/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1592476 CPUtime=1722.33
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2157519 0 0 0 167133 5100 0 0 25 0 1 0 134271845 1630695424 334807 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 398119 334807 711 1374 0 396740 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1592476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17174
/proc/meminfo: memFree=29536316/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1620288 CPUtime=1782.34
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2179463 0 0 0 172957 5277 0 0 25 0 1 0 134271845 1659174912 341306 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 405072 341306 711 1374 0 403693 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1620288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17174
/proc/meminfo: memFree=29531596/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1626444 CPUtime=1800.05
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2185594 0 0 0 174675 5330 0 0 25 0 1 0 134271845 1665478656 342405 4089446400 4194304 9819077 140734638314528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17095/statm: 406611 342405 711 1374 0 405232 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1626444

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.00 2.00 2.00 3/179 17174
/proc/meminfo: memFree=29531596/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1626444 CPUtime=1800.24
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2185598 0 0 0 174694 5330 0 0 18 0 1 0 134271845 1665478656 342408 4089446400 4194304 9819077 140734638314528 18446744073709551615 6162893 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17095/statm: 406611 342408 714 1374 0 405232 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1626444

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17175
/proc/meminfo: memFree=29579576/32951124 swapFree=67111528/67111528
[pid=17095] ppid=17093 vsize=1565308 CPUtime=1800.64
/proc/17095/stat : 17095 (pbscip.linux.x8) R 17093 17095 16793 0 -1 4202496 2185598 0 0 0 174734 5330 0 0 18 0 1 0 134271845 1602875392 327124 4089446400 4194304 9819077 140734638314528 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17095/statm: 391327 327124 714 1374 0 389948 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 1565308

Child status: 0
Real time (s): 1800.7
CPU time (s): 1800.75
CPU user time (s): 1747.39
CPU system time (s): 53.3639
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1626444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.39
system time used= 53.3639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2185602
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= 901

runsolver used 3.19751 second user time and 6.63599 second system time

The end

Launcher Data

Begin job on node145 at 2010-06-30 22:29:27
IDJOB=2693034
IDBENCH=79300
IDSOLVER=1205
FILE ID=node145/2693034-1277929767
PBS_JOBID= 11197404
Free space on /tmp= 74208 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.1900546076--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-2693034-1277929767/watcher-2693034-1277929767 -o /tmp/evaluation-result-2693034-1277929767/solver-2693034-1277929767 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693034-1277929767.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=1740281813

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31235904 kB
Buffers:        212964 kB
Cached:        1270944 kB
SwapCached:          0 kB
Active:         573700 kB
Inactive:       996028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31235904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:       86248 kB
Mapped:          15624 kB
Slab:            81076 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228344 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 node145 at 2010-06-30 22:59:29