Trace number 2692957

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567985--soft-66-100-0.wbo
MD5SUMd52b3728da19986b004dc30001a23e20
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark327.101
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692957-1277912676.wbo>
0.01/0.03	c original problem has 2039 variables (1135 bin, 0 int, 0 impl, 904 cont) and 3612 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.04	c presolving:
0.01/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.01/0.08	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.01/0.09	c (round 3) 43 del vars, 285 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 1114 impls, 18 clqs
0.09/0.11	c (round 4) 115 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.12	c (round 5) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 1114 impls, 18 clqs
0.09/0.17	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (6 rounds):
0.09/0.17	c  144 deleted vars, 314 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.17	c  1114 implications, 18 cliques
0.09/0.17	c presolved problem has 1895 variables (1063 bin, 0 int, 0 impl, 832 cont) and 3298 constraints
0.09/0.17	c     832 constraints of type <indicator>
0.09/0.17	c       1 constraints of type <knapsack>
0.09/0.17	c      18 constraints of type <setppc>
0.09/0.17	c     832 constraints of type <linear>
0.09/0.17	c    1615 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.2
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1799.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c   0.1s|     1 |     0 |    51 |     - |8646k|   0 |  24 |1895 |3298 |1895 |1634 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    84 |     - |8777k|   0 |  39 |1895 |3298 |1895 |1647 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   142 |     - |9217k|   0 |  53 |1895 |3298 |1895 |1655 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   214 |     - |9227k|   0 |  62 |1895 |3298 |1895 |1663 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |   225 |     - |9230k|   0 |  60 |1895 |3298 |1895 |1665 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.62	c   3.5s|     1 |     2 |   225 |     - |9264k|   0 |  60 |1895 |3298 |1895 |1665 |  31 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
3.59/3.63	o 40432
3.59/3.63	c y 3.5s|     2 |     1 |   225 |   0.0 |9293k|   1 |   - |1895 |3298 |   0 |   0 |  31 |   0 |  33 | 0.000000e+00 | 4.043200e+04 |    Inf 
7.89/7.99	o 211
7.89/7.99	c * 7.9s|    10 |     9 |  1837 | 179.1 |9439k|   9 |   - |1895 |3298 |1895 |1661 |  31 |   0 | 217 | 0.000000e+00 | 2.110000e+02 |    Inf 
8.79/8.87	o 147
8.79/8.87	c * 8.8s|    75 |    15 |  2726 |  33.8 |  10M|  24 |   - |1895 |3386 |1895 |1666 |  60 |  88 | 410 | 0.000000e+00 | 1.470000e+02 |    Inf 
10.29/10.35	o 145
10.29/10.35	c *10.2s|   207 |    53 |  3846 |  17.6 |  10M|  32 |   - |1895 |3503 |1895 |1674 |  73 | 205 | 674 | 0.000000e+00 | 1.450000e+02 |    Inf 
10.29/10.39	o 109
10.29/10.39	c *10.2s|   224 |    58 |  3902 |  16.5 |  11M|  32 |   - |1895 |3526 |1895 |1670 |  78 | 228 | 678 | 0.000000e+00 | 1.090000e+02 |    Inf 
10.39/10.49	o 104
10.39/10.49	c *10.3s|   244 |    69 |  3984 |  15.5 |  11M|  36 |   - |1895 |3534 |1895 |1670 |  83 | 236 | 704 | 0.000000e+00 | 1.040000e+02 |    Inf 
10.39/10.49	o 100
10.39/10.49	c *10.3s|   245 |    68 |  3984 |  15.4 |  11M|  36 |   - |1895 |3534 |1895 |1670 |  83 | 236 | 704 | 0.000000e+00 | 1.000000e+02 |    Inf 
12.29/12.35	o 63
12.29/12.35	c *12.2s|   670 |   115 |  7055 |  10.2 |  12M|  41 |   - |1895 |4039 |1895 |1681 | 183 | 792 |1048 | 0.000000e+00 | 6.300000e+01 |    Inf 
12.39/12.48	o 58
12.39/12.48	c *12.3s|   728 |   116 |  7315 |   9.8 |  12M|  41 |   - |1895 |3807 |1895 |1661 | 191 | 888 |1061 | 0.000000e+00 | 5.800000e+01 |    Inf 
12.49/12.54	o 39
12.49/12.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.49/12.54	c *12.3s|   758 |   102 |  7391 |   9.5 |  12M|  41 |   - |1895 |3795 |1895 |1661 | 191 | 928 |1064 | 0.000000e+00 | 3.900000e+01 |    Inf 
12.89/12.97	o 28
12.89/12.97	c *12.8s|   902 |   105 |  8639 |   9.3 |  12M|  41 |   - |1895 |3699 |1895 |1672 | 230 |1090 |1120 | 0.000000e+00 | 2.800000e+01 |    Inf 
13.69/13.79	o 20
13.69/13.79	c *13.6s|  1234 |   129 | 11629 |   9.2 |  13M|  41 |   - |1895 |3845 |1895 |1677 | 330 |1495 |1179 | 0.000000e+00 | 2.000000e+01 |    Inf 
14.49/14.54	o 18
14.49/14.54	c *14.3s|  1594 |   143 | 14652 |   9.1 |  13M|  41 |   - |1895 |3847 |1895 |1667 | 405 |1910 |1226 | 0.000000e+00 | 1.800000e+01 |    Inf 
32.39/32.48	c  31.6s| 10000 |   450 |113173 |  11.3 |  17M|  45 |  19 |1895 |6916 |1895 |1661 |1457 |  12k|1669 | 0.000000e+00 | 1.800000e+01 |    Inf 
43.09/43.17	o 17
43.09/43.17	c *42.0s| 14754 |   720 |175841 |  11.9 |  19M|  45 |   - |1895 |7835 |1895 |1661 |2149 |  18k|1805 | 0.000000e+00 | 1.700000e+01 |    Inf 
43.19/43.29	o 4
43.19/43.29	c *42.1s| 14821 |   473 |176409 |  11.9 |  17M|  45 |   - |1895 |7769 |1895 |1661 |2157 |  18k|1805 | 0.000000e+00 | 4.000000e+00 |    Inf 
53.90/53.97	c  52.5s| 20000 |   582 |244124 |  12.2 |  18M|  45 |  18 |1895 |9620 |1895 |1661 |2883 |  25k|1805 | 0.000000e+00 | 4.000000e+00 |    Inf 
75.90/75.91	c  73.6s| 30000 |   758 |385943 |  12.9 |  21M|  45 |   - |1895 |  11k|   0 |   0 |3841 |  38k|1806 | 0.000000e+00 | 4.000000e+00 |    Inf 
87.49/87.54	o 3
87.49/87.54	c *84.8s| 35589 |   789 |454911 |  12.8 |  22M|  47 |   - |1895 |  13k|1895 |1684 |4588 |  46k|1864 | 0.000000e+00 | 3.000000e+00 |    Inf 
96.90/96.93	c  93.9s| 40000 |   813 |508047 |  12.7 |  22M|  47 |   - |1895 |  12k|1895 |1661 |5134 |  52k|1983 | 0.000000e+00 | 3.000000e+00 |    Inf 
119.49/119.55	c   116s| 50000 |   783 |636788 |  12.7 |  23M|  49 |   - |1895 |  15k|   0 |   0 |6394 |  66k|2260 | 0.000000e+00 | 3.000000e+00 |    Inf 
142.29/142.35	c   138s| 60000 |   840 |763011 |  12.7 |  25M|  49 |  19 |1895 |  19k|1895 |1661 |7714 |  79k|2508 | 0.000000e+00 | 3.000000e+00 |    Inf 
165.49/165.52	c   160s| 70000 |   776 |884165 |  12.6 |  25M|  49 |  15 |1895 |  19k|1895 |1661 |8866 |  93k|2769 | 0.000000e+00 | 3.000000e+00 |    Inf 
187.89/187.97	c   182s| 80000 |   757 |  1006k|  12.6 |  26M|  49 |  30 |1895 |  18k|1895 |1671 |  10k| 106k|2997 | 0.000000e+00 | 3.000000e+00 |    Inf 
211.79/211.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.79/211.87	c   205s| 90000 |   721 |  1140k|  12.7 |  26M|  53 |   1 |1895 |  18k|1895 |1669 |  11k| 120k|3222 | 0.000000e+00 | 3.000000e+00 |    Inf 
238.19/238.26	c   231s|100000 |   735 |  1294k|  12.9 |  26M|  53 |   - |1895 |  20k|   0 |   0 |  12k| 133k|3441 | 0.000000e+00 | 3.000000e+00 |    Inf 
264.39/264.44	c   256s|110000 |   778 |  1440k|  13.1 |  27M|  53 |  12 |1895 |  21k|1895 |1661 |  13k| 146k|3638 | 0.000000e+00 | 3.000000e+00 |    Inf 
288.30/288.38	c   279s|120000 |  1135 |  1570k|  13.1 |  30M|  53 |  23 |1895 |  24k|1895 |1661 |  14k| 160k|3822 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.20/315.25	c   305s|130000 |  1289 |  1725k|  13.3 |  31M|  56 |   - |1895 |  23k|1895 |1661 |  16k| 173k|4006 | 0.000000e+00 | 3.000000e+00 |    Inf 
340.00/340.06	c   329s|140000 |  1350 |  1861k|  13.3 |  32M|  56 |  23 |1895 |  24k|1895 |1661 |  17k| 187k|4126 | 0.000000e+00 | 3.000000e+00 |    Inf 
365.90/365.93	c   354s|150000 |  1410 |  2001k|  13.3 |  33M|  56 |   - |1895 |  26k|1895 |1661 |  19k| 200k|4282 | 0.000000e+00 | 3.000000e+00 |    Inf 
392.61/392.68	c   380s|160000 |  1414 |  2145k|  13.4 |  33M|  56 |   - |1895 |  26k|1895 |1661 |  20k| 214k|4467 | 0.000000e+00 | 3.000000e+00 |    Inf 
418.80/418.87	c   405s|170000 |  1291 |  2287k|  13.5 |  33M|  59 |   1 |1895 |  27k|1895 |1661 |  22k| 228k|4587 | 0.000000e+00 | 3.000000e+00 |    Inf 
445.00/445.01	c   431s|180000 |  1351 |  2427k|  13.5 |  34M|  59 |  27 |1895 |  27k|1895 |1661 |  23k| 241k|4773 | 0.000000e+00 | 3.000000e+00 |    Inf 
471.30/471.37	c   456s|190000 |  1274 |  2565k|  13.5 |  32M|  59 |   - |1895 |  24k|   0 |   0 |  25k| 255k|4924 | 0.000000e+00 | 3.000000e+00 |    Inf 
497.50/497.52	c   481s|200000 |  1177 |  2710k|  13.6 |  32M|  68 |   - |1895 |  24k|   0 |   0 |  26k| 268k|5081 | 0.000000e+00 | 3.000000e+00 |    Inf 
522.30/522.35	c   506s|210000 |  1148 |  2842k|  13.5 |  33M|  68 |  30 |1895 |  27k|1895 |1661 |  28k| 282k|5192 | 0.000000e+00 | 3.000000e+00 |    Inf 
547.81/547.86	c   530s|220000 |  1051 |  2976k|  13.5 |  31M|  68 |  22 |1895 |  23k|1895 |1661 |  30k| 296k|5325 | 0.000000e+00 | 3.000000e+00 |    Inf 
571.70/571.74	c   553s|230000 |  1123 |  3097k|  13.5 |  33M|  68 |   1 |1895 |  27k|1895 |1661 |  31k| 309k|5463 | 0.000000e+00 | 3.000000e+00 |    Inf 
597.21/597.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.21/597.22	c   578s|240000 |  1029 |  3225k|  13.4 |  34M|  68 |   - |1895 |  29k|   0 |   0 |  33k| 323k|5577 | 0.000000e+00 | 3.000000e+00 |    Inf 
623.21/623.23	c   603s|250000 |   889 |  3361k|  13.4 |  31M|  68 |   - |1895 |  24k|   0 |   0 |  34k| 337k|5687 | 0.000000e+00 | 3.000000e+00 |    Inf 
649.21/649.20	c   628s|260000 |   871 |  3505k|  13.5 |  31M|  68 |  25 |1895 |  24k|1895 |1661 |  36k| 351k|5804 | 0.000000e+00 | 3.000000e+00 |    Inf 
672.31/672.33	c   651s|270000 |   712 |  3626k|  13.4 |  28M|  68 |   - |1895 |  19k|1895 |1669 |  37k| 364k|5917 | 0.000000e+00 | 3.000000e+00 |    Inf 
697.11/697.15	c   675s|280000 |   833 |  3761k|  13.4 |  30M|  68 |  13 |1895 |  22k|1895 |1661 |  38k| 378k|6052 | 0.000000e+00 | 3.000000e+00 |    Inf 
722.61/722.67	c   699s|290000 |   848 |  3897k|  13.4 |  31M|  68 |   - |1895 |  23k|1895 |1667 |  40k| 391k|6187 | 0.000000e+00 | 3.000000e+00 |    Inf 
749.01/749.04	c   725s|300000 |   757 |  4044k|  13.5 |  31M|  68 |   - |1895 |  26k|1895 |1667 |  41k| 404k|6312 | 0.000000e+00 | 3.000000e+00 |    Inf 
774.11/774.17	c   749s|310000 |   979 |  4179k|  13.5 |  32M|  68 |  26 |1895 |  27k|1895 |1661 |  43k| 418k|6388 | 0.000000e+00 | 3.000000e+00 |    Inf 
798.21/798.21	c   772s|320000 |  1042 |  4301k|  13.4 |  33M|  68 |  30 |1895 |  28k|1895 |1661 |  44k| 432k|6461 | 0.000000e+00 | 3.000000e+00 |    Inf 
822.11/822.12	c   795s|330000 |   997 |  4422k|  13.4 |  34M|  68 |  19 |1895 |  28k|1895 |1661 |  45k| 446k|6523 | 0.000000e+00 | 3.000000e+00 |    Inf 
832.62/832.69	o 2
832.62/832.69	c * 806s|333527 |   845 |  4485k|  13.4 |  33M|  68 |   - |1895 |  29k|1895 |1661 |  46k| 451k|6593 | 0.000000e+00 | 2.000000e+00 |    Inf 
849.51/849.57	c   822s|340000 |   864 |  4571k|  13.4 |  33M|  68 |   - |1895 |  28k|1895 |1670 |  47k| 461k|6640 | 0.000000e+00 | 2.000000e+00 |    Inf 
863.71/863.76	o 1
863.71/863.76	c * 836s|345616 |   839 |  4644k|  13.4 |  32M|  68 |   - |1895 |  27k|1895 |1666 |  48k| 468k|6682 | 0.000000e+00 | 1.000000e-00 |    Inf 
875.61/875.67	c   847s|350000 |   867 |  4704k|  13.4 |  33M|  68 |   - |1895 |  28k|   0 |   0 |  49k| 474k|6741 | 0.000000e+00 | 1.000000e-00 |    Inf 
900.92/900.94	c   872s|360000 |   788 |  4835k|  13.4 |  32M|  68 |   - |1895 |  27k|   0 |   0 |  50k| 489k|6819 | 0.000000e+00 | 1.000000e-00 |    Inf 
926.41/926.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.41/926.40	c   896s|370000 |   710 |  4967k|  13.4 |  32M|  68 |   - |1895 |  28k|   0 |   0 |  51k| 503k|6883 | 0.000000e+00 | 1.000000e-00 |    Inf 
955.21/955.28	c   925s|380000 |   707 |  5128k|  13.5 |  33M|  68 |   1 |1895 |  28k|1895 |1668 |  52k| 517k|6951 | 0.000000e+00 | 1.000000e-00 |    Inf 
983.91/983.97	c   952s|390000 |   673 |  5284k|  13.5 |  33M|  68 |   - |1895 |  28k|   0 |   0 |  53k| 532k|7065 | 0.000000e+00 | 1.000000e-00 |    Inf 
1010.01/1010.06	c   978s|400000 |   688 |  5422k|  13.6 |  32M|  68 |   - |1895 |  26k|   0 |   0 |  55k| 546k|7155 | 0.000000e+00 | 1.000000e-00 |    Inf 
1035.71/1035.79	c  1002s|410000 |   634 |  5552k|  13.5 |  32M|  68 |  22 |1895 |  28k|1895 |1661 |  56k| 560k|7217 | 0.000000e+00 | 1.000000e-00 |    Inf 
1062.11/1062.14	c  1028s|420000 |   595 |  5691k|  13.6 |  32M|  68 |   - |1895 |  26k|   0 |   0 |  57k| 574k|7291 | 0.000000e+00 | 1.000000e-00 |    Inf 
1087.41/1087.49	c  1053s|430000 |   534 |  5822k|  13.5 |  31M|  68 |  24 |1895 |  26k|1895 |1661 |  59k| 588k|7376 | 0.000000e+00 | 1.000000e-00 |    Inf 
1113.91/1113.96	c  1078s|440000 |   667 |  5961k|  13.5 |  33M|  68 |   - |1895 |  30k|1895 |1665 |  60k| 602k|7462 | 0.000000e+00 | 1.000000e-00 |    Inf 
1140.12/1140.12	c  1103s|450000 |   541 |  6091k|  13.5 |  33M|  68 |   - |1895 |  29k|   0 |   0 |  61k| 616k|7521 | 0.000000e+00 | 1.000000e-00 |    Inf 
1166.72/1166.78	c  1129s|460000 |   542 |  6235k|  13.6 |  30M|  68 |  14 |1895 |  22k|1895 |1661 |  62k| 630k|7581 | 0.000000e+00 | 1.000000e-00 |    Inf 
1193.82/1193.89	c  1156s|470000 |   423 |  6383k|  13.6 |  28M|  68 |   - |1895 |  19k|   0 |   0 |  64k| 643k|7666 | 0.000000e+00 | 1.000000e-00 |    Inf 
1221.22/1221.30	c  1182s|480000 |   423 |  6548k|  13.6 |  27M|  68 |   - |1895 |  17k|1895 |1661 |  65k| 657k|7756 | 0.000000e+00 | 1.000000e-00 |    Inf 
1247.72/1247.75	c  1208s|490000 |   489 |  6708k|  13.7 |  28M|  68 |  30 |1895 |  19k|1895 |1661 |  65k| 671k|7821 | 0.000000e+00 | 1.000000e-00 |    Inf 
1273.92/1273.93	c  1233s|500000 |   462 |  6859k|  13.7 |  28M|  68 |   8 |1895 |  19k|1895 |1661 |  66k| 684k|7889 | 0.000000e+00 | 1.000000e-00 |    Inf 
1302.12/1302.17	c  1260s|510000 |   512 |  7030k|  13.8 |  30M|  68 |   9 |1895 |  23k|1895 |1661 |  67k| 699k|7948 | 0.000000e+00 | 1.000000e-00 |    Inf 
1330.92/1330.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1330.92/1330.93	c  1288s|520000 |   507 |  7197k|  13.8 |  30M|  68 |   - |1895 |  23k|1895 |1669 |  68k| 713k|8045 | 0.000000e+00 | 1.000000e-00 |    Inf 
1358.12/1358.19	c  1315s|530000 |   590 |  7349k|  13.9 |  33M|  68 |  17 |1895 |  28k|1895 |1661 |  69k| 728k|8119 | 0.000000e+00 | 1.000000e-00 |    Inf 
1389.52/1389.58	c  1345s|540000 |   619 |  7527k|  13.9 |  33M|  68 |  10 |1895 |  29k|1895 |1666 |  70k| 742k|8180 | 0.000000e+00 | 1.000000e-00 |    Inf 
1418.83/1418.88	c  1374s|550000 |   540 |  7691k|  14.0 |  32M|  68 |   - |1895 |  26k|   0 |   0 |  71k| 757k|8267 | 0.000000e+00 | 1.000000e-00 |    Inf 
1446.63/1446.69	c  1401s|560000 |   507 |  7848k|  14.0 |  31M|  68 |   8 |1895 |  25k|1895 |1661 |  72k| 772k|8347 | 0.000000e+00 | 1.000000e-00 |    Inf 
1473.12/1473.19	c  1426s|570000 |   385 |  7998k|  14.0 |  30M|  68 |   - |1895 |  23k|   0 |   0 |  73k| 787k|8423 | 0.000000e+00 | 1.000000e-00 |    Inf 
1500.52/1500.56	c  1453s|580000 |   302 |  8153k|  14.1 |  27M|  68 |  25 |1895 |  19k|1895 |1671 |  74k| 801k|8504 | 0.000000e+00 | 1.000000e-00 |    Inf 
1526.13/1526.18	c  1478s|590000 |   347 |  8301k|  14.1 |  29M|  68 |  13 |1895 |  22k|1895 |1661 |  75k| 814k|8592 | 0.000000e+00 | 1.000000e-00 |    Inf 
1551.62/1551.66	c  1502s|600000 |   356 |  8441k|  14.1 |  31M|  68 |   - |1895 |  27k|   0 |   0 |  77k| 827k|8654 | 0.000000e+00 | 1.000000e-00 |    Inf 
1578.03/1578.06	c  1528s|610000 |   357 |  8578k|  14.1 |  30M|  68 |  20 |1895 |  26k|1895 |1661 |  78k| 841k|8711 | 0.000000e+00 | 1.000000e-00 |    Inf 
1603.73/1603.79	c  1553s|620000 |   309 |  8711k|  14.1 |  31M|  68 |   - |1895 |  28k|   0 |   0 |  80k| 854k|8761 | 0.000000e+00 | 1.000000e-00 |    Inf 
1632.83/1632.84	c  1581s|630000 |   370 |  8873k|  14.1 |  32M|  68 |   - |1895 |  30k|   0 |   0 |  81k| 868k|8843 | 0.000000e+00 | 1.000000e-00 |    Inf 
1663.13/1663.15	c  1610s|640000 |   524 |  9039k|  14.1 |  34M|  68 |   - |1895 |  34k|   0 |   0 |  82k| 881k|8913 | 0.000000e+00 | 1.000000e-00 |    Inf 
1693.94/1693.92	c  1640s|650000 |   610 |  9202k|  14.2 |  36M|  68 |   - |1895 |  37k|1895 |1661 |  83k| 895k|8984 | 0.000000e+00 | 1.000000e-00 |    Inf 
1723.03/1723.09	c  1668s|660000 |   638 |  9345k|  14.2 |  36M|  68 |  24 |1895 |  37k|1895 |1661 |  84k| 908k|9040 | 0.000000e+00 | 1.000000e-00 |    Inf 
1752.73/1752.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1752.73/1752.70	c  1697s|670000 |   570 |  9494k|  14.2 |  36M|  68 |  30 |1895 |  36k|1895 |1661 |  86k| 923k|9098 | 0.000000e+00 | 1.000000e-00 |    Inf 
1782.13/1782.14	c  1726s|680000 |   478 |  9646k|  14.2 |  35M|  68 |   1 |1895 |  36k|1895 |1661 |  87k| 936k|9164 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1743.29
1800.04/1800.01	c Solving Nodes      : 685572
1800.04/1800.01	c Primal Bound       : +1.00000000000000e-00 (96 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.02	s SATISFIABLE
1800.04/1800.02	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.02	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.04/1800.02	v -x167 -x166 -x165 x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 
1800.04/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.02	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.04/1800.02	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.04/1800.02	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 
1800.04/1800.02	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 
1800.04/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.04/1800.02	v -x1 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time       :    1743.29
1800.04/1800.02	c Original Problem   :
1800.04/1800.02	c   Problem name     : HOME/instance-2692957-1277912676.wbo
1800.04/1800.02	c   Variables        : 2039 (1135 binary, 0 integer, 0 implicit integer, 904 continuous)
1800.04/1800.02	c   Constraints      : 3612 initial, 3612 maximal
1800.04/1800.02	c Presolved Problem  :
1800.04/1800.02	c   Problem name     : t_HOME/instance-2692957-1277912676.wbo
1800.04/1800.02	c   Variables        : 1895 (1063 binary, 0 integer, 0 implicit integer, 832 continuous)
1800.04/1800.02	c   Constraints      : 3298 initial, 38907 maximal
1800.04/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.02	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1800.04/1800.02	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1800.04/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.02	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1800.04/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.02	c   linear           :       0.08          0          0          0        933          0        242        170          0
1800.04/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.02	c   root node        :          -        832          -          -       1664          -          -          -          -
1800.04/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   integral         :          0          0          0     385515          0        233       2497          0          0     730932
1800.04/1800.02	c   indicator        :        832          0    1496674       9798          0         23     101280          0          0          0
1800.04/1800.02	c   knapsack         :          1          5    2990185      17868          0      48903    6229578          2          0          0
1800.04/1800.02	c   setppc           :         18          5    2945630      17851          0      61866    2700575          0          0          0
1800.04/1800.02	c   linear           :        832          5    2883910      17863          0      45126    3369371      88118          0          0
1800.04/1800.02	c   logicor          :       1615+         5    1533974        157          0      86897    5620136          0          0          0
1800.04/1800.02	c   countsols        :          0          0          0        157          0          0          0          0          0          0
1800.04/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.02	c   integral         :      38.37       0.00       0.00      38.37       0.00
1800.04/1800.02	c   indicator        :       0.87       0.01       0.84       0.02       0.00
1800.04/1800.02	c   knapsack         :      32.97       0.00      32.97       0.00       0.00
1800.04/1800.02	c   setppc           :      17.76       0.00      17.76       0.00       0.00
1800.04/1800.02	c   linear           :      38.71       0.00      38.15       0.56       0.00
1800.04/1800.02	c   logicor          :     213.24       0.00     213.24       0.00       0.00
1800.04/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.02	c   vbounds          :       0.83          2          0          0
1800.04/1800.02	c   rootredcost      :       0.67         18          0        832
1800.04/1800.02	c   pseudoobj        :      47.06    2994786        170      67499
1800.04/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.02	c   propagation      :       9.33     242962     242290    1522229       26.5       7232       23.2          -
1800.04/1800.02	c   infeasible LP    :      22.01     121271     121267     945369       43.9        787       16.0          0
1800.04/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.02	c   pseudo solution  :       0.00          8          8         54       19.3          1        4.0          -
1800.04/1800.02	c   applied globally :          -          -          -     944712       28.3          -          -          -
1800.04/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.02	c   cut pool         :       0.00          4          -          -         11          -    (maximal pool size: 203)
1800.04/1800.02	c   redcost          :       8.97     385953          0      29082          0          0
1800.04/1800.02	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.02	c   gomory           :       0.21          5          0          0       1000          0
1800.04/1800.02	c   strongcg         :       0.18          5          0          0        874          0
1800.04/1800.02	c   cmir             :       0.03          5          0          0          0          0
1800.04/1800.02	c   flowcover        :       0.05          5          0          0          1          0
1800.04/1800.02	c   clique           :       0.00          5          0          0          0          0
1800.04/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.02	c Pricers            :       Time      Calls       Vars
1800.04/1800.02	c   problem variables:       0.00          0          0
1800.04/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.02	c   relpscost        :      38.14     367638        233       2497          0          0     730932
1800.04/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   inference        :       0.01        140          0          0          0          0        280
1800.04/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.02	c   LP solutions     :       0.01          -         17
1800.04/1800.02	c   pseudo solutions :       0.00          -          0
1800.04/1800.02	c   oneopt           :       0.32         17          0
1800.04/1800.02	c   feaspump         :       0.04          1          0
1800.04/1800.02	c   crossover        :       0.34          9          0
1800.04/1800.02	c   guideddiving     :       0.41         54          0
1800.04/1800.02	c   pscostdiving     :       0.30         55          0
1800.04/1800.02	c   coefdiving       :       0.39         55          0
1800.04/1800.02	c   fracdiving       :       0.36         55          0
1800.04/1800.02	c   veclendiving     :       0.28         55          0
1800.04/1800.02	c   linesearchdiving :       0.27         55          0
1800.04/1800.02	c   objpscostdiving  :       0.31         28          0
1800.04/1800.02	c   rootsoldiving    :       0.43         28          0
1800.04/1800.02	c   trivial          :       0.01          2          0
1800.04/1800.02	c   simplerounding   :       0.63     367662          0
1800.04/1800.02	c   zirounding       :       0.29       1000          0
1800.04/1800.02	c   rounding         :       0.93       8583          0
1800.04/1800.02	c   shifting         :       0.85       2636          0
1800.04/1800.02	c   intshifting      :       0.04         17          0
1800.04/1800.02	c   twoopt           :       0.00          0          0
1800.04/1800.02	c   fixandinfer      :       0.00          0          0
1800.04/1800.02	c   intdiving        :       0.00          0          0
1800.04/1800.02	c   actconsdiving    :       0.00          0          0
1800.04/1800.02	c   octane           :       0.00          0          0
1800.04/1800.02	c   rens             :       0.04          1          0
1800.04/1800.02	c   rins             :       0.00          0          0
1800.04/1800.02	c   localbranching   :       0.00          0          0
1800.04/1800.02	c   mutation         :       0.00          0          0
1800.04/1800.02	c   dins             :       0.00          0          0
1800.04/1800.02	c   undercover       :       0.00          0          0
1800.04/1800.02	c   nlp              :       0.19          0          0
1800.04/1800.02	c   trysol           :       0.55       2278         79
1800.04/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.02	c   dual LP          :     989.41     504016    9733418      19.31    9837.60
1800.04/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.02	c   diving/probing LP:       1.89       1294      11022       8.52    5831.75
1800.04/1800.02	c   strong branching :      34.72       9175     341079      37.17    9823.70
1800.04/1800.02	c     (at root node) :          -         33      23625     715.91          -
1800.04/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.02	c B&B Tree           :
1800.04/1800.02	c   number of runs   :          1
1800.04/1800.02	c   nodes            :     685572
1800.04/1800.02	c   nodes (total)    :     685572
1800.04/1800.02	c   nodes left       :        470
1800.04/1800.02	c   max depth        :         68
1800.04/1800.02	c   max depth (total):         68
1800.04/1800.02	c   backtracks       :     101765 (14.8%)
1800.04/1800.02	c   delayed cutoffs  :      44612
1800.04/1800.02	c   repropagations   :    1093670 (3481211 domain reductions, 43744 cutoffs)
1800.04/1800.02	c   avg switch length:       4.83
1800.04/1800.02	c   switching time   :     183.40
1800.04/1800.02	c Solution           :
1800.04/1800.02	c   Solutions found  :         96 (18 improvements)
1800.04/1800.02	c   First Solution   : +4.04320000000000e+04   (in run 1, after 1 nodes, 0.70 seconds, depth 0, found by <trysol>)
1800.04/1800.02	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 345616 nodes, 835.73 seconds, depth 38, found by <relaxation>)
1800.04/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.02	c   Gap              :   infinite
1800.04/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.02	c   Root Iterations  :        225
1800.04/1800.07	c Time complete: 1800.1.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692957-1277912676/watcher-2692957-1277912676 -o /tmp/evaluation-result-2692957-1277912676/solver-2692957-1277912676 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692957-1277912676.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.83 2.67 2.58 4/178 11659
/proc/meminfo: memFree=29738216/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=10868 CPUtime=0
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 1665 0 0 0 0 0 0 0 25 0 1 0 132565108 11128832 1586 4089446400 4194304 9819077 140735124234432 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11659/statm: 2717 1586 392 1374 0 1338 0

[startup+0.0209139 s]
/proc/loadavg: 2.83 2.67 2.58 4/178 11659
/proc/meminfo: memFree=29738216/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=13620 CPUtime=0.01
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 2333 0 0 0 1 0 0 0 25 0 1 0 132565108 13946880 2254 4089446400 4194304 9819077 140735124234432 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11659/statm: 3405 2270 392 1374 0 2026 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13620

[startup+0.1009 s]
/proc/loadavg: 2.83 2.67 2.58 4/178 11659
/proc/meminfo: memFree=29738216/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=24064 CPUtime=0.09
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 6164 0 0 0 9 0 0 0 25 0 1 0 132565108 24641536 4703 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11659/statm: 6273 4718 498 1374 0 4894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24064

[startup+0.300852 s]
/proc/loadavg: 2.83 2.67 2.58 4/178 11659
/proc/meminfo: memFree=29738216/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=36036 CPUtime=0.29
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 11774 0 0 0 28 1 0 0 25 0 1 0 132565108 36900864 7407 4089446400 4194304 9819077 140735124234432 18446744073709551615 6032232 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11659/statm: 9009 7407 689 1374 0 7630 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36036

[startup+0.700783 s]
/proc/loadavg: 2.83 2.67 2.58 4/178 11659
/proc/meminfo: memFree=29738216/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=37140 CPUtime=0.69
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 12201 0 0 0 68 1 0 0 25 0 1 0 132565108 38031360 7648 4089446400 4194304 9819077 140735124234432 18446744073709551615 5734174 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11659/statm: 9285 7648 692 1374 0 7906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37140

[startup+1.50064 s]
/proc/loadavg: 2.76 2.66 2.57 3/179 11660
/proc/meminfo: memFree=29703860/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=40032 CPUtime=1.49
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 30618 0 0 0 145 4 0 0 25 0 1 0 132565108 40992768 8745 4089446400 4194304 9819077 140735124234432 18446744073709551615 7290948 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11659/statm: 10008 8745 733 1374 0 8629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40032

[startup+3.10036 s]
/proc/loadavg: 2.76 2.66 2.57 3/179 11660
/proc/meminfo: memFree=29700512/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=39884 CPUtime=3.09
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 32006 0 0 0 304 5 0 0 25 0 1 0 132565108 40841216 8731 4089446400 4194304 9819077 140735124234432 18446744073709551615 7293542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11659/statm: 9971 8731 733 1374 0 8592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39884

[startup+6.3008 s]
/proc/loadavg: 2.76 2.66 2.57 3/179 11660
/proc/meminfo: memFree=29696208/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=39864 CPUtime=6.29
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 33710 0 0 0 622 7 0 0 25 0 1 0 132565108 40820736 8741 4089446400 4194304 9819077 140735124234432 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 9966 8741 733 1374 0 8587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39864

[startup+12.7007 s]
/proc/loadavg: 2.64 2.63 2.57 3/179 11660
/proc/meminfo: memFree=29686552/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=46600 CPUtime=12.69
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 54895 0 0 0 1252 17 0 0 25 0 1 0 132565108 47718400 9889 4089446400 4194304 9819077 140735124234432 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 11650 9889 739 1374 0 10271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46600

[startup+25.5004 s]
/proc/loadavg: 2.54 2.61 2.56 3/179 11660
/proc/meminfo: memFree=29674324/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=49340 CPUtime=25.49
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 214418 0 0 0 2489 60 0 0 25 0 1 0 132565108 50524160 10656 4089446400 4194304 9819077 140735124234432 18446744073709551615 7324493 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 12335 10656 743 1374 0 10956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49340

[startup+51.101 s]
/proc/loadavg: 2.36 2.56 2.54 3/179 11662
/proc/meminfo: memFree=29638208/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=55508 CPUtime=51.09
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 513139 0 0 0 4969 140 0 0 25 0 1 0 132565108 56840192 12236 4089446400 4194304 9819077 140735124234432 18446744073709551615 6590639 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 13745 12223 743 1374 0 12366 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55508

[startup+102.307 s]
/proc/loadavg: 2.14 2.47 2.51 3/179 11662
/proc/meminfo: memFree=29579888/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=60508 CPUtime=102.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 1083028 0 0 0 9910 320 0 0 25 0 1 0 132565108 61960192 13459 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 15127 13459 743 1374 0 13748 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60508

[startup+162.3 s]
/proc/loadavg: 2.08 2.39 2.48 3/179 11664
/proc/meminfo: memFree=29540772/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=67680 CPUtime=162.29
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 1766252 0 0 0 15703 526 0 0 25 0 1 0 132565108 69304320 15198 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 16920 15198 743 1374 0 15541 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 67680

[startup+222.301 s]
/proc/loadavg: 2.03 2.32 2.45 3/179 11666
/proc/meminfo: memFree=29523860/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=68292 CPUtime=222.29
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 2440915 0 0 0 21503 726 0 0 25 0 1 0 132565108 69931008 15357 4089446400 4194304 9819077 140735124234432 18446744073709551615 7298593 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 16797 15339 743 1374 0 15418 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68292

[startup+282.3 s]
/proc/loadavg: 2.01 2.26 2.42 3/179 11668
/proc/meminfo: memFree=29506464/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=70784 CPUtime=282.29
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 3067966 0 0 0 27321 908 0 0 25 0 1 0 132565108 72482816 16055 4089446400 4194304 9819077 140735124234432 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 17696 16057 743 1374 0 16317 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 70784

[startup+342.301 s]
/proc/loadavg: 2.00 2.21 2.39 3/179 11669
/proc/meminfo: memFree=29486952/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=73016 CPUtime=342.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 3701846 0 0 0 33128 1102 0 0 25 0 1 0 132565108 74768384 16597 4089446400 4194304 9819077 140735124234432 18446744073709551615 7286958 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 18422 16601 743 1374 0 17043 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 73016

[startup+402.3 s]
/proc/loadavg: 2.00 2.17 2.36 3/179 11670
/proc/meminfo: memFree=29483188/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=76328 CPUtime=402.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 4333535 0 0 0 38933 1297 0 0 25 0 1 0 132565108 78159872 17297 4089446400 4194304 9819077 140735124234432 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 19082 17297 743 1374 0 17703 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 76328

[startup+462.301 s]
/proc/loadavg: 2.00 2.13 2.34 3/179 11672
/proc/meminfo: memFree=29479424/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=78224 CPUtime=462.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 4957654 0 0 0 44746 1484 0 0 25 0 1 0 132565108 80101376 17609 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 19556 17609 743 1374 0 18177 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 78224

[startup+522.3 s]
/proc/loadavg: 2.00 2.11 2.31 3/179 11674
/proc/meminfo: memFree=29418484/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=79208 CPUtime=522.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 5583643 0 0 0 50552 1678 0 0 25 0 1 0 132565108 81108992 17855 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 19802 17855 743 1374 0 18423 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 79208

[startup+582.301 s]
/proc/loadavg: 2.00 2.08 2.29 3/179 11676
/proc/meminfo: memFree=29368464/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=79764 CPUtime=582.3
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 6195412 0 0 0 56354 1876 0 0 25 0 1 0 132565108 81678336 17963 4089446400 4194304 9819077 140735124234432 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 19941 17963 743 1374 0 18562 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 79764

[startup+642.3 s]
/proc/loadavg: 2.00 2.07 2.27 3/179 11677
/proc/meminfo: memFree=29329976/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=80364 CPUtime=642.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 6841863 0 0 0 62150 2081 0 0 25 0 1 0 132565108 82292736 18059 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20091 18059 743 1374 0 18712 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 80364

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.03 2.21 3/179 11858
/proc/meminfo: memFree=31100616/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=81376 CPUtime=822.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 8693911 0 0 0 79565 2666 0 0 25 0 1 0 132565108 83329024 18272 4089446400 4194304 9819077 140735124234432 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20344 18272 743 1374 0 18965 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 81376

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/179 11860
/proc/meminfo: memFree=31084084/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=81988 CPUtime=882.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 9280365 0 0 0 85377 2854 0 0 25 0 1 0 132565108 83955712 18380 4089446400 4194304 9819077 140735124234432 18446744073709551615 6591525 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20497 18380 743 1374 0 19118 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 81988

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.18 3/179 11861
/proc/meminfo: memFree=31071652/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=81832 CPUtime=942.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 9835635 0 0 0 91192 3039 0 0 25 0 1 0 132565108 83795968 18385 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20458 18388 743 1374 0 19079 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 81832

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/179 11871
/proc/meminfo: memFree=31044724/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=82112 CPUtime=1002.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 10393437 0 0 0 97013 3218 0 0 25 0 1 0 132565108 84082688 18424 4089446400 4194304 9819077 140735124234432 18446744073709551615 4660986 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20528 18424 743 1374 0 19149 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 82112

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/179 11873
/proc/meminfo: memFree=31025220/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=82140 CPUtime=1062.31
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 10990860 0 0 0 102820 3411 0 0 25 0 1 0 132565108 84111360 18445 4089446400 4194304 9819077 140735124234432 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20535 18445 743 1374 0 19156 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 82140

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 11875
/proc/meminfo: memFree=30998152/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=82836 CPUtime=1122.32
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 11582783 0 0 0 108627 3605 0 0 25 0 1 0 132565108 84824064 18665 4089446400 4194304 9819077 140735124234432 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20709 18665 743 1374 0 19330 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 82836

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/179 11877
/proc/meminfo: memFree=30964512/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=83128 CPUtime=1182.32
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 12185243 0 0 0 114435 3797 0 0 25 0 1 0 132565108 85123072 18739 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20782 18739 743 1374 0 19403 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 83128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 11878
/proc/meminfo: memFree=30942040/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=83460 CPUtime=1242.32
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 12768851 0 0 0 120244 3988 0 0 25 0 1 0 132565108 85463040 18815 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 20865 18815 743 1374 0 19486 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 83460

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 11879
/proc/meminfo: memFree=30907912/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=84260 CPUtime=1302.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 13316988 0 0 0 126060 4173 0 0 25 0 1 0 132565108 86282240 19036 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21065 19036 743 1374 0 19686 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 84260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 11881
/proc/meminfo: memFree=30877140/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=84952 CPUtime=1362.32
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 13867778 0 0 0 131879 4353 0 0 25 0 1 0 132565108 86990848 19104 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21238 19104 743 1374 0 19859 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 84952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 11883
/proc/meminfo: memFree=30846964/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=84952 CPUtime=1422.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 14396011 0 0 0 137701 4532 0 0 25 0 1 0 132565108 86990848 19087 4089446400 4194304 9819077 140735124234432 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21238 19087 743 1374 0 19859 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 84952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 11885
/proc/meminfo: memFree=30817804/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=84920 CPUtime=1482.32
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 14958132 0 0 0 143517 4715 0 0 25 0 1 0 132565108 86958080 19122 4089446400 4194304 9819077 140735124234432 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21230 19125 743 1374 0 19851 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 84920

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 11886
/proc/meminfo: memFree=30787872/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=85172 CPUtime=1542.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 15561251 0 0 0 149327 4906 0 0 25 0 1 0 132565108 87216128 19143 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21293 19143 743 1374 0 19914 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 85172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 11887
/proc/meminfo: memFree=30760568/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=85296 CPUtime=1602.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 16168999 0 0 0 155129 5104 0 0 25 0 1 0 132565108 87343104 19193 4089446400 4194304 9819077 140735124234432 18446744073709551615 6695817 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21324 19193 743 1374 0 19945 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 85296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 11889
/proc/meminfo: memFree=30728796/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=86184 CPUtime=1662.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 16731790 0 0 0 160947 5286 0 0 25 0 1 0 132565108 88252416 19367 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21546 19367 743 1374 0 20167 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 86184

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.07 3/179 11891
/proc/meminfo: memFree=30694800/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=87212 CPUtime=1722.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 17269098 0 0 0 166773 5460 0 0 25 0 1 0 132565108 89305088 19782 4089446400 4194304 9819077 140735124234432 18446744073709551615 7286958 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 21803 19783 743 1374 0 20424 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 87212

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.06 3/179 11893
/proc/meminfo: memFree=30664020/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=88132 CPUtime=1782.33
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 17819078 0 0 0 172607 5626 0 0 25 0 1 0 132565108 90247168 19884 4089446400 4194304 9819077 140735124234432 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 22033 19884 743 1374 0 20654 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 88132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.06 3/179 11893
/proc/meminfo: memFree=30657932/32951124 swapFree=67111528/67111528
[pid=11659] ppid=11657 vsize=88128 CPUtime=1800.04
/proc/11659/stat : 11659 (pbscip.linux.x8) R 11657 11659 11428 0 -1 4202496 17976645 0 0 0 174331 5673 0 0 25 0 1 0 132565108 90243072 19850 4089446400 4194304 9819077 140735124234432 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/11659/statm: 22032 19850 743 1374 0 20653 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 88128

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.12
CPU user time (s): 1743.38
CPU system time (s): 56.7384
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 90408

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

runsolver used 3.17352 second user time and 6.22805 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 17:44:36
IDJOB=2692957
IDBENCH=78999
IDSOLVER=1205
FILE ID=node107/2692957-1277912676
PBS_JOBID= 11197274
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= d52b3728da19986b004dc30001a23e20
RANDOM SEED=1436284051

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29738868 kB
Buffers:        196084 kB
Cached:        1275572 kB
SwapCached:          0 kB
Active:        1961296 kB
Inactive:      1106188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29738868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     1595940 kB
Mapped:          16076 kB
Slab:            78992 kB
PageTables:       7716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1779180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node107 at 2010-06-30 18:14:38