Trace number 2692305

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567985--soft-0-100-0.wbo
MD5SUMe639daae290163b8abe4f9e3cf3dc11c
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 benchmark513.52
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 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692305-1277925340.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 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
28.79/28.80	c  28.4s| 10000 | 10001 | 42096 |   4.2 |  51M|  99 |   0 |5645 |5414 |5645 | 228 |  14k|   0 |1797 | 0.000000e+00 | 1.368420e+05 |    Inf 
35.29/35.38	o 183
35.29/35.38	c *34.9s| 13851 |  3171 | 44948 |   3.2 |  36M|2331 |   - |5645 |5414 |5645 | 187 |  14k|   0 |1798 | 0.000000e+00 | 1.830000e+02 |    Inf 
38.50/38.57	o 164
38.50/38.57	c *38.0s| 15352 |  3759 | 46753 |   3.0 |  39M|2331 |   - |5645 |6102 |5645 | 212 |  15k| 688 |1799 | 0.000000e+00 | 1.640000e+02 |    Inf 
40.89/40.90	o 157
40.89/40.90	c *40.3s| 16259 |  3813 | 48936 |   3.0 |  41M|2331 |   - |5645 |7860 |5645 | 182 |  15k|2447 |1799 | 0.000000e+00 | 1.570000e+02 |    Inf 
41.00/41.00	o 151
41.00/41.00	c *40.4s| 16269 |  3713 | 48965 |   3.0 |  40M|2331 |   - |5645 |7864 |5645 | 181 |  15k|2451 |1799 | 0.000000e+00 | 1.510000e+02 |    Inf 
41.00/41.03	o 148
41.00/41.03	c *40.4s| 16273 |  3577 | 48975 |   3.0 |  40M|2331 |   - |5645 |7864 |5645 | 177 |  15k|2451 |1799 | 0.000000e+00 | 1.480000e+02 |    Inf 
41.00/41.04	o 131
41.00/41.04	c *40.4s| 16274 |  3177 | 48976 |   3.0 |  39M|2331 |   - |5645 |7864 |5645 | 177 |  15k|2451 |1799 | 0.000000e+00 | 1.310000e+02 |    Inf 
41.50/41.55	o 116
41.50/41.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.50/41.55	c *40.9s| 16447 |  2958 | 49272 |   3.0 |  38M|2331 |   - |5645 |8015 |5645 | 180 |  15k|2609 |1799 | 0.000000e+00 | 1.160000e+02 |    Inf 
41.80/41.89	o 112
41.80/41.89	c *41.2s| 16558 |  2938 | 49632 |   3.0 |  39M|2331 |   - |5645 |8097 |5645 | 227 |  15k|2695 |1799 | 0.000000e+00 | 1.120000e+02 |    Inf 
41.89/41.90	o 109
41.89/41.90	c *41.2s| 16559 |  2881 | 49632 |   3.0 |  38M|2331 |   - |5645 |8097 |5645 | 227 |  15k|2695 |1799 | 0.000000e+00 | 1.090000e+02 |    Inf 
42.19/42.20	o 108
42.19/42.20	c *41.5s| 16632 |  2903 | 49952 |   3.0 |  38M|2331 |   - |5645 |8149 |5645 | 189 |  15k|2751 |1799 | 0.000000e+00 | 1.080000e+02 |    Inf 
45.99/46.04	o 99
45.99/46.04	c *45.3s| 17724 |  2942 | 52642 |   3.0 |  41M|2331 |   - |5645 |9035 |5645 | 196 |  16k|4321 |1801 | 0.000000e+00 | 9.900000e+01 |    Inf 
45.99/46.04	o 96
45.99/46.04	c *45.3s| 17725 |  2806 | 52642 |   3.0 |  41M|2331 |   - |5645 |9035 |5645 | 196 |  16k|4321 |1801 | 0.000000e+00 | 9.600000e+01 |    Inf 
52.39/52.45	o 95
52.39/52.45	c *51.6s| 19475 |  2893 | 58762 |   3.0 |  45M|2331 |   - |5645 |6812 |5645 | 156 |  17k|5951 |1802 | 0.000000e+00 | 9.500000e+01 |    Inf 
54.49/54.51	c  53.7s| 20000 |  3062 | 61661 |   3.1 |  48M|2331 |   0 |5645 |6877 |5645 | 214 |  18k|6536 |1802 | 0.000000e+00 | 9.500000e+01 |    Inf 
79.89/79.94	o 90
79.89/79.94	c *78.8s| 27336 |  4332 | 86469 |   3.2 |  69M|2331 |   - |5645 |7054 |5645 | 150 |  24k|  15k|1807 | 0.000000e+00 | 9.000000e+01 |    Inf 
88.89/88.97	c  87.7s| 30000 |  4702 | 95675 |   3.2 |  77M|2331 |   1 |5645 |7757 |5645 | 210 |  27k|  19k|1809 | 0.000000e+00 | 9.000000e+01 |    Inf 
116.29/116.36	o 83
116.29/116.36	c * 115s| 38230 |  5264 |123340 |   3.2 |  92M|2331 |   - |5645 |8971 |5645 | 219 |  35k|  28k|1883 | 0.000000e+00 | 8.300000e+01 |    Inf 
121.79/121.89	c   120s| 40000 |  5348 |128584 |   3.2 |  93M|2331 |   1 |5645 |8359 |5645 | 191 |  36k|  31k|1905 | 0.000000e+00 | 8.300000e+01 |    Inf 
150.70/150.75	o 74
150.70/150.75	c * 149s| 49145 |  5335 |152025 |   3.1 | 103M|2331 |   - |5645 |7534 |5645 | 168 |  41k|  43k|2011 | 0.000000e+00 | 7.400000e+01 |    Inf 
151.80/151.85	o 73
151.80/151.85	c * 150s| 49448 |  5293 |152901 |   3.1 | 103M|2331 |   - |5645 |7096 |5645 | 196 |  42k|  43k|2022 | 0.000000e+00 | 7.300000e+01 |    Inf 
151.80/151.89	o 63
151.80/151.89	c * 150s| 49450 |  5033 |152907 |   3.1 | 102M|2331 |   - |5645 |7001 |5645 | 196 |  42k|  43k|2022 | 0.000000e+00 | 6.300000e+01 |    Inf 
151.89/151.94	o 49
151.89/151.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.89/151.94	c * 150s| 49454 |  4248 |152914 |   3.1 |  93M|2331 |   - |5645 |6684 |5645 | 197 |  42k|  43k|2022 | 0.000000e+00 | 4.900000e+01 |    Inf 
153.29/153.39	c   151s| 50000 |  4249 |153974 |   3.1 |  93M|2331 |   1 |5645 |6234 |5645 | 202 |  42k|  44k|2023 | 0.000000e+00 | 4.900000e+01 |    Inf 
159.40/159.41	o 43
159.40/159.41	c * 157s| 52562 |  3959 |159109 |   3.0 |  90M|2331 |   - |5645 |6939 |5645 | 212 |  42k|  48k|2042 | 0.000000e+00 | 4.300000e+01 |    Inf 
159.50/159.55	o 36
159.50/159.55	c * 157s| 52619 |  3681 |159268 |   3.0 |  85M|2331 |   - |5645 |6796 |5645 | 211 |  42k|  48k|2042 | 0.000000e+00 | 3.600000e+01 |    Inf 
160.29/160.39	o 21
160.29/160.39	c * 158s| 52977 |  3119 |160596 |   3.0 |  74M|2331 |   - |5645 |6354 |5645 | 209 |  43k|  48k|2043 | 0.000000e+00 | 2.100000e+01 |    Inf 
161.39/161.47	o 14
161.39/161.47	c * 159s| 53436 |  2646 |162516 |   3.0 |  66M|2331 |   - |5645 |5472 |5645 | 169 |  43k|  49k|2085 | 0.000000e+00 | 1.400000e+01 |    Inf 
163.90/163.93	o 8
163.90/163.93	c * 161s| 54626 |  2481 |168728 |   3.1 |  63M|2331 |   - |5645 |5825 |5645 | 179 |  44k|  50k|2107 | 0.000000e+00 | 8.000000e+00 |    Inf 
164.49/164.51	o 5
164.49/164.51	c * 162s| 54935 |  2328 |169902 |   3.1 |  60M|2331 |   - |5645 |5825 |5645 | 172 |  45k|  51k|2120 | 0.000000e+00 | 5.000000e+00 |    Inf 
174.09/174.17	c   172s| 60000 |  2448 |194145 |   3.2 |  62M|2331 |   - |5645 |7658 |   0 |   0 |  51k|  57k|2216 | 0.000000e+00 | 5.000000e+00 |    Inf 
174.99/175.03	o 3
174.99/175.03	c * 172s| 60439 |  2236 |196366 |   3.2 |  59M|2331 |   - |5645 |8130 |5645 | 200 |  51k|  58k|2216 | 0.000000e+00 | 3.000000e+00 |    Inf 
195.00/195.01	c   192s| 70000 |  2461 |249786 |   3.6 |  62M|2331 |   1 |5645 |  11k|5645 | 182 |  66k|  70k|2394 | 0.000000e+00 | 3.000000e+00 |    Inf 
214.29/214.34	c   211s| 80000 |  2379 |287292 |   3.6 |  63M|2331 |   9 |5645 |  10k|5645 | 162 |  73k|  83k|2573 | 0.000000e+00 | 3.000000e+00 |    Inf 
234.40/234.49	c   231s| 90000 |  2341 |331211 |   3.7 |  64M|2331 |   1 |5645 |  12k|5645 | 179 |  82k|  96k|2735 | 0.000000e+00 | 3.000000e+00 |    Inf 
253.80/253.86	c   250s|100000 |  2310 |364409 |   3.6 |  65M|2331 |   1 |5645 |  14k|5645 | 156 |  87k| 109k|2875 | 0.000000e+00 | 3.000000e+00 |    Inf 
268.40/268.47	o 2
268.40/268.47	c * 264s|107218 |  2196 |389548 |   3.6 |  64M|2331 |   - |5645 |  15k|5645 | 164 |  93k| 118k|2979 | 0.000000e+00 | 2.000000e+00 |    Inf 
275.39/275.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.39/275.45	c   271s|110000 |  2289 |405874 |   3.7 |  66M|2331 |   - |5645 |  16k|   0 |   0 |  98k| 122k|3026 | 0.000000e+00 | 2.000000e+00 |    Inf 
298.40/298.41	c   294s|120000 |  2265 |453460 |   3.8 |  67M|2331 |  10 |5645 |  18k|5645 | 173 | 109k| 135k|3187 | 0.000000e+00 | 2.000000e+00 |    Inf 
321.21/321.21	c   316s|130000 |  2453 |498463 |   3.8 |  69M|2331 |   - |5645 |  20k|   0 |   0 | 120k| 149k|3338 | 0.000000e+00 | 2.000000e+00 |    Inf 
345.80/345.81	c   340s|140000 |  2589 |543572 |   3.9 |  71M|2331 |   - |5645 |  22k|   0 |   0 | 132k| 162k|3466 | 0.000000e+00 | 2.000000e+00 |    Inf 
371.30/371.36	c   366s|150000 |  2605 |589005 |   3.9 |  72M|2331 |   - |5645 |  22k|   0 |   0 | 142k| 175k|3605 | 0.000000e+00 | 2.000000e+00 |    Inf 
386.60/386.61	o 1
386.60/386.61	c * 381s|156659 |  2544 |615410 |   3.9 |  72M|2331 |   - |5645 |  22k|5645 | 181 | 147k| 184k|3679 | 0.000000e+00 | 1.000000e+00 |    Inf 
394.71/394.78	c   389s|160000 |  2526 |631477 |   3.9 |  71M|2331 |   - |5645 |  19k|   0 |   0 | 150k| 189k|3718 | 0.000000e+00 | 1.000000e+00 |    Inf 
417.10/417.11	c   411s|170000 |  2327 |673797 |   4.0 |  69M|2331 |   - |5645 |  19k|   0 |   0 | 159k| 203k|3850 | 0.000000e+00 | 1.000000e+00 |    Inf 
438.70/438.79	c   432s|180000 |  2032 |713476 |   4.0 |  65M|2331 |   - |5645 |  15k|   0 |   0 | 166k| 216k|3981 | 0.000000e+00 | 1.000000e+00 |    Inf 
459.91/459.92	c   453s|190000 |  2134 |755333 |   4.0 |  67M|2331 |   1 |5645 |  18k|5645 | 165 | 176k| 229k|4091 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.81/481.88	c   474s|200000 |  2317 |791896 |   4.0 |  70M|2331 |   1 |5645 |  23k|5645 | 180 | 185k| 242k|4185 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.51/504.55	c   497s|210000 |  2477 |823738 |   3.9 |  73M|2331 |   1 |5645 |  25k|5645 | 190 | 191k| 254k|4264 | 0.000000e+00 | 1.000000e+00 |    Inf 
527.91/527.98	c   520s|220000 |  2498 |852860 |   3.9 |  74M|2331 |  17 |5645 |  26k|5645 | 182 | 197k| 268k|4332 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.61/551.69	c   543s|230000 |  2481 |885255 |   3.8 |  74M|2331 |   1 |5645 |  25k|5645 | 191 | 202k| 282k|4401 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.41/574.48	c   566s|240000 |  2196 |917875 |   3.8 |  70M|2331 |   1 |5645 |  22k|5645 | 168 | 207k| 296k|4485 | 0.000000e+00 | 1.000000e+00 |    Inf 
600.11/600.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
600.11/600.13	c   591s|250000 |  2307 |965920 |   3.9 |  73M|2331 |   - |5645 |  26k|   0 |   0 | 221k| 309k|4652 | 0.000000e+00 | 1.000000e+00 |    Inf 
627.41/627.46	c   618s|260000 |  2448 |  1016k|   3.9 |  75M|2331 |   - |5645 |  29k|   0 |   0 | 236k| 323k|4774 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.61/653.69	c   644s|270000 |  2358 |  1061k|   3.9 |  75M|2331 |   - |5645 |  29k|   0 |   0 | 246k| 337k|4854 | 0.000000e+00 | 1.000000e+00 |    Inf 
681.11/681.18	c   671s|280000 |  2267 |  1106k|   4.0 |  74M|2331 |  18 |5645 |  29k|5645 | 180 | 258k| 351k|4940 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.42/708.42	c   698s|290000 |  2414 |  1147k|   4.0 |  75M|2331 |  17 |5645 |  30k|5645 | 186 | 268k| 364k|5061 | 0.000000e+00 | 1.000000e+00 |    Inf 
738.31/738.30	c   727s|300000 |  2434 |  1196k|   4.0 |  77M|2331 |   - |5645 |  32k|5645 | 184 | 281k| 378k|5154 | 0.000000e+00 | 1.000000e+00 |    Inf 
767.21/767.29	c   756s|310000 |  2726 |  1240k|   4.0 |  79M|2331 |  10 |5645 |  33k|5645 | 178 | 292k| 390k|5314 | 0.000000e+00 | 1.000000e+00 |    Inf 
799.11/799.17	c   788s|320000 |  2984 |  1290k|   4.0 |  82M|2331 |   1 |5645 |  35k|5645 | 190 | 307k| 404k|5406 | 0.000000e+00 | 1.000000e+00 |    Inf 
829.92/829.92	c   818s|330000 |  3168 |  1337k|   4.1 |  84M|2331 |   - |5645 |  36k|   0 |   0 | 320k| 418k|5493 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.12/861.17	c   849s|340000 |  3350 |  1384k|   4.1 |  87M|2331 |  13 |5645 |  37k|5645 | 178 | 333k| 432k|5573 | 0.000000e+00 | 1.000000e+00 |    Inf 
893.12/893.11	c   880s|350000 |  3348 |  1431k|   4.1 |  87M|2331 |   - |5645 |  37k|   0 |   0 | 346k| 446k|5654 | 0.000000e+00 | 1.000000e+00 |    Inf 
925.72/925.77	c   913s|360000 |  3439 |  1480k|   4.1 |  88M|2331 |   - |5645 |  38k|   0 |   0 | 359k| 459k|5741 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.62/958.69	c   945s|370000 |  3508 |  1530k|   4.1 |  90M|2331 |  15 |5645 |  38k|5645 | 177 | 372k| 474k|5827 | 0.000000e+00 | 1.000000e+00 |    Inf 
990.92/990.91	c   977s|380000 |  3523 |  1580k|   4.2 |  90M|2331 |   5 |5645 |  38k|5645 | 170 | 385k| 488k|5914 | 0.000000e+00 | 1.000000e+00 |    Inf 
1020.32/1020.39	c  1006s|390000 |  3512 |  1616k|   4.1 |  90M|2331 |  11 |5645 |  38k|5645 | 189 | 393k| 502k|5964 | 0.000000e+00 | 1.000000e+00 |    Inf 
1053.52/1053.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.52/1053.54	c  1039s|400000 |  3513 |  1668k|   4.2 |  91M|2331 |   - |5645 |  39k|   0 |   0 | 405k| 516k|6042 | 0.000000e+00 | 1.000000e+00 |    Inf 
1084.73/1084.79	c  1070s|410000 |  3419 |  1710k|   4.2 |  90M|2331 |   8 |5645 |  37k|5645 | 177 | 415k| 530k|6126 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.13/1118.14	c  1103s|420000 |  3483 |  1759k|   4.2 |  93M|2331 |   - |5645 |  42k|   0 |   0 | 427k| 545k|6198 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.42/1150.48	c  1135s|430000 |  3467 |  1804k|   4.2 |  93M|2331 |   - |5645 |  41k|   0 |   0 | 438k| 559k|6249 | 0.000000e+00 | 1.000000e+00 |    Inf 
1182.83/1182.81	c  1167s|440000 |  3410 |  1849k|   4.2 |  92M|2331 |  17 |5645 |  40k|5645 | 173 | 449k| 573k|6335 | 0.000000e+00 | 1.000000e+00 |    Inf 
1215.54/1215.59	c  1199s|450000 |  3365 |  1900k|   4.2 |  92M|2331 |   4 |5645 |  40k|5645 | 180 | 462k| 587k|6410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.03/1249.04	c  1232s|460000 |  3319 |  1949k|   4.2 |  92M|2331 |  16 |5645 |  40k|5645 | 172 | 475k| 602k|6473 | 0.000000e+00 | 1.000000e+00 |    Inf 
1280.73/1280.71	c  1264s|470000 |  3292 |  1984k|   4.2 |  92M|2331 |   - |5645 |  41k|   0 |   0 | 483k| 615k|6529 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.73/1309.73	c  1292s|480000 |  3375 |  2009k|   4.2 |  95M|2331 |   - |5645 |  46k|   0 |   0 | 487k| 629k|6553 | 0.000000e+00 | 1.000000e+00 |    Inf 
1338.54/1338.51	c  1321s|490000 |  3342 |  2028k|   4.1 |  95M|2331 |   6 |5645 |  47k|5645 | 178 | 489k| 643k|6578 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.54/1368.54	c  1351s|500000 |  3241 |  2058k|   4.1 |  94M|2331 |   8 |5645 |  43k|5645 | 194 | 494k| 657k|6611 | 0.000000e+00 | 1.000000e+00 |    Inf 
1402.13/1402.17	c  1384s|510000 |  3138 |  2101k|   4.1 |  92M|2331 |   1 |5645 |  42k|5645 | 166 | 504k| 671k|6676 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.44/1431.48	c  1413s|520000 |  3066 |  2135k|   4.1 |  92M|2331 |   - |5645 |  41k|   0 |   0 | 510k| 685k|6713 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.24/1464.22	c  1445s|530000 |  2922 |  2178k|   4.1 |  89M|2331 |  19 |5645 |  39k|5645 | 187 | 520k| 699k|6772 | 0.000000e+00 | 1.000000e+00 |    Inf 
1495.94/1496.00	c  1477s|540000 |  2826 |  2225k|   4.1 |  88M|2331 |   - |5645 |  38k|   0 |   0 | 531k| 713k|6817 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.54/1526.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1526.54/1526.52	c  1507s|550000 |  2606 |  2267k|   4.1 |  84M|2331 |   - |5645 |  37k|   0 |   0 | 540k| 728k|6876 | 0.000000e+00 | 1.000000e+00 |    Inf 
1559.34/1559.32	c  1539s|560000 |  2783 |  2316k|   4.1 |  88M|2331 |   - |5645 |  44k|   0 |   0 | 555k| 742k|6919 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.94/1592.99	c  1573s|570000 |  2569 |  2364k|   4.1 |  85M|2331 |  18 |5645 |  39k|5645 | 187 | 567k| 757k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
1624.75/1624.70	c  1604s|580000 |  2424 |  2407k|   4.2 |  83M|2331 |   1 |5645 |  39k|5645 | 198 | 577k| 771k|7032 | 0.000000e+00 | 1.000000e+00 |    Inf 
1655.95/1655.98	c  1635s|590000 |  2344 |  2453k|   4.2 |  80M|2331 |  13 |5645 |  36k|5645 | 172 | 587k| 785k|7089 | 0.000000e+00 | 1.000000e+00 |    Inf 
1684.34/1684.38	c  1663s|600000 |  2298 |  2488k|   4.1 |  80M|2331 |   - |5645 |  39k|   0 |   0 | 592k| 798k|7135 | 0.000000e+00 | 1.000000e+00 |    Inf 
1711.45/1711.41	c  1690s|610000 |  2374 |  2509k|   4.1 |  82M|2331 |   1 |5645 |  41k|5645 | 174 | 595k| 811k|7163 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.85/1739.82	c  1718s|620000 |  2396 |  2534k|   4.1 |  82M|2331 |   7 |5645 |  41k|5645 | 160 | 599k| 825k|7188 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.55/1769.53	c  1747s|630000 |  2362 |  2557k|   4.1 |  83M|2331 |   - |5645 |  42k|   0 |   0 | 602k| 839k|7207 | 0.000000e+00 | 1.000000e+00 |    Inf 
1796.74/1796.75	c  1774s|640000 |  2352 |  2576k|   4.0 |  84M|2331 |   1 |5645 |  45k|5645 | 167 | 604k| 852k|7218 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1777.37
1800.06/1800.00	c Solving Nodes      : 641154
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+00 (448 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.06	s SATISFIABLE
1800.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/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.06/1800.06	v -x1 
1800.06/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.06	c Solving Time       :    1777.37
1800.06/1800.06	c Original Problem   :
1800.06/1800.06	c   Problem name     : HOME/instance-2692305-1277925340.wbo
1800.06/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.06	c Presolved Problem  :
1800.06/1800.06	c   Problem name     : t_HOME/instance-2692305-1277925340.wbo
1800.06/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.06	c   Constraints      : 5414 initial, 48540 maximal
1800.06/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.06/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.06/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.06	c   integral         :          0          0          0     443414          0          4        329          0          0     688472
1800.06/1800.06	c   indicator        :       2707          0     837327      37761          0        287    5707493          0          0          0
1800.06/1800.06	c   linear           :       2707          6    3365001      98212          0     276401   17055664     605045          0          0
1800.06/1800.06	c   logicor          :          0+         0    1113019          0          0      33028    1047793          0          0          0
1800.06/1800.06	c   bounddisjunction :          0+         0       7776          0          0          0         42          0          0          0
1800.06/1800.06	c   countsols        :          0          0          0      17311          0          0          0          0          0          0
1800.06/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.06	c   integral         :      14.63       0.00       0.00      14.63       0.00
1800.06/1800.06	c   indicator        :      19.74       0.00      14.82       4.92       0.00
1800.06/1800.06	c   linear           :     190.00       0.00     182.92       7.08       0.00
1800.06/1800.06	c   logicor          :     360.70       0.00     360.70       0.00       0.00
1800.06/1800.06	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.06	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.06/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.06	c   vbounds          :       0.82          2          0          0
1800.06/1800.06	c   rootredcost      :       0.56         28          0       2707
1800.06/1800.06	c   pseudoobj        :     166.42    3375562       9528    3873346
1800.06/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.06	c   propagation      :      18.63     318957     318289    2052950       28.5      15294       16.0          -
1800.06/1800.06	c   infeasible LP    :       7.03      19707      19707     159275       43.7        272       18.7          0
1800.06/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.06	c   pseudo solution  :       0.03        208        208        693       10.9        123        7.6          -
1800.06/1800.06	c   applied globally :          -          -          -     854440       22.7          -          -          -
1800.06/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.06	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.06/1800.06	c   redcost          :      31.52     446391          0    1783442          0          0
1800.06/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.06	c   gomory           :       0.01          4          0          0         86          0
1800.06/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.06	c   cmir             :       0.01          4          0          0          0          0
1800.06/1800.06	c   flowcover        :       0.03          4          0          0          0          0
1800.06/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.06	c Pricers            :       Time      Calls       Vars
1800.06/1800.06	c   problem variables:       0.00          0          0
1800.06/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.06	c   relpscost        :      14.25     344482          4        329          0          0     688472
1800.06/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   inference        :       3.86      17283          0          0          0          0      34566
1800.06/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.06	c   LP solutions     :       0.04          -         28
1800.06/1800.06	c   pseudo solutions :       0.00          -          0
1800.06/1800.06	c   feaspump         :       0.00          0          0
1800.06/1800.06	c   oneopt           :       0.24         25          0
1800.06/1800.06	c   guideddiving     :       0.01          4          0
1800.06/1800.06	c   intshifting      :       0.02          4          0
1800.06/1800.06	c   crossover        :       1.22         36          0
1800.06/1800.06	c   fracdiving       :       0.50        287          0
1800.06/1800.06	c   veclendiving     :       0.46        287          0
1800.06/1800.06	c   linesearchdiving :       0.40        287          0
1800.06/1800.06	c   coefdiving       :       0.49        287          0
1800.06/1800.06	c   pscostdiving     :       0.47        287          0
1800.06/1800.06	c   objpscostdiving  :       0.46        285          0
1800.06/1800.06	c   rootsoldiving    :       0.39        285          0
1800.06/1800.06	c   trivial          :       0.08          2          2
1800.06/1800.06	c   simplerounding   :       0.67     345313          0
1800.06/1800.06	c   zirounding       :       0.24       1000          0
1800.06/1800.06	c   rounding         :       2.36       8273          0
1800.06/1800.06	c   shifting         :       1.09       2576          0
1800.06/1800.06	c   twoopt           :       0.00          0          0
1800.06/1800.06	c   fixandinfer      :       0.00          0          0
1800.06/1800.06	c   intdiving        :       0.00          0          0
1800.06/1800.06	c   actconsdiving    :       0.00          0          0
1800.06/1800.06	c   octane           :       0.00          0          0
1800.06/1800.06	c   rens             :       0.03          1          0
1800.06/1800.06	c   rins             :       0.00          0          0
1800.06/1800.06	c   localbranching   :       0.00          0          0
1800.06/1800.06	c   mutation         :       0.00          0          0
1800.06/1800.06	c   dins             :       0.00          0          0
1800.06/1800.06	c   undercover       :       0.00          0          0
1800.06/1800.06	c   nlp              :       0.15          0          0
1800.06/1800.06	c   trysol           :       2.16       3581        418
1800.06/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.06	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.06	c   dual LP          :     369.39     448661    2578212       5.75    6979.65
1800.06/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.06	c   diving/probing LP:       0.08         78        636       8.15    7950.00
1800.06/1800.06	c   strong branching :      11.35       7218      69452       9.62    6119.12
1800.06/1800.06	c     (at root node) :          -         32       1061      33.16          -
1800.06/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.06	c B&B Tree           :
1800.06/1800.06	c   number of runs   :          1
1800.06/1800.06	c   nodes            :     641154
1800.06/1800.06	c   nodes (total)    :     641154
1800.06/1800.06	c   nodes left       :       2353
1800.06/1800.06	c   max depth        :       2331
1800.06/1800.06	c   max depth (total):       2331
1800.06/1800.06	c   backtracks       :      73070 (11.4%)
1800.06/1800.06	c   delayed cutoffs  :      62096
1800.06/1800.06	c   repropagations   :    1472617 (4972973 domain reductions, 59552 cutoffs)
1800.06/1800.06	c   avg switch length:       6.15
1800.06/1800.06	c   switching time   :     308.07
1800.06/1800.06	c Solution           :
1800.06/1800.06	c   Solutions found  :        448 (29 improvements)
1800.06/1800.06	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 156659 nodes, 380.55 seconds, depth 43, found by <relaxation>)
1800.06/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.06	c   Gap              :   infinite
1800.06/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.06	c   Root Iterations  :        106
1800.16/1800.18	c Time complete: 1800.23.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692305-1277925340/watcher-2692305-1277925340 -o /tmp/evaluation-result-2692305-1277925340/solver-2692305-1277925340 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692305-1277925340.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.00 2.00 4/196 14883
/proc/meminfo: memFree=31431484/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=9544 CPUtime=0
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 1680 0 0 0 0 0 0 0 25 0 1 0 133679680 9773056 1600 4089446400 4194304 8223781 140737337421344 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14883/statm: 2386 1600 369 984 0 1399 0

[startup+0.0725731 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14883
/proc/meminfo: memFree=31431484/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=35136 CPUtime=0.06
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 8088 0 0 0 6 0 0 0 25 0 1 0 133679680 35979264 7644 4089446400 4194304 8223781 140737337421344 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35136

[startup+0.100567 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14883
/proc/meminfo: memFree=31431484/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=35136 CPUtime=0.09
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 133679680 35979264 7644 4089446400 4194304 8223781 140737337421344 18446744073709551615 7257356 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300529 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14883
/proc/meminfo: memFree=31431484/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=58612 CPUtime=0.29
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 14529 0 0 0 28 1 0 0 25 0 1 0 133679680 60018688 13472 4089446400 4194304 8223781 140737337421344 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 14653 13472 564 984 0 13666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58612

[startup+0.700454 s]
/proc/loadavg: 2.00 2.00 2.00 4/196 14883
/proc/meminfo: memFree=31431484/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=43076 CPUtime=0.68
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 15655 0 0 0 67 1 0 0 25 0 1 0 133679680 44109824 9710 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 10769 9710 575 984 0 9782 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43076

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14884
/proc/meminfo: memFree=31394152/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=43320 CPUtime=1.49
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 15782 0 0 0 145 4 0 0 25 0 1 0 133679680 44359680 9837 4089446400 4194304 8223781 140737337421344 18446744073709551615 6448663 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 10830 9837 578 984 0 9843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43320

[startup+3.101 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 14884
/proc/meminfo: memFree=31392672/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=48680 CPUtime=3.09
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 21982 0 0 0 302 7 0 0 25 0 1 0 133679680 49848320 10984 4089446400 4194304 8223781 140737337421344 18446744073709551615 6505963 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 12170 10984 579 984 0 11183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48680

[startup+6.30038 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 14884
/proc/meminfo: memFree=31382876/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=52820 CPUtime=6.29
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 28101 0 0 0 620 9 0 0 25 0 1 0 133679680 54087680 12064 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 13205 12064 579 984 0 12218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52820

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 14884
/proc/meminfo: memFree=31376896/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=59856 CPUtime=12.69
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 40059 0 0 0 1252 17 0 0 25 0 1 0 133679680 61292544 13832 4089446400 4194304 8223781 140737337421344 18446744073709551615 4407843 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 14964 13832 579 984 0 13977 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59856

[startup+25.5007 s]
/proc/loadavg: 2.06 2.01 2.00 3/197 14884
/proc/meminfo: memFree=31359364/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=73732 CPUtime=25.49
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 48690 0 0 0 2513 36 0 0 25 0 1 0 133679680 75501568 17307 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 18433 17307 579 984 0 17446 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73732

[startup+51.1008 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 14885
/proc/meminfo: memFree=31306796/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=119996 CPUtime=51.09
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 102155 0 0 0 5033 76 0 0 25 0 1 0 133679680 122875904 28630 4089446400 4194304 8223781 140737337421344 18446744073709551615 7235159 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 29999 28631 586 984 0 29012 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119996

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14886
/proc/meminfo: memFree=31190208/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=235392 CPUtime=102.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 173750 0 0 0 10084 146 0 0 25 0 1 0 133679680 241041408 55908 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 58848 55908 591 984 0 57861 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 235392

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/197 14888
/proc/meminfo: memFree=31113404/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=300724 CPUtime=162.29
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 231362 0 0 0 15988 241 0 0 25 0 1 0 133679680 307941376 70877 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 75181 70877 591 984 0 74194 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 300724

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14890
/proc/meminfo: memFree=31104068/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=303544 CPUtime=222.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 272222 0 0 0 21883 347 0 0 25 0 1 0 133679680 310829056 71621 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 75886 71621 601 984 0 74899 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 303544

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14891
/proc/meminfo: memFree=31080460/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=307392 CPUtime=282.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 284772 0 0 0 27786 444 0 0 25 0 1 0 133679680 314769408 72570 4089446400 4194304 8223781 140737337421344 18446744073709551615 6455718 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 76848 72570 601 984 0 75861 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 307392

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14893
/proc/meminfo: memFree=31074840/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=310988 CPUtime=342.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 297373 0 0 0 33699 531 0 0 25 0 1 0 133679680 318451712 73464 4089446400 4194304 8223781 140737337421344 18446744073709551615 6328802 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 77747 73464 601 984 0 76760 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310988

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14894
/proc/meminfo: memFree=31070836/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=313812 CPUtime=402.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 328261 0 0 0 39602 628 0 0 25 0 1 0 133679680 321343488 74163 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 78453 74163 601 984 0 77466 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 313812

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14896
/proc/meminfo: memFree=31069180/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=313904 CPUtime=462.31
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 338599 0 0 0 45504 727 0 0 25 0 1 0 133679680 321437696 74186 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 78476 74186 601 984 0 77489 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 313904

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14898
/proc/meminfo: memFree=31067540/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=315488 CPUtime=522.3
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 340794 0 0 0 51417 813 0 0 25 0 1 0 133679680 323059712 74573 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 78872 74573 601 984 0 77885 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 315488

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14899
/proc/meminfo: memFree=31065148/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=316404 CPUtime=582.31
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 340917 0 0 0 57330 901 0 0 25 0 1 0 133679680 323997696 74696 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 79101 74696 601 984 0 78114 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 316404

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14901
/proc/meminfo: memFree=31062884/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=316640 CPUtime=642.32
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 342773 0 0 0 63260 972 0 0 25 0 1 0 133679680 324239360 74742 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 79160 74742 601 984 0 78173 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316640

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14907
/proc/meminfo: memFree=31044904/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=329328 CPUtime=882.32
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 345962 0 0 0 86980 1252 0 0 25 0 1 0 133679680 337231872 77916 4089446400 4194304 8223781 140737337421344 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 82332 77916 601 984 0 81345 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 329328

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14909
/proc/meminfo: memFree=31024412/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=330360 CPUtime=942.32
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 348054 0 0 0 92916 1316 0 0 25 0 1 0 133679680 338288640 78182 4089446400 4194304 8223781 140737337421344 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 82590 78182 601 984 0 81603 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 330360

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14910
/proc/meminfo: memFree=31013944/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=331948 CPUtime=1002.33
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 348447 0 0 0 98847 1386 0 0 25 0 1 0 133679680 339914752 78571 4089446400 4194304 8223781 140737337421344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 82987 78571 601 984 0 82000 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 331948

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 14932
/proc/meminfo: memFree=31502380/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=332336 CPUtime=1062.33
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 348551 0 0 0 104787 1446 0 0 25 0 1 0 133679680 340312064 78675 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 83084 78675 601 984 0 82097 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 332336

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14983
/proc/meminfo: memFree=31263508/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=335164 CPUtime=1122.33
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 349236 0 0 0 110717 1516 0 0 25 0 1 0 133679680 343207936 79360 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 83791 79360 601 984 0 82804 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 335164

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14984
/proc/meminfo: memFree=31231612/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=335704 CPUtime=1182.33
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 349357 0 0 0 116645 1588 0 0 25 0 1 0 133679680 343760896 79481 4089446400 4194304 8223781 140737337421344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 83926 79481 601 984 0 82939 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 335704

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14986
/proc/meminfo: memFree=31199824/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=335936 CPUtime=1242.33
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 349421 0 0 0 122573 1660 0 0 25 0 1 0 133679680 343998464 79545 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 83984 79545 601 984 0 82997 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 335936

[startup+1302.3 s]
/proc/loadavg: 2.32 2.09 2.03 3/197 14987
/proc/meminfo: memFree=31160852/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=336524 CPUtime=1302.34
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 349582 0 0 0 128511 1723 0 0 25 0 1 0 133679680 344600576 79706 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84131 79706 601 984 0 83144 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 336524

[startup+1362.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/197 14989
/proc/meminfo: memFree=31128696/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=339172 CPUtime=1362.34
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 350267 0 0 0 134446 1788 0 0 25 0 1 0 133679680 347312128 80391 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84793 80391 601 984 0 83806 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 339172

[startup+1422.31 s]
/proc/loadavg: 2.04 2.06 2.02 3/197 14991
/proc/meminfo: memFree=31093080/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=339316 CPUtime=1422.34
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 350308 0 0 0 140382 1852 0 0 25 0 1 0 133679680 347459584 80432 4089446400 4194304 8223781 140737337421344 18446744073709551615 6003303 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84829 80432 601 984 0 83842 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 339316

[startup+1482.3 s]
/proc/loadavg: 2.46 2.14 2.04 3/197 14992
/proc/meminfo: memFree=31051520/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=339452 CPUtime=1482.34
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 350346 0 0 0 146314 1920 0 0 25 0 1 0 133679680 347598848 80467 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84863 80467 601 984 0 83876 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 339452

[startup+1542.3 s]
/proc/loadavg: 2.15 2.11 2.04 3/197 14994
/proc/meminfo: memFree=31022968/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=339464 CPUtime=1542.34
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 350352 0 0 0 152244 1990 0 0 25 0 1 0 133679680 347611136 80470 4089446400 4194304 8223781 140737337421344 18446744073709551615 4983799 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84866 80470 601 984 0 83879 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 339464

[startup+1602.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/197 14995
/proc/meminfo: memFree=31011264/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=339464 CPUtime=1602.35
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352189 0 0 0 158186 2049 0 0 25 0 1 0 133679680 347611136 80470 4089446400 4194304 8223781 140737337421344 18446744073709551615 4210345 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14883/statm: 84866 80470 601 984 0 83879 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 339464

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.03 3/197 14997
/proc/meminfo: memFree=31010972/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=340260 CPUtime=1662.35
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352326 0 0 0 164119 2116 0 0 25 0 1 0 133679680 348426240 80593 4089446400 4194304 8223781 140737337421344 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14883/statm: 85065 80593 601 984 0 84078 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 340260

[startup+1722.3 s]
/proc/loadavg: 2.06 2.07 2.03 4/197 14999
/proc/meminfo: memFree=31010428/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=340260 CPUtime=1722.35
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352336 0 0 0 170053 2182 0 0 25 0 1 0 133679680 348426240 80593 4089446400 4194304 8223781 140737337421344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14883/statm: 85065 80593 601 984 0 84078 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 340260

[startup+1782.3 s]
/proc/loadavg: 2.28 2.15 2.06 3/197 15000
/proc/meminfo: memFree=31010024/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=340260 CPUtime=1782.35
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352336 0 0 0 175988 2247 0 0 25 0 1 0 133679680 348426240 80593 4089446400 4194304 8223781 140737337421344 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14883/statm: 85065 80593 601 984 0 84078 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 340260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.30 2.16 2.06 3/197 15001
/proc/meminfo: memFree=31009524/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=340428 CPUtime=1800.06
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352377 0 0 0 177740 2266 0 0 25 0 1 0 133679680 348598272 80634 4089446400 4194304 8223781 140737337421344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14883/statm: 85107 80634 601 984 0 84120 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 340428

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.30 2.16 2.06 3/197 15001
/proc/meminfo: memFree=31009524/32950928 swapFree=67111528/67111528
[pid=14883] ppid=14881 vsize=332228 CPUtime=1800.16
/proc/14883/stat : 14883 (pbscip.linux.x8) R 14881 14883 12716 0 -1 4202496 352439 0 0 0 177750 2266 0 0 25 0 1 0 133679680 340201472 78592 4089446400 4194304 8223781 140737337421344 18446744073709551615 4212164 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14883/statm: 83057 78592 603 984 0 82070 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 332228

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.24
CPU user time (s): 1777.57
CPU system time (s): 22.6736
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 340428

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

runsolver used 2.40163 second user time and 5.8841 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 21:15:40
IDJOB=2692305
IDBENCH=79259
IDSOLVER=1204
FILE ID=node127/2692305-1277925340
PBS_JOBID= 11197273
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= e639daae290163b8abe4f9e3cf3dc11c
RANDOM SEED=415937101

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31432012 kB
Buffers:        210968 kB
Cached:         717100 kB
SwapCached:          0 kB
Active:         865268 kB
Inactive:       511724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31432012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4728 kB
Writeback:           0 kB
AnonPages:      449140 kB
Mapped:          20264 kB
Slab:            78248 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1651560 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 node127 at 2010-06-30 21:45:42