Trace number 2693399

Some explanations

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

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

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

Solver answer on this benchmark

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

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: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693399-1277901880.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.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.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.05/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.08
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 |    36 |     - |9064k|   0 |  20 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.1s|     1 |     0 |    51 |     - |9126k|   0 |  21 |2053 |3512 |2053 |1704 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    67 |     - |9207k|   0 |  24 |2053 |3512 |2053 |1711 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    85 |     - |9428k|   0 |  22 |2053 |3512 |2053 |1715 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   112 |     - |9650k|   0 |  29 |2053 |3512 |2053 |1722 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   115 |     - |9653k|   0 |  30 |2053 |3512 |2053 |1725 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.62	c   0.6s|     1 |     2 |   115 |     - |9686k|   0 |  30 |2053 |3512 |2053 |1725 |  35 |   0 |  30 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	o 43928
0.59/0.63	c y 0.6s|     2 |     1 |   115 |   0.0 |9717k|   1 |   - |2053 |3512 |   0 |   0 |  35 |   0 |  30 | 0.000000e+00 | 4.392800e+04 |    Inf 
1.79/1.82	o 318
1.79/1.82	c * 1.7s|   655 |   625 |   574 |   0.7 |  11M| 648 |   - |2053 |3546 |2053 |1728 |  44 |  34 | 218 | 0.000000e+00 | 3.180000e+02 |    Inf 
2.79/2.86	o 302
2.79/2.86	c * 2.7s|  1136 |  1064 |  1360 |   1.1 |  12M| 648 |   - |2053 |3608 |2053 |1733 |  93 |  96 | 443 | 0.000000e+00 | 3.020000e+02 |    Inf 
2.79/2.87	o 281
2.79/2.87	c * 2.7s|  1139 |  1046 |  1362 |   1.1 |  12M| 648 |   - |2053 |3608 |2053 |1733 |  93 |  96 | 443 | 0.000000e+00 | 2.810000e+02 |    Inf 
2.79/2.87	o 238
2.79/2.87	c * 2.7s|  1140 |  1009 |  1362 |   1.1 |  12M| 648 |   - |2053 |3608 |2053 |1733 |  93 |  96 | 443 | 0.000000e+00 | 2.380000e+02 |    Inf 
2.99/3.08	o 226
2.99/3.08	c * 2.9s|  1157 |  1008 |  1501 |   1.2 |  12M| 648 |   - |2053 |3614 |2053 |1723 |  97 | 102 | 502 | 0.000000e+00 | 2.260000e+02 |    Inf 
3.19/3.21	o 219
3.19/3.21	c * 3.0s|  1227 |  1066 |  1641 |   1.2 |  12M| 648 |   - |2053 |3638 |2053 |1726 | 104 | 126 | 530 | 0.000000e+00 | 2.190000e+02 |    Inf 
3.19/3.22	o 191
3.19/3.22	c * 3.0s|  1228 |  1043 |  1641 |   1.2 |  12M| 648 |   - |2053 |3638 |2053 |1726 | 104 | 126 | 530 | 0.000000e+00 | 1.910000e+02 |    Inf 
3.19/3.26	o 185
3.19/3.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.19/3.26	c * 3.1s|  1252 |  1055 |  1699 |   1.3 |  12M| 648 |   - |2053 |3647 |2053 |1723 | 105 | 135 | 537 | 0.000000e+00 | 1.850000e+02 |    Inf 
3.19/3.27	o 141
3.19/3.27	c * 3.1s|  1255 |   969 |  1718 |   1.3 |  12M| 648 |   - |2053 |3647 |2053 |1724 | 106 | 135 | 537 | 0.000000e+00 | 1.410000e+02 |    Inf 
3.49/3.54	o 114
3.49/3.54	c * 3.3s|  1415 |   944 |  1990 |   1.3 |  12M| 648 |   - |2053 |3762 |2053 |1726 | 139 | 250 | 577 | 0.000000e+00 | 1.140000e+02 |    Inf 
4.79/4.84	o 107
4.79/4.84	c * 4.6s|  1760 |  1094 |  3543 |   1.9 |  14M| 648 |   - |2053 |4045 |2053 |1734 | 250 | 544 | 905 | 0.000000e+00 | 1.070000e+02 |    Inf 
5.79/5.89	o 86
5.79/5.89	c * 5.6s|  2107 |  1062 |  4864 |   2.3 |  15M| 648 |   - |2053 |4348 |2053 |1729 | 330 | 900 |1125 | 0.000000e+00 | 8.600000e+01 |    Inf 
6.69/6.70	o 75
6.69/6.70	c * 6.4s|  2305 |   988 |  6548 |   2.8 |  15M| 648 |   - |2053 |4411 |2053 |1730 | 400 |1185 |1297 | 0.000000e+00 | 7.500000e+01 |    Inf 
6.69/6.70	o 50
6.69/6.70	c * 6.4s|  2306 |   719 |  6548 |   2.8 |  15M| 648 |   - |2053 |4411 |2053 |1730 | 400 |1185 |1297 | 0.000000e+00 | 5.000000e+01 |    Inf 
8.70/8.77	o 46
8.70/8.77	c * 8.3s|  2677 |   633 | 11845 |   4.4 |  15M| 648 |   - |2053 |4238 |2053 |1724 | 570 |1757 |1727 | 0.000000e+00 | 4.600000e+01 |    Inf 
8.89/8.97	o 35
8.89/8.97	c * 8.5s|  2725 |   539 | 12389 |   4.5 |  15M| 648 |   - |2053 |4152 |2053 |1726 | 586 |1828 |1745 | 0.000000e+00 | 3.500000e+01 |    Inf 
10.79/10.84	o 31
10.79/10.84	c *10.3s|  3243 |   501 | 19335 |   5.9 |  15M| 648 |   - |2053 |4249 |2053 |1734 | 811 |2549 |1973 | 0.000000e+00 | 3.100000e+01 |    Inf 
15.30/15.34	o 24
15.30/15.34	c *14.6s|  4910 |   532 | 40841 |   8.3 |  16M| 648 |   - |2053 |4932 |2053 |1735 |1444 |4651 |2200 | 0.000000e+00 | 2.400000e+01 |    Inf 
17.09/17.19	o 16
17.09/17.19	c *16.4s|  5778 |   531 | 50496 |   8.7 |  16M| 648 |   - |2053 |5035 |2053 |1733 |1729 |5771 |2217 | 0.000000e+00 | 1.600000e+01 |    Inf 
27.09/27.16	c  26.0s| 10000 |   726 |114383 |  11.4 |  18M| 648 |  14 |2053 |6244 |2053 |1726 |2574 |  11k|2298 | 0.000000e+00 | 1.600000e+01 |    Inf 
44.59/44.64	o 4
44.59/44.64	c *42.9s| 17439 |   721 |225313 |  12.9 |  19M| 648 |   - |2053 |8675 |2053 |1734 |4340 |  20k|2406 | 0.000000e+00 | 4.000000e+00 |    Inf 
50.49/50.59	c  48.6s| 20000 |   768 |260497 |  13.0 |  19M| 648 |   - |2053 |9459 |2053 |1725 |4983 |  23k|2582 | 0.000000e+00 | 4.000000e+00 |    Inf 
73.89/73.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.89/73.96	c  71.0s| 30000 |   835 |397999 |  13.3 |  21M| 648 |  20 |2053 |  10k|2053 |1719 |7683 |  36k|3130 | 0.000000e+00 | 4.000000e+00 |    Inf 
96.39/96.43	c  92.7s| 40000 |   971 |530726 |  13.3 |  24M| 648 |  18 |2053 |  14k|2053 |1719 |9643 |  49k|3510 | 0.000000e+00 | 4.000000e+00 |    Inf 
120.19/120.21	c   115s| 50000 |   878 |664253 |  13.3 |  24M| 648 |   - |2053 |  16k|2053 |1719 |  11k|  63k|3874 | 0.000000e+00 | 4.000000e+00 |    Inf 
145.10/145.11	c   139s| 60000 |   923 |805524 |  13.4 |  24M| 648 |   - |2053 |  14k|   0 |   0 |  14k|  76k|4239 | 0.000000e+00 | 4.000000e+00 |    Inf 
168.49/168.54	c   162s| 70000 |   986 |938658 |  13.4 |  26M| 648 |  21 |2053 |  19k|2053 |1719 |  16k|  89k|4461 | 0.000000e+00 | 4.000000e+00 |    Inf 
184.39/184.43	o 3
184.39/184.43	c * 177s| 76531 |   912 |  1022k|  13.4 |  27M| 648 |   - |2053 |  20k|2053 |1735 |  18k|  98k|4679 | 0.000000e+00 | 3.000000e+00 |    Inf 
192.69/192.71	c   185s| 80000 |   882 |  1065k|  13.3 |  26M| 648 |   - |2053 |  18k|   0 |   0 |  18k| 102k|4761 | 0.000000e+00 | 3.000000e+00 |    Inf 
216.99/217.04	c   208s| 90000 |   774 |  1203k|  13.4 |  24M| 648 |  23 |2053 |  12k|2053 |1743 |  20k| 115k|5072 | 0.000000e+00 | 3.000000e+00 |    Inf 
230.79/230.87	o 1
230.79/230.87	c * 222s| 96203 |   816 |  1283k|  13.3 |  25M| 648 |   - |2053 |  15k|2053 |1726 |  22k| 124k|5213 | 0.000000e+00 | 1.000000e-00 |    Inf 
239.89/239.99	c   231s|100000 |   819 |  1337k|  13.4 |  25M| 648 |  31 |2053 |  16k|2053 |1733 |  23k| 129k|5319 | 0.000000e+00 | 1.000000e-00 |    Inf 
264.58/264.64	c   254s|110000 |  1011 |  1481k|  13.5 |  28M| 648 |  30 |2053 |  19k|2053 |1725 |  25k| 142k|5560 | 0.000000e+00 | 1.000000e-00 |    Inf 
289.29/289.32	c   278s|120000 |  1116 |  1618k|  13.5 |  29M| 648 |   - |2053 |  21k|2053 |1725 |  27k| 155k|5784 | 0.000000e+00 | 1.000000e-00 |    Inf 
314.79/314.84	c   303s|130000 |  1207 |  1759k|  13.5 |  30M| 648 |   - |2053 |  22k|   0 |   0 |  29k| 168k|5977 | 0.000000e+00 | 1.000000e-00 |    Inf 
340.38/340.48	c   327s|140000 |  1108 |  1900k|  13.6 |  30M| 648 |  31 |2053 |  21k|2053 |1725 |  31k| 182k|6152 | 0.000000e+00 | 1.000000e-00 |    Inf 
365.68/365.71	c   352s|150000 |  1019 |  2041k|  13.6 |  29M| 648 |   - |2053 |  20k|   0 |   0 |  33k| 195k|6330 | 0.000000e+00 | 1.000000e-00 |    Inf 
391.89/391.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.89/391.99	c   377s|160000 |   919 |  2186k|  13.7 |  29M| 648 |   - |2053 |  21k|2053 |1719 |  35k| 209k|6564 | 0.000000e+00 | 1.000000e-00 |    Inf 
418.29/418.38	c   402s|170000 |  1117 |  2338k|  13.8 |  32M| 648 |   - |2053 |  25k|2053 |1725 |  36k| 222k|6719 | 0.000000e+00 | 1.000000e-00 |    Inf 
444.68/444.71	c   428s|180000 |  1016 |  2478k|  13.8 |  31M| 648 |  23 |2053 |  24k|2053 |1719 |  38k| 236k|6931 | 0.000000e+00 | 1.000000e-00 |    Inf 
470.48/470.59	c   453s|190000 |   863 |  2619k|  13.8 |  29M| 648 |   - |2053 |  22k|   0 |   0 |  41k| 250k|7048 | 0.000000e+00 | 1.000000e-00 |    Inf 
496.00/496.04	c   477s|200000 |   799 |  2755k|  13.8 |  31M| 648 |   - |2053 |  26k|   0 |   0 |  43k| 263k|7222 | 0.000000e+00 | 1.000000e-00 |    Inf 
523.60/523.70	c   504s|210000 |   776 |  2914k|  13.9 |  32M| 648 |   8 |2053 |  29k|2053 |1719 |  45k| 277k|7369 | 0.000000e+00 | 1.000000e-00 |    Inf 
550.78/550.88	c   530s|220000 |   711 |  3052k|  13.9 |  29M| 648 |  18 |2053 |  24k|2053 |1734 |  48k| 291k|7560 | 0.000000e+00 | 1.000000e-00 |    Inf 
575.98/576.00	c   554s|230000 |   744 |  3193k|  13.9 |  28M| 648 |   - |2053 |  19k|   0 |   0 |  50k| 304k|7728 | 0.000000e+00 | 1.000000e-00 |    Inf 
600.68/600.73	c   578s|240000 |   643 |  3338k|  13.9 |  26M| 648 |   - |2053 |  13k|2053 |1719 |  52k| 317k|7897 | 0.000000e+00 | 1.000000e-00 |    Inf 
626.79/626.84	c   603s|250000 |   711 |  3505k|  14.0 |  29M| 648 |  15 |2053 |  19k|2053 |1719 |  55k| 331k|8035 | 0.000000e+00 | 1.000000e-00 |    Inf 
651.49/651.52	c   627s|260000 |   697 |  3651k|  14.0 |  29M| 648 |  14 |2053 |  20k|2053 |1719 |  58k| 344k|8195 | 0.000000e+00 | 1.000000e-00 |    Inf 
676.79/676.83	c   651s|270000 |   629 |  3795k|  14.1 |  29M| 648 |  27 |2053 |  23k|2053 |1719 |  60k| 357k|8308 | 0.000000e+00 | 1.000000e-00 |    Inf 
703.49/703.56	c   677s|280000 |   687 |  3948k|  14.1 |  30M| 648 |  15 |2053 |  25k|2053 |1719 |  63k| 371k|8413 | 0.000000e+00 | 1.000000e-00 |    Inf 
730.69/730.73	c   703s|290000 |   625 |  4093k|  14.1 |  31M| 648 |  17 |2053 |  27k|2053 |1725 |  65k| 385k|8580 | 0.000000e+00 | 1.000000e-00 |    Inf 
756.09/756.14	c   727s|300000 |   635 |  4232k|  14.1 |  30M| 648 |  19 |2053 |  25k|2053 |1719 |  67k| 397k|8712 | 0.000000e+00 | 1.000000e-00 |    Inf 
783.59/783.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.59/783.60	c   754s|310000 |   907 |  4387k|  14.2 |  33M| 648 |  20 |2053 |  29k|2053 |1733 |  70k| 411k|8834 | 0.000000e+00 | 1.000000e-00 |    Inf 
811.29/811.34	c   781s|320000 |  1145 |  4535k|  14.2 |  35M| 648 |  13 |2053 |  32k|2053 |1725 |  73k| 424k|8918 | 0.000000e+00 | 1.000000e-00 |    Inf 
838.39/838.43	c   807s|330000 |  1305 |  4681k|  14.2 |  37M| 648 |   - |2053 |  33k|   0 |   0 |  75k| 438k|9067 | 0.000000e+00 | 1.000000e-00 |    Inf 
865.39/865.49	c   833s|340000 |  1470 |  4815k|  14.2 |  38M| 648 |   - |2053 |  35k|   0 |   0 |  78k| 451k|9166 | 0.000000e+00 | 1.000000e-00 |    Inf 
893.59/893.69	c   860s|350000 |  1457 |  4955k|  14.2 |  38M| 648 |  27 |2053 |  33k|2053 |1733 |  80k| 465k|9258 | 0.000000e+00 | 1.000000e-00 |    Inf 
922.19/922.25	c   888s|360000 |  1475 |  5103k|  14.2 |  38M| 648 |  20 |2053 |  33k|2053 |1733 |  83k| 479k|9326 | 0.000000e+00 | 1.000000e-00 |    Inf 
950.40/950.41	c   915s|370000 |  1386 |  5249k|  14.2 |  38M| 648 |  15 |2053 |  32k|2053 |1719 |  86k| 493k|9447 | 0.000000e+00 | 1.000000e-00 |    Inf 
978.19/978.24	c   942s|380000 |  1296 |  5392k|  14.2 |  38M| 648 |  24 |2053 |  33k|2053 |1725 |  88k| 506k|9550 | 0.000000e+00 | 1.000000e-00 |    Inf 
1006.99/1007.05	c   970s|390000 |  1192 |  5545k|  14.2 |  38M| 648 |  12 |2053 |  34k|2053 |1728 |  91k| 520k|9635 | 0.000000e+00 | 1.000000e-00 |    Inf 
1036.29/1036.34	c   998s|400000 |  1184 |  5705k|  14.3 |  38M| 648 |   - |2053 |  33k|   0 |   0 |  93k| 534k|9729 | 0.000000e+00 | 1.000000e-00 |    Inf 
1066.10/1066.10	c  1027s|410000 |  1087 |  5868k|  14.3 |  36M| 648 |  10 |2053 |  31k|2053 |1725 |  95k| 547k|9853 | 0.000000e+00 | 1.000000e-00 |    Inf 
1093.19/1093.25	c  1053s|420000 |  1045 |  6007k|  14.3 |  37M| 648 |  23 |2053 |  33k|2053 |1730 |  98k| 561k|9951 | 0.000000e+00 | 1.000000e-00 |    Inf 
1122.50/1122.59	c  1081s|430000 |  1014 |  6166k|  14.3 |  38M| 648 |   - |2053 |  35k|2053 |1739 | 101k| 575k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1150.00/1150.01	c  1108s|440000 |   924 |  6309k|  14.3 |  38M| 648 |   - |2053 |  35k|   0 |   0 | 104k| 589k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1178.90/1178.97	c  1136s|450000 |   848 |  6452k|  14.3 |  37M| 648 |  19 |2053 |  34k|2053 |1729 | 106k| 603k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1207.30/1207.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1207.30/1207.35	c  1163s|460000 |   979 |  6605k|  14.4 |  39M| 648 |   1 |2053 |  37k|2053 |1719 | 109k| 616k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1235.49/1235.59	c  1190s|470000 |   960 |  6742k|  14.3 |  40M| 648 |   9 |2053 |  40k|2053 |1719 | 111k| 629k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1264.10/1264.17	c  1218s|480000 |   928 |  6881k|  14.3 |  38M| 648 |   1 |2053 |  35k|2053 |1742 | 114k| 642k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1294.00/1294.02	c  1247s|490000 |   900 |  7028k|  14.3 |  38M| 648 |  13 |2053 |  35k|2053 |1727 | 116k| 656k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1324.20/1324.29	c  1276s|500000 |   886 |  7186k|  14.4 |  40M| 648 |  24 |2053 |  39k|2053 |1736 | 118k| 669k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1352.00/1352.08	c  1303s|510000 |   808 |  7325k|  14.4 |  35M| 648 |  13 |2053 |  26k|2053 |1719 | 121k| 682k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1378.50/1378.50	c  1328s|520000 |   940 |  7468k|  14.4 |  37M| 648 |   9 |2053 |  30k|2053 |1719 | 124k| 695k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1406.30/1406.33	c  1355s|530000 |   940 |  7616k|  14.4 |  38M| 648 |   - |2053 |  31k|   0 |   0 | 127k| 708k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1434.50/1434.51	c  1382s|540000 |  1042 |  7758k|  14.4 |  39M| 648 |   - |2053 |  32k|2053 |1728 | 129k| 721k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1463.61/1463.69	c  1410s|550000 |  1309 |  7909k|  14.4 |  41M| 648 |   - |2053 |  36k|   0 |   0 | 132k| 734k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1494.50/1494.57	c  1440s|560000 |  1321 |  8073k|  14.4 |  42M| 648 |   - |2053 |  37k|2053 |1719 | 134k| 747k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1525.01/1525.04	c  1470s|570000 |  1232 |  8227k|  14.4 |  41M| 648 |  27 |2053 |  35k|2053 |1729 | 136k| 761k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1552.60/1552.67	c  1497s|580000 |  1197 |  8362k|  14.4 |  42M| 648 |   - |2053 |  38k|   0 |   0 | 139k| 774k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1580.20/1580.23	c  1523s|590000 |  1388 |  8492k|  14.4 |  45M| 648 |   - |2053 |  43k|2053 |1731 | 142k| 787k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1609.50/1609.59	c  1551s|600000 |  1187 |  8622k|  14.4 |  42M| 648 |   - |2053 |  38k|   0 |   0 | 144k| 801k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1638.91/1638.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1638.91/1638.96	c  1580s|610000 |  1211 |  8767k|  14.4 |  44M| 648 |   - |2053 |  42k|2053 |1719 | 147k| 815k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1667.70/1667.74	c  1608s|620000 |  1178 |  8900k|  14.4 |  44M| 648 |   2 |2053 |  43k|2053 |1719 | 149k| 828k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1699.91/1699.92	c  1639s|630000 |  1164 |  9064k|  14.4 |  42M| 648 |   - |2053 |  38k|2053 |1719 | 152k| 842k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1730.21/1730.27	c  1668s|640000 |  1028 |  9220k|  14.4 |  41M| 648 |   1 |2053 |  35k|2053 |1740 | 154k| 855k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1758.41/1758.46	c  1695s|650000 |   956 |  9362k|  14.4 |  41M| 648 |  27 |2053 |  36k|2053 |1729 | 157k| 868k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1786.81/1786.81	c  1723s|660000 |   852 |  9506k|  14.4 |  40M| 648 |   - |2053 |  35k|2053 |1719 | 159k| 882k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.01	c 
1800.01/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.01	c Solving Time (sec) : 1735.45
1800.01/1800.01	c Solving Nodes      : 664562
1800.01/1800.01	c Primal Bound       : +1.00000000000000e-00 (110 solutions)
1800.01/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.01	c Gap                : infinite
1800.01/1800.02	s SATISFIABLE
1800.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/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.01/1800.02	v -x1 
1800.01/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.02	c Solving Time       :    1735.45
1800.01/1800.02	c Original Problem   :
1800.01/1800.02	c   Problem name     : HOME/instance-2693399-1277901880.wbo
1800.01/1800.02	c   Variables        : 2153 (1192 binary, 0 integer, 0 implicit integer, 961 continuous)
1800.01/1800.02	c   Constraints      : 3669 initial, 3669 maximal
1800.01/1800.02	c Presolved Problem  :
1800.01/1800.02	c   Problem name     : t_HOME/instance-2693399-1277901880.wbo
1800.01/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.01/1800.02	c   Constraints      : 3512 initial, 44197 maximal
1800.01/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.02	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1800.01/1800.02	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1800.01/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.01/1800.02	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1800.01/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   linear           :       0.04          0          0          0        961          0        107         50          0
1800.01/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.02	c   root node        :          -        911          -          -       1822          -          -          -          -
1800.01/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.02	c   integral         :          0          0          0     384415          0        410       3904          0          0     699378
1800.01/1800.02	c   indicator        :        911          0     418056       5880          0         30     184761          0          0          0
1800.01/1800.02	c   knapsack         :          1          6    2781605      31301          0      46259    4038734          0          0          0
1800.01/1800.02	c   setppc           :         15          6    2738141      31198          0      45026    2000460          0          0          0
1800.01/1800.02	c   linear           :        911          6    2693491      31294          0      40549    3651773     160641          0          0
1800.01/1800.02	c   logicor          :       1674+         6    1471855       1911          0      58995    5550440          0          0          0
1800.01/1800.02	c   countsols        :          0          0          0       1911          0          0          0          0          0          0
1800.01/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.02	c   integral         :      35.96       0.00       0.00      35.96       0.00
1800.01/1800.02	c   indicator        :       0.70       0.00       0.57       0.13       0.00
1800.01/1800.02	c   knapsack         :      27.95       0.00      27.92       0.03       0.00
1800.01/1800.02	c   setppc           :      15.28       0.00      15.25       0.03       0.00
1800.01/1800.02	c   linear           :      37.90       0.00      36.96       0.94       0.00
1800.01/1800.02	c   logicor          :     224.54       0.00     224.48       0.06       0.00
1800.01/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.02	c   vbounds          :       1.13          2          0          0
1800.01/1800.02	c   rootredcost      :       0.55         23          0        911
1800.01/1800.02	c   pseudoobj        :      45.73    2784956        228     132329
1800.01/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.02	c   propagation      :       6.47     191057     190642    1190591       26.1       4518       22.6          -
1800.01/1800.02	c   infeasible LP    :      29.66     157229     157228    1202818       45.8        856       17.4          0
1800.01/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.02	c   pseudo solution  :       0.00         12         12         84       20.2         11        6.7          -
1800.01/1800.02	c   applied globally :          -          -          -     888592       31.5          -          -          -
1800.01/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.02	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 293)
1800.01/1800.02	c   redcost          :      10.21     384947          0      46146          0          0
1800.01/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.02	c   gomory           :       0.07          6          0          0       1918          0
1800.01/1800.02	c   strongcg         :       0.08          6          0          0       1774          0
1800.01/1800.02	c   cmir             :       0.01          6          0          0          4          0
1800.01/1800.02	c   flowcover        :       0.05          6          0          0          4          0
1800.01/1800.02	c   clique           :       0.00          6          0          0          0          0
1800.01/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.02	c Pricers            :       Time      Calls       Vars
1800.01/1800.02	c   problem variables:       0.00          0          0
1800.01/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.02	c   relpscost        :      35.76     353100        410       3904          0          0     699378
1800.01/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   inference        :       0.16       1889          0          0          0          0       3778
1800.01/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.02	c   LP solutions     :       0.00          -         22
1800.01/1800.02	c   pseudo solutions :       0.00          -          0
1800.01/1800.02	c   oneopt           :       0.27         20          0
1800.01/1800.02	c   feaspump         :       0.02          1          0
1800.01/1800.02	c   crossover        :       0.39          8          0
1800.01/1800.02	c   coefdiving       :       0.25         46          0
1800.01/1800.02	c   pscostdiving     :       0.20         46          0
1800.01/1800.02	c   fracdiving       :       0.31         46          0
1800.01/1800.02	c   veclendiving     :       0.22         46          0
1800.01/1800.02	c   linesearchdiving :       0.22         47          0
1800.01/1800.02	c   guideddiving     :       0.18         47          0
1800.01/1800.02	c   objpscostdiving  :       0.15         24          0
1800.01/1800.02	c   rootsoldiving    :       0.28         24          0
1800.01/1800.02	c   trivial          :       0.01          2          0
1800.01/1800.02	c   simplerounding   :       0.58     353264          0
1800.01/1800.02	c   zirounding       :       0.39       1000          0
1800.01/1800.02	c   rounding         :       0.94       8375          0
1800.01/1800.02	c   shifting         :       0.58       2606          0
1800.01/1800.02	c   intshifting      :       0.02         18          0
1800.01/1800.02	c   twoopt           :       0.00          0          0
1800.01/1800.02	c   fixandinfer      :       0.00          0          0
1800.01/1800.02	c   intdiving        :       0.00          0          0
1800.01/1800.02	c   actconsdiving    :       0.00          0          0
1800.01/1800.02	c   octane           :       0.00          0          0
1800.01/1800.02	c   rens             :       0.02          1          0
1800.01/1800.02	c   rins             :       0.00          0          0
1800.01/1800.02	c   localbranching   :       0.00          0          0
1800.01/1800.02	c   mutation         :       0.00          0          0
1800.01/1800.02	c   dins             :       0.00          0          0
1800.01/1800.02	c   undercover       :       0.00          0          0
1800.01/1800.02	c   nlp              :       0.25          0          0
1800.01/1800.02	c   trysol           :       0.52       1178         88
1800.01/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.02	c   dual LP          :     975.82     536359    9566227      17.84    9803.27
1800.01/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.02	c   diving/probing LP:       1.14        787       7088       9.01    6217.54
1800.01/1800.02	c   strong branching :      32.84      12041     321040      26.66    9775.88
1800.01/1800.02	c     (at root node) :          -         30       2159      71.97          -
1800.01/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.02	c B&B Tree           :
1800.01/1800.02	c   number of runs   :          1
1800.01/1800.02	c   nodes            :     664562
1800.01/1800.02	c   nodes (total)    :     664562
1800.01/1800.02	c   nodes left       :        756
1800.01/1800.02	c   max depth        :        648
1800.01/1800.02	c   max depth (total):        648
1800.01/1800.02	c   backtracks       :     105520 (15.9%)
1800.01/1800.02	c   delayed cutoffs  :      36080
1800.01/1800.02	c   repropagations   :     959197 (2941779 domain reductions, 35150 cutoffs)
1800.01/1800.02	c   avg switch length:       4.96
1800.01/1800.02	c   switching time   :     179.38
1800.01/1800.02	c Solution           :
1800.01/1800.02	c   Solutions found  :        110 (23 improvements)
1800.01/1800.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.34 seconds, depth 0, found by <trysol>)
1800.01/1800.02	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 96203 nodes, 221.78 seconds, depth 31, found by <relaxation>)
1800.01/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.02	c   Gap              :   infinite
1800.01/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.02	c   Root Iterations  :        115
1800.01/1800.08	c Time complete: 1800.1.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693399-1277901880/watcher-2693399-1277901880 -o /tmp/evaluation-result-2693399-1277901880/solver-2693399-1277901880 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693399-1277901880.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12199
/proc/meminfo: memFree=31402580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=11004 CPUtime=0
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 1674 0 0 0 0 0 0 0 25 0 1 0 131484682 11268096 1595 4089446400 4194304 9819077 140734050803872 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12199/statm: 2751 1595 392 1374 0 1372 0

[startup+0.0573881 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12199
/proc/meminfo: memFree=31402580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=24048 CPUtime=0.05
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 5651 0 0 0 4 1 0 0 25 0 1 0 131484682 24625152 4704 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 6012 4704 492 1374 0 4633 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24048

[startup+0.10038 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12199
/proc/meminfo: memFree=31402580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=24936 CPUtime=0.09
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 8181 0 0 0 7 2 0 0 25 0 1 0 131484682 25534464 4921 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 6234 4921 512 1374 0 4855 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24936

[startup+0.300346 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12199
/proc/meminfo: memFree=31402580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=37228 CPUtime=0.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 11652 0 0 0 26 3 0 0 25 0 1 0 131484682 38121472 7769 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 9307 7769 689 1374 0 7928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37228

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 12199
/proc/meminfo: memFree=31402580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=40996 CPUtime=0.69
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 20421 0 0 0 64 5 0 0 25 0 1 0 131484682 41979904 8227 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 10249 8229 718 1374 0 8870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40996

[startup+1.50013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12200
/proc/meminfo: memFree=31371820/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=41920 CPUtime=1.49
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 30851 0 0 0 141 8 0 0 25 0 1 0 131484682 42926080 8411 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 10480 8411 721 1374 0 9101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41920

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12200
/proc/meminfo: memFree=31370704/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=43312 CPUtime=3.09
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 64985 0 0 0 293 16 0 0 25 0 1 0 131484682 44351488 9203 4089446400 4194304 9819077 140734050803872 18446744073709551615 6584155 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 10828 9203 724 1374 0 9449 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43312

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12200
/proc/meminfo: memFree=31361172/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=49096 CPUtime=6.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 111845 0 0 0 600 29 0 0 25 0 1 0 131484682 50274304 10959 4089446400 4194304 9819077 140734050803872 18446744073709551615 6391494 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 12274 10959 726 1374 0 10895 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49096

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12200
/proc/meminfo: memFree=31360184/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=51128 CPUtime=12.69
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 222787 0 0 0 1211 58 0 0 25 0 1 0 131484682 52355072 11181 4089446400 4194304 9819077 140734050803872 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 12782 11181 726 1374 0 11403 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51128

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12200
/proc/meminfo: memFree=31356208/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=54660 CPUtime=25.49
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 399269 0 0 0 2444 105 0 0 25 0 1 0 131484682 55971840 12056 4089446400 4194304 9819077 140734050803872 18446744073709551615 7815738 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 13665 12056 726 1374 0 12286 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54660

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12201
/proc/meminfo: memFree=31349148/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=64088 CPUtime=51.09
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 730260 0 0 0 4909 200 0 0 25 0 1 0 131484682 65626112 13836 4089446400 4194304 9819077 140734050803872 18446744073709551615 6391563 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 16022 13838 741 1374 0 14643 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64088

[startup+102.306 s]
/proc/loadavg: 2.18 2.06 2.02 3/197 12248
/proc/meminfo: memFree=31656740/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=66084 CPUtime=102.3
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 1357956 0 0 0 9831 399 0 0 25 0 1 0 131484682 67670016 14891 4089446400 4194304 9819077 140734050803872 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 16521 14891 741 1374 0 15142 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66084

[startup+162.301 s]
/proc/loadavg: 2.06 2.04 2.01 3/197 12250
/proc/meminfo: memFree=31651848/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=68840 CPUtime=162.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 2064000 0 0 0 15590 639 0 0 25 0 1 0 131484682 70492160 15688 4089446400 4194304 9819077 140734050803872 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12199/statm: 17210 15688 741 1374 0 15831 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68840

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/197 12252
/proc/meminfo: memFree=31648312/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=71924 CPUtime=222.28
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 2780825 0 0 0 21357 871 0 0 25 0 1 0 131484682 73650176 16267 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12199/statm: 17981 16267 741 1374 0 16602 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 71924

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/197 12253
/proc/meminfo: memFree=31642668/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=72932 CPUtime=282.28
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 3494580 0 0 0 27125 1103 0 0 25 0 1 0 131484682 74682368 16508 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12199/statm: 18233 16508 741 1374 0 16854 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 72932

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 12254
/proc/meminfo: memFree=31640244/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=75192 CPUtime=342.28
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 4147782 0 0 0 32903 1325 0 0 25 0 1 0 131484682 76996608 17041 4089446400 4194304 9819077 140734050803872 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 18798 17041 741 1374 0 17419 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 75192

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12256
/proc/meminfo: memFree=31643376/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=75616 CPUtime=402.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 4808218 0 0 0 38682 1547 0 0 25 0 1 0 131484682 77430784 17124 4089446400 4194304 9819077 140734050803872 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 18904 17124 741 1374 0 17525 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 75616

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 12258
/proc/meminfo: memFree=31641828/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=76088 CPUtime=462.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 5460315 0 0 0 44466 1763 0 0 25 0 1 0 131484682 77914112 17393 4089446400 4194304 9819077 140734050803872 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 19089 17395 741 1374 0 17710 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 76088

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12260
/proc/meminfo: memFree=31639904/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=78388 CPUtime=522.28
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 6086366 0 0 0 50255 1973 0 0 25 0 1 0 131484682 80269312 17841 4089446400 4194304 9819077 140734050803872 18446744073709551615 4223062 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 19597 17841 741 1374 0 18218 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 78388

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12261
/proc/meminfo: memFree=31638732/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=79784 CPUtime=582.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 6746841 0 0 0 56032 2197 0 0 25 0 1 0 131484682 81698816 18139 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 19946 18139 741 1374 0 18567 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 79784

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 12262
/proc/meminfo: memFree=31638052/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=79424 CPUtime=642.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 7459902 0 0 0 61791 2438 0 0 25 0 1 0 131484682 81330176 18160 4089446400 4194304 9819077 140734050803872 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12199/statm: 19856 18160 741 1374 0 18477 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 79424

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12296
/proc/meminfo: memFree=31673612/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=82380 CPUtime=822.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 9396603 0 0 0 79132 3097 0 0 25 0 1 0 131484682 84357120 18737 4089446400 4194304 9819077 140734050803872 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/12199/statm: 20595 18737 741 1374 0 19216 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 82380

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12297
/proc/meminfo: memFree=31671336/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=84416 CPUtime=882.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 9948989 0 0 0 84929 3300 0 0 25 0 1 0 131484682 86441984 19264 4089446400 4194304 9819077 140734050803872 18446744073709551615 7816416 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21104 19264 741 1374 0 19725 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 84416

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12298
/proc/meminfo: memFree=31669692/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=85952 CPUtime=942.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 10538981 0 0 0 90736 3493 0 0 25 0 1 0 131484682 88014848 19590 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21488 19590 741 1374 0 20109 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 85952

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12309
/proc/meminfo: memFree=31668680/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=86576 CPUtime=1002.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 11137103 0 0 0 96529 3700 0 0 25 0 1 0 131484682 88653824 19746 4089446400 4194304 9819077 140734050803872 18446744073709551615 6190577 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21644 19746 742 1374 0 20265 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 86576

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12311
/proc/meminfo: memFree=31668024/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=87448 CPUtime=1062.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 11741056 0 0 0 102313 3916 0 0 25 0 1 0 131484682 89546752 19806 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21862 19806 741 1374 0 20483 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 87448

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12313
/proc/meminfo: memFree=31668008/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=86848 CPUtime=1122.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 12350513 0 0 0 108107 4122 0 0 25 0 1 0 131484682 88932352 19815 4089446400 4194304 9819077 140734050803872 18446744073709551615 7286958 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21712 19815 741 1374 0 20333 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 86848

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12314
/proc/meminfo: memFree=31667612/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=87832 CPUtime=1182.29
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 12946235 0 0 0 113890 4339 0 0 25 0 1 0 131484682 89939968 19907 4089446400 4194304 9819077 140734050803872 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 21958 19907 741 1374 0 20579 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 87832

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12315
/proc/meminfo: memFree=31666712/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=88804 CPUtime=1242.3
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 13522838 0 0 0 119692 4538 0 0 25 0 1 0 131484682 90935296 20110 4089446400 4194304 9819077 140734050803872 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 22201 20110 741 1374 0 20822 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 88804

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12317
/proc/meminfo: memFree=31665188/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=91148 CPUtime=1302.3
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 14145195 0 0 0 125476 4754 0 0 25 0 1 0 131484682 93335552 20499 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 22787 20499 741 1374 0 21408 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 91148

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12319
/proc/meminfo: memFree=31663796/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=91904 CPUtime=1362.3
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 14753346 0 0 0 131266 4964 0 0 25 0 1 0 131484682 94109696 20738 4089446400 4194304 9819077 140734050803872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 22976 20738 741 1374 0 21597 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 91904

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12321
/proc/meminfo: memFree=31663632/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=92472 CPUtime=1422.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 15364124 0 0 0 137047 5184 0 0 25 0 1 0 131484682 94691328 20842 4089446400 4194304 9819077 140734050803872 18446744073709551615 7291693 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23118 20842 741 1374 0 21739 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 92472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12322
/proc/meminfo: memFree=31662980/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=93212 CPUtime=1482.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 15916426 0 0 0 142853 5378 0 0 25 0 1 0 131484682 95449088 20979 4089446400 4194304 9819077 140734050803872 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23303 20979 741 1374 0 21924 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 93212

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12323
/proc/meminfo: memFree=31662580/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=95576 CPUtime=1542.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 16489938 0 0 0 148654 5577 0 0 25 0 1 0 131484682 97869824 21019 4089446400 4194304 9819077 140734050803872 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23894 21021 741 1374 0 22515 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 95576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12352
/proc/meminfo: memFree=31666948/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=94392 CPUtime=1602.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 17064540 0 0 0 154445 5786 0 0 25 0 1 0 131484682 96657408 21456 4089446400 4194304 9819077 140734050803872 18446744073709551615 7233739 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23666 21457 741 1374 0 22287 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 94392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12354
/proc/meminfo: memFree=31667124/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=95012 CPUtime=1662.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 17639041 0 0 0 160241 5990 0 0 25 0 1 0 131484682 97292288 21478 4089446400 4194304 9819077 140734050803872 18446744073709551615 4208935 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23753 21478 741 1374 0 22374 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 95012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12356
/proc/meminfo: memFree=31666356/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=94828 CPUtime=1722.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 18207916 0 0 0 166045 6186 0 0 25 0 1 0 131484682 97103872 21492 4089446400 4194304 9819077 140734050803872 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23774 21493 741 1374 0 22395 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 94828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12357
/proc/meminfo: memFree=31665592/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=95676 CPUtime=1782.31
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 18818038 0 0 0 171837 6394 0 0 25 0 1 0 131484682 97972224 21542 4089446400 4194304 9819077 140734050803872 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23919 21542 741 1374 0 22540 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 95676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12358
/proc/meminfo: memFree=31665460/32950928 swapFree=67111528/67111528
[pid=12199] ppid=12197 vsize=95732 CPUtime=1800.01
/proc/12199/stat : 12199 (pbscip.linux.x8) R 12197 12199 11381 0 -1 4202496 19006566 0 0 0 173546 6455 0 0 25 0 1 0 131484682 98029568 21541 4089446400 4194304 9819077 140734050803872 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12199/statm: 23933 21541 741 1374 0 22554 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 95732

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.1
CPU user time (s): 1735.54
CPU system time (s): 64.5622
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 98004

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

runsolver used 2.38864 second user time and 5.82011 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 14:44:40
IDJOB=2693399
IDBENCH=78895
IDSOLVER=1205
FILE ID=node125/2693399-1277901880
PBS_JOBID= 11197175
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= 83dbd2cd2ef615ae6bc4c3ab9b5ef9b9
RANDOM SEED=283836046

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31403108 kB
Buffers:        184976 kB
Cached:         798104 kB
SwapCached:          0 kB
Active:         855340 kB
Inactive:       552356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31403108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:      424264 kB
Mapped:          16244 kB
Slab:            77824 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   574600 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= 74196 MiB
End job on node125 at 2010-06-30 15:14:42