Trace number 2692427

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.3 1800.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670167--soft-0-100-0.wbo
MD5SUMf06e3169df6f7eed4900beba2f9ca344
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 benchmark209.658
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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-2692427-1277931058.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.14	o 136624
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.09/0.14	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.18/0.21	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.18/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.18/0.21	c presolving (3 rounds):
0.18/0.21	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.18/0.21	c  2707 implications, 0 cliques
0.18/0.21	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.18/0.21	c    2707 constraints of type <indicator>
0.18/0.21	c    2707 constraints of type <linear>
0.18/0.21	c transformed objective value is always integral (scale: 1)
0.18/0.21	c Presolving Time: 0.16
0.18/0.21	c - non default parameters ----------------------------------------------------------------------
0.18/0.21	c # SCIP version 1.2.1.2
0.18/0.21	c 
0.18/0.21	c # frequency for displaying node information lines
0.18/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.18/0.21	c display/freq = 10000
0.18/0.21	c 
0.18/0.21	c # maximal time in seconds to run
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/time = 1799.97
0.18/0.21	c 
0.18/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.18/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.18/0.21	c limits/memory = 3420
0.18/0.21	c 
0.18/0.21	c # should presolving try to simplify inequalities
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/linear/simplifyinequalities = TRUE
0.18/0.21	c 
0.18/0.21	c # should presolving try to simplify knapsacks
0.18/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.18/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.18/0.21	c 
0.18/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.18/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.18/0.21	c separating/rapidlearning/freq = 0
0.18/0.21	c 
0.18/0.21	c -----------------------------------------------------------------------------------------------
0.18/0.21	c start solving
0.18/0.21	c 
0.18/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.18/0.23	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.18/0.23	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.18/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.18/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.18/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.39/0.46	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.366240e+05 |    Inf 
32.49/32.58	c  32.3s| 10000 | 10001 | 40000 |   4.0 |  52M|  83 |   0 |5645 |5414 |5645 | 189 |  15k|   0 |1783 | 0.000000e+00 | 1.366240e+05 |    Inf 
37.59/37.69	o 468
37.59/37.69	c *37.3s| 12067 |  8874 | 44106 |   3.6 |  50M|  83 |   - |5645 |5414 |5645 | 170 |  17k|   0 |1789 | 0.000000e+00 | 4.680000e+02 |    Inf 
41.49/41.55	o 80
41.49/41.55	c *41.1s| 13044 |  1103 | 49275 |   3.8 |  32M|  83 |   - |5645 |5473 |5645 | 167 |  19k|  59 |1791 | 0.000000e+00 | 8.000000e+01 |    Inf 
41.59/41.61	o 74
41.59/41.61	c *41.2s| 13048 |   975 | 49325 |   3.8 |  32M|  83 |   - |5645 |4905 |5645 | 159 |  19k|  63 |1791 | 0.000000e+00 | 7.400000e+01 |    Inf 
41.59/41.70	o 68
41.59/41.70	c *41.3s| 13061 |   906 | 49449 |   3.8 |  32M|  83 |   - |5645 |4756 |5645 | 192 |  19k|  73 |1791 | 0.000000e+00 | 6.800000e+01 |    Inf 
41.69/41.71	o 61
41.69/41.71	c *41.3s| 13062 |   778 | 49449 |   3.8 |  32M|  83 |   - |5645 |4756 |5645 | 192 |  19k|  73 |1791 | 0.000000e+00 | 6.100000e+01 |    Inf 
41.69/41.77	o 59
41.69/41.77	c *41.4s| 13070 |   769 | 49495 |   3.8 |  32M|  83 |   - |5645 |4411 |5645 | 158 |  19k|  82 |1791 | 0.000000e+00 | 5.900000e+01 |    Inf 
41.88/41.91	o 47
41.88/41.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.88/41.91	c *41.5s| 13089 |   614 | 49600 |   3.8 |  31M|  83 |   - |5645 |4352 |5645 | 186 |  19k|  85 |1791 | 0.000000e+00 | 4.700000e+01 |    Inf 
42.29/42.30	o 46
42.29/42.30	c *41.9s| 13184 |   630 | 49949 |   3.8 |  32M|  83 |   - |5645 |4120 |5645 | 176 |  19k| 179 |1791 | 0.000000e+00 | 4.600000e+01 |    Inf 
42.29/42.30	o 39
42.29/42.30	c *41.9s| 13185 |   563 | 49949 |   3.8 |  32M|  83 |   - |5645 |4120 |5645 | 176 |  19k| 179 |1791 | 0.000000e+00 | 3.900000e+01 |    Inf 
42.29/42.37	o 24
42.29/42.37	c *42.0s| 13191 |   380 | 50147 |   3.8 |  31M|  83 |   - |5645 |3883 |5645 | 203 |  19k| 184 |1791 | 0.000000e+00 | 2.400000e+01 |    Inf 
42.39/42.40	o 19
42.39/42.40	c *42.0s| 13196 |   197 | 50226 |   3.8 |  30M|  83 |   - |5645 |3480 |5645 | 184 |  20k| 184 |1791 | 0.000000e+00 | 1.900000e+01 |    Inf 
56.89/56.93	c  56.4s| 20000 |   508 | 68414 |   3.4 |  35M|  83 |   5 |5645 |6578 |5645 | 169 |  23k|7997 |1799 | 0.000000e+00 | 1.900000e+01 |    Inf 
71.19/71.23	o 17
71.19/71.23	c *70.5s| 26281 |   777 | 91631 |   3.5 |  39M|  83 |   - |5645 |9004 |5645 | 180 |  29k|  15k|1823 | 0.000000e+00 | 1.700000e+01 |    Inf 
80.39/80.49	c  79.6s| 30000 |  1060 |106188 |   3.5 |  41M|  83 |   1 |5645 |9634 |5645 | 184 |  32k|  20k|1914 | 0.000000e+00 | 1.700000e+01 |    Inf 
104.09/104.11	c   103s| 40000 |  1379 |142629 |   3.6 |  46M|  83 |   1 |5645 |8588 |5645 | 185 |  39k|  32k|2189 | 0.000000e+00 | 1.700000e+01 |    Inf 
127.89/127.99	c   127s| 50000 |  1741 |177372 |   3.5 |  50M|  83 |   9 |5645 |8757 |5645 | 177 |  45k|  44k|2453 | 0.000000e+00 | 1.700000e+01 |    Inf 
153.60/153.65	c   152s| 60000 |  2679 |219975 |   3.7 |  61M|  83 |  11 |5645 |  11k|5645 | 162 |  59k|  56k|2719 | 0.000000e+00 | 1.700000e+01 |    Inf 
159.20/159.29	o 11
159.20/159.29	c * 158s| 62276 |  2668 |227552 |   3.7 |  58M|  83 |   - |5645 |  12k|5645 | 199 |  61k|  59k|2754 | 0.000000e+00 | 1.100000e+01 |    Inf 
177.89/177.99	c   176s| 70000 |  3151 |259622 |   3.7 |  62M|  83 |  14 |5645 |  10k|5645 | 176 |  69k|  69k|2949 | 0.000000e+00 | 1.100000e+01 |    Inf 
203.19/203.28	c   201s| 80000 |  3895 |305611 |   3.8 |  69M|  83 |  10 |5645 |  13k|5645 | 162 |  82k|  81k|3217 | 0.000000e+00 | 1.100000e+01 |    Inf 
229.50/229.50	c   227s| 90000 |  4544 |352620 |   3.9 |  75M|  92 |   - |5645 |  14k|   0 |   0 |  97k|  94k|3470 | 0.000000e+00 | 1.100000e+01 |    Inf 
255.21/255.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.21/255.28	c   253s|100000 |  4993 |397648 |   4.0 |  78M|  92 |  25 |5645 |  12k|5645 | 181 | 111k| 107k|3674 | 0.000000e+00 | 1.100000e+01 |    Inf 
280.90/280.93	c   278s|110000 |  5364 |445366 |   4.0 |  82M|  92 |   - |5645 |  15k|   0 |   0 | 125k| 120k|3870 | 0.000000e+00 | 1.100000e+01 |    Inf 
296.50/296.58	o 6
296.50/296.58	c * 293s|116184 |  5109 |471642 |   4.1 |  76M|  92 |   - |5645 |  16k|5645 | 195 | 131k| 128k|4017 | 0.000000e+00 | 6.000000e+00 |    Inf 
306.10/306.19	c   303s|120000 |  5150 |490116 |   4.1 |  75M|  92 |   - |5645 |  10k|   0 |   0 | 136k| 133k|4086 | 0.000000e+00 | 6.000000e+00 |    Inf 
330.10/330.16	c   327s|130000 |  5435 |532813 |   4.1 |  79M|  92 |  15 |5645 |  14k|5645 | 163 | 147k| 146k|4268 | 0.000000e+00 | 6.000000e+00 |    Inf 
353.90/353.90	c   350s|140000 |  5664 |573832 |   4.1 |  82M|  92 |  24 |5645 |  16k|5645 | 180 | 158k| 159k|4413 | 0.000000e+00 | 6.000000e+00 |    Inf 
378.20/378.27	c   374s|150000 |  5796 |612315 |   4.1 |  83M|  92 |  11 |5645 |  14k|5645 | 186 | 168k| 173k|4567 | 0.000000e+00 | 6.000000e+00 |    Inf 
404.01/404.06	c   400s|160000 |  5939 |660979 |   4.1 |  86M|  92 |   - |5645 |  17k|5645 | 216 | 182k| 186k|4732 | 0.000000e+00 | 6.000000e+00 |    Inf 
419.50/419.52	o 5
419.50/419.52	c * 415s|166782 |  5371 |680980 |   4.1 |  77M|  92 |   - |5645 |  16k|5645 | 181 | 186k| 195k|4801 | 0.000000e+00 | 5.000000e+00 |    Inf 
427.41/427.47	c   423s|170000 |  5416 |694354 |   4.1 |  76M|  92 |   - |5645 |  13k|   0 |   0 | 189k| 199k|4854 | 0.000000e+00 | 5.000000e+00 |    Inf 
453.41/453.45	c   449s|180000 |  5604 |740397 |   4.1 |  80M|  92 |  15 |5645 |  18k|5645 | 222 | 203k| 213k|4992 | 0.000000e+00 | 5.000000e+00 |    Inf 
478.91/478.94	c   474s|190000 |  5565 |783123 |   4.1 |  79M|  92 |   - |5645 |  15k|   0 |   0 | 214k| 227k|5140 | 0.000000e+00 | 5.000000e+00 |    Inf 
504.82/504.83	c   499s|200000 |  5943 |834051 |   4.2 |  82M|  92 |   - |5645 |  17k|   0 |   0 | 227k| 240k|5282 | 0.000000e+00 | 5.000000e+00 |    Inf 
529.42/529.43	c   524s|210000 |  5933 |874634 |   4.2 |  82M|  92 |  14 |5645 |  15k|5645 | 178 | 236k| 253k|5419 | 0.000000e+00 | 5.000000e+00 |    Inf 
553.91/553.90	c   548s|220000 |  5976 |917749 |   4.2 |  84M|  92 |   - |5645 |  17k|   0 |   0 | 246k| 267k|5537 | 0.000000e+00 | 5.000000e+00 |    Inf 
580.62/580.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.62/580.63	c   574s|230000 |  6350 |965719 |   4.2 |  87M|  92 |  20 |5645 |  20k|5645 | 209 | 260k| 280k|5680 | 0.000000e+00 | 5.000000e+00 |    Inf 
607.52/607.54	c   601s|240000 |  6316 |  1011k|   4.2 |  88M|  92 |  18 |5645 |  20k|5645 | 216 | 270k| 295k|5803 | 0.000000e+00 | 5.000000e+00 |    Inf 
632.42/632.43	c   626s|250000 |  6391 |  1049k|   4.2 |  90M|  92 |   - |5645 |  22k|   0 |   0 | 279k| 308k|5936 | 0.000000e+00 | 5.000000e+00 |    Inf 
634.52/634.51	o 3
634.52/634.51	c * 628s|250803 |  6266 |  1052k|   4.2 |  88M|  92 |   - |5645 |  22k|5645 | 217 | 279k| 310k|5943 | 0.000000e+00 | 3.000000e+00 |    Inf 
660.71/660.78	c   654s|260000 |  6359 |  1103k|   4.2 |  88M|  92 |   - |5645 |  20k|   0 |   0 | 293k| 322k|6069 | 0.000000e+00 | 3.000000e+00 |    Inf 
686.92/686.98	c   680s|270000 |  6362 |  1146k|   4.2 |  88M|  92 |   - |5645 |  19k|   0 |   0 | 304k| 335k|6168 | 0.000000e+00 | 3.000000e+00 |    Inf 
710.42/710.41	c   703s|280000 |  6541 |  1175k|   4.2 |  90M|  92 |   1 |5645 |  20k|5645 | 174 | 310k| 348k|6240 | 0.000000e+00 | 3.000000e+00 |    Inf 
734.62/734.68	c   727s|290000 |  6617 |  1205k|   4.2 |  92M|  92 |   - |5645 |  21k|   0 |   0 | 316k| 361k|6303 | 0.000000e+00 | 3.000000e+00 |    Inf 
758.93/758.91	c   751s|300000 |  6559 |  1234k|   4.1 |  90M|  92 |   1 |5645 |  16k|5645 | 170 | 322k| 375k|6369 | 0.000000e+00 | 3.000000e+00 |    Inf 
785.42/785.45	c   777s|310000 |  6554 |  1284k|   4.1 |  91M|  92 |  24 |5645 |  17k|5645 | 227 | 335k| 388k|6500 | 0.000000e+00 | 3.000000e+00 |    Inf 
812.72/812.71	c   804s|320000 |  6793 |  1341k|   4.2 |  94M|  92 |   - |5645 |  21k|   0 |   0 | 351k| 402k|6629 | 0.000000e+00 | 3.000000e+00 |    Inf 
842.03/842.02	c   833s|330000 |  6844 |  1400k|   4.2 |  96M|  92 |   9 |5645 |  22k|5645 | 194 | 367k| 416k|6759 | 0.000000e+00 | 3.000000e+00 |    Inf 
866.83/866.80	c   858s|340000 |  6558 |  1445k|   4.3 |  93M|  92 |   - |5645 |  19k|   0 |   0 | 376k| 430k|6916 | 0.000000e+00 | 3.000000e+00 |    Inf 
890.93/890.98	c   882s|350000 |  6707 |  1485k|   4.2 |  96M|  92 |   - |5645 |  23k|   0 |   0 | 386k| 442k|6989 | 0.000000e+00 | 3.000000e+00 |    Inf 
916.83/916.82	c   907s|360000 |  6933 |  1521k|   4.2 |  98M|  92 |   9 |5645 |  25k|5645 | 180 | 394k| 455k|7069 | 0.000000e+00 | 3.000000e+00 |    Inf 
944.63/944.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
944.63/944.67	c   935s|370000 |  7072 |  1563k|   4.2 | 100M|  92 |   - |5645 |  25k|   0 |   0 | 403k| 468k|7173 | 0.000000e+00 | 3.000000e+00 |    Inf 
972.63/972.60	c   962s|380000 |  7022 |  1612k|   4.2 | 100M|  92 |  13 |5645 |  26k|5645 | 216 | 414k| 481k|7247 | 0.000000e+00 | 3.000000e+00 |    Inf 
1000.43/1000.46	c   990s|390000 |  6917 |  1657k|   4.3 | 100M|  92 |  10 |5645 |  25k|5645 | 183 | 423k| 495k|7348 | 0.000000e+00 | 3.000000e+00 |    Inf 
1026.43/1026.42	c  1016s|400000 |  6788 |  1697k|   4.2 |  99M|  92 |   9 |5645 |  24k|5645 | 209 | 431k| 509k|7416 | 0.000000e+00 | 3.000000e+00 |    Inf 
1052.43/1052.41	c  1041s|410000 |  6719 |  1739k|   4.2 |  99M|  92 |   - |5645 |  24k|   0 |   0 | 439k| 522k|7490 | 0.000000e+00 | 3.000000e+00 |    Inf 
1080.43/1080.41	c  1069s|420000 |  6717 |  1780k|   4.2 | 100M|  92 |  13 |5645 |  25k|5645 | 204 | 447k| 536k|7581 | 0.000000e+00 | 3.000000e+00 |    Inf 
1105.84/1105.81	c  1094s|430000 |  6716 |  1815k|   4.2 | 100M|  92 |   - |5645 |  25k|   0 |   0 | 455k| 550k|7651 | 0.000000e+00 | 3.000000e+00 |    Inf 
1135.54/1135.54	c  1124s|440000 |  6832 |  1866k|   4.2 | 102M|  92 |   5 |5645 |  27k|5645 | 200 | 467k| 563k|7752 | 0.000000e+00 | 3.000000e+00 |    Inf 
1164.34/1164.30	c  1152s|450000 |  6785 |  1911k|   4.2 | 102M|  92 |   8 |5645 |  26k|5645 | 199 | 478k| 578k|7824 | 0.000000e+00 | 3.000000e+00 |    Inf 
1189.84/1189.85	c  1178s|460000 |  6776 |  1954k|   4.2 | 103M|  92 |   - |5645 |  26k|   0 |   0 | 490k| 591k|7910 | 0.000000e+00 | 3.000000e+00 |    Inf 
1214.34/1214.31	c  1202s|470000 |  6789 |  1993k|   4.2 | 103M|  92 |   - |5645 |  26k|5645 | 202 | 498k| 605k|7991 | 0.000000e+00 | 3.000000e+00 |    Inf 
1238.84/1238.85	c  1226s|480000 |  6746 |  2031k|   4.2 | 104M|  92 |   - |5645 |  28k|   0 |   0 | 505k| 619k|8055 | 0.000000e+00 | 3.000000e+00 |    Inf 
1265.95/1265.90	c  1253s|490000 |  6761 |  2077k|   4.2 | 105M|  92 |   - |5645 |  29k|   0 |   0 | 516k| 633k|8139 | 0.000000e+00 | 3.000000e+00 |    Inf 
1290.04/1290.08	c  1277s|500000 |  6578 |  2114k|   4.2 | 102M|  92 |   - |5645 |  23k|   0 |   0 | 524k| 647k|8207 | 0.000000e+00 | 3.000000e+00 |    Inf 
1313.84/1313.81	c  1300s|510000 |  6565 |  2158k|   4.2 | 104M|  92 |  16 |5645 |  26k|5645 | 207 | 533k| 662k|8277 | 0.000000e+00 | 3.000000e+00 |    Inf 
1337.85/1337.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1337.85/1337.85	c  1324s|520000 |  6497 |  2196k|   4.2 | 103M|  92 |   - |5645 |  25k|   0 |   0 | 541k| 675k|8374 | 0.000000e+00 | 3.000000e+00 |    Inf 
1360.95/1360.91	c  1347s|530000 |  6446 |  2231k|   4.2 | 103M|  92 |   - |5645 |  24k|   0 |   0 | 547k| 689k|8424 | 0.000000e+00 | 3.000000e+00 |    Inf 
1385.15/1385.14	c  1371s|540000 |  6466 |  2270k|   4.2 | 105M|  92 |  14 |5645 |  28k|5645 | 212 | 556k| 703k|8496 | 0.000000e+00 | 3.000000e+00 |    Inf 
1411.45/1411.41	c  1397s|550000 |  6590 |  2322k|   4.2 | 107M|  92 |  14 |5645 |  29k|5645 | 214 | 569k| 716k|8569 | 0.000000e+00 | 3.000000e+00 |    Inf 
1438.05/1438.03	c  1423s|560000 |  6603 |  2374k|   4.2 | 107M|  92 |   1 |5645 |  29k|5645 | 188 | 581k| 730k|8635 | 0.000000e+00 | 3.000000e+00 |    Inf 
1464.16/1464.19	c  1449s|570000 |  6526 |  2424k|   4.3 | 107M|  92 |  10 |5645 |  29k|5645 | 229 | 592k| 745k|8716 | 0.000000e+00 | 3.000000e+00 |    Inf 
1489.15/1489.11	c  1474s|580000 |  6464 |  2469k|   4.3 | 107M|  92 |  15 |5645 |  29k|5645 | 178 | 602k| 759k|8800 | 0.000000e+00 | 3.000000e+00 |    Inf 
1515.55/1515.59	c  1500s|590000 |  6470 |  2511k|   4.3 | 109M|  92 |   - |5645 |  34k|   0 |   0 | 611k| 772k|8882 | 0.000000e+00 | 3.000000e+00 |    Inf 
1544.66/1544.66	c  1529s|600000 |  6439 |  2553k|   4.3 | 108M|  92 |   1 |5645 |  31k|5645 | 183 | 620k| 786k|9129 | 0.000000e+00 | 3.000000e+00 |    Inf 
1572.56/1572.59	c  1557s|610000 |  6378 |  2600k|   4.3 | 108M|  92 |   1 |5645 |  31k|5645 | 180 | 630k| 799k|9139 | 0.000000e+00 | 3.000000e+00 |    Inf 
1598.46/1598.45	c  1582s|620000 |  6375 |  2645k|   4.3 | 108M|  92 |   6 |5645 |  29k|5645 | 193 | 641k| 813k|9166 | 0.000000e+00 | 3.000000e+00 |    Inf 
1626.56/1626.52	c  1610s|630000 |  6381 |  2694k|   4.3 | 110M|  92 |   - |5645 |  34k|   0 |   0 | 653k| 827k|9239 | 0.000000e+00 | 3.000000e+00 |    Inf 
1653.26/1653.22	c  1637s|640000 |  6376 |  2734k|   4.3 | 110M|  92 |   - |5645 |  33k|   0 |   0 | 661k| 841k|9308 | 0.000000e+00 | 3.000000e+00 |    Inf 
1678.76/1678.72	c  1662s|650000 |  6373 |  2763k|   4.3 | 109M|  92 |   1 |5645 |  30k|5645 | 157 | 666k| 854k|9370 | 0.000000e+00 | 3.000000e+00 |    Inf 
1700.67/1700.62	c  1683s|660000 |  6394 |  2786k|   4.2 | 110M|  92 |   - |5645 |  32k|   0 |   0 | 669k| 867k|9376 | 0.000000e+00 | 3.000000e+00 |    Inf 
1728.57/1728.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.57/1728.54	c  1711s|670000 |  6520 |  2824k|   4.2 | 112M|  92 |   - |5645 |  32k|   0 |   0 | 677k| 881k|9431 | 0.000000e+00 | 3.000000e+00 |    Inf 
1753.17/1753.15	c  1736s|680000 |  6526 |  2849k|   4.2 | 112M|  92 |   - |5645 |  33k|   0 |   0 | 680k| 894k|9493 | 0.000000e+00 | 3.000000e+00 |    Inf 
1776.57/1776.55	c  1759s|690000 |  6574 |  2871k|   4.2 | 113M|  92 |   - |5645 |  32k|   0 |   0 | 683k| 908k|9497 | 0.000000e+00 | 3.000000e+00 |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1781.94
1800.08/1800.00	c Solving Nodes      : 699646
1800.08/1800.00	c Primal Bound       : +3.00000000000000e+00 (127 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.07	s SATISFIABLE
1800.08/1800.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.08/1800.07	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.08/1800.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.08/1800.07	v -x167 -x166 -x165 -x164 -x163 x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.07	v x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.08/1800.07	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.08/1800.07	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.08/1800.07	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.08/1800.07	v -x54 -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.08/1800.07	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.08/1800.07	v x1 
1800.08/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.07	c Solving Time       :    1781.94
1800.08/1800.07	c Original Problem   :
1800.08/1800.07	c   Problem name     : HOME/instance-2692427-1277931058.wbo
1800.08/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.08/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.08/1800.07	c Presolved Problem  :
1800.08/1800.07	c   Problem name     : t_HOME/instance-2692427-1277931058.wbo
1800.08/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.08/1800.07	c   Constraints      : 5414 initial, 39427 maximal
1800.08/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.08/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.08/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.07	c   root node        :          -       2647          -          -       5294          -          -          -          -
1800.08/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.07	c   integral         :          0          0          0     476012          0          0        401          0          0     755672
1800.08/1800.07	c   indicator        :       2707          0    3736669      96736          0         87    1131856          0          0          0
1800.08/1800.07	c   linear           :       2707          6    3775319      97861          0     297605   19987655     686207          0          0
1800.08/1800.07	c   logicor          :          0+         0    1093471          0          0      44602     858838          0          0          0
1800.08/1800.07	c   bounddisjunction :          0+         0       4297          0          0          0         80          0          0          0
1800.08/1800.07	c   countsols        :          0          0          0      10946          0          0          0          0          0          0
1800.08/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.07	c   integral         :      21.16       0.00       0.00      21.16       0.00
1800.08/1800.07	c   indicator        :      14.15       0.02       9.54       4.59       0.00
1800.08/1800.07	c   linear           :     202.86       0.00     194.35       8.51       0.00
1800.08/1800.07	c   logicor          :     255.30       0.00     255.30       0.00       0.00
1800.08/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.07	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.08/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.07	c   vbounds          :       1.16          2          0          0
1800.08/1800.07	c   rootredcost      :       1.03         16          0       2647
1800.08/1800.07	c   pseudoobj        :     197.76    3777345       2000     828668
1800.08/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.07	c   propagation      :      18.82     344207     343861    2096824       27.6      10507       25.2          -
1800.08/1800.07	c   infeasible LP    :       8.44      22832      22832     174400       43.2        298       18.5          0
1800.08/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.07	c   pseudo solution  :       0.01         15         15         66       12.7          1        4.0          -
1800.08/1800.07	c   applied globally :          -          -          -     921471       22.6          -          -          -
1800.08/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.08/1800.07	c   redcost          :      36.66     480808          0     259191          0          0
1800.08/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.08/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.07	c   gomory           :       0.00          4          0          0         86          0
1800.08/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.08/1800.07	c   cmir             :       0.01          4          0          0          0          0
1800.08/1800.07	c   flowcover        :       0.03          4          0          0          0          0
1800.08/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.07	c Pricers            :       Time      Calls       Vars
1800.08/1800.07	c   problem variables:       0.00          0          0
1800.08/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.07	c   relpscost        :      20.73     378144          0        401          0          0     755672
1800.08/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.07	c   inference        :       2.74      10930          0          0          0          0      21860
1800.08/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.07	c   LP solutions     :       0.05          -         16
1800.08/1800.07	c   pseudo solutions :       0.00          -          0
1800.08/1800.07	c   feaspump         :       0.02          0          0
1800.08/1800.07	c   oneopt           :       0.37         14          0
1800.08/1800.07	c   intshifting      :       0.06         10          0
1800.08/1800.07	c   crossover        :       0.74         12          0
1800.08/1800.07	c   guideddiving     :       0.61        130          0
1800.08/1800.07	c   linesearchdiving :       0.70        396          0
1800.08/1800.07	c   fracdiving       :       0.64        397          0
1800.08/1800.07	c   veclendiving     :       0.72        398          0
1800.08/1800.07	c   pscostdiving     :       0.68        399          0
1800.08/1800.07	c   coefdiving       :       0.69        400          0
1800.08/1800.07	c   rootsoldiving    :       2.49        361          0
1800.08/1800.07	c   objpscostdiving  :       0.62        362          0
1800.08/1800.07	c   trivial          :       0.09          2          2
1800.08/1800.07	c   simplerounding   :       0.82     378828          0
1800.08/1800.07	c   zirounding       :       0.32       1000          0
1800.08/1800.07	c   rounding         :       2.47       8687          0
1800.08/1800.07	c   shifting         :       1.52       2752          0
1800.08/1800.07	c   twoopt           :       0.00          0          0
1800.08/1800.07	c   fixandinfer      :       0.00          0          0
1800.08/1800.07	c   intdiving        :       0.00          0          0
1800.08/1800.07	c   actconsdiving    :       0.00          0          0
1800.08/1800.07	c   octane           :       0.00          0          0
1800.08/1800.07	c   rens             :       0.02          1          0
1800.08/1800.07	c   rins             :       0.00          0          0
1800.08/1800.07	c   localbranching   :       0.00          0          0
1800.08/1800.07	c   mutation         :       0.00          0          0
1800.08/1800.07	c   dins             :       0.00          0          0
1800.08/1800.07	c   undercover       :       0.00          0          0
1800.08/1800.07	c   nlp              :       0.18          0          0
1800.08/1800.07	c   trysol           :       3.41       7969        109
1800.08/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.07	c   dual LP          :     455.01     488697    2889069       5.91    6349.46
1800.08/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.07	c   diving/probing LP:       1.00        735       1725       2.35    1725.00
1800.08/1800.07	c   strong branching :      17.27       9546      85552       8.96    4953.79
1800.08/1800.07	c     (at root node) :          -         32       1061      33.16          -
1800.08/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.07	c B&B Tree           :
1800.08/1800.07	c   number of runs   :          1
1800.08/1800.07	c   nodes            :     699646
1800.08/1800.07	c   nodes (total)    :     699646
1800.08/1800.07	c   nodes left       :       6618
1800.08/1800.07	c   max depth        :         92
1800.08/1800.07	c   max depth (total):         92
1800.08/1800.07	c   backtracks       :      71237 (10.2%)
1800.08/1800.07	c   delayed cutoffs  :      57053
1800.08/1800.07	c   repropagations   :    1730698 (4324870 domain reductions, 55857 cutoffs)
1800.08/1800.07	c   avg switch length:       6.62
1800.08/1800.07	c   switching time   :     268.53
1800.08/1800.07	c Solution           :
1800.08/1800.07	c   Solutions found  :        127 (17 improvements)
1800.08/1800.07	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.08/1800.07	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 250803 nodes, 627.76 seconds, depth 44, found by <relaxation>)
1800.08/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.07	c   Gap              :   infinite
1800.08/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.07	c   Root Iterations  :        106
1800.27/1800.22	c Time complete: 1800.3.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692427-1277931058/watcher-2692427-1277931058 -o /tmp/evaluation-result-2692427-1277931058/solver-2692427-1277931058 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692427-1277931058.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.04 2.42 2.43 4/178 17365
/proc/meminfo: memFree=30775544/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=9400 CPUtime=0
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 134400701 9625600 1568 4089446400 4194304 8223781 140735255395856 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17365/statm: 2350 1568 369 984 0 1363 0

[startup+0.072928 s]
/proc/loadavg: 2.04 2.42 2.43 4/178 17365
/proc/meminfo: memFree=30775544/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=35136 CPUtime=0.06
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 8088 0 0 0 6 0 0 0 25 0 1 0 134400701 35979264 7644 4089446400 4194304 8223781 140735255395856 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35136

[startup+0.100924 s]
/proc/loadavg: 2.04 2.42 2.43 4/178 17365
/proc/meminfo: memFree=30775544/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=35136 CPUtime=0.09
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 134400701 35979264 7644 4089446400 4194304 8223781 140735255395856 18446744073709551615 4241136 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 8784 7644 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300881 s]
/proc/loadavg: 2.04 2.42 2.43 4/178 17365
/proc/meminfo: memFree=30775544/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=42932 CPUtime=0.29
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 10623 0 0 0 28 1 0 0 25 0 1 0 134400701 43962368 9576 4089446400 4194304 8223781 140735255395856 18446744073709551615 5732499 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 10733 9576 561 984 0 9746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42932

[startup+0.700801 s]
/proc/loadavg: 2.04 2.42 2.43 4/178 17365
/proc/meminfo: memFree=30775544/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=43076 CPUtime=0.69
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 15655 0 0 0 67 2 0 0 25 0 1 0 134400701 44109824 9710 4089446400 4194304 8223781 140735255395856 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 10769 9710 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.50065 s]
/proc/loadavg: 2.04 2.42 2.43 3/179 17366
/proc/meminfo: memFree=30734616/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=44544 CPUtime=1.49
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 15930 0 0 0 146 3 0 0 25 0 1 0 134400701 45613056 9985 4089446400 4194304 8223781 140735255395856 18446744073709551615 6436172 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 11136 9985 578 984 0 10149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44544

[startup+3.10032 s]
/proc/loadavg: 2.04 2.42 2.43 3/179 17366
/proc/meminfo: memFree=30731272/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=47964 CPUtime=3.09
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 21870 0 0 0 304 5 0 0 25 0 1 0 134400701 49115136 10877 4089446400 4194304 8223781 140735255395856 18446744073709551615 6537844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 11991 10877 579 984 0 11004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47964

[startup+6.30068 s]
/proc/loadavg: 2.03 2.41 2.43 3/179 17366
/proc/meminfo: memFree=30711184/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=55180 CPUtime=6.29
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 28060 0 0 0 620 9 0 0 25 0 1 0 134400701 56504320 12651 4089446400 4194304 8223781 140735255395856 18446744073709551615 4820022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 13795 12651 579 984 0 12808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55180

[startup+12.7004 s]
/proc/loadavg: 2.03 2.41 2.43 3/179 17366
/proc/meminfo: memFree=30690728/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=59448 CPUtime=12.69
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 33520 0 0 0 1256 13 0 0 25 0 1 0 134400701 60874752 13718 4089446400 4194304 8223781 140735255395856 18446744073709551615 4561255 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 14862 13718 579 984 0 13875 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59448

[startup+25.5008 s]
/proc/loadavg: 2.02 2.39 2.42 3/179 17367
/proc/meminfo: memFree=30675800/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=71860 CPUtime=25.49
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 46990 0 0 0 2527 22 0 0 25 0 1 0 134400701 73584640 16820 4089446400 4194304 8223781 140735255395856 18446744073709551615 4844792 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 17965 16820 579 984 0 16978 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71860

[startup+51.1007 s]
/proc/loadavg: 2.07 2.37 2.41 3/179 17368
/proc/meminfo: memFree=30651072/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=96688 CPUtime=51.09
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 70999 0 0 0 5062 47 0 0 25 0 1 0 134400701 99008512 23083 4089446400 4194304 8223781 140735255395856 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 24172 23083 586 984 0 23185 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96688

[startup+102.306 s]
/proc/loadavg: 2.03 2.31 2.39 3/179 17369
/proc/meminfo: memFree=30629952/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=117256 CPUtime=102.29
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 90845 0 0 0 10124 105 0 0 25 0 1 0 134400701 120070144 28166 4089446400 4194304 8223781 140735255395856 18446744073709551615 4221545 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 29314 28166 586 984 0 28327 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 117256

[startup+162.301 s]
/proc/loadavg: 2.01 2.25 2.36 3/179 17370
/proc/meminfo: memFree=30596560/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=136488 CPUtime=162.3
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 100968 0 0 0 16059 171 0 0 25 0 1 0 134400701 139763712 32836 4089446400 4194304 8223781 140735255395856 18446744073709551615 6592828 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 34122 32836 586 984 0 33135 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136488

[startup+222.301 s]
/proc/loadavg: 2.00 2.20 2.34 3/179 17372
/proc/meminfo: memFree=30494712/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=150240 CPUtime=222.3
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 122880 0 0 0 21995 235 0 0 25 0 1 0 134400701 153845760 36262 4089446400 4194304 8223781 140735255395856 18446744073709551615 4431530 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 37560 36262 601 984 0 36573 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 150240

[startup+282.301 s]
/proc/loadavg: 2.00 2.16 2.31 3/179 17401
/proc/meminfo: memFree=31002844/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=160128 CPUtime=282.3
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 127079 0 0 0 27932 298 0 0 25 0 1 0 134400701 163971072 38626 4089446400 4194304 8223781 140735255395856 18446744073709551615 6445097 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 40032 38626 601 984 0 39045 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 160128

[startup+342.301 s]
/proc/loadavg: 2.00 2.13 2.29 3/179 17403
/proc/meminfo: memFree=30824600/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=163876 CPUtime=342.3
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 140723 0 0 0 33862 368 0 0 25 0 1 0 134400701 167809024 39518 4089446400 4194304 8223781 140735255395856 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 40969 39518 601 984 0 39982 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 163876

[startup+402.301 s]
/proc/loadavg: 2.05 2.12 2.27 3/179 17404
/proc/meminfo: memFree=30659256/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=169928 CPUtime=402.3
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 144008 0 0 0 39797 433 0 0 25 0 1 0 134400701 174006272 40963 4089446400 4194304 8223781 140735255395856 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 42482 40963 601 984 0 41495 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169928

[startup+462.301 s]
/proc/loadavg: 2.02 2.10 2.25 3/179 17432
/proc/meminfo: memFree=31065368/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=172324 CPUtime=462.31
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 155557 0 0 0 45733 498 0 0 25 0 1 0 134400701 176459776 41553 4089446400 4194304 8223781 140735255395856 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 43081 41553 601 984 0 42094 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 172324

[startup+522.301 s]
/proc/loadavg: 2.00 2.08 2.24 3/179 17434
/proc/meminfo: memFree=31063576/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=174104 CPUtime=522.31
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 160550 0 0 0 51672 559 0 0 25 0 1 0 134400701 178282496 42012 4089446400 4194304 8223781 140735255395856 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 43526 42012 601 984 0 42539 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 174104

[startup+582.301 s]
/proc/loadavg: 2.04 2.07 2.22 3/179 17436
/proc/meminfo: memFree=31058424/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=178516 CPUtime=582.31
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 163475 0 0 0 57612 619 0 0 25 0 1 0 134400701 182800384 43117 4089446400 4194304 8223781 140735255395856 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 44629 43117 601 984 0 43642 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 178516

[startup+642.301 s]
/proc/loadavg: 2.01 2.06 2.21 3/179 17447
/proc/meminfo: memFree=31053536/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=182264 CPUtime=642.32
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 169543 0 0 0 63551 681 0 0 25 0 1 0 134400701 186638336 43860 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 45566 43860 601 984 0 44579 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 182264

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 17453
/proc/meminfo: memFree=31047212/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=188864 CPUtime=882.33
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 186064 0 0 0 87308 925 0 0 25 0 1 0 134400701 193396736 45526 4089446400 4194304 8223781 140735255395856 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 47216 45526 601 984 0 46229 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 188864

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.14 3/179 17455
/proc/meminfo: memFree=31045568/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=190460 CPUtime=942.33
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 188298 0 0 0 93248 985 0 0 25 0 1 0 134400701 195031040 45934 4089446400 4194304 8223781 140735255395856 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 47615 45934 601 984 0 46628 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 190460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 17456
/proc/meminfo: memFree=31043668/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=192128 CPUtime=1002.33
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 188751 0 0 0 99192 1041 0 0 25 0 1 0 134400701 196739072 46372 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 48032 46372 601 984 0 47045 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 192128

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.12 3/179 17457
/proc/meminfo: memFree=31043128/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=192508 CPUtime=1062.33
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 188876 0 0 0 105129 1104 0 0 25 0 1 0 134400701 197128192 46496 4089446400 4194304 8223781 140735255395856 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 48127 46496 601 984 0 47140 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 192508

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.11 3/179 17459
/proc/meminfo: memFree=31042200/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=192956 CPUtime=1122.34
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 188995 0 0 0 111075 1159 0 0 25 0 1 0 134400701 197586944 46614 4089446400 4194304 8223781 140735255395856 18446744073709551615 4925465 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17365/statm: 48239 46614 601 984 0 47252 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 192956

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/179 17461
/proc/meminfo: memFree=31039164/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=195660 CPUtime=1182.34
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 191499 0 0 0 117017 1217 0 0 25 0 1 0 134400701 200355840 47304 4089446400 4194304 8223781 140735255395856 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 48915 47304 601 984 0 47928 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 195660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 17463
/proc/meminfo: memFree=31037252/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=198236 CPUtime=1242.34
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 192139 0 0 0 122958 1276 0 0 25 0 1 0 134400701 202993664 47938 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 49559 47938 601 984 0 48572 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 198236

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17464
/proc/meminfo: memFree=31034732/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=200228 CPUtime=1302.35
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 192631 0 0 0 128900 1335 0 0 25 0 1 0 134400701 205033472 48420 4089446400 4194304 8223781 140735255395856 18446744073709551615 5950366 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 50057 48420 601 984 0 49070 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 200228

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17465
/proc/meminfo: memFree=31034932/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=200348 CPUtime=1362.34
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 192669 0 0 0 134837 1397 0 0 25 0 1 0 134400701 205156352 48454 4089446400 4194304 8223781 140735255395856 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 50087 48454 601 984 0 49100 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 200348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17467
/proc/meminfo: memFree=31032780/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=202796 CPUtime=1422.35
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 193223 0 0 0 140777 1458 0 0 25 0 1 0 134400701 207663104 49008 4089446400 4194304 8223781 140735255395856 18446744073709551615 5955588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 50699 49008 601 984 0 49712 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 202796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17469
/proc/meminfo: memFree=31032120/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=203284 CPUtime=1482.35
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 193376 0 0 0 146719 1516 0 0 25 0 1 0 134400701 208162816 49149 4089446400 4194304 8223781 140735255395856 18446744073709551615 6003380 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 50821 49149 601 984 0 49834 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 203284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17471
/proc/meminfo: memFree=31028340/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=207332 CPUtime=1542.36
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 194285 0 0 0 152666 1570 0 0 25 0 1 0 134400701 212307968 50047 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 51833 50047 601 984 0 50846 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 207332

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.06 3/179 17472
/proc/meminfo: memFree=31027796/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=207708 CPUtime=1602.36
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 194437 0 0 0 158612 1624 0 0 25 0 1 0 134400701 212692992 50188 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 51927 50188 601 984 0 50940 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 207708

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/179 17473
/proc/meminfo: memFree=31026264/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=208956 CPUtime=1662.36
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 194752 0 0 0 164557 1679 0 0 25 0 1 0 134400701 213970944 50501 4089446400 4194304 8223781 140735255395856 18446744073709551615 6445315 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 52239 50501 601 984 0 51252 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 208956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17475
/proc/meminfo: memFree=31024852/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=210292 CPUtime=1722.37
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 201705 0 0 0 170498 1739 0 0 25 0 1 0 134400701 215339008 50836 4089446400 4194304 8223781 140735255395856 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 52573 50836 601 984 0 51586 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 210292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 17477
/proc/meminfo: memFree=31023304/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=211940 CPUtime=1782.36
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 202083 0 0 0 176443 1793 0 0 25 0 1 0 134400701 217026560 51211 4089446400 4194304 8223781 140735255395856 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 52985 51211 601 984 0 51998 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 211940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 17477
/proc/meminfo: memFree=31022804/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=212328 CPUtime=1800.08
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 202184 0 0 0 178197 1811 0 0 25 0 1 0 134400701 217423872 51312 4089446400 4194304 8223781 140735255395856 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/17365/statm: 53082 51312 601 984 0 52095 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 212328

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.04 3/179 17477
/proc/meminfo: memFree=31022804/32950928 swapFree=67111528/67111528
[pid=17365] ppid=17363 vsize=204256 CPUtime=1800.27
/proc/17365/stat : 17365 (pbscip.linux.x8) R 17363 17365 16981 0 -1 4202496 202225 0 0 0 178216 1811 0 0 25 0 1 0 134400701 209158144 49311 4089446400 4194304 8223781 140735255395856 18446744073709551615 4332871 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17365/statm: 51064 49311 603 984 0 50077 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 204256

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.3
CPU user time (s): 1782.18
CPU system time (s): 18.1202
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 227760

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

runsolver used 2.59161 second user time and 5.71213 second system time

The end

Launcher Data

Begin job on node149 at 2010-06-30 22:50:58
IDJOB=2692427
IDBENCH=79311
IDSOLVER=1204
FILE ID=node149/2692427-1277931058
PBS_JOBID= 11197413
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.1900670167--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-2692427-1277931058/watcher-2692427-1277931058 -o /tmp/evaluation-result-2692427-1277931058/solver-2692427-1277931058 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692427-1277931058.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f06e3169df6f7eed4900beba2f9ca344
RANDOM SEED=116413401

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30776072 kB
Buffers:        216560 kB
Cached:        1275080 kB
SwapCached:          0 kB
Active:         987424 kB
Inactive:      1040212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30776072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4732 kB
Writeback:           0 kB
AnonPages:      535832 kB
Mapped:          15032 kB
Slab:            82936 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   679636 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= 74204 MiB
End job on node149 at 2010-06-30 23:21:00