Trace number 2692367

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.2 1800.16

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
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 benchmark22.7805
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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-2692367-1277928400.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 137244
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.372440e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.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.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.372440e+05 |    Inf 
23.99/24.05	c  23.3s| 10000 | 10001 | 24185 |   2.4 |  50M|2005 |   0 |5645 |5414 |5645 | 243 |9338 |   0 |1824 | 0.000000e+00 | 1.372440e+05 |    Inf 
27.69/27.78	o 692
27.69/27.78	c *26.9s| 12523 | 10969 | 24355 |   1.9 |  52M|2005 |   - |5645 |5414 |5645 | 181 |9394 |   0 |1824 | 0.000000e+00 | 6.920000e+02 |    Inf 
27.89/27.99	o 507
27.89/27.99	c *27.1s| 12646 |  9227 | 24411 |   1.9 |  48M|2005 |   - |5645 |5424 |5645 | 181 |9410 |  10 |1824 | 0.000000e+00 | 5.070000e+02 |    Inf 
30.99/31.09	o 488
30.99/31.09	c *30.2s| 14112 | 10249 | 25429 |   1.8 |  52M|2005 |   - |5645 |5694 |5645 | 197 |9737 | 280 |1824 | 0.000000e+00 | 4.880000e+02 |    Inf 
31.69/31.77	o 481
31.69/31.77	c *30.8s| 14439 | 10459 | 25677 |   1.8 |  53M|2005 |   - |5645 |5715 |5645 | 196 |9836 | 301 |1824 | 0.000000e+00 | 4.810000e+02 |    Inf 
31.69/31.78	o 473
31.69/31.78	c *30.8s| 14440 | 10307 | 25677 |   1.8 |  52M|2005 |   - |5645 |5715 |5645 | 196 |9836 | 301 |1824 | 0.000000e+00 | 4.730000e+02 |    Inf 
33.89/33.98	o 122
33.89/33.98	c *33.0s| 15495 |  1851 | 26613 |   1.7 |  33M|2005 |   - |5645 |5835 |5645 | 168 |  10k| 421 |1825 | 0.000000e+00 | 1.220000e+02 |    Inf 
33.99/34.00	o 118
33.99/34.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.99/34.00	c *33.0s| 15498 |  1791 | 26620 |   1.7 |  34M|2005 |   - |5645 |5835 |5645 | 152 |  10k| 421 |1825 | 0.000000e+00 | 1.180000e+02 |    Inf 
34.19/34.21	o 99
34.19/34.21	c *33.2s| 15631 |  1541 | 26660 |   1.7 |  33M|2005 |   - |5645 |5840 |5645 | 168 |  10k| 426 |1825 | 0.000000e+00 | 9.900000e+01 |    Inf 
34.29/34.33	o 95
34.29/34.33	c *33.3s| 15654 |  1455 | 26739 |   1.7 |  33M|2005 |   - |5645 |5804 |5645 | 165 |  10k| 442 |1825 | 0.000000e+00 | 9.500000e+01 |    Inf 
34.39/34.43	o 76
34.39/34.43	c *33.4s| 15672 |   923 | 26804 |   1.7 |  31M|2005 |   - |5645 |5709 |5645 | 161 |  10k| 451 |1825 | 0.000000e+00 | 7.600000e+01 |    Inf 
48.69/48.71	c  47.2s| 20000 |  1314 | 40024 |   2.0 |  42M|2005 |   - |5645 |6476 |   0 |   0 |  14k|5002 |1825 | 0.000000e+00 | 7.600000e+01 |    Inf 
78.60/78.62	c  76.1s| 30000 |  1967 | 65438 |   2.2 |  55M|2005 |   1 |5645 |7013 |5645 | 173 |  21k|  16k|1825 | 0.000000e+00 | 7.600000e+01 |    Inf 
88.90/88.95	o 67
88.90/88.95	c *86.1s| 33792 |  1932 | 73575 |   2.2 |  59M|2005 |   - |5645 |8100 |5645 | 181 |  24k|  20k|1825 | 0.000000e+00 | 6.700000e+01 |    Inf 
108.09/108.11	c   105s| 40000 |  2046 | 90907 |   2.3 |  63M|2005 |   - |5645 |7700 |   0 |   0 |  29k|  28k|1825 | 0.000000e+00 | 6.700000e+01 |    Inf 
108.40/108.44	o 66
108.40/108.44	c * 105s| 40113 |  2031 | 91067 |   2.3 |  62M|2005 |   - |5645 |7704 |5645 | 156 |  29k|  28k|1825 | 0.000000e+00 | 6.600000e+01 |    Inf 
110.89/110.93	o 62
110.89/110.93	c * 107s| 40958 |  1993 | 93117 |   2.3 |  62M|2005 |   - |5645 |7465 |5645 | 150 |  29k|  29k|1825 | 0.000000e+00 | 6.200000e+01 |    Inf 
120.29/120.32	o 60
120.29/120.32	c * 116s| 44352 |  2071 | 99137 |   2.2 |  65M|2005 |   - |5645 |8587 |5645 | 161 |  30k|  33k|1825 | 0.000000e+00 | 6.000000e+01 |    Inf 
136.09/136.14	c   132s| 50000 |  2173 |113414 |   2.3 |  69M|2005 |   1 |5645 |8703 |5645 | 150 |  34k|  39k|1848 | 0.000000e+00 | 6.000000e+01 |    Inf 
138.50/138.53	o 50
138.50/138.53	c * 134s| 51011 |  2052 |114871 |   2.2 |  69M|2005 |   - |5645 |9019 |5645 | 161 |  34k|  40k|1851 | 0.000000e+00 | 5.000000e+01 |    Inf 
145.70/145.72	o 38
145.70/145.72	c * 141s| 53753 |  1775 |121284 |   2.3 |  65M|2005 |   - |5645 |7566 |5645 | 162 |  35k|  44k|1888 | 0.000000e+00 | 3.800000e+01 |    Inf 
149.00/149.05	o 31
149.00/149.05	c * 144s| 55189 |  1589 |123838 |   2.2 |  63M|2005 |   - |5645 |6697 |5645 | 150 |  35k|  46k|1888 | 0.000000e+00 | 3.100000e+01 |    Inf 
149.09/149.11	o 25
149.09/149.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
149.09/149.11	c * 144s| 55200 |  1485 |123905 |   2.2 |  61M|2005 |   - |5645 |6418 |5645 | 150 |  35k|  46k|1888 | 0.000000e+00 | 2.500000e+01 |    Inf 
150.70/150.75	o 13
150.70/150.75	c * 146s| 56036 |  1046 |125248 |   2.2 |  52M|2005 |   - |5645 |5877 |5645 | 150 |  35k|  47k|1888 | 0.000000e+00 | 1.300000e+01 |    Inf 
159.29/159.32	c   154s| 60000 |   970 |143346 |   2.4 |  52M|2005 |   - |5645 |7168 |   0 |   0 |  41k|  52k|1956 | 0.000000e+00 | 1.300000e+01 |    Inf 
179.30/179.31	c   173s| 70000 |   995 |179876 |   2.6 |  54M|2005 |  16 |5645 |7510 |5645 | 161 |  48k|  65k|2098 | 0.000000e+00 | 1.300000e+01 |    Inf 
180.00/180.04	o 11
180.00/180.04	c * 174s| 70359 |   882 |181259 |   2.6 |  50M|2005 |   - |5645 |7804 |5645 | 171 |  48k|  65k|2110 | 0.000000e+00 | 1.100000e+01 |    Inf 
180.09/180.20	o 10
180.09/180.20	c * 174s| 70405 |   857 |181499 |   2.6 |  50M|2005 |   - |5645 |7608 |5645 | 170 |  48k|  65k|2136 | 0.000000e+00 | 1.000000e+01 |    Inf 
180.80/180.82	o 9
180.80/180.82	c * 175s| 70703 |   810 |182398 |   2.6 |  49M|2005 |   - |5645 |7351 |5645 | 180 |  48k|  66k|2162 | 0.000000e+00 | 9.000000e+00 |    Inf 
188.00/188.01	o 5
188.00/188.01	c * 181s| 74474 |   571 |196781 |   2.6 |  43M|2005 |   - |5645 |8055 |5645 | 177 |  51k|  70k|2252 | 0.000000e+00 | 5.000000e+00 |    Inf 
198.00/198.02	c   191s| 80000 |   637 |214553 |   2.7 |  44M|2005 |   - |5645 |8364 |   0 |   0 |  55k|  77k|2341 | 0.000000e+00 | 5.000000e+00 |    Inf 
215.40/215.48	c   208s| 90000 |   703 |237144 |   2.6 |  46M|2005 |   - |5645 |  11k|   0 |   0 |  59k|  89k|2436 | 0.000000e+00 | 5.000000e+00 |    Inf 
233.90/233.92	c   225s|100000 |   694 |266396 |   2.7 |  47M|2005 |   - |5645 |  12k|   0 |   0 |  65k| 102k|2562 | 0.000000e+00 | 5.000000e+00 |    Inf 
254.99/255.06	c   246s|110000 |   795 |308053 |   2.8 |  49M|2005 |   1 |5645 |  15k|5645 | 156 |  76k| 114k|2679 | 0.000000e+00 | 5.000000e+00 |    Inf 
275.90/275.94	c   266s|120000 |   877 |347390 |   2.9 |  51M|2005 |   1 |5645 |  15k|5645 | 183 |  86k| 127k|2827 | 0.000000e+00 | 5.000000e+00 |    Inf 
296.60/296.66	c   286s|130000 |   852 |385572 |   3.0 |  51M|2005 |   1 |5645 |  16k|5645 | 179 |  94k| 140k|2990 | 0.000000e+00 | 5.000000e+00 |    Inf 
316.80/316.82	c   305s|140000 |   826 |417210 |   3.0 |  52M|2005 |   - |5645 |  18k|   0 |   0 |  99k| 153k|3142 | 0.000000e+00 | 5.000000e+00 |    Inf 
336.20/336.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.20/336.26	c   324s|150000 |   887 |435884 |   2.9 |  53M|2005 |   - |5645 |  17k|   0 |   0 | 103k| 167k|3195 | 0.000000e+00 | 5.000000e+00 |    Inf 
355.10/355.15	c   342s|160000 |   849 |457902 |   2.9 |  52M|2005 |  18 |5645 |  16k|5645 | 199 | 107k| 180k|3264 | 0.000000e+00 | 5.000000e+00 |    Inf 
374.30/374.36	c   361s|170000 |   769 |481215 |   2.8 |  52M|2005 |   1 |5645 |  16k|5645 | 154 | 111k| 193k|3348 | 0.000000e+00 | 5.000000e+00 |    Inf 
395.51/395.58	c   381s|180000 |   934 |514299 |   2.9 |  54M|2005 |   7 |5645 |  19k|5645 | 163 | 120k| 207k|3453 | 0.000000e+00 | 5.000000e+00 |    Inf 
419.60/419.60	c   405s|190000 |  1102 |558162 |   2.9 |  56M|2005 |   - |5645 |  19k|   0 |   0 | 133k| 220k|3580 | 0.000000e+00 | 5.000000e+00 |    Inf 
442.51/442.57	c   427s|200000 |  1007 |596828 |   3.0 |  56M|2005 |   - |5645 |  19k|   0 |   0 | 142k| 234k|3684 | 0.000000e+00 | 5.000000e+00 |    Inf 
467.30/467.40	c   451s|210000 |  1114 |639967 |   3.0 |  58M|2005 |   6 |5645 |  22k|5645 | 152 | 156k| 248k|3799 | 0.000000e+00 | 5.000000e+00 |    Inf 
493.71/493.76	c   477s|220000 |  1177 |685364 |   3.1 |  60M|2005 |   - |5645 |  24k|   0 |   0 | 170k| 263k|3911 | 0.000000e+00 | 5.000000e+00 |    Inf 
518.71/518.77	c   501s|230000 |  1144 |718227 |   3.1 |  61M|2005 |  15 |5645 |  25k|5645 | 170 | 178k| 277k|3997 | 0.000000e+00 | 5.000000e+00 |    Inf 
544.51/544.53	c   526s|240000 |  1205 |760102 |   3.2 |  62M|2005 |   - |5645 |  25k|   0 |   0 | 189k| 290k|4131 | 0.000000e+00 | 5.000000e+00 |    Inf 
570.61/570.66	c   552s|250000 |  1390 |802554 |   3.2 |  64M|2005 |  11 |5645 |  27k|5645 | 170 | 198k| 303k|4241 | 0.000000e+00 | 5.000000e+00 |    Inf 
596.91/596.98	c   578s|260000 |  1495 |842414 |   3.2 |  66M|2005 |   - |5645 |  27k|5645 | 188 | 208k| 317k|4365 | 0.000000e+00 | 5.000000e+00 |    Inf 
625.20/625.24	c   605s|270000 |  1713 |885467 |   3.3 |  69M|2005 |   - |5645 |  31k|   0 |   0 | 221k| 331k|4471 | 0.000000e+00 | 5.000000e+00 |    Inf 
654.10/654.11	c   634s|280000 |  1806 |929355 |   3.3 |  71M|2005 |   9 |5645 |  31k|5645 | 156 | 232k| 344k|4582 | 0.000000e+00 | 5.000000e+00 |    Inf 
684.70/684.77	c   664s|290000 |  2041 |980551 |   3.4 |  74M|2005 |   5 |5645 |  34k|5645 | 190 | 249k| 358k|4704 | 0.000000e+00 | 5.000000e+00 |    Inf 
716.71/716.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
716.71/716.73	c   695s|300000 |  2268 |  1034k|   3.4 |  76M|2005 |   - |5645 |  35k|   0 |   0 | 266k| 372k|4827 | 0.000000e+00 | 5.000000e+00 |    Inf 
746.81/746.86	c   724s|310000 |  2296 |  1078k|   3.5 |  77M|2005 |  12 |5645 |  36k|5645 | 184 | 278k| 386k|4921 | 0.000000e+00 | 5.000000e+00 |    Inf 
778.11/778.13	c   755s|320000 |  2311 |  1122k|   3.5 |  78M|2005 |   5 |5645 |  35k|5645 | 169 | 290k| 401k|5013 | 0.000000e+00 | 5.000000e+00 |    Inf 
809.81/809.81	c   786s|330000 |  2380 |  1163k|   3.5 |  80M|2005 |  17 |5645 |  37k|5645 | 185 | 302k| 415k|5096 | 0.000000e+00 | 5.000000e+00 |    Inf 
839.11/839.12	c   814s|340000 |  2340 |  1200k|   3.5 |  79M|2005 |   - |5645 |  35k|   0 |   0 | 310k| 429k|5202 | 0.000000e+00 | 5.000000e+00 |    Inf 
870.52/870.54	c   845s|350000 |  2474 |  1243k|   3.6 |  82M|2005 |  10 |5645 |  37k|5645 | 186 | 323k| 442k|5280 | 0.000000e+00 | 5.000000e+00 |    Inf 
900.31/900.37	c   874s|360000 |  2375 |  1281k|   3.6 |  81M|2005 |  17 |5645 |  35k|5645 | 188 | 332k| 457k|5371 | 0.000000e+00 | 5.000000e+00 |    Inf 
929.52/929.54	c   903s|370000 |  2370 |  1317k|   3.6 |  82M|2005 |   - |5645 |  36k|   0 |   0 | 340k| 470k|5425 | 0.000000e+00 | 5.000000e+00 |    Inf 
961.22/961.29	c   934s|380000 |  2353 |  1359k|   3.6 |  82M|2005 |  11 |5645 |  36k|5645 | 163 | 351k| 485k|5535 | 0.000000e+00 | 5.000000e+00 |    Inf 
993.42/993.44	c   965s|390000 |  2429 |  1405k|   3.6 |  84M|2005 |  12 |5645 |  36k|5645 | 160 | 366k| 499k|5621 | 0.000000e+00 | 5.000000e+00 |    Inf 
1024.32/1024.37	c   995s|400000 |  2382 |  1446k|   3.6 |  84M|2005 |   - |5645 |  39k|   0 |   0 | 378k| 513k|5716 | 0.000000e+00 | 5.000000e+00 |    Inf 
1059.82/1059.87	c  1030s|410000 |  2504 |  1496k|   3.7 |  86M|2005 |  25 |5645 |  41k|5645 | 210 | 394k| 527k|5799 | 0.000000e+00 | 5.000000e+00 |    Inf 
1093.72/1093.72	c  1063s|420000 |  2390 |  1538k|   3.7 |  86M|2005 |   9 |5645 |  40k|5645 | 175 | 405k| 542k|5864 | 0.000000e+00 | 5.000000e+00 |    Inf 
1125.72/1125.71	c  1094s|430000 |  2303 |  1576k|   3.7 |  86M|2005 |   - |5645 |  41k|   0 |   0 | 415k| 556k|5949 | 0.000000e+00 | 5.000000e+00 |    Inf 
1158.72/1158.75	c  1126s|440000 |  2163 |  1618k|   3.7 |  84M|2005 |   - |5645 |  39k|5645 | 202 | 424k| 570k|6011 | 0.000000e+00 | 5.000000e+00 |    Inf 
1193.82/1193.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.82/1193.85	c  1161s|450000 |  2066 |  1669k|   3.7 |  83M|2005 |   - |5645 |  40k|   0 |   0 | 438k| 585k|6123 | 0.000000e+00 | 5.000000e+00 |    Inf 
1226.22/1226.20	c  1192s|460000 |  2005 |  1711k|   3.7 |  83M|2005 |   - |5645 |  40k|   0 |   0 | 448k| 599k|6193 | 0.000000e+00 | 5.000000e+00 |    Inf 
1259.32/1259.37	c  1225s|470000 |  1991 |  1750k|   3.7 |  84M|2005 |   - |5645 |  42k|   0 |   0 | 458k| 613k|6268 | 0.000000e+00 | 5.000000e+00 |    Inf 
1295.02/1295.07	c  1260s|480000 |  2054 |  1799k|   3.7 |  86M|2005 |   - |5645 |  46k|   0 |   0 | 472k| 627k|6356 | 0.000000e+00 | 5.000000e+00 |    Inf 
1329.63/1329.67	c  1294s|490000 |  1921 |  1841k|   3.8 |  85M|2005 |   1 |5645 |  43k|5645 | 182 | 482k| 641k|6438 | 0.000000e+00 | 5.000000e+00 |    Inf 
1360.42/1360.46	o 4
1360.42/1360.46	c *1324s|498931 |  1835 |  1879k|   3.8 |  84M|2005 |   - |5645 |  45k|5645 | 193 | 491k| 653k|6488 | 0.000000e+00 | 4.000000e+00 |    Inf 
1363.94/1364.00	c  1328s|500000 |  1824 |  1882k|   3.8 |  82M|2005 |   - |5645 |  39k|   0 |   0 | 491k| 654k|6508 | 0.000000e+00 | 4.000000e+00 |    Inf 
1394.13/1394.12	c  1357s|510000 |  1698 |  1923k|   3.8 |  75M|2005 |   - |5645 |  24k|   0 |   0 | 502k| 669k|6582 | 0.000000e+00 | 4.000000e+00 |    Inf 
1418.52/1418.52	c  1381s|520000 |  1666 |  1959k|   3.8 |  74M|2005 |   1 |5645 |  23k|5645 | 188 | 511k| 683k|6640 | 0.000000e+00 | 4.000000e+00 |    Inf 
1442.52/1442.52	c  1404s|530000 |  1404 |  1993k|   3.8 |  70M|2005 |   1 |5645 |  19k|5645 | 199 | 519k| 697k|6779 | 0.000000e+00 | 4.000000e+00 |    Inf 
1465.53/1465.57	c  1426s|540000 |  1261 |  2032k|   3.8 |  69M|2005 |   - |5645 |  20k|   0 |   0 | 529k| 711k|6923 | 0.000000e+00 | 4.000000e+00 |    Inf 
1490.32/1490.36	c  1450s|550000 |  1192 |  2079k|   3.8 |  66M|2005 |   1 |5645 |  19k|5645 | 170 | 542k| 724k|7028 | 0.000000e+00 | 4.000000e+00 |    Inf 
1516.22/1516.26	c  1475s|560000 |  1326 |  2128k|   3.8 |  69M|2005 |  13 |5645 |  20k|5645 | 158 | 556k| 737k|7116 | 0.000000e+00 | 4.000000e+00 |    Inf 
1542.13/1542.18	c  1500s|570000 |  1271 |  2176k|   3.8 |  69M|2005 |   - |5645 |  21k|   0 |   0 | 569k| 750k|7170 | 0.000000e+00 | 4.000000e+00 |    Inf 
1567.53/1567.54	c  1525s|580000 |  1142 |  2218k|   3.8 |  68M|2005 |  13 |5645 |  22k|5645 | 189 | 579k| 763k|7245 | 0.000000e+00 | 4.000000e+00 |    Inf 
1592.33/1592.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1592.33/1592.36	c  1549s|590000 |   616 |  2259k|   3.8 |  57M|2005 |   - |5645 |  21k|   0 |   0 | 590k| 779k|7315 | 0.000000e+00 | 4.000000e+00 |    Inf 
1618.42/1618.40	c  1574s|600000 |   759 |  2311k|   3.9 |  59M|2005 |   - |5645 |  23k|   0 |   0 | 606k| 792k|7380 | 0.000000e+00 | 4.000000e+00 |    Inf 
1646.64/1646.64	c  1602s|610000 |   612 |  2357k|   3.9 |  56M|2005 |   - |5645 |  19k|   0 |   0 | 617k| 806k|9010 | 0.000000e+00 | 4.000000e+00 |    Inf 
1670.53/1670.54	c  1625s|620000 |   711 |  2396k|   3.9 |  58M|2005 |   - |5645 |  22k|   0 |   0 | 626k| 818k|9138 | 0.000000e+00 | 4.000000e+00 |    Inf 
1695.43/1695.41	c  1649s|630000 |   817 |  2438k|   3.9 |  59M|2005 |   - |5645 |  23k|   0 |   0 | 637k| 831k|9143 | 0.000000e+00 | 4.000000e+00 |    Inf 
1721.54/1721.51	c  1674s|640000 |   946 |  2484k|   3.9 |  61M|2005 |   8 |5645 |  25k|5645 | 184 | 650k| 844k|9153 | 0.000000e+00 | 4.000000e+00 |    Inf 
1728.13/1728.18	o 2
1728.13/1728.18	c *1681s|642639 |   645 |  2494k|   3.9 |  53M|2005 |   - |5645 |  25k|5645 | 163 | 653k| 847k|9153 | 0.000000e+00 | 2.000000e+00 |    Inf 
1746.84/1746.85	c  1699s|650000 |   666 |  2526k|   3.9 |  53M|2005 |   - |5645 |  23k|   0 |   0 | 661k| 857k|9169 | 0.000000e+00 | 2.000000e+00 |    Inf 
1772.23/1772.23	c  1724s|660000 |   709 |  2566k|   3.9 |  54M|2005 |  17 |5645 |  25k|5645 | 193 | 671k| 870k|9177 | 0.000000e+00 | 2.000000e+00 |    Inf 
1798.74/1798.73	c  1750s|670000 |   737 |  2614k|   3.9 |  55M|2005 |   1 |5645 |  24k|5645 | 166 | 684k| 884k|9192 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1750.77
1800.03/1800.00	c Solving Nodes      : 670615
1800.03/1800.00	c Primal Bound       : +2.00000000000000e+00 (293 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.08	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.08	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1800.03/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.08	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1800.03/1800.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1800.03/1800.08	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.03/1800.08	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.03/1800.08	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.08	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.03/1800.08	v -x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1750.77
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2692367-1277928400.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2692367-1277928400.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 46439 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2673          -          -       5346          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     453007          0          2        360          0          0     718430
1800.03/1800.08	c   indicator        :       2707          0    3598680      92189          0        288    4426343          0          0          0
1800.03/1800.08	c   linear           :       2707          6    3640660      92987          0     273755   18447135     684232          0          0
1800.03/1800.08	c   logicor          :          0+         0    1106387          0          0      49629     973969          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0      14221          0          0          0         85          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      15599          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      18.32       0.00       0.00      18.32       0.00
1800.03/1800.08	c   indicator        :      19.76       0.01      15.52       4.23       0.00
1800.03/1800.08	c   linear           :     189.00       0.02     182.46       6.52       0.00
1800.03/1800.08	c   logicor          :     311.54       0.00     311.54       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.03/1800.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       0.02          2          0          0
1800.03/1800.08	c   rootredcost      :       0.06         25          0       2673
1800.03/1800.08	c   pseudoobj        :     184.77    3652521      11055    3286795
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      18.05     334439     334164    2155734       27.2      12775       20.5          -
1800.03/1800.08	c   infeasible LP    :       6.18      19292      19292     162452       40.9        271       18.0          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.01        117        117        435       12.9         51        9.0          -
1800.03/1800.08	c   applied globally :          -          -          -     885235       21.8          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.08	c   redcost          :      33.79     460098          0    1078921          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         86          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.01          4          0          0          0          0
1800.03/1800.08	c   flowcover        :       0.02          4          0          0          0          0
1800.03/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      18.17     359500          2        360          0          0     718430
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :       3.15      15574          0          0          0          0      31148
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.06          -         25
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.01          0          0
1800.03/1800.08	c   oneopt           :       0.17         24          0
1800.03/1800.08	c   intshifting      :       0.00          3          0
1800.03/1800.08	c   guideddiving     :       0.00          9          0
1800.03/1800.08	c   crossover        :       1.24         39          0
1800.03/1800.08	c   pscostdiving     :       0.22        154          0
1800.03/1800.08	c   fracdiving       :       0.26        154          0
1800.03/1800.08	c   veclendiving     :       0.17        154          0
1800.03/1800.08	c   coefdiving       :       0.26        155          0
1800.03/1800.08	c   linesearchdiving :       0.35        155          0
1800.03/1800.08	c   objpscostdiving  :       0.23        146          0
1800.03/1800.08	c   rootsoldiving    :       0.23        146          0
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.44     360711          0
1800.03/1800.08	c   zirounding       :       0.10       1000          0
1800.03/1800.08	c   rounding         :       3.28       8482          0
1800.03/1800.08	c   shifting         :       1.28       2609          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.00          0          0
1800.03/1800.08	c   trysol           :       3.58       7606        266
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     395.06     458688    2615086       5.70    6619.47
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.14        114        807       7.08    5764.29
1800.03/1800.08	c   strong branching :      14.48       9192      84313       9.17    5822.72
1800.03/1800.08	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     670615
1800.03/1800.08	c   nodes (total)    :     670615
1800.03/1800.08	c   nodes left       :        734
1800.03/1800.08	c   max depth        :       2005
1800.03/1800.08	c   max depth (total):       2005
1800.03/1800.08	c   backtracks       :      71236 (10.6%)
1800.03/1800.08	c   delayed cutoffs  :      61295
1800.03/1800.08	c   repropagations   :    1629956 (5130574 domain reductions, 58337 cutoffs)
1800.03/1800.08	c   avg switch length:       6.45
1800.03/1800.08	c   switching time   :     290.76
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        293 (26 improvements)
1800.03/1800.08	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 642639 nodes, 1680.80 seconds, depth 50, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        106
1800.13/1800.15	c Time complete: 1800.18.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692367-1277928400/watcher-2692367-1277928400 -o /tmp/evaluation-result-2692367-1277928400/solver-2692367-1277928400 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692367-1277928400.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.05 3/178 26511
/proc/meminfo: memFree=31182464/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=9404 CPUtime=0
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 1648 0 0 0 0 0 0 0 23 0 1 0 166431784 9629696 1568 4089446400 4194304 8223781 140733263005072 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26511/statm: 2387 1577 369 984 0 1400 0

[startup+0.0663659 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 26511
/proc/meminfo: memFree=31182464/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=35140 CPUtime=0.05
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 8088 0 0 0 5 0 0 0 23 0 1 0 166431784 35983360 7644 4089446400 4194304 8223781 140733263005072 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35140

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 26511
/proc/meminfo: memFree=31182464/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=35140 CPUtime=0.09
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 8088 0 0 0 9 0 0 0 23 0 1 0 166431784 35983360 7644 4089446400 4194304 8223781 140733263005072 18446744073709551615 7257356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300296 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 26511
/proc/meminfo: memFree=31182464/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=58616 CPUtime=0.29
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 14477 0 0 0 26 3 0 0 23 0 1 0 166431784 60022784 13421 4089446400 4194304 8223781 140733263005072 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 14654 13455 564 984 0 13667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58616

[startup+0.700222 s]
/proc/loadavg: 2.00 2.00 2.05 3/178 26511
/proc/meminfo: memFree=31182464/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=43080 CPUtime=0.69
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 15655 0 0 0 63 6 0 0 25 0 1 0 166431784 44113920 9710 4089446400 4194304 8223781 140733263005072 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50008 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26512
/proc/meminfo: memFree=31145556/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=43336 CPUtime=1.49
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 15791 0 0 0 140 9 0 0 25 0 1 0 166431784 44376064 9841 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 10834 9841 578 984 0 9847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43336

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26512
/proc/meminfo: memFree=31143820/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=52128 CPUtime=3.09
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 22236 0 0 0 294 15 0 0 25 0 1 0 166431784 53379072 11884 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 13032 11884 581 984 0 12045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52128

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26512
/proc/meminfo: memFree=31133336/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=55052 CPUtime=6.29
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 27508 0 0 0 606 23 0 0 25 0 1 0 166431784 56373248 12769 4089446400 4194304 8223781 140733263005072 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 13763 12769 581 984 0 12776 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55052

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26512
/proc/meminfo: memFree=31128996/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=60456 CPUtime=12.7
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 38777 0 0 0 1230 40 0 0 25 0 1 0 166431784 61906944 14119 4089446400 4194304 8223781 140733263005072 18446744073709551615 6003322 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 15114 14119 581 984 0 14127 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 60456

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26513
/proc/meminfo: memFree=31112952/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=77448 CPUtime=25.49
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 48725 0 0 0 2475 74 0 0 25 0 1 0 166431784 79306752 18386 4089446400 4194304 8223781 140733263005072 18446744073709551615 6482569 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 19362 18386 581 984 0 18375 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77448

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 26514
/proc/meminfo: memFree=31058888/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=130876 CPUtime=51.1
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 104759 0 0 0 4956 154 0 0 25 0 1 0 166431784 134017024 31385 4089446400 4194304 8223781 140733263005072 18446744073709551615 6446764 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 32719 31385 586 984 0 31732 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 130876

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 26515
/proc/meminfo: memFree=30986432/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=205284 CPUtime=102.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 148897 0 0 0 9903 327 0 0 25 0 1 0 166431784 210210816 48897 4089446400 4194304 8223781 140733263005072 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 51321 48897 590 984 0 50334 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 205284

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 26516
/proc/meminfo: memFree=30945724/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=246120 CPUtime=162.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 243077 0 0 0 15680 550 0 0 25 0 1 0 166431784 252026880 58427 4089446400 4194304 8223781 140733263005072 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 61530 58427 592 984 0 60543 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 246120

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26546
/proc/meminfo: memFree=31386760/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=249396 CPUtime=222.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 278769 0 0 0 21416 814 0 0 25 0 1 0 166431784 255381504 59224 4089446400 4194304 8223781 140733263005072 18446744073709551615 4221316 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 62349 59224 593 984 0 61362 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 249396

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 26548
/proc/meminfo: memFree=31193928/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=253028 CPUtime=282.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 281429 0 0 0 27198 1032 0 0 25 0 1 0 166431784 259100672 60132 4089446400 4194304 8223781 140733263005072 18446744073709551615 4212294 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 63257 60132 593 984 0 62270 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 253028

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 26550
/proc/meminfo: memFree=31017560/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=255780 CPUtime=342.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 289224 0 0 0 32978 1252 0 0 25 0 1 0 166431784 261918720 60788 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 63945 60788 593 984 0 62958 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 255780

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 26596
/proc/meminfo: memFree=31215492/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=257224 CPUtime=402.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 291422 0 0 0 38781 1449 0 0 25 0 1 0 166431784 263397376 61170 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 64306 61170 593 984 0 63319 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 257224

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/197 26597
/proc/meminfo: memFree=31176504/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=260676 CPUtime=462.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 292280 0 0 0 44623 1607 0 0 25 0 1 0 166431784 266932224 62028 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 65169 62028 593 984 0 64182 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 260676

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26599
/proc/meminfo: memFree=31147424/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=263748 CPUtime=522.31
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 293033 0 0 0 50479 1752 0 0 25 0 1 0 166431784 270077952 62779 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 65937 62779 595 984 0 64950 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 263748

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26601
/proc/meminfo: memFree=31116132/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=267028 CPUtime=582.3
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 293852 0 0 0 56340 1890 0 0 25 0 1 0 166431784 273436672 63598 4089446400 4194304 8223781 140733263005072 18446744073709551615 6558066 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 66757 63598 595 984 0 65770 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 267028

[startup+642.301 s]
/proc/loadavg: 2.47 2.11 2.04 3/197 26603
/proc/meminfo: memFree=31089180/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=271724 CPUtime=642.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 294999 0 0 0 62207 2025 0 0 25 0 1 0 166431784 278245376 64745 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 67931 64745 595 984 0 66944 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 271724

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/197 26609
/proc/meminfo: memFree=31009916/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=286384 CPUtime=882.31
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 304914 0 0 0 85646 2585 0 0 25 0 1 0 166431784 293257216 68294 4089446400 4194304 8223781 140733263005072 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 71596 68294 595 984 0 70609 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 286384

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/197 26611
/proc/meminfo: memFree=31008140/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=287668 CPUtime=942.31
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 305249 0 0 0 91504 2727 0 0 25 0 1 0 166431784 294572032 68629 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 71917 68629 595 984 0 70930 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 287668

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 26612
/proc/meminfo: memFree=31006488/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=289052 CPUtime=1002.31
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 305612 0 0 0 97365 2866 0 0 25 0 1 0 166431784 295989248 68992 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 72263 68992 595 984 0 71276 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 289052

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 26613
/proc/meminfo: memFree=31004352/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=291248 CPUtime=1062.31
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 306092 0 0 0 103229 3002 0 0 25 0 1 0 166431784 298237952 69472 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 72812 69472 595 984 0 71825 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 291248

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 26615
/proc/meminfo: memFree=30979888/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=292124 CPUtime=1122.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 306327 0 0 0 109080 3152 0 0 25 0 1 0 166431784 299134976 69707 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73031 69707 595 984 0 72044 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 292124

[startup+1182.3 s]
/proc/loadavg: 2.52 2.12 2.04 3/197 26617
/proc/meminfo: memFree=30942608/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=292360 CPUtime=1182.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 306416 0 0 0 114944 3288 0 0 25 0 1 0 166431784 299376640 69796 4089446400 4194304 8223781 140733263005072 18446744073709551615 4223909 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73090 69796 595 984 0 72103 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 292360

[startup+1242.3 s]
/proc/loadavg: 2.24 2.11 2.04 3/197 26619
/proc/meminfo: memFree=30900660/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=292572 CPUtime=1242.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 306523 0 0 0 120833 3399 0 0 25 0 1 0 166431784 299593728 69903 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73143 69903 595 984 0 72156 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 292572

[startup+1302.3 s]
/proc/loadavg: 2.19 2.12 2.04 3/197 26620
/proc/meminfo: memFree=30861428/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=293512 CPUtime=1302.33
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 306656 0 0 0 126721 3512 0 0 25 0 1 0 166431784 300556288 70036 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73378 70036 595 984 0 72391 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 293512

[startup+1362.3 s]
/proc/loadavg: 2.11 2.11 2.04 3/197 26621
/proc/meminfo: memFree=30810064/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=294484 CPUtime=1362.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 313321 0 0 0 132595 3637 0 0 25 0 1 0 166431784 301551616 70346 4089446400 4194304 8223781 140733263005072 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73621 70346 595 984 0 72634 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 294484

[startup+1422.31 s]
/proc/loadavg: 2.04 2.09 2.04 3/197 26623
/proc/meminfo: memFree=30763028/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=294652 CPUtime=1422.34
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 327482 0 0 0 138432 3802 0 0 25 0 1 0 166431784 301723648 70380 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73663 70380 595 984 0 72676 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 294652

[startup+1482.3 s]
/proc/loadavg: 2.26 2.17 2.07 3/197 26625
/proc/meminfo: memFree=30721596/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=294900 CPUtime=1482.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 329367 0 0 0 144233 3999 0 0 25 0 1 0 166431784 301977600 70448 4089446400 4194304 8223781 140733263005072 18446744073709551615 5000322 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73725 70448 595 984 0 72738 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 294900

[startup+1542.3 s]
/proc/loadavg: 2.09 2.13 2.06 3/197 26627
/proc/meminfo: memFree=30715608/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295084 CPUtime=1542.32
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 331226 0 0 0 150045 4187 0 0 25 0 1 0 166431784 302166016 70491 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73771 70491 595 984 0 72784 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 295084

[startup+1602.3 s]
/proc/loadavg: 2.43 2.22 2.09 3/197 26628
/proc/meminfo: memFree=30703292/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295468 CPUtime=1602.33
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 331323 0 0 0 155855 4378 0 0 25 0 1 0 166431784 302559232 70588 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73867 70588 595 984 0 72880 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 295468

[startup+1662.3 s]
/proc/loadavg: 2.70 2.36 2.15 3/197 26629
/proc/meminfo: memFree=30696568/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295144 CPUtime=1662.33
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 335917 0 0 0 161675 4558 0 0 25 0 1 0 166431784 302227456 70393 4089446400 4194304 8223781 140733263005072 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73786 70393 595 984 0 72799 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 295144

[startup+1722.3 s]
/proc/loadavg: 2.25 2.29 2.14 3/197 26631
/proc/meminfo: memFree=30652892/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295144 CPUtime=1722.33
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 335917 0 0 0 167510 4723 0 0 25 0 1 0 166431784 302227456 70393 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73786 70393 595 984 0 72799 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 295144

[startup+1782.3 s]
/proc/loadavg: 2.16 2.25 2.13 10/197 26633
/proc/meminfo: memFree=30595652/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295200 CPUtime=1782.34
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 346837 0 0 0 173357 4877 0 0 25 0 1 0 166431784 302284800 70420 4089446400 4194304 8223781 140733263005072 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73800 70420 595 984 0 72813 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 295200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.59 2.35 2.17 3/197 26633
/proc/meminfo: memFree=30592300/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=295200 CPUtime=1800.03
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 348655 0 0 0 175080 4923 0 0 25 0 1 0 166431784 302284800 70420 4089446400 4194304 8223781 140733263005072 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26511/statm: 73800 70420 595 984 0 72813 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 295200

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.59 2.35 2.17 3/197 26633
/proc/meminfo: memFree=30592300/32950940 swapFree=67111528/67111528
[pid=26511] ppid=26509 vsize=283312 CPUtime=1800.13
/proc/26511/stat : 26511 (pbscip.linux.x8) R 26509 26511 26353 0 -1 4202496 348667 0 0 0 175090 4923 0 0 25 0 1 0 166431784 290111488 67460 4089446400 4194304 8223781 140733263005072 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26511/statm: 70828 67460 597 984 0 69841 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 283312

Child status: 0
Real time (s): 1800.16
CPU time (s): 1800.2
CPU user time (s): 1750.95
CPU system time (s): 49.2495
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 298624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1750.95
system time used= 49.2495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348671
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= 4
involuntary context switches= 4058

runsolver used 2.86356 second user time and 5.8921 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 22:06:41
IDJOB=2692367
IDBENCH=79288
IDSOLVER=1204
FILE ID=node117/2692367-1277928400
PBS_JOBID= 11197388
Free space on /tmp= 74204 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.1900563801--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-2692367-1277928400/watcher-2692367-1277928400 -o /tmp/evaluation-result-2692367-1277928400/solver-2692367-1277928400 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692367-1277928400.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=235793801

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31183364 kB
Buffers:        209864 kB
Cached:         860488 kB
SwapCached:          0 kB
Active:        1018344 kB
Inactive:       605572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31183364 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:      553968 kB
Mapped:          17656 kB
Slab:            79048 kB
PageTables:       5824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   732116 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= 74208 MiB
End job on node117 at 2010-06-30 22:36:43