Trace number 2692759

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.17 1800.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-66-100-0.wbo
MD5SUM83dbd2cd2ef615ae6bc4c3ab9b5ef9b9
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 benchmark326.406
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2692759-1277901873.wbo>
0.00/0.02	c original problem has 2153 variables (1192 bin, 0 int, 0 impl, 961 cont) and 3669 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.06/0.07	c (round 2) 0 del vars, 107 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.06/0.08	c (round 3) 50 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.06/0.09	c (round 4) 100 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.09/0.14	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  100 deleted vars, 157 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.14	c  1161 implications, 15 cliques
0.09/0.14	c presolved problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3512 constraints
0.09/0.14	c     911 constraints of type <indicator>
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      15 constraints of type <setppc>
0.09/0.14	c     911 constraints of type <linear>
0.09/0.14	c    1674 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	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.15	c   0.1s|     1 |     0 |    24 |     - |9064k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.17	o 43928
0.09/0.17	c y 0.1s|     1 |     0 |   224 |     - |9102k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   257 |     - |9157k|   0 |  31 |2053 |3512 |2053 |1708 |  18 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   300 |     - |9400k|   0 |  38 |2053 |3512 |2053 |1718 |  28 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   343 |     - |9604k|   0 |  43 |2053 |3512 |2053 |1727 |  37 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   379 |     - |9711k|   0 |  44 |2053 |3512 |2053 |1730 |  40 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |   417 |     - |9768k|   0 |  43 |2053 |3512 |2053 |1738 |  48 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   483 |     - |9780k|   0 |  48 |2053 |3512 |2053 |1746 |  56 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.29/1.36	c   1.3s|     1 |     2 |   483 |     - |9813k|   0 |  48 |2053 |3512 |2053 |1746 |  56 |   0 |  33 | 0.000000e+00 | 4.392800e+04 |    Inf 
9.39/9.49	o 675
9.39/9.49	c * 9.3s|   325 |   257 |  4242 |  11.6 |  11M|  31 |   - |2053 |3546 |2053 |1736 | 125 |  34 |1057 | 0.000000e+00 | 6.750000e+02 |    Inf 
9.79/9.81	o 573
9.79/9.81	c * 9.6s|   422 |   265 |  4531 |   9.6 |  11M|  47 |   - |2053 |3680 |2053 |1736 | 134 | 168 |1106 | 0.000000e+00 | 5.730000e+02 |    Inf 
9.79/9.83	o 518
9.79/9.83	c * 9.6s|   428 |   249 |  4592 |   9.6 |  11M|  47 |   - |2053 |3686 |2053 |1736 | 134 | 174 |1107 | 0.000000e+00 | 5.180000e+02 |    Inf 
9.79/9.85	o 516
9.79/9.85	c * 9.7s|   434 |   249 |  4607 |   9.5 |  12M|  47 |   - |2053 |3691 |2053 |1736 | 134 | 179 |1107 | 0.000000e+00 | 5.160000e+02 |    Inf 
9.79/9.86	o 501
9.79/9.86	c * 9.7s|   436 |   238 |  4624 |   9.5 |  12M|  47 |   - |2053 |3691 |2053 |1736 | 134 | 179 |1107 | 0.000000e+00 | 5.010000e+02 |    Inf 
9.90/9.96	o 454
9.90/9.96	c * 9.8s|   467 |   213 |  4741 |   9.1 |  12M|  48 |   - |2053 |3728 |2053 |1738 | 137 | 216 |1118 | 0.000000e+00 | 4.540000e+02 |    Inf 
10.29/10.35	o 452
10.29/10.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.29/10.35	c *10.1s|   534 |   238 |  5181 |   8.8 |  12M|  48 |   - |2053 |3786 |2053 |1736 | 143 | 274 |1192 | 0.000000e+00 | 4.520000e+02 |    Inf 
11.10/11.18	o 405
11.10/11.18	c *11.0s|   679 |   264 |  6384 |   8.7 |  13M|  48 |   - |2053 |3928 |2053 |1737 | 164 | 418 |1327 | 0.000000e+00 | 4.050000e+02 |    Inf 
12.40/12.48	o 363
12.40/12.48	c *12.2s|   785 |   293 |  7982 |   9.6 |  13M|  48 |   - |2053 |3959 |2053 |1736 | 183 | 473 |1553 | 0.000000e+00 | 3.630000e+02 |    Inf 
12.49/12.51	o 315
12.49/12.51	c *12.2s|   792 |   251 |  8010 |   9.5 |  13M|  48 |   - |2053 |3967 |2053 |1737 | 184 | 486 |1553 | 0.000000e+00 | 3.150000e+02 |    Inf 
12.49/12.52	o 307
12.49/12.52	c *12.3s|   795 |   248 |  8042 |   9.5 |  13M|  48 |   - |2053 |3964 |2053 |1738 | 186 | 486 |1553 | 0.000000e+00 | 3.070000e+02 |    Inf 
12.79/12.81	o 294
12.79/12.81	c *12.6s|   843 |   267 |  9056 |  10.2 |  14M|  48 |   - |2053 |3967 |2053 |1737 | 199 | 508 |1577 | 0.000000e+00 | 2.940000e+02 |    Inf 
13.10/13.13	o 262
13.10/13.13	c *12.9s|   931 |   267 |  9719 |   9.9 |  14M|  48 |   - |2053 |4119 |2053 |1741 | 206 | 671 |1611 | 0.000000e+00 | 2.620000e+02 |    Inf 
13.10/13.17	o 241
13.10/13.17	c *12.9s|   947 |   251 |  9777 |   9.8 |  14M|  48 |   - |2053 |4144 |2053 |1736 | 206 | 703 |1613 | 0.000000e+00 | 2.410000e+02 |    Inf 
13.49/13.59	o 205
13.49/13.59	c *13.3s|  1105 |   262 | 10739 |   9.3 |  14M|  48 |   - |2053 |4267 |2053 |1740 | 230 | 871 |1656 | 0.000000e+00 | 2.050000e+02 |    Inf 
13.59/13.62	o 179
13.59/13.62	c *13.3s|  1116 |   234 | 10849 |   9.3 |  14M|  48 |   - |2053 |4293 |2053 |1739 | 238 | 897 |1656 | 0.000000e+00 | 1.790000e+02 |    Inf 
13.59/13.63	o 145
13.59/13.63	c *13.4s|  1120 |   202 | 10863 |   9.3 |  14M|  48 |   - |2053 |4293 |2053 |1743 | 242 | 897 |1656 | 0.000000e+00 | 1.450000e+02 |    Inf 
13.59/13.65	o 131
13.59/13.65	c *13.4s|  1123 |   188 | 10905 |   9.3 |  14M|  48 |   - |2053 |4292 |2053 |1736 | 242 | 897 |1656 | 0.000000e+00 | 1.310000e+02 |    Inf 
13.59/13.67	o 109
13.59/13.67	c *13.4s|  1130 |   176 | 10962 |   9.3 |  14M|  48 |   - |2053 |4297 |2053 |1737 | 243 | 902 |1656 | 0.000000e+00 | 1.090000e+02 |    Inf 
13.59/13.67	o 105
13.59/13.67	c *13.4s|  1131 |   173 | 10963 |   9.3 |  14M|  48 |   - |2053 |4297 |2053 |1737 | 243 | 902 |1656 | 0.000000e+00 | 1.050000e+02 |    Inf 
13.59/13.69	o 103
13.59/13.69	c *13.4s|  1142 |   174 | 10986 |   9.2 |  14M|  48 |   - |2053 |4317 |2053 |1736 | 243 | 922 |1656 | 0.000000e+00 | 1.030000e+02 |    Inf 
15.39/15.48	o 91
15.39/15.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.39/15.48	c *15.2s|  1981 |   247 | 15268 |   7.5 |  15M|  48 |   - |2053 |5151 |2053 |1736 | 377 |2028 |1703 | 0.000000e+00 | 9.100000e+01 |    Inf 
17.09/17.19	o 87
17.09/17.19	c *16.8s|  2767 |   311 | 20271 |   7.2 |  16M|  57 |   - |2053 |5530 |2053 |1739 | 465 |2984 |1743 | 0.000000e+00 | 8.700000e+01 |    Inf 
20.29/20.38	o 75
20.29/20.38	c *19.9s|  3853 |   432 | 32154 |   8.2 |  17M|  57 |   - |2053 |4945 |2053 |1736 | 552 |4228 |1818 | 0.000000e+00 | 7.500000e+01 |    Inf 
20.39/20.43	o 66
20.39/20.43	c *20.0s|  3872 |   414 | 32287 |   8.2 |  16M|  57 |   - |2053 |4829 |2053 |1737 | 555 |4255 |1818 | 0.000000e+00 | 6.600000e+01 |    Inf 
21.09/21.10	o 57
21.09/21.10	c *20.6s|  4113 |   403 | 35215 |   8.4 |  16M|  57 |   - |2053 |4579 |2053 |1736 | 586 |4568 |1819 | 0.000000e+00 | 5.700000e+01 |    Inf 
23.29/23.39	o 52
23.29/23.39	c *22.9s|  5148 |   405 | 43425 |   8.3 |  17M|  57 |   - |2053 |4988 |2053 |1741 | 714 |5890 |1821 | 0.000000e+00 | 5.200000e+01 |    Inf 
25.19/25.26	o 24
25.19/25.26	c *24.7s|  5955 |   355 | 49655 |   8.3 |  16M|  57 |   - |2053 |5467 |2053 |1738 | 838 |6940 |1847 | 0.000000e+00 | 2.400000e+01 |    Inf 
25.59/25.60	o 12
25.59/25.60	c *25.1s|  6059 |   338 | 50782 |   8.3 |  16M|  57 |   - |2053 |5056 |2053 |1736 | 849 |7076 |1865 | 0.000000e+00 | 1.200000e+01 |    Inf 
32.89/32.96	o 8
32.89/32.96	c *32.3s|  9351 |   341 | 82316 |   8.8 |  17M|  57 |   - |2053 |7251 |2053 |1736 |1119 |  11k|1971 | 0.000000e+00 | 8.000000e+00 |    Inf 
32.89/32.98	o 2
32.89/32.98	c *32.3s|  9359 |   311 | 82351 |   8.7 |  17M|  57 |   - |2053 |7122 |2053 |1736 |1119 |  11k|1971 | 0.000000e+00 | 2.000000e+00 |    Inf 
34.29/34.39	c  33.7s| 10000 |   307 | 88731 |   8.8 |  17M|  57 |   - |2053 |7386 |   0 |   0 |1164 |  12k|1987 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.99/56.03	c  54.9s| 20000 |   315 |187207 |   9.3 |  20M|  57 |  15 |2053 |  12k|2053 |1736 |2174 |  25k|2023 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.69/80.78	c  79.2s| 30000 |   350 |302144 |  10.1 |  22M|  57 |   - |2053 |  17k|2053 |1736 |3622 |  38k|2023 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.49/107.58	c   106s| 40000 |   266 |413157 |  10.3 |  20M|  57 |  21 |2053 |  13k|2053 |1736 |4675 |  51k|2383 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.00/132.04	c   130s| 50000 |   368 |517545 |  10.3 |  23M|  57 |   - |2053 |  17k|2053 |1736 |5405 |  64k|2684 | 0.000000e+00 | 2.000000e+00 |    Inf 
154.80/154.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.80/154.83	c   152s| 60000 |   407 |604790 |  10.1 |  25M|  57 |   - |2053 |  22k|2053 |1736 |6033 |  77k|2951 | 0.000000e+00 | 2.000000e+00 |    Inf 
180.90/180.97	c   178s| 70000 |   469 |707692 |  10.1 |  26M|  57 |   - |2053 |  23k|   0 |   0 |6714 |  91k|3220 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.69/207.74	c   204s| 80000 |   562 |814804 |  10.2 |  28M|  57 |  28 |2053 |  25k|2053 |1736 |7451 | 104k|3488 | 0.000000e+00 | 2.000000e+00 |    Inf 
234.80/234.88	c   231s| 90000 |   621 |917309 |  10.2 |  29M|  57 |   - |2053 |  27k|   0 |   0 |8053 | 117k|3689 | 0.000000e+00 | 2.000000e+00 |    Inf 
261.09/261.19	c   257s|100000 |   545 |  1014k|  10.1 |  29M|  57 |   - |2053 |  27k|2053 |1736 |8609 | 131k|3896 | 0.000000e+00 | 2.000000e+00 |    Inf 
288.80/288.83	c   284s|110000 |   621 |  1117k|  10.2 |  31M|  57 |   - |2053 |  30k|   0 |   0 |9216 | 144k|4117 | 0.000000e+00 | 2.000000e+00 |    Inf 
294.30/294.39	o 1
294.30/294.39	c * 289s|112362 |   590 |  1135k|  10.1 |  31M|  57 |   - |2053 |  31k|2053 |1736 |9308 | 147k|4133 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.20/313.29	c   308s|120000 |   569 |  1199k|  10.0 |  31M|  57 |   - |2053 |  30k|   0 |   0 |9576 | 158k|4227 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.50/341.58	c   336s|130000 |   678 |  1297k|  10.0 |  33M|  57 |  29 |2053 |  33k|2053 |1736 |9982 | 172k|4430 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.30/370.34	c   364s|140000 |   569 |  1394k|  10.0 |  31M|  58 |   - |2053 |  29k|2053 |1736 |  10k| 186k|4596 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.60/399.69	c   393s|150000 |   563 |  1498k|  10.0 |  31M|  58 |  34 |2053 |  28k|2053 |1736 |  10k| 200k|4808 | 0.000000e+00 | 1.000000e+00 |    Inf 
426.81/426.82	c   420s|160000 |   654 |  1595k|  10.0 |  34M|  58 |   - |2053 |  34k|2053 |1740 |  11k| 213k|4922 | 0.000000e+00 | 1.000000e+00 |    Inf 
455.61/455.67	c   448s|170000 |   607 |  1694k|  10.0 |  35M|  59 |   - |2053 |  37k|   0 |   0 |  11k| 227k|5065 | 0.000000e+00 | 1.000000e+00 |    Inf 
484.21/484.21	c   476s|180000 |   620 |  1793k|  10.0 |  34M|  59 |   - |2053 |  35k|   0 |   0 |  11k| 241k|5238 | 0.000000e+00 | 1.000000e+00 |    Inf 
510.80/510.80	c   503s|190000 |   729 |  1885k|   9.9 |  37M|  59 |  27 |2053 |  40k|2053 |1736 |  12k| 255k|5344 | 0.000000e+00 | 1.000000e+00 |    Inf 
539.70/539.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.70/539.75	c   531s|200000 |   755 |  1977k|   9.9 |  38M|  59 |   - |2053 |  43k|   0 |   0 |  13k| 269k|5459 | 0.000000e+00 | 1.000000e+00 |    Inf 
568.91/568.97	c   560s|210000 |   795 |  2074k|   9.9 |  39M|  59 |  24 |2053 |  44k|2053 |1736 |  13k| 283k|5633 | 0.000000e+00 | 1.000000e+00 |    Inf 
598.21/598.21	c   589s|220000 |   689 |  2167k|   9.8 |  38M|  59 |   - |2053 |  42k|   0 |   0 |  14k| 297k|5777 | 0.000000e+00 | 1.000000e+00 |    Inf 
626.51/626.59	c   617s|230000 |   728 |  2264k|   9.8 |  39M|  59 |  31 |2053 |  44k|2053 |1736 |  14k| 311k|5883 | 0.000000e+00 | 1.000000e+00 |    Inf 
657.72/657.77	c   647s|240000 |   684 |  2365k|   9.9 |  40M|  59 |   - |2053 |  47k|2053 |1740 |  15k| 325k|5987 | 0.000000e+00 | 1.000000e+00 |    Inf 
690.72/690.79	c   680s|250000 |   701 |  2473k|   9.9 |  42M|  60 |  10 |2053 |  50k|2053 |1736 |  15k| 339k|6139 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.32/721.33	c   710s|260000 |   696 |  2567k|   9.9 |  42M|  61 |   - |2053 |  50k|   0 |   0 |  16k| 354k|6274 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.12/752.14	c   741s|270000 |   619 |  2661k|   9.9 |  41M|  66 |   - |2053 |  49k|   0 |   0 |  17k| 368k|6362 | 0.000000e+00 | 1.000000e+00 |    Inf 
782.21/782.24	c   770s|280000 |   433 |  2759k|   9.9 |  28M|  66 |  26 |2053 |  18k|2053 |1736 |  17k| 382k|6753 | 0.000000e+00 | 1.000000e+00 |    Inf 
807.52/807.55	c   795s|290000 |   451 |  2864k|   9.9 |  31M|  66 |   - |2053 |  26k|2053 |1736 |  18k| 395k|6775 | 0.000000e+00 | 1.000000e+00 |    Inf 
835.12/835.17	c   822s|300000 |   460 |  2970k|   9.9 |  33M|  66 |  31 |2053 |  31k|2053 |1736 |  19k| 408k|6934 | 0.000000e+00 | 1.000000e+00 |    Inf 
863.53/863.57	c   850s|310000 |   470 |  3071k|   9.9 |  35M|  66 |  15 |2053 |  35k|2053 |1736 |  20k| 421k|7040 | 0.000000e+00 | 1.000000e+00 |    Inf 
895.72/895.78	c   882s|320000 |   427 |  3195k|  10.0 |  35M|  66 |   - |2053 |  34k|2053 |1736 |  21k| 434k|7182 | 0.000000e+00 | 1.000000e+00 |    Inf 
927.02/927.09	c   913s|330000 |   498 |  3302k|  10.0 |  37M|  66 |  21 |2053 |  40k|2053 |1736 |  21k| 448k|7287 | 0.000000e+00 | 1.000000e+00 |    Inf 
959.92/959.96	c   946s|340000 |   415 |  3412k|  10.0 |  38M|  66 |  18 |2053 |  41k|2053 |1736 |  22k| 462k|7396 | 0.000000e+00 | 1.000000e+00 |    Inf 
991.82/991.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.82/991.82	c   977s|350000 |   478 |  3525k|  10.1 |  39M|  66 |   - |2053 |  42k|2053 |1736 |  23k| 475k|7531 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.02/1026.08	c  1011s|360000 |   492 |  3633k|  10.1 |  40M|  66 |  26 |2053 |  45k|2053 |1736 |  24k| 489k|7599 | 0.000000e+00 | 1.000000e+00 |    Inf 
1062.63/1062.60	c  1047s|370000 |   479 |  3748k|  10.1 |  41M|  66 |   - |2053 |  47k|2053 |1736 |  24k| 503k|7692 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.33/1096.39	c  1080s|380000 |   642 |  3855k|  10.1 |  43M|  66 |   - |2053 |  51k|   0 |   0 |  25k| 516k|7811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.72/1131.75	c  1115s|390000 |   730 |  3966k|  10.2 |  45M|  66 |   - |2053 |  55k|2053 |1736 |  26k| 530k|7896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.63/1166.63	c  1150s|400000 |   743 |  4067k|  10.2 |  47M|  66 |  23 |2053 |  60k|2053 |1736 |  26k| 544k|7986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.13/1202.17	c  1185s|410000 |   794 |  4173k|  10.2 |  49M|  66 |   - |2053 |  62k|   0 |   0 |  27k| 558k|8080 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.33/1239.33	c  1222s|420000 |   825 |  4278k|  10.2 |  51M|  66 |  12 |2053 |  66k|2053 |1736 |  28k| 572k|8182 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.53/1277.55	c  1260s|430000 |   773 |  4384k|  10.2 |  51M|  66 |   - |2053 |  66k|2053 |1736 |  29k| 587k|8299 | 0.000000e+00 | 1.000000e+00 |    Inf 
1314.54/1314.55	c  1296s|440000 |   670 |  4489k|  10.2 |  46M|  66 |  21 |2053 |  57k|2053 |1736 |  29k| 601k|8410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1352.54/1352.50	c  1334s|450000 |   678 |  4617k|  10.3 |  48M|  66 |   - |2053 |  62k|2053 |1736 |  30k| 615k|8504 | 0.000000e+00 | 1.000000e+00 |    Inf 
1389.64/1389.69	c  1371s|460000 |   641 |  4728k|  10.3 |  48M|  66 |  25 |2053 |  62k|2053 |1736 |  31k| 629k|8614 | 0.000000e+00 | 1.000000e+00 |    Inf 
1426.75/1426.72	c  1407s|470000 |   629 |  4839k|  10.3 |  50M|  66 |  33 |2053 |  65k|2053 |1736 |  32k| 643k|8716 | 0.000000e+00 | 1.000000e+00 |    Inf 
1465.54/1465.56	c  1446s|480000 |   536 |  4954k|  10.3 |  48M|  66 |   - |2053 |  62k|2053 |1736 |  32k| 657k|8819 | 0.000000e+00 | 1.000000e+00 |    Inf 
1504.44/1504.46	c  1484s|490000 |   550 |  5070k|  10.3 |  49M|  66 |  26 |2053 |  64k|2053 |1736 |  33k| 670k|8907 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.25/1542.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.25/1542.29	c  1522s|500000 |   537 |  5180k|  10.4 |  47M|  66 |   - |2053 |  58k|2053 |1736 |  34k| 684k|9020 | 0.000000e+00 | 1.000000e+00 |    Inf 
1578.04/1578.00	c  1557s|510000 |   558 |  5283k|  10.4 |  47M|  66 |  29 |2053 |  60k|2053 |1736 |  35k| 697k|9118 | 0.000000e+00 | 1.000000e+00 |    Inf 
1614.45/1614.42	c  1593s|520000 |   463 |  5389k|  10.4 |  45M|  66 |   - |2053 |  54k|   0 |   0 |  36k| 712k|9250 | 0.000000e+00 | 1.000000e+00 |    Inf 
1651.24/1651.20	c  1629s|530000 |   524 |  5496k|  10.4 |  47M|  66 |   - |2053 |  59k|   0 |   0 |  36k| 726k|9343 | 0.000000e+00 | 1.000000e+00 |    Inf 
1688.56/1688.57	c  1666s|540000 |   543 |  5599k|  10.4 |  49M|  66 |   1 |2053 |  63k|2053 |1736 |  37k| 740k|9435 | 0.000000e+00 | 1.000000e+00 |    Inf 
1726.15/1726.19	c  1704s|550000 |   558 |  5699k|  10.4 |  48M|  66 |  27 |2053 |  63k|2053 |1736 |  38k| 754k|9499 | 0.000000e+00 | 1.000000e+00 |    Inf 
1762.55/1762.59	c  1739s|560000 |   645 |  5794k|  10.3 |  50M|  66 |   - |2053 |  65k|   0 |   0 |  38k| 768k|9562 | 0.000000e+00 | 1.000000e+00 |    Inf 
1798.25/1798.22	c  1775s|570000 |   981 |  5889k|  10.3 |  54M|  66 |   - |2053 |  70k|   0 |   0 |  39k| 782k|9659 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1776.51
1800.05/1800.01	c Solving Nodes      : 570468
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+00 (187 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.02	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/1800.02	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.05/1800.02	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1800.05/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.05/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.05/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.05/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.05/1800.02	v -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time       :    1776.51
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-2692759-1277901873.wbo
1800.05/1800.02	c   Variables        : 2153 (1192 binary, 0 integer, 0 implicit integer, 961 continuous)
1800.05/1800.02	c   Constraints      : 3669 initial, 3669 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-2692759-1277901873.wbo
1800.05/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.05/1800.02	c   Constraints      : 3512 initial, 70948 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1800.05/1800.02	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.04          0          0          0        961          0        107         50          0
1800.05/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -        911          -          -       1822          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0     321855          0        182       2652          0          0     621344
1800.05/1800.02	c   indicator        :        911          0     488204       2524          0         93     264687          0          0          0
1800.05/1800.02	c   knapsack         :          1          6    2503546       8735          0      50607    4782193          0          0          0
1800.05/1800.02	c   setppc           :         15          6    2456159       8663          0      45889    1950442          0          0          0
1800.05/1800.02	c   linear           :        911          6    2411730       8850          0      46795    3602208      39789          0          0
1800.05/1800.02	c   logicor          :       1674+         6    1357433        552          0      64988    5181212          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0        552          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :      42.35       0.00       0.00      42.35       0.00
1800.05/1800.02	c   indicator        :       0.69       0.00       0.64       0.05       0.00
1800.05/1800.02	c   knapsack         :      29.51       0.00      29.51       0.00       0.00
1800.05/1800.02	c   setppc           :      15.69       0.00      15.69       0.00       0.00
1800.05/1800.02	c   linear           :      40.93       0.00      40.70       0.23       0.00
1800.05/1800.02	c   logicor          :     321.20       0.00     321.20       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.67          2          0          0
1800.05/1800.02	c   rootredcost      :       0.42         33          0        911
1800.05/1800.02	c   pseudoobj        :      42.61    2509127        717     208623
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :       8.99     208996     208319    1353227       30.0       5434       25.9          -
1800.05/1800.02	c   infeasible LP    :      20.72     100214     100212     803419       45.7        492       23.5          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00         20         20        160       19.6          3       11.7          -
1800.05/1800.02	c   applied globally :          -          -          -     782861       30.0          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          5          -          -         95          -    (maximal pool size: 257)
1800.05/1800.02	c   redcost          :       8.60     322355          0      50773          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.18          6          0          0       2155          0
1800.05/1800.02	c   strongcg         :       0.14          6          0          0        681          0
1800.05/1800.02	c   cmir             :       0.03          6          0          0          2          0
1800.05/1800.02	c   flowcover        :       0.05          6          0          0          3          0
1800.05/1800.02	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :      42.12     312915        182       2652          0          0     621344
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.04        520          0          0          0          0       1040
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.01          -         32
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   feaspump         :       0.04          1          0
1800.05/1800.02	c   oneopt           :       0.40         32          0
1800.05/1800.02	c   intshifting      :       0.02         17          0
1800.05/1800.02	c   crossover        :       0.29         10          0
1800.05/1800.02	c   coefdiving       :       0.42        108          0
1800.05/1800.02	c   pscostdiving     :       0.32        108          0
1800.05/1800.02	c   veclendiving     :       0.41        108          0
1800.05/1800.02	c   linesearchdiving :       0.41        108          0
1800.05/1800.02	c   guideddiving     :       0.30        108          0
1800.05/1800.02	c   fracdiving       :       0.40        109          0
1800.05/1800.02	c   objpscostdiving  :       0.58         55          0
1800.05/1800.02	c   rootsoldiving    :       1.19         55          0
1800.05/1800.02	c   trivial          :       0.00          2          0
1800.05/1800.02	c   simplerounding   :       0.45     312991          0
1800.05/1800.02	c   zirounding       :       0.38       1000          0
1800.05/1800.02	c   rounding         :       1.04       7859          0
1800.05/1800.02	c   shifting         :       0.88       2445          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.02          1          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.18          0          0
1800.05/1800.02	c   trysol           :       0.46       1043        155
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :     825.99     419578    5878302      14.01    7116.67
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       2.30       1717      15947       9.29    6933.48
1800.05/1800.02	c   strong branching :      38.71       9659     261655      27.09    6759.36
1800.05/1800.02	c     (at root node) :          -         33       4919     149.06          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :     570468
1800.05/1800.02	c   nodes (total)    :     570468
1800.05/1800.02	c   nodes left       :        968
1800.05/1800.02	c   max depth        :         66
1800.05/1800.02	c   max depth (total):         66
1800.05/1800.02	c   backtracks       :      95723 (16.8%)
1800.05/1800.02	c   delayed cutoffs  :      50180
1800.05/1800.02	c   repropagations   :     835661 (3686918 domain reductions, 49174 cutoffs)
1800.05/1800.02	c   avg switch length:       4.41
1800.05/1800.02	c   switching time   :     231.24
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :        187 (33 improvements)
1800.05/1800.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.12 seconds, depth 0, found by <trysol>)
1800.05/1800.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 112362 nodes, 289.28 seconds, depth 36, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :        483
1800.15/1800.11	c Time complete: 1800.16.

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-2692759-1277901873/watcher-2692759-1277901873 -o /tmp/evaluation-result-2692759-1277901873/solver-2692759-1277901873 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692759-1277901873.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.03 2.01 2.00 4/178 2900
/proc/meminfo: memFree=31752396/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=8996 CPUtime=0
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1560 0 0 0 0 0 0 0 25 0 1 0 131615591 9211904 1480 4089446400 4194304 8223781 140736283731760 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2900/statm: 2249 1481 369 984 0 1262 0

[startup+0.0667079 s]
/proc/loadavg: 2.03 2.01 2.00 4/178 2900
/proc/meminfo: memFree=31752396/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=22784 CPUtime=0.06
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 5618 0 0 0 6 0 0 0 25 0 1 0 131615591 23330816 4660 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 5696 4660 446 984 0 4709 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22784

[startup+0.100713 s]
/proc/loadavg: 2.03 2.01 2.00 4/178 2900
/proc/meminfo: memFree=31752396/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=24680 CPUtime=0.09
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 8230 0 0 0 9 0 0 0 25 0 1 0 131615591 25272320 4960 4089446400 4194304 8223781 140736283731760 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 6170 4994 466 984 0 5183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24680

[startup+0.300653 s]
/proc/loadavg: 2.03 2.01 2.00 4/178 2900
/proc/meminfo: memFree=31752396/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=32096 CPUtime=0.29
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 11055 0 0 0 28 1 0 0 25 0 1 0 131615591 32866304 7143 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 8024 7143 583 984 0 7037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32096

[startup+0.700578 s]
/proc/loadavg: 2.03 2.01 2.00 4/178 2900
/proc/meminfo: memFree=31752396/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=34892 CPUtime=0.69
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 17838 0 0 0 67 2 0 0 25 0 1 0 131615591 35729408 7841 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 8723 7841 600 984 0 7736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34892

[startup+1.50046 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2901
/proc/meminfo: memFree=31722504/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=34892 CPUtime=1.49
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 18216 0 0 0 146 3 0 0 25 0 1 0 131615591 35729408 7842 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 8723 7842 601 984 0 7736 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34892

[startup+3.10013 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2901
/proc/meminfo: memFree=31722996/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=34892 CPUtime=3.09
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 18889 0 0 0 304 5 0 0 25 0 1 0 131615591 35729408 7842 4089446400 4194304 8223781 140736283731760 18446744073709551615 6570031 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 8723 7842 601 984 0 7736 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34892

[startup+6.30054 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2901
/proc/meminfo: memFree=31722872/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=35144 CPUtime=6.29
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 23856 0 0 0 620 9 0 0 25 0 1 0 131615591 35987456 7916 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 8786 7916 604 984 0 7799 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35144

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2901
/proc/meminfo: memFree=31717936/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=41532 CPUtime=12.69
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 63217 0 0 0 1246 23 0 0 25 0 1 0 131615591 42528768 9371 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 10383 9371 606 984 0 9396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41532

[startup+25.501 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2902
/proc/meminfo: memFree=31705224/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=54248 CPUtime=25.49
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 119539 0 0 0 2496 53 0 0 25 0 1 0 131615591 55549952 12587 4089446400 4194304 8223781 140736283731760 18446744073709551615 6482580 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 13562 12587 606 984 0 12575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54248

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2903
/proc/meminfo: memFree=31700800/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=58384 CPUtime=51.1
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 179193 0 0 0 5010 100 0 0 25 0 1 0 131615591 59785216 13637 4089446400 4194304 8223781 140736283731760 18446744073709551615 6436949 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 14596 13637 606 984 0 13609 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 58384

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2904
/proc/meminfo: memFree=31693096/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=65844 CPUtime=102.3
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 248407 0 0 0 10043 187 0 0 25 0 1 0 131615591 67424256 15481 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 16461 15481 606 984 0 15474 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65844

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2905
/proc/meminfo: memFree=31690192/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=68836 CPUtime=162.3
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 386159 0 0 0 15932 298 0 0 25 0 1 0 131615591 70488064 16244 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 17209 16244 606 984 0 16222 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 68836

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2907
/proc/meminfo: memFree=31686688/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=73020 CPUtime=222.29
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 474946 0 0 0 21837 392 0 0 25 0 1 0 131615591 74772480 17143 4089446400 4194304 8223781 140736283731760 18446744073709551615 6003800 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 18255 17143 606 984 0 17268 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73020

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2909
/proc/meminfo: memFree=31684148/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=75012 CPUtime=282.3
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 568522 0 0 0 27739 491 0 0 25 0 1 0 131615591 76812288 17657 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 18753 17657 606 984 0 17766 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 75012

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2938
/proc/meminfo: memFree=31613204/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=77428 CPUtime=342.3
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 671201 0 0 0 33642 588 0 0 25 0 1 0 131615591 79286272 18210 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 19357 18210 606 984 0 18370 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77428

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2940
/proc/meminfo: memFree=31601008/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=78840 CPUtime=402.3
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 703955 0 0 0 39562 668 0 0 25 0 1 0 131615591 80732160 18413 4089446400 4194304 8223781 140736283731760 18446744073709551615 6162534 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 19710 18413 606 984 0 18723 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 78840

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2941
/proc/meminfo: memFree=31592268/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=81852 CPUtime=462.31
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 736561 0 0 0 45482 749 0 0 25 0 1 0 131615591 83816448 19151 4089446400 4194304 8223781 140736283731760 18446744073709551615 6569367 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 20463 19151 606 984 0 19476 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 81852

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2943
/proc/meminfo: memFree=31589016/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=83388 CPUtime=522.31
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 820223 0 0 0 51394 837 0 0 25 0 1 0 131615591 85389312 19597 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 20847 19597 606 984 0 19860 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83388

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 2945
/proc/meminfo: memFree=31572848/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=86464 CPUtime=582.31
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 909300 0 0 0 57305 926 0 0 25 0 1 0 131615591 88539136 20212 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 21616 20212 606 984 0 20629 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 86464

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2948
/proc/meminfo: memFree=31582608/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=86960 CPUtime=642.32
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1010668 0 0 0 63219 1013 0 0 25 0 1 0 131615591 89047040 20350 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 21740 20350 606 984 0 20753 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 86960

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2955
/proc/meminfo: memFree=31570556/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=92060 CPUtime=882.32
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1302105 0 0 0 86885 1347 0 0 25 0 1 0 131615591 94269440 21517 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 23015 21517 606 984 0 22028 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 92060

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2956
/proc/meminfo: memFree=31568412/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=93512 CPUtime=942.32
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1340851 0 0 0 92811 1421 0 0 25 0 1 0 131615591 95756288 21788 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/2900/statm: 23378 21788 606 984 0 22391 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 93512

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2968
/proc/meminfo: memFree=31565468/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=95968 CPUtime=1002.32
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1390003 0 0 0 98736 1496 0 0 25 0 1 0 131615591 98271232 22151 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 23992 22151 606 984 0 23005 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 95968

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2969
/proc/meminfo: memFree=31563352/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=96472 CPUtime=1062.32
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1425732 0 0 0 104668 1564 0 0 25 0 1 0 131615591 98787328 22268 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 24118 22268 606 984 0 23131 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 96472

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2971
/proc/meminfo: memFree=31561216/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=97936 CPUtime=1122.33
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1437162 0 0 0 110603 1630 0 0 25 0 1 0 131615591 100286464 22603 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 24484 22603 606 984 0 23497 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 97936

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2973
/proc/meminfo: memFree=31558568/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=99452 CPUtime=1182.33
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1448999 0 0 0 116544 1689 0 0 25 0 1 0 131615591 101838848 22980 4089446400 4194304 8223781 140736283731760 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 24863 22980 606 984 0 23876 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 99452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2974
/proc/meminfo: memFree=31554932/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=102444 CPUtime=1242.33
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1476823 0 0 0 122483 1750 0 0 25 0 1 0 131615591 104902656 23682 4089446400 4194304 8223781 140736283731760 18446744073709551615 7235108 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 25570 23681 606 984 0 24583 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 102444

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2977
/proc/meminfo: memFree=31553416/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=102680 CPUtime=1302.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1492479 0 0 0 128420 1814 0 0 25 0 1 0 131615591 105144320 23793 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 25670 23793 606 984 0 24683 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 102680

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2978
/proc/meminfo: memFree=31550908/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=103696 CPUtime=1362.33
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1512218 0 0 0 134354 1879 0 0 25 0 1 0 131615591 106184704 23922 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 25924 23922 606 984 0 24937 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 103696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2980
/proc/meminfo: memFree=31549992/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=104160 CPUtime=1422.35
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1531070 0 0 0 140290 1945 0 0 25 0 1 0 131615591 106659840 24058 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26040 24058 606 984 0 25053 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 104160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2983
/proc/meminfo: memFree=31547336/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=105220 CPUtime=1482.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1549771 0 0 0 146226 2008 0 0 25 0 1 0 131615591 107745280 24344 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26305 24344 606 984 0 25318 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 105220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2987
/proc/meminfo: memFree=31546296/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=105224 CPUtime=1542.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1568546 0 0 0 152162 2072 0 0 25 0 1 0 131615591 107749376 24370 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26306 24370 606 984 0 25319 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 105224

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2989
/proc/meminfo: memFree=31546248/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=105476 CPUtime=1602.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1582843 0 0 0 158103 2131 0 0 25 0 1 0 131615591 108007424 24472 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26369 24472 606 984 0 25382 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 105476

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2990
/proc/meminfo: memFree=31545100/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=107624 CPUtime=1662.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1600069 0 0 0 164034 2200 0 0 25 0 1 0 131615591 110206976 24763 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26906 24763 606 984 0 25919 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 107624

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 2992
/proc/meminfo: memFree=31545184/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=107624 CPUtime=1722.34
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1659011 0 0 0 169966 2268 0 0 25 0 1 0 131615591 110206976 24780 4089446400 4194304 8223781 140736283731760 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 26906 24780 606 984 0 25919 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 107624

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 2994
/proc/meminfo: memFree=31543672/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=108804 CPUtime=1782.35
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1755924 0 0 0 175899 2336 0 0 25 0 1 0 131615591 111415296 24928 4089446400 4194304 8223781 140736283731760 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 27201 24928 606 984 0 26214 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 108804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 2994
/proc/meminfo: memFree=31541804/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=110788 CPUtime=1800.05
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1788610 0 0 0 177652 2353 0 0 25 0 1 0 131615591 113446912 25433 4089446400 4194304 8223781 140736283731760 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/2900/statm: 27697 25433 606 984 0 26710 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 110788

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.06 2.01 2.00 3/179 2994
/proc/meminfo: memFree=31541804/32951124 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=102192 CPUtime=1800.15
/proc/2900/stat : 2900 (pbscip.linux.x8) R 2898 2900 2745 0 -1 4202496 1788708 0 0 0 177662 2353 0 0 25 0 1 0 131615591 104644608 23037 4089446400 4194304 8223781 140736283731760 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2900/statm: 25032 23033 608 984 0 24045 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 102192

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.17
CPU user time (s): 1776.63
CPU system time (s): 23.5444
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 110916

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

runsolver used 3.36049 second user time and 5.97609 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 14:44:33
IDJOB=2692759
IDBENCH=78895
IDSOLVER=1204
FILE ID=node111/2692759-1277901873
PBS_JOBID= 11197238
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288--soft-66-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-2692759-1277901873/watcher-2692759-1277901873 -o /tmp/evaluation-result-2692759-1277901873/solver-2692759-1277901873 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692759-1277901873.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 83dbd2cd2ef615ae6bc4c3ab9b5ef9b9
RANDOM SEED=1994247301

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31752924 kB
Buffers:        188820 kB
Cached:         792296 kB
SwapCached:          0 kB
Active:         480188 kB
Inactive:       578572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31752924 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4752 kB
Writeback:           0 kB
AnonPages:       77320 kB
Mapped:          15544 kB
Slab:            76376 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node111 at 2010-06-30 15:14:35