Trace number 2692754

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.15 1800.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554072--soft-66-100-0.wbo
MD5SUM94413eaf3e98de59f2ecdb125fc71636
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark313.541
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 695
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-2692754-1277901318.wbo>
0.00/0.03	c original problem has 2153 variables (1192 bin, 0 int, 0 impl, 961 cont) and 3669 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	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.05/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.05/0.09	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.09/0.10	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.15	c    (0.1s) probing: 101/1142 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (5 rounds):
0.09/0.15	c  100 deleted vars, 157 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.15	c  1161 implications, 15 cliques
0.09/0.15	c presolved problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3512 constraints
0.09/0.15	c     911 constraints of type <indicator>
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      15 constraints of type <setppc>
0.09/0.15	c     911 constraints of type <linear>
0.09/0.15	c    1674 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.11
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    24 |     - |9064k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 43928
0.09/0.19	c y 0.2s|     1 |     0 |   285 |     - |9102k|   0 |  16 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   318 |     - |9157k|   0 |  31 |2053 |3512 |2053 |1708 |  18 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   360 |     - |9400k|   0 |  38 |2053 |3512 |2053 |1718 |  28 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.38/0.40	c   0.3s|     1 |     0 |   403 |     - |9604k|   0 |  43 |2053 |3512 |2053 |1727 |  37 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.48/0.50	c   0.4s|     1 |     0 |   439 |     - |9711k|   0 |  44 |2053 |3512 |2053 |1730 |  40 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   493 |     - |9768k|   0 |  52 |2053 |3512 |2053 |1738 |  48 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   508 |     - |9773k|   0 |  55 |2053 |3512 |2053 |1740 |  50 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.49/1.52	c   1.4s|     1 |     2 |   508 |     - |9837k|   0 |  55 |2053 |3512 |2053 |1740 |  50 |   0 |  33 | 0.000000e+00 | 4.392800e+04 |    Inf 
3.99/4.02	o 356
3.99/4.02	c * 3.9s|     8 |     7 |   937 |  61.3 |9961k|   7 |   - |2053 |3512 |2053 |1729 |  50 |   0 | 191 | 0.000000e+00 | 3.560000e+02 |    Inf 
7.38/7.43	o 319
7.38/7.43	c * 7.3s|   239 |   103 |  3079 |  10.8 |  11M|  23 |   - |2053 |3758 |2053 |1735 | 209 | 246 | 986 | 0.000000e+00 | 3.190000e+02 |    Inf 
7.69/7.76	o 244
7.69/7.76	c * 7.6s|   364 |   143 |  3649 |   8.7 |  11M|  39 |   - |2053 |3851 |2053 |1735 | 267 | 339 |1022 | 0.000000e+00 | 2.440000e+02 |    Inf 
7.98/8.01	o 215
7.98/8.01	c * 7.8s|   424 |   141 |  3842 |   7.9 |  12M|  39 |   - |2053 |3938 |2053 |1735 | 275 | 426 |1063 | 0.000000e+00 | 2.150000e+02 |    Inf 
7.98/8.01	o 202
7.98/8.01	c * 7.8s|   425 |   135 |  3842 |   7.9 |  12M|  39 |   - |2053 |3938 |2053 |1735 | 275 | 426 |1063 | 0.000000e+00 | 2.020000e+02 |    Inf 
10.08/10.14	o 178
10.08/10.14	c * 9.9s|  1062 |   196 |  7192 |   6.3 |  14M|  39 |   - |2053 |4543 |2053 |1734 | 461 |1217 |1393 | 0.000000e+00 | 1.780000e+02 |    Inf 
10.08/10.16	o 121
10.08/10.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.08/10.16	c * 9.9s|  1074 |   163 |  7213 |   6.2 |  14M|  39 |   - |2053 |4564 |2053 |1734 | 461 |1239 |1393 | 0.000000e+00 | 1.210000e+02 |    Inf 
12.98/13.05	o 120
12.98/13.05	c *12.8s|  2043 |   251 | 11506 |   5.4 |  15M|  39 |   - |2053 |5169 |2053 |1736 | 572 |2387 |1772 | 0.000000e+00 | 1.200000e+02 |    Inf 
13.28/13.35	o 115
13.28/13.35	c *13.1s|  2183 |   251 | 12207 |   5.4 |  15M|  42 |   - |2053 |5274 |2053 |1729 | 607 |2562 |1789 | 0.000000e+00 | 1.150000e+02 |    Inf 
13.59/13.63	o 103
13.59/13.63	c *13.3s|  2280 |   259 | 13170 |   5.6 |  15M|  42 |   - |2053 |5299 |2053 |1739 | 632 |2658 |1804 | 0.000000e+00 | 1.030000e+02 |    Inf 
13.78/13.83	o 91
13.78/13.83	c *13.5s|  2370 |   244 | 13763 |   5.6 |  15M|  42 |   - |2053 |5360 |2053 |1729 | 639 |2777 |1809 | 0.000000e+00 | 9.100000e+01 |    Inf 
14.08/14.16	o 88
14.08/14.16	c *13.8s|  2513 |   260 | 14467 |   5.6 |  15M|  42 |   - |2053 |5270 |2053 |1740 | 656 |2932 |1830 | 0.000000e+00 | 8.800000e+01 |    Inf 
14.08/14.16	o 86
14.08/14.16	c *13.8s|  2514 |   259 | 14467 |   5.6 |  15M|  42 |   - |2053 |5270 |2053 |1740 | 656 |2932 |1830 | 0.000000e+00 | 8.600000e+01 |    Inf 
14.58/14.61	o 85
14.58/14.61	c *14.3s|  2747 |   275 | 15449 |   5.4 |  16M|  42 |   - |2053 |5375 |2053 |1729 | 680 |3169 |1838 | 0.000000e+00 | 8.500000e+01 |    Inf 
14.58/14.65	o 78
14.58/14.65	c *14.3s|  2768 |   265 | 15567 |   5.4 |  15M|  42 |   - |2053 |5351 |2053 |1729 | 680 |3195 |1838 | 0.000000e+00 | 7.800000e+01 |    Inf 
14.58/14.67	o 71
14.58/14.67	c s14.3s|  2774 |   262 | 15649 |   5.5 |  15M|  42 |   - |2053 |5259 |2053 |1736 | 687 |3200 |1838 | 0.000000e+00 | 7.100000e+01 |    Inf 
14.68/14.71	o 66
14.68/14.71	c *14.4s|  2790 |   259 | 15716 |   5.5 |  15M|  42 |   - |2053 |5193 |2053 |1736 | 687 |3218 |1838 | 0.000000e+00 | 6.600000e+01 |    Inf 
14.98/15.09	o 50
14.98/15.09	c *14.8s|  2978 |   234 | 16892 |   5.5 |  15M|  42 |   - |2053 |5187 |2053 |1729 | 696 |3486 |1842 | 0.000000e+00 | 5.000000e+01 |    Inf 
15.08/15.10	o 34
15.08/15.10	c *14.8s|  2979 |   222 | 16893 |   5.5 |  15M|  42 |   - |2053 |5187 |2053 |1730 | 697 |3486 |1842 | 0.000000e+00 | 3.400000e+01 |    Inf 
17.28/17.38	o 19
17.28/17.38	c *17.0s|  3811 |   237 | 26018 |   6.7 |  15M|  42 |   - |2053 |4560 |2053 |1729 | 775 |4573 |1888 | 0.000000e+00 | 1.900000e+01 |    Inf 
28.49/28.58	o 16
28.49/28.58	c *28.0s|  8790 |   445 | 74963 |   8.5 |  18M|  42 |   - |2053 |7342 |2053 |1734 |1181 |  11k|1954 | 0.000000e+00 | 1.600000e+01 |    Inf 
30.38/30.46	o 11
30.38/30.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.38/30.46	c *29.8s|  9646 |   445 | 83064 |   8.6 |  18M|  42 |   - |2053 |7854 |2053 |1729 |1210 |  12k|1956 | 0.000000e+00 | 1.100000e+01 |    Inf 
31.28/31.34	c  30.7s| 10000 |   450 | 87208 |   8.7 |  18M|  42 |  11 |2053 |7949 |2053 |1729 |1244 |  12k|1956 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.98/54.00	c  53.0s| 20000 |   579 |187840 |   9.4 |  20M|  42 |  20 |2053 |9582 |2053 |1729 |2064 |  25k|1959 | 0.000000e+00 | 1.100000e+01 |    Inf 
78.98/79.07	c  77.7s| 30000 |   750 |294253 |   9.8 |  24M|  43 |  29 |2053 |  14k|2053 |1729 |2587 |  39k|2271 | 0.000000e+00 | 1.100000e+01 |    Inf 
104.79/104.84	c   103s| 40000 |   784 |397531 |   9.9 |  25M|  48 |   - |2053 |  14k|   0 |   0 |3234 |  52k|2669 | 0.000000e+00 | 1.100000e+01 |    Inf 
130.79/130.83	c   129s| 50000 |   975 |503159 |  10.1 |  27M|  50 |   - |2053 |  14k|   0 |   0 |3957 |  66k|3035 | 0.000000e+00 | 1.100000e+01 |    Inf 
154.59/154.69	c   152s| 60000 |  1101 |597902 |  10.0 |  30M|  51 |  12 |2053 |  18k|2053 |1729 |4617 |  79k|3273 | 0.000000e+00 | 1.100000e+01 |    Inf 
180.79/180.84	c   178s| 70000 |  1115 |701949 |  10.0 |  31M|  51 |  26 |2053 |  18k|2053 |1729 |5254 |  93k|3579 | 0.000000e+00 | 1.100000e+01 |    Inf 
208.29/208.32	c   205s| 80000 |  1229 |807672 |  10.1 |  33M|  52 |  13 |2053 |  20k|2053 |1729 |5961 | 107k|3813 | 0.000000e+00 | 1.100000e+01 |    Inf 
233.49/233.56	c   230s| 90000 |  1448 |902116 |  10.0 |  36M|  54 |   - |2053 |  22k|   0 |   0 |6695 | 122k|4073 | 0.000000e+00 | 1.100000e+01 |    Inf 
258.40/258.48	c   254s|100000 |  1525 |996005 |  10.0 |  37M|  54 |   7 |2053 |  20k|2053 |1729 |7543 | 136k|4286 | 0.000000e+00 | 1.100000e+01 |    Inf 
282.69/282.71	c   278s|110000 |  1521 |  1085k|   9.9 |  36M|  54 |  31 |2053 |  14k|2053 |1729 |8343 | 149k|4571 | 0.000000e+00 | 1.100000e+01 |    Inf 
308.09/308.12	c   303s|120000 |  1588 |  1189k|   9.9 |  37M|  54 |  22 |2053 |  14k|2053 |1729 |8859 | 163k|4778 | 0.000000e+00 | 1.100000e+01 |    Inf 
315.60/315.69	o 7
315.60/315.69	c * 310s|123041 |   764 |  1220k|   9.9 |  26M|  54 |   - |2053 |  13k|2053 |1729 |9127 | 167k|4841 | 0.000000e+00 | 7.000000e+00 |    Inf 
333.09/333.14	c   328s|130000 |   778 |  1292k|   9.9 |  27M|  54 |   - |2053 |  15k|   0 |   0 |9790 | 177k|4960 | 0.000000e+00 | 7.000000e+00 |    Inf 
358.30/358.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.30/358.31	c   352s|140000 |   815 |  1394k|  10.0 |  27M|  54 |   - |2053 |  12k|   0 |   0 |  10k| 191k|5198 | 0.000000e+00 | 7.000000e+00 |    Inf 
383.40/383.40	c   377s|150000 |   897 |  1500k|  10.0 |  27M|  54 |   - |2053 |  12k|   0 |   0 |  11k| 205k|5373 | 0.000000e+00 | 7.000000e+00 |    Inf 
406.69/406.72	c   400s|160000 |   945 |  1593k|  10.0 |  29M|  55 |  19 |2053 |  16k|2053 |1729 |  12k| 219k|5558 | 0.000000e+00 | 7.000000e+00 |    Inf 
431.11/431.17	c   424s|170000 |   968 |  1690k|   9.9 |  29M|  55 |   - |2053 |  13k|   0 |   0 |  12k| 233k|5731 | 0.000000e+00 | 7.000000e+00 |    Inf 
454.10/454.12	c   447s|180000 |  1015 |  1782k|   9.9 |  31M|  55 |   3 |2053 |  18k|2053 |1729 |  13k| 247k|5895 | 0.000000e+00 | 7.000000e+00 |    Inf 
477.60/477.60	c   470s|190000 |  1103 |  1870k|   9.8 |  32M|  55 |  23 |2053 |  20k|2053 |1729 |  14k| 261k|6068 | 0.000000e+00 | 7.000000e+00 |    Inf 
502.40/502.41	c   494s|200000 |  1190 |  1971k|   9.9 |  34M|  57 |   - |2053 |  21k|2053 |1729 |  15k| 276k|6210 | 0.000000e+00 | 7.000000e+00 |    Inf 
527.70/527.73	c   519s|210000 |  1244 |  2073k|   9.9 |  35M|  65 |   - |2053 |  23k|   0 |   0 |  16k| 292k|6378 | 0.000000e+00 | 7.000000e+00 |    Inf 
552.80/552.88	c   544s|220000 |  1226 |  2172k|   9.9 |  37M|  70 |   - |2053 |  26k|   0 |   0 |  17k| 307k|6500 | 0.000000e+00 | 7.000000e+00 |    Inf 
578.80/578.84	c   569s|230000 |  1226 |  2268k|   9.9 |  38M|  70 |   - |2053 |  29k|   0 |   0 |  18k| 323k|6632 | 0.000000e+00 | 7.000000e+00 |    Inf 
607.11/607.14	c   597s|240000 |  1232 |  2374k|   9.9 |  39M|  70 |   - |2053 |  31k|   0 |   0 |  19k| 338k|6751 | 0.000000e+00 | 7.000000e+00 |    Inf 
633.80/633.89	c   624s|250000 |  1235 |  2467k|   9.9 |  39M|  70 |  21 |2053 |  31k|2053 |1729 |  19k| 354k|6872 | 0.000000e+00 | 7.000000e+00 |    Inf 
662.21/662.28	c   651s|260000 |  1237 |  2564k|   9.9 |  35M|  70 |   - |2053 |  19k|2053 |1729 |  20k| 368k|7268 | 0.000000e+00 | 7.000000e+00 |    Inf 
689.81/689.86	c   679s|270000 |  1314 |  2671k|   9.9 |  37M|  70 |   - |2053 |  23k|2053 |1729 |  21k| 381k|7303 | 0.000000e+00 | 7.000000e+00 |    Inf 
719.01/719.02	c   707s|280000 |  1297 |  2781k|   9.9 |  38M|  70 |   - |2053 |  27k|   0 |   0 |  21k| 395k|7460 | 0.000000e+00 | 7.000000e+00 |    Inf 
748.11/748.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.11/748.18	c   736s|290000 |  1320 |  2889k|  10.0 |  40M|  70 |   - |2053 |  31k|2053 |1729 |  22k| 408k|7599 | 0.000000e+00 | 7.000000e+00 |    Inf 
780.11/780.15	c   767s|300000 |  1287 |  2998k|  10.0 |  40M|  70 |   - |2053 |  31k|2053 |1729 |  22k| 421k|7741 | 0.000000e+00 | 7.000000e+00 |    Inf 
814.21/814.20	c   800s|310000 |  1279 |  3120k|  10.1 |  41M|  70 |  22 |2053 |  34k|2053 |1729 |  23k| 435k|7897 | 0.000000e+00 | 7.000000e+00 |    Inf 
846.21/846.27	c   831s|320000 |  1297 |  3215k|  10.0 |  43M|  70 |  17 |2053 |  39k|2053 |1729 |  23k| 449k|7997 | 0.000000e+00 | 7.000000e+00 |    Inf 
879.42/879.41	c   863s|330000 |  1369 |  3320k|  10.1 |  43M|  70 |  18 |2053 |  39k|2053 |1729 |  24k| 462k|8117 | 0.000000e+00 | 7.000000e+00 |    Inf 
914.71/914.75	c   897s|340000 |  1377 |  3435k|  10.1 |  44M|  70 |  30 |2053 |  41k|2053 |1729 |  25k| 476k|8244 | 0.000000e+00 | 7.000000e+00 |    Inf 
948.71/948.74	c   930s|350000 |  1598 |  3537k|  10.1 |  46M|  70 |   7 |2053 |  42k|2053 |1729 |  25k| 490k|8362 | 0.000000e+00 | 7.000000e+00 |    Inf 
981.52/981.56	c   962s|360000 |  1629 |  3638k|  10.1 |  46M|  70 |   - |2053 |  41k|   0 |   0 |  26k| 505k|8467 | 0.000000e+00 | 7.000000e+00 |    Inf 
1014.32/1014.33	c   994s|370000 |  1483 |  3738k|  10.1 |  45M|  71 |  10 |2053 |  41k|2053 |1729 |  26k| 519k|8569 | 0.000000e+00 | 7.000000e+00 |    Inf 
1049.01/1049.06	c  1027s|380000 |  1504 |  3841k|  10.1 |  46M|  71 |   - |2053 |  42k|2053 |1729 |  27k| 533k|8669 | 0.000000e+00 | 7.000000e+00 |    Inf 
1084.91/1084.99	c  1062s|390000 |  1467 |  3948k|  10.1 |  45M|  71 |   - |2053 |  41k|   0 |   0 |  28k| 548k|8772 | 0.000000e+00 | 7.000000e+00 |    Inf 
1120.72/1120.73	c  1097s|400000 |  1363 |  4062k|  10.2 |  45M|  71 |   - |2053 |  42k|2053 |1729 |  28k| 562k|8877 | 0.000000e+00 | 7.000000e+00 |    Inf 
1154.42/1154.41	c  1129s|410000 |  1345 |  4159k|  10.1 |  47M|  71 |   - |2053 |  45k|2053 |1729 |  29k| 577k|8993 | 0.000000e+00 | 7.000000e+00 |    Inf 
1190.62/1190.67	c  1165s|420000 |  1269 |  4253k|  10.1 |  41M|  71 |  12 |2053 |  31k|2053 |1729 |  29k| 592k|9309 | 0.000000e+00 | 7.000000e+00 |    Inf 
1218.02/1218.00	c  1191s|430000 |  1321 |  4348k|  10.1 |  36M|  71 |   - |2053 |  15k|   0 |   0 |  30k| 606k|9368 | 0.000000e+00 | 7.000000e+00 |    Inf 
1246.02/1246.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.02/1246.03	c  1218s|440000 |  1309 |  4452k|  10.1 |  36M|  71 |   - |2053 |  16k|   0 |   0 |  30k| 619k|9403 | 0.000000e+00 | 7.000000e+00 |    Inf 
1272.82/1272.82	c  1244s|450000 |  1328 |  4549k|  10.1 |  39M|  71 |  10 |2053 |  20k|2053 |1729 |  31k| 634k|9512 | 0.000000e+00 | 7.000000e+00 |    Inf 
1298.92/1299.00	c  1269s|460000 |  1312 |  4639k|  10.1 |  37M|  71 |   - |2053 |  17k|   0 |   0 |  32k| 648k|9639 | 0.000000e+00 | 7.000000e+00 |    Inf 
1326.13/1326.12	c  1295s|470000 |  1308 |  4740k|  10.1 |  39M|  71 |   - |2053 |  22k|   0 |   0 |  32k| 661k|9712 | 0.000000e+00 | 7.000000e+00 |    Inf 
1355.13/1355.18	c  1323s|480000 |  1353 |  4841k|  10.1 |  41M|  71 |   - |2053 |  28k|2053 |1729 |  32k| 674k|9788 | 0.000000e+00 | 7.000000e+00 |    Inf 
1386.53/1386.57	c  1353s|490000 |  1340 |  4944k|  10.1 |  42M|  71 |  26 |2053 |  29k|2053 |1729 |  33k| 688k|9919 | 0.000000e+00 | 7.000000e+00 |    Inf 
1418.53/1418.53	c  1384s|500000 |  1345 |  5050k|  10.1 |  43M|  71 |  14 |2053 |  33k|2053 |1729 |  34k| 702k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1450.33/1450.32	c  1414s|510000 |  1359 |  5149k|  10.1 |  45M|  71 |   - |2053 |  36k|2053 |1729 |  35k| 716k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1483.73/1483.76	c  1447s|520000 |  1398 |  5248k|  10.1 |  45M|  71 |   - |2053 |  35k|2053 |1729 |  35k| 730k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1515.04/1515.02	c  1477s|530000 |  1388 |  5345k|  10.1 |  44M|  71 |  12 |2053 |  34k|2053 |1729 |  36k| 743k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1545.13/1545.13	c  1506s|540000 |  1396 |  5445k|  10.1 |  46M|  71 |   8 |2053 |  38k|2053 |1729 |  36k| 757k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1576.83/1576.89	c  1536s|550000 |  1416 |  5545k|  10.1 |  47M|  71 |  21 |2053 |  39k|2053 |1729 |  37k| 771k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1611.84/1611.83	c  1570s|560000 |  1399 |  5656k|  10.1 |  47M|  71 |  31 |2053 |  39k|2053 |1729 |  38k| 785k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1646.84/1646.87	c  1604s|570000 |  1379 |  5756k|  10.1 |  48M|  71 |  35 |2053 |  42k|2053 |1729 |  38k| 800k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1684.33/1684.37	c  1640s|580000 |  1390 |  5868k|  10.1 |  48M|  71 |  16 |2053 |  41k|2053 |1729 |  39k| 814k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1720.44/1720.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1720.44/1720.43	c  1675s|590000 |  1316 |  5966k|  10.1 |  45M|  71 |  24 |2053 |  36k|2053 |1729 |  39k| 827k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1752.74/1752.74	c  1706s|600000 |  1315 |  6070k|  10.1 |  41M|  71 |   - |2053 |  23k|   0 |   0 |  40k| 841k|  10k| 0.000000e+00 | 7.000000e+00 |    Inf 
1783.24/1783.24	c  1735s|610000 |  1356 |  6175k|  10.1 |  42M|  71 |   - |2053 |  26k|   0 |   0 |  40k| 854k|  11k| 0.000000e+00 | 7.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1751.14
1800.05/1800.00	c Solving Nodes      : 615034
1800.05/1800.00	c Primal Bound       : +7.00000000000000e+00 (148 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	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.01	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.01	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.01	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.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 
1800.05/1800.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.01	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.01	v -x79 x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 
1800.05/1800.01	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.01	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.01	v -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1751.14
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2692754-1277901318.wbo
1800.05/1800.01	c   Variables        : 2153 (1192 binary, 0 integer, 0 implicit integer, 961 continuous)
1800.05/1800.01	c   Constraints      : 3669 initial, 3669 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2692754-1277901318.wbo
1800.05/1800.01	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.05/1800.01	c   Constraints      : 3512 initial, 48140 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.06          0          0          0        961          0        107         50          0
1800.05/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -        854          -          -       1708          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     342051          0        156       2445          0          0     664778
1800.05/1800.01	c   indicator        :        911          0    2845629       7606          0        191     878094          0          0          0
1800.05/1800.01	c   knapsack         :          1          6    2858781       7586          0      48434    6111234          0          0          0
1800.05/1800.01	c   setppc           :         15          6    2814591       7609          0      39155    2275368          0          0          0
1800.05/1800.01	c   linear           :        911          6    2776517       7637          0      52882    3539389      40853          0          0
1800.05/1800.01	c   logicor          :       1674+         6    1437564        191          0      89327    5594648          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0        191          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :      47.13       0.00       0.00      47.13       0.00
1800.05/1800.01	c   indicator        :       4.11       0.01       4.05       0.05       0.00
1800.05/1800.01	c   knapsack         :      33.21       0.00      33.21       0.00       0.00
1800.05/1800.01	c   setppc           :      14.50       0.00      14.50       0.00       0.00
1800.05/1800.01	c   linear           :      42.55       0.00      42.33       0.22       0.00
1800.05/1800.01	c   logicor          :     265.53       0.00     265.52       0.01       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.31          2          0          0
1800.05/1800.01	c   rootredcost      :       0.34         24          0        854
1800.05/1800.01	c   pseudoobj        :      52.31    2865738       1503     768590
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       9.87     231301     230931    1480817       28.9       8079       23.1          -
1800.05/1800.01	c   infeasible LP    :      19.81      97777      97777     816849       43.1        592       18.1          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00         13         13        125       20.6          3        3.7          -
1800.05/1800.01	c   applied globally :          -          -          -     860742       28.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          -          -         93          -    (maximal pool size: 252)
1800.05/1800.02	c   redcost          :       9.68     343233          0      76874          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.22          6          0          0       1998          0
1800.05/1800.02	c   strongcg         :       0.18          6          0          0        681          0
1800.05/1800.02	c   cmir             :       0.03          6          0          0          3          0
1800.05/1800.02	c   flowcover        :       0.05          6          0          0          4          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        :      46.93     334393        156       2445          0          0     664778
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.02        169          0          0          0          0        338
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          -         22
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.23         21          0
1800.05/1800.02	c   crossover        :       0.25          6          0
1800.05/1800.02	c   coefdiving       :       0.21         49          0
1800.05/1800.02	c   pscostdiving     :       0.18         49          0
1800.05/1800.02	c   fracdiving       :       0.20         49          0
1800.05/1800.02	c   veclendiving     :       0.17         49          0
1800.05/1800.02	c   linesearchdiving :       0.21         49          0
1800.05/1800.02	c   objpscostdiving  :       0.27         25          0
1800.05/1800.02	c   rootsoldiving    :       0.97         25          0
1800.05/1800.02	c   guideddiving     :       0.22         50          0
1800.05/1800.02	c   trivial          :       0.00          2          0
1800.05/1800.02	c   simplerounding   :       0.43     334820          0
1800.05/1800.02	c   zirounding       :       0.31       1000          0
1800.05/1800.02	c   rounding         :       0.76       8078          0
1800.05/1800.02	c   shifting         :       2.88       8389          1
1800.05/1800.02	c   intshifting      :       0.02         15          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.08          0          0
1800.05/1800.02	c   trysol           :       0.46       1889        125
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          :     868.68     438483    6224929      14.20    7165.96
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:       1.64       1076      11099      10.32    6767.68
1800.05/1800.02	c   strong branching :      42.77      11045     281078      25.45    6571.85
1800.05/1800.02	c     (at root node) :          -         33       4602     139.45          -
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            :     615034
1800.05/1800.02	c   nodes (total)    :     615034
1800.05/1800.02	c   nodes left       :       1405
1800.05/1800.02	c   max depth        :         71
1800.05/1800.02	c   max depth (total):         71
1800.05/1800.02	c   backtracks       :      88774 (14.4%)
1800.05/1800.02	c   delayed cutoffs  :      47556
1800.05/1800.02	c   repropagations   :    1028537 (3624093 domain reductions, 46332 cutoffs)
1800.05/1800.02	c   avg switch length:       4.89
1800.05/1800.02	c   switching time   :     213.43
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :        148 (24 improvements)
1800.05/1800.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.15 seconds, depth 0, found by <trysol>)
1800.05/1800.02	c   Primal Bound     : +7.00000000000000e+00   (in run 1, after 123041 nodes, 310.46 seconds, depth 17, 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  :        508
1800.05/1800.09	c Time complete: 1800.13.

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692754-1277901318/watcher-2692754-1277901318 -o /tmp/evaluation-result-2692754-1277901318/solver-2692754-1277901318 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692754-1277901318.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.00 2.00 4/196 15074
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=9292 CPUtime=0
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1645 0 0 0 0 0 0 0 25 0 1 0 131426992 9515008 1565 4089446400 4194304 8223781 140736996132400 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15074/statm: 2323 1565 369 984 0 1336 0

[startup+0.0626909 s]
/proc/loadavg: 2.03 2.00 2.00 4/196 15074
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=22784 CPUtime=0.05
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 5619 0 0 0 5 0 0 0 25 0 1 0 131426992 23330816 4660 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 5696 4660 446 984 0 4709 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22784

[startup+0.100681 s]
/proc/loadavg: 2.03 2.00 2.00 4/196 15074
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=23652 CPUtime=0.09
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 7374 0 0 0 8 1 0 0 25 0 1 0 131426992 24219648 4873 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 5913 4873 466 984 0 4926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23652

[startup+0.300661 s]
/proc/loadavg: 2.03 2.00 2.00 4/196 15074
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=31304 CPUtime=0.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 10842 0 0 0 27 2 0 0 18 0 1 0 131426992 32055296 6931 4089446400 4194304 8223781 140736996132400 18446744073709551615 5721520 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 7826 6931 581 984 0 6839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31304

[startup+0.700583 s]
/proc/loadavg: 2.03 2.00 2.00 4/196 15074
/proc/meminfo: memFree=31069680/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=34804 CPUtime=0.69
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 11727 0 0 0 66 3 0 0 18 0 1 0 131426992 35639296 7793 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 8701 7793 584 984 0 7714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34804

[startup+1.50042 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 15076
/proc/meminfo: memFree=31039540/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=35060 CPUtime=1.49
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 19896 0 0 0 144 5 0 0 19 0 1 0 131426992 35901440 7898 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 8765 7898 599 984 0 7778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35060

[startup+3.10112 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 15076
/proc/meminfo: memFree=31039168/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=35060 CPUtime=3.09
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 20431 0 0 0 302 7 0 0 24 0 1 0 131426992 35901440 7899 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15074/statm: 8765 7899 600 984 0 7778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35060

[startup+6.30052 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 15076
/proc/meminfo: memFree=31038108/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=37224 CPUtime=6.28
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 34153 0 0 0 617 11 0 0 25 0 1 0 131426992 38117376 8441 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 9306 8441 603 984 0 8319 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37224

[startup+12.7003 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 15076
/proc/meminfo: memFree=31030960/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=44928 CPUtime=12.68
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 72866 0 0 0 1244 24 0 0 25 0 1 0 131426992 46006272 10286 4089446400 4194304 8223781 140736996132400 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 11232 10286 606 984 0 10245 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44928

[startup+25.5009 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 15077
/proc/meminfo: memFree=31023996/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=51168 CPUtime=25.48
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 113733 0 0 0 2499 49 0 0 25 0 1 0 131426992 52396032 11854 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 12792 11854 606 984 0 11805 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51168

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 15077
/proc/meminfo: memFree=31016704/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=57888 CPUtime=51.08
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 164003 0 0 0 5014 94 0 0 25 0 1 0 131426992 59277312 13518 4089446400 4194304 8223781 140736996132400 18446744073709551615 6455718 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 14472 13518 606 984 0 13485 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57888

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15079
/proc/meminfo: memFree=31010312/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=64076 CPUtime=102.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 253548 0 0 0 10056 173 0 0 25 0 1 0 131426992 65613824 15023 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 16019 15023 606 984 0 15032 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64076

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15080
/proc/meminfo: memFree=31002576/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=72204 CPUtime=162.28
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 373538 0 0 0 15957 271 0 0 25 0 1 0 131426992 73936896 16995 4089446400 4194304 8223781 140736996132400 18446744073709551615 7235108 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 18011 16994 606 984 0 17024 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 72204

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15081
/proc/meminfo: memFree=30997204/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=77432 CPUtime=222.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 472331 0 0 0 21860 369 0 0 25 0 1 0 131426992 79290368 18268 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 19358 18268 606 984 0 18371 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77432

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15083
/proc/meminfo: memFree=30992204/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=82920 CPUtime=282.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 570102 0 0 0 27764 465 0 0 25 0 1 0 131426992 84910080 19418 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 20730 19418 606 984 0 19743 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 82920

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15085
/proc/meminfo: memFree=30989936/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=84944 CPUtime=342.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 644304 0 0 0 33664 565 0 0 25 0 1 0 131426992 86982656 19877 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 21236 19877 606 984 0 20249 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 84944

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15087
/proc/meminfo: memFree=30989140/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=86100 CPUtime=402.29
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 717926 0 0 0 39562 667 0 0 25 0 1 0 131426992 88166400 20249 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 21525 20249 709 984 0 20538 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 86100

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15088
/proc/meminfo: memFree=30987248/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=86980 CPUtime=462.3
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 797258 0 0 0 45467 763 0 0 25 0 1 0 131426992 89067520 20457 4089446400 4194304 8223781 140736996132400 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 21745 20457 709 984 0 20758 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86980

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15089
/proc/meminfo: memFree=30981836/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=88016 CPUtime=522.3
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 882543 0 0 0 51366 864 0 0 25 0 1 0 131426992 90128384 20730 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 22004 20730 709 984 0 21017 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 88016

[startup+582.301 s]
/proc/loadavg: 2.19 2.08 2.03 3/197 15091
/proc/meminfo: memFree=30972624/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=92164 CPUtime=582.3
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 953659 0 0 0 57275 955 0 0 25 0 1 0 131426992 94375936 21811 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 23041 21811 709 984 0 22054 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92164

[startup+642.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/197 15093
/proc/meminfo: memFree=30966012/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=94296 CPUtime=642.31
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1019108 0 0 0 63185 1046 0 0 25 0 1 0 131426992 96559104 22328 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15074/statm: 23574 22328 709 984 0 22587 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 94296

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/179 15127
/proc/meminfo: memFree=31131328/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=98944 CPUtime=822.31
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1290947 0 0 0 80766 1465 0 0 25 0 1 0 131426992 101318656 23336 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 24736 23336 709 984 0 23749 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98944

[startup+882.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 15129
/proc/meminfo: memFree=31032952/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=100364 CPUtime=882.31
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1370043 0 0 0 86573 1658 0 0 25 0 1 0 131426992 102772736 23647 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 25091 23647 709 984 0 24104 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 100364

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15131
/proc/meminfo: memFree=30921308/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=101988 CPUtime=942.32
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1443974 0 0 0 92388 1844 0 0 25 0 1 0 131426992 104435712 24054 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 25497 24054 709 984 0 24510 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 101988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15133
/proc/meminfo: memFree=30814352/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=102304 CPUtime=1002.32
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1523383 0 0 0 98194 2038 0 0 25 0 1 0 131426992 104759296 24137 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 25576 24137 709 984 0 24589 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 102304

[startup+1062.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 15134
/proc/meminfo: memFree=30741380/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=102552 CPUtime=1062.32
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1616915 0 0 0 104007 2225 0 0 25 0 1 0 131426992 105013248 24172 4089446400 4194304 8223781 140736996132400 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 25638 24172 709 984 0 24651 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 102552

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15135
/proc/meminfo: memFree=30681320/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=103948 CPUtime=1122.33
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1698722 0 0 0 109826 2407 0 0 25 0 1 0 131426992 106442752 24347 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 25987 24347 709 984 0 25000 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 103948

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15137
/proc/meminfo: memFree=30633160/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=107324 CPUtime=1182.32
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1748022 0 0 0 115648 2584 0 0 25 0 1 0 131426992 109899776 24915 4089446400 4194304 8223781 140736996132400 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 26831 24915 709 984 0 25844 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 107324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15139
/proc/meminfo: memFree=30599144/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=109492 CPUtime=1242.32
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1815413 0 0 0 121428 2804 0 0 25 0 1 0 131426992 112119808 25306 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 27373 25306 709 984 0 26386 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 109492

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15141
/proc/meminfo: memFree=30499888/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=109636 CPUtime=1302.33
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1874406 0 0 0 127197 3036 0 0 25 0 1 0 131426992 112267264 25342 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 27409 25342 709 984 0 26422 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 109636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15142
/proc/meminfo: memFree=30436604/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110084 CPUtime=1362.33
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 1991981 0 0 0 132972 3261 0 0 25 0 1 0 131426992 112726016 25433 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 27521 25433 709 984 0 26534 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 110084

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15143
/proc/meminfo: memFree=30329516/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110224 CPUtime=1422.33
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2061822 0 0 0 138741 3492 0 0 25 0 1 0 131426992 112869376 25497 4089446400 4194304 8223781 140736996132400 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15074/statm: 27556 25497 709 984 0 26569 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 110224

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15145
/proc/meminfo: memFree=30233616/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110472 CPUtime=1482.34
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2114060 0 0 0 144519 3715 0 0 25 0 1 0 131426992 113123328 25559 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 27618 25559 709 984 0 26631 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 110472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15147
/proc/meminfo: memFree=30143660/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110472 CPUtime=1542.33
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2162493 0 0 0 150289 3944 0 0 25 0 1 0 131426992 113123328 25559 4089446400 4194304 8223781 140736996132400 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 27618 25559 709 984 0 26631 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 110472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15158
/proc/meminfo: memFree=30059240/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110652 CPUtime=1602.34
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2251693 0 0 0 156067 4167 0 0 25 0 1 0 131426992 113307648 25601 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 27663 25601 709 984 0 26676 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 110652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15159
/proc/meminfo: memFree=29967660/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=110472 CPUtime=1662.34
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2340742 0 0 0 161857 4377 0 0 25 0 1 0 131426992 113123328 25570 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 27618 25570 709 984 0 26631 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 110472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15160
/proc/meminfo: memFree=29877924/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=111848 CPUtime=1722.34
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2442418 0 0 0 167658 4576 0 0 25 0 1 0 131426992 114532352 25807 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 27962 25807 709 984 0 26975 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 111848

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15162
/proc/meminfo: memFree=29775792/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=112280 CPUtime=1782.34
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2520486 0 0 0 173420 4814 0 0 25 0 1 0 131426992 114974720 25917 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 28070 25917 709 984 0 27083 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 112280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15162
/proc/meminfo: memFree=29758276/32951124 swapFree=67111528/67111528
[pid=15074] ppid=15072 vsize=112036 CPUtime=1800.05
/proc/15074/stat : 15074 (pbscip.linux.x8) R 15072 15074 14808 0 -1 4202496 2542500 0 0 0 175116 4889 0 0 25 0 1 0 131426992 114724864 25888 4089446400 4194304 8223781 140736996132400 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15074/statm: 28009 25888 709 984 0 27022 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 112036

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.09
CPU time (s): 1800.15
CPU user time (s): 1751.24
CPU system time (s): 48.9016
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 112368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.24
system time used= 48.9016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2542502
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= 3
involuntary context switches= 1520

runsolver used 2.80757 second user time and 5.60615 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 14:35:18
IDJOB=2692754
IDBENCH=78890
IDSOLVER=1204
FILE ID=node141/2692754-1277901318
PBS_JOBID= 11197221
Free space on /tmp= 74212 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.1900554072--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-2692754-1277901318/watcher-2692754-1277901318 -o /tmp/evaluation-result-2692754-1277901318/solver-2692754-1277901318 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692754-1277901318.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 94413eaf3e98de59f2ecdb125fc71636
RANDOM SEED=1103715414

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31070208 kB
Buffers:        183636 kB
Cached:        1141372 kB
SwapCached:          0 kB
Active:         980524 kB
Inactive:       756780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31070208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4736 kB
Writeback:           0 kB
AnonPages:      412688 kB
Mapped:          20292 kB
Slab:            79024 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655860 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 node141 at 2010-06-30 15:05:20