Trace number 2705516

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.13 1790.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567135--soft-66-100-0.wbo
MD5SUM32795eb517f73910564f73a4c3c20f9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark144.309
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints904
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705516-1278572954.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 904 impl, 0 cont) and 3612 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	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, 210 impls, 18 clqs
0.00/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.06/0.08	c (round 3) 43 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.06/0.09	c (round 4) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.10	c (round 5) 144 del vars, 321 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  144 deleted vars, 321 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.13	c  1870 implications, 18 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3291 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      18 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1608 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.14	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    49 |     - |8796k|   0 |  27 |1895 |3291 |1895 |1627 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    94 |     - |8958k|   0 |  45 |1895 |3293 |1895 |1641 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   161 |     - |9414k|   0 |  45 |1895 |3293 |1895 |1648 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   185 |     - |9600k|   0 |  49 |1895 |3293 |1895 |1655 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   362 |     - |9933k|   0 |  58 |1895 |3293 |1895 |1660 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   578 |     - |  10M|   0 |  66 |1895 |3293 |1895 |1665 |  38 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   630 |     - |  10M|   0 |  67 |1895 |3293 |1895 |1670 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.40	c   1.4s|     1 |     2 |   630 |     - |  10M|   0 |  67 |1895 |3293 |1895 |1670 |  43 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
2.39/2.49	o 40432
2.39/2.49	c y 2.5s|    25 |    24 |  1630 |  41.7 |  10M|  23 |   - |1895 |3293 |   0 |   0 |  49 |   0 | 103 | 0.000000e+00 | 4.043200e+04 |    Inf 
2.49/2.57	o 373
2.49/2.57	c * 2.5s|    27 |    26 |  1765 |  43.7 |  10M|  23 |   - |1895 |3293 |1895 |1668 |  57 |   0 | 124 | 0.000000e+00 | 3.730000e+02 |    Inf 
2.79/2.89	o 353
2.79/2.89	c * 2.9s|    80 |    62 |  2079 |  18.3 |  11M|  24 |   - |1895 |3304 |1895 |1660 |  85 |  11 | 220 | 0.000000e+00 | 3.530000e+02 |    Inf 
2.89/2.92	o 302
2.89/2.92	c * 2.9s|    92 |    45 |  2127 |  16.5 |  11M|  24 |   - |1895 |3314 |1895 |1665 |  90 |  21 | 226 | 0.000000e+00 | 3.020000e+02 |    Inf 
2.89/2.94	o 262
2.89/2.94	c * 2.9s|    97 |    38 |  2244 |  16.8 |  11M|  24 |   - |1895 |3316 |1895 |1674 | 104 |  23 | 226 | 0.000000e+00 | 2.620000e+02 |    Inf 
2.89/2.96	o 258
2.89/2.96	c * 2.9s|   106 |    42 |  2298 |  15.9 |  11M|  24 |   - |1895 |3321 |1895 |1673 | 108 |  28 | 226 | 0.000000e+00 | 2.580000e+02 |    Inf 
5.79/5.80	o 239
5.79/5.80	c * 5.8s|   614 |   150 |  6177 |   9.0 |  12M|  31 |   - |1895 |3764 |1895 |1676 | 291 | 494 | 881 | 0.000000e+00 | 2.390000e+02 |    Inf 
7.19/7.23	o 233
7.19/7.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.23	c * 7.2s|  1267 |   258 |  8839 |   6.5 |  13M|  37 |   - |1895 |4017 |1895 |1664 | 480 |1115 |1117 | 0.000000e+00 | 2.330000e+02 |    Inf 
7.99/8.02	o 213
7.99/8.02	c * 8.0s|  1525 |   303 | 10308 |   6.4 |  13M|  37 |   - |1895 |4103 |1895 |1678 | 532 |1344 |1306 | 0.000000e+00 | 2.130000e+02 |    Inf 
8.19/8.27	o 198
8.19/8.27	c * 8.2s|  1605 |   317 | 10775 |   6.3 |  13M|  37 |   - |1895 |4143 |1895 |1664 | 547 |1430 |1370 | 0.000000e+00 | 1.980000e+02 |    Inf 
11.09/11.11	o 192
11.09/11.11	c *11.1s|  2783 |   515 | 19160 |   6.7 |  15M|  38 |   - |1895 |4580 |1895 |1666 | 972 |2658 |1775 | 0.000000e+00 | 1.920000e+02 |    Inf 
11.09/11.12	o 164
11.09/11.12	c *11.1s|  2784 |   503 | 19161 |   6.7 |  15M|  38 |   - |1895 |4580 |1895 |1666 | 972 |2658 |1775 | 0.000000e+00 | 1.640000e+02 |    Inf 
12.99/13.01	o 144
12.99/13.01	c *13.0s|  3781 |   579 | 27581 |   7.1 |  15M|  38 |   - |1895 |4836 |1895 |1665 |1148 |3572 |1865 | 0.000000e+00 | 1.440000e+02 |    Inf 
12.99/13.06	o 127
12.99/13.06	c *13.0s|  3802 |   564 | 27727 |   7.1 |  15M|  38 |   - |1895 |4847 |1895 |1664 |1150 |3591 |1867 | 0.000000e+00 | 1.270000e+02 |    Inf 
24.89/24.92	c  24.9s| 10000 |  1278 | 83636 |   8.3 |  22M|  42 |   - |1895 |5816 |   0 |   0 |2406 |9710 |2011 | 0.000000e+00 | 1.270000e+02 |    Inf 
27.50/27.58	o 56
27.50/27.58	c *27.6s| 11428 |  1038 | 96373 |   8.4 |  19M|  46 |   - |1895 |6320 |1895 |1660 |2682 |  11k|2019 | 0.000000e+00 | 5.600000e+01 |    Inf 
42.49/42.54	o 53
42.49/42.54	c *42.5s| 18340 |  1142 |180296 |   9.8 |  24M|  46 |   - |1895 |7036 |1895 |1665 |3467 |  19k|2046 | 0.000000e+00 | 5.300000e+01 |    Inf 
46.99/47.00	c  47.0s| 20000 |  1178 |206465 |  10.3 |  25M|  46 |   - |1895 |6462 |   0 |   0 |3593 |  21k|2046 | 0.000000e+00 | 5.300000e+01 |    Inf 
55.09/55.17	o 25
55.09/55.17	c *55.2s| 23112 |   973 |256445 |  11.1 |  23M|  52 |   - |1895 |8140 |1895 |1662 |3956 |  24k|2113 | 0.000000e+00 | 2.500000e+01 |    Inf 
70.59/70.63	c  70.6s| 30000 |   885 |344332 |  11.5 |  24M|  53 |   - |1895 |8184 |   0 |   0 |4434 |  33k|2412 | 0.000000e+00 | 2.500000e+01 |    Inf 
95.59/95.67	c  95.6s| 40000 |   969 |494343 |  12.3 |  26M|  53 |   - |1895 |  11k|   0 |   0 |5762 |  46k|2872 | 0.000000e+00 | 2.500000e+01 |    Inf 
120.19/120.24	c   120s| 50000 |   975 |637040 |  12.7 |  29M|  61 |   - |1895 |  15k|   0 |   0 |7238 |  58k|3187 | 0.000000e+00 | 2.500000e+01 |    Inf 
146.79/146.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.79/146.88	c   147s| 60000 |   973 |790744 |  13.2 |  29M|  61 |  21 |1895 |  14k|1895 |1660 |8295 |  71k|3601 | 0.000000e+00 | 2.500000e+01 |    Inf 
169.10/169.18	c   169s| 70000 |  1006 |900466 |  12.9 |  31M|  61 |  19 |1895 |  16k|1895 |1664 |9303 |  85k|3945 | 0.000000e+00 | 2.500000e+01 |    Inf 
170.39/170.47	o 23
170.39/170.47	c * 170s| 70521 |   966 |906853 |  12.9 |  30M|  61 |   - |1895 |  16k|1895 |1673 |9367 |  85k|3957 | 0.000000e+00 | 2.300000e+01 |    Inf 
193.50/193.59	c   194s| 80000 |  1138 |  1035k|  12.9 |  32M|  61 |   - |1895 |  16k|1895 |1667 |  10k|  97k|4204 | 0.000000e+00 | 2.300000e+01 |    Inf 
217.39/217.40	c   217s| 90000 |  1230 |  1158k|  12.9 |  35M|  61 |   1 |1895 |  18k|1895 |1660 |  12k| 110k|4400 | 0.000000e+00 | 2.300000e+01 |    Inf 
235.30/235.39	o 22
235.30/235.39	c * 235s| 97519 |  1333 |  1249k|  12.8 |  35M|  61 |   - |1895 |  16k|1895 |1665 |  12k| 120k|4609 | 0.000000e+00 | 2.200000e+01 |    Inf 
241.10/241.13	c   241s|100000 |  1379 |  1278k|  12.8 |  35M|  61 |  17 |1895 |  17k|1895 |1660 |  13k| 123k|4697 | 0.000000e+00 | 2.200000e+01 |    Inf 
264.29/264.31	c   264s|110000 |  1599 |  1396k|  12.7 |  37M|  65 |   - |1895 |  18k|   0 |   0 |  14k| 136k|4862 | 0.000000e+00 | 2.200000e+01 |    Inf 
287.99/288.00	c   288s|120000 |  1637 |  1512k|  12.6 |  38M|  65 |  11 |1895 |  18k|1895 |1660 |  15k| 149k|5074 | 0.000000e+00 | 2.200000e+01 |    Inf 
310.99/311.05	c   311s|130000 |  1680 |  1624k|  12.5 |  39M|  65 |   - |1895 |  18k|   0 |   0 |  16k| 161k|5237 | 0.000000e+00 | 2.200000e+01 |    Inf 
312.40/312.41	o 18
312.40/312.41	c * 312s|130649 |  1508 |  1630k|  12.5 |  36M|  65 |   - |1895 |  19k|1895 |1673 |  16k| 162k|5238 | 0.000000e+00 | 1.800000e+01 |    Inf 
334.20/334.24	c   334s|140000 |  1561 |  1737k|  12.4 |  37M|  65 |   - |1895 |  18k|   0 |   0 |  17k| 175k|5366 | 0.000000e+00 | 1.800000e+01 |    Inf 
356.60/356.68	c   357s|150000 |  1631 |  1846k|  12.3 |  39M|  65 |   - |1895 |  21k|   0 |   0 |  18k| 187k|5535 | 0.000000e+00 | 1.800000e+01 |    Inf 
379.80/379.81	c   380s|160000 |  1922 |  1955k|  12.2 |  42M|  65 |   1 |1895 |  24k|1895 |1660 |  20k| 200k|5681 | 0.000000e+00 | 1.800000e+01 |    Inf 
383.00/383.06	o 5
383.00/383.06	c * 383s|161389 |   991 |  1970k|  12.2 |  31M|  65 |   - |1895 |  24k|1895 |1667 |  20k| 202k|5687 | 0.000000e+00 | 5.000000e+00 |    Inf 
402.40/402.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.40/402.49	c   402s|170000 |  1014 |  2063k|  12.1 |  31M|  66 |  16 |1895 |  23k|1895 |1660 |  21k| 214k|5797 | 0.000000e+00 | 5.000000e+00 |    Inf 
425.10/425.16	c   425s|180000 |   959 |  2177k|  12.1 |  31M|  66 |  35 |1895 |  21k|1895 |1660 |  22k| 228k|5910 | 0.000000e+00 | 5.000000e+00 |    Inf 
448.31/448.32	c   448s|190000 |   963 |  2292k|  12.1 |  31M|  66 |   7 |1895 |  22k|1895 |1668 |  23k| 241k|6069 | 0.000000e+00 | 5.000000e+00 |    Inf 
471.81/471.87	c   472s|200000 |   892 |  2418k|  12.1 |  30M|  66 |   - |1895 |  19k|   0 |   0 |  24k| 254k|6198 | 0.000000e+00 | 5.000000e+00 |    Inf 
495.20/495.27	c   495s|210000 |   798 |  2549k|  12.1 |  29M|  66 |   9 |1895 |  15k|1895 |1668 |  25k| 268k|6324 | 0.000000e+00 | 5.000000e+00 |    Inf 
517.01/517.03	c   517s|220000 |   787 |  2668k|  12.1 |  29M|  66 |  20 |1895 |  17k|1895 |1660 |  26k| 281k|6463 | 0.000000e+00 | 5.000000e+00 |    Inf 
540.71/540.75	c   541s|230000 |   746 |  2796k|  12.2 |  30M|  71 |   - |1895 |  19k|1895 |1670 |  27k| 295k|6622 | 0.000000e+00 | 5.000000e+00 |    Inf 
563.41/563.46	c   563s|240000 |   604 |  2917k|  12.2 |  28M|  71 |  24 |1895 |  15k|1895 |1671 |  29k| 309k|6743 | 0.000000e+00 | 5.000000e+00 |    Inf 
585.41/585.48	c   585s|250000 |   409 |  3033k|  12.1 |  25M|  71 |  24 |1895 |  13k|1895 |1660 |  30k| 322k|6844 | 0.000000e+00 | 5.000000e+00 |    Inf 
608.31/608.35	c   608s|260000 |   249 |  3166k|  12.2 |  23M|  71 |  24 |1895 |  12k|1895 |1660 |  31k| 335k|7044 | 0.000000e+00 | 5.000000e+00 |    Inf 
631.80/631.88	c   632s|270000 |   243 |  3295k|  12.2 |  24M|  71 |   - |1895 |  15k|   0 |   0 |  32k| 348k|7174 | 0.000000e+00 | 5.000000e+00 |    Inf 
658.11/658.11	c   658s|280000 |   330 |  3444k|  12.3 |  26M|  71 |   - |1895 |  19k|   0 |   0 |  33k| 361k|7315 | 0.000000e+00 | 5.000000e+00 |    Inf 
683.81/683.84	c   684s|290000 |   287 |  3586k|  12.4 |  27M|  71 |  21 |1895 |  21k|1895 |1660 |  34k| 375k|7448 | 0.000000e+00 | 5.000000e+00 |    Inf 
709.21/709.23	c   709s|300000 |   308 |  3721k|  12.4 |  29M|  71 |   - |1895 |  25k|   0 |   0 |  35k| 387k|7535 | 0.000000e+00 | 5.000000e+00 |    Inf 
734.41/734.48	c   734s|310000 |   329 |  3847k|  12.4 |  28M|  71 |  12 |1895 |  23k|1895 |1660 |  36k| 401k|7649 | 0.000000e+00 | 5.000000e+00 |    Inf 
760.12/760.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
760.12/760.17	c   760s|320000 |   366 |  3982k|  12.4 |  30M|  71 |   - |1895 |  25k|   0 |   0 |  37k| 414k|7746 | 0.000000e+00 | 5.000000e+00 |    Inf 
788.51/788.58	c   789s|330000 |   485 |  4135k|  12.5 |  31M|  71 |   - |1895 |  27k|   0 |   0 |  39k| 427k|7870 | 0.000000e+00 | 5.000000e+00 |    Inf 
816.01/816.00	c   816s|340000 |   520 |  4282k|  12.6 |  31M|  71 |   - |1895 |  27k|1895 |1669 |  40k| 440k|7989 | 0.000000e+00 | 5.000000e+00 |    Inf 
842.31/842.35	c   842s|350000 |   553 |  4416k|  12.6 |  32M|  72 |  34 |1895 |  27k|1895 |1672 |  41k| 453k|8096 | 0.000000e+00 | 5.000000e+00 |    Inf 
868.81/868.88	c   869s|360000 |   576 |  4548k|  12.6 |  34M|  72 |  19 |1895 |  31k|1895 |1666 |  42k| 467k|8199 | 0.000000e+00 | 5.000000e+00 |    Inf 
896.22/896.24	c   896s|370000 |   535 |  4682k|  12.7 |  33M|  72 |   - |1895 |  29k|   0 |   0 |  43k| 480k|8301 | 0.000000e+00 | 5.000000e+00 |    Inf 
923.92/923.99	c   924s|380000 |   478 |  4824k|  12.7 |  33M|  72 |  21 |1895 |  30k|1895 |1660 |  44k| 494k|8404 | 0.000000e+00 | 5.000000e+00 |    Inf 
951.42/951.43	c   951s|390000 |   397 |  4957k|  12.7 |  33M|  72 |   - |1895 |  31k|1895 |1666 |  45k| 507k|8501 | 0.000000e+00 | 5.000000e+00 |    Inf 
978.41/978.49	c   978s|400000 |   423 |  5084k|  12.7 |  35M|  72 |  27 |1895 |  35k|1895 |1668 |  47k| 520k|8588 | 0.000000e+00 | 5.000000e+00 |    Inf 
1008.02/1008.08	c  1008s|410000 |   223 |  5218k|  12.7 |  28M|  72 |  34 |1895 |  22k|1895 |1660 |  48k| 533k|8701 | 0.000000e+00 | 5.000000e+00 |    Inf 
1033.93/1033.96	c  1034s|420000 |   184 |  5350k|  12.7 |  26M|  72 |  22 |1895 |  20k|1895 |1660 |  49k| 546k|9022 | 0.000000e+00 | 5.000000e+00 |    Inf 
1060.72/1060.74	c  1061s|430000 |   296 |  5492k|  12.8 |  27M|  72 |  11 |1895 |  22k|1895 |1660 |  50k| 558k|9090 | 0.000000e+00 | 5.000000e+00 |    Inf 
1087.02/1087.01	c  1087s|440000 |   374 |  5627k|  12.8 |  30M|  72 |   - |1895 |  27k|   0 |   0 |  51k| 571k|9179 | 0.000000e+00 | 5.000000e+00 |    Inf 
1113.92/1113.99	c  1114s|450000 |   595 |  5767k|  12.8 |  31M|  72 |  18 |1895 |  28k|1895 |1660 |  53k| 584k|9272 | 0.000000e+00 | 5.000000e+00 |    Inf 
1140.42/1140.46	c  1140s|460000 |   687 |  5899k|  12.8 |  33M|  72 |  25 |1895 |  30k|1895 |1660 |  54k| 597k|9358 | 0.000000e+00 | 5.000000e+00 |    Inf 
1167.33/1167.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.33/1167.35	c  1167s|470000 |   707 |  6034k|  12.8 |  33M|  72 |   7 |1895 |  29k|1895 |1660 |  55k| 611k|9440 | 0.000000e+00 | 5.000000e+00 |    Inf 
1195.22/1195.24	c  1195s|480000 |   843 |  6183k|  12.9 |  35M|  72 |   - |1895 |  32k|   0 |   0 |  57k| 624k|9530 | 0.000000e+00 | 5.000000e+00 |    Inf 
1222.62/1222.63	c  1223s|490000 |   803 |  6316k|  12.9 |  35M|  72 |   - |1895 |  31k|   0 |   0 |  58k| 637k|9598 | 0.000000e+00 | 5.000000e+00 |    Inf 
1249.53/1249.52	c  1250s|500000 |   721 |  6447k|  12.9 |  35M|  72 |  23 |1895 |  30k|1895 |1669 |  59k| 650k|9704 | 0.000000e+00 | 5.000000e+00 |    Inf 
1277.03/1277.06	c  1277s|510000 |   717 |  6585k|  12.9 |  35M|  72 |  14 |1895 |  30k|1895 |1660 |  61k| 664k|9803 | 0.000000e+00 | 5.000000e+00 |    Inf 
1304.33/1304.31	c  1304s|520000 |   745 |  6723k|  12.9 |  36M|  72 |   - |1895 |  31k|1895 |1660 |  63k| 677k|9895 | 0.000000e+00 | 5.000000e+00 |    Inf 
1331.62/1331.65	c  1332s|530000 |   707 |  6853k|  12.9 |  35M|  72 |  25 |1895 |  29k|1895 |1667 |  64k| 690k|9992 | 0.000000e+00 | 5.000000e+00 |    Inf 
1359.93/1359.99	c  1360s|540000 |   770 |  6988k|  12.9 |  37M|  72 |   - |1895 |  31k|   0 |   0 |  65k| 702k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1387.33/1387.33	c  1387s|550000 |   618 |  7123k|  13.0 |  35M|  72 |  27 |1895 |  27k|1895 |1660 |  67k| 716k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1415.13/1415.17	c  1415s|560000 |   301 |  7259k|  13.0 |  31M|  72 |  21 |1895 |  23k|1895 |1676 |  68k| 729k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1441.23/1441.20	c  1441s|570000 |   320 |  7395k|  13.0 |  30M|  72 |  18 |1895 |  25k|1895 |1666 |  69k| 742k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1467.53/1467.56	c  1468s|580000 |   299 |  7526k|  13.0 |  30M|  72 |   6 |1895 |  23k|1895 |1660 |  70k| 755k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1494.83/1494.87	c  1495s|590000 |   276 |  7668k|  13.0 |  30M|  72 |   - |1895 |  25k|1895 |1660 |  72k| 769k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1520.53/1520.56	c  1521s|600000 |   249 |  7793k|  13.0 |  31M|  72 |  23 |1895 |  26k|1895 |1660 |  72k| 781k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1546.13/1546.17	c  1546s|610000 |   270 |  7916k|  13.0 |  32M|  72 |  35 |1895 |  29k|1895 |1660 |  73k| 795k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1573.53/1573.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.53/1573.56	c  1574s|620000 |   333 |  8042k|  13.0 |  33M|  72 |   - |1895 |  30k|1895 |1660 |  74k| 808k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1601.04/1601.07	c  1601s|630000 |   414 |  8168k|  13.0 |  34M|  72 |   - |1895 |  33k|1895 |1660 |  75k| 821k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1631.13/1631.14	c  1631s|640000 |   477 |  8307k|  13.0 |  35M|  72 |  36 |1895 |  32k|1895 |1660 |  75k| 834k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1659.34/1659.36	c  1659s|650000 |   459 |  8437k|  13.0 |  35M|  72 |  20 |1895 |  33k|1895 |1660 |  76k| 848k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1687.34/1687.37	c  1687s|660000 |   658 |  8568k|  13.0 |  37M|  72 |   - |1895 |  35k|   0 |   0 |  77k| 861k|  10k| 0.000000e+00 | 5.000000e+00 |    Inf 
1717.83/1717.86	c  1718s|670000 |   645 |  8712k|  13.0 |  38M|  72 |   - |1895 |  35k|   0 |   0 |  78k| 874k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1749.33/1749.34	c  1749s|680000 |   771 |  8872k|  13.0 |  39M|  72 |  21 |1895 |  37k|1895 |1673 |  79k| 888k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1779.44/1779.44	c  1779s|690000 |   743 |  9023k|  13.1 |  39M|  72 |  22 |1895 |  37k|1895 |1673 |  80k| 902k|  11k| 0.000000e+00 | 5.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 693393
1790.04/1790.00	c Primal Bound       : +5.00000000000000e+00 (69 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1790.04/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.01	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1790.04/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.01	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 
1790.04/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705516-1278572954.wbo
1790.04/1790.01	c   Variables        : 2039 (1135 binary, 0 integer, 904 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3612 initial, 3612 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705516-1278572954.wbo
1790.04/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3291 initial, 38638 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          7          0          0
1790.04/1790.01	c   linear           :       0.06          0          0          0        933          0        242        170          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1584          -          -       1584          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     385101          0        259       3101          0          0     737622
1790.04/1790.01	c   knapsack         :          1          6    3199916      13606          1      40296    8511893          0          0          0
1790.04/1790.01	c   setppc           :         18          6    3165299      13593          1      68840    2714370          0          0          0
1790.04/1790.01	c   linear           :        832+         7    3096939      13614          1      46078    3128864      80244          0          0
1790.04/1790.01	c   indicator        :        832          0    3032856      13552          1        553    1146251          0          0          0
1790.04/1790.01	c   logicor          :       1608+         6    1520152        849          1     103126    5670918          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     282722          0          0         98        368          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0        849          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      40.24       0.00       0.00      40.24       0.00
1790.04/1790.01	c   knapsack         :      32.88       0.00      32.87       0.01       0.00
1790.04/1790.01	c   setppc           :      17.66       0.00      17.65       0.01       0.00
1790.04/1790.01	c   linear           :      40.46       0.00      40.01       0.45       0.00
1790.04/1790.01	c   indicator        :      10.89       0.01      10.64       0.24       0.00
1790.04/1790.01	c   logicor          :     236.01       0.00     236.00       0.01       0.00
1790.04/1790.01	c   bounddisjunction :       0.41       0.00       0.41       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.55      14183          0        240
1790.04/1790.01	c   rootredcost      :       0.53         21          0        792
1790.04/1790.01	c   pseudoobj        :      45.84    3210284       4282    1269541
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :      10.23     262720     262278    1551978       26.5       8336       24.2          -
1790.04/1790.01	c   infeasible LP    :      18.19     101343     101340     791447       41.5        925       15.9          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     907556       26.3          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -         21          -    (maximal pool size: 422)
1790.04/1790.01	c   redcost          :      14.28     385961          0      16577          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.27          6          0          0       1000          0
1790.04/1790.01	c   strongcg         :       0.24          6          0          0       1775          0
1790.04/1790.01	c   cmir             :       0.03          6          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.06          6          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.07          1          0          0          0          2
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      39.96     371472        259       3101          0          0     737622
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.13        830          0          0          0          0       1661
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.02          -         20
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   oneopt           :       0.26         20          0
1790.04/1790.01	c   feaspump         :       0.02          1          0
1790.04/1790.01	c   crossover        :       0.70         17          0
1790.04/1790.01	c   pscostdiving     :       0.32         78          0
1790.04/1790.01	c   fracdiving       :       0.41         78          0
1790.04/1790.01	c   linesearchdiving :       0.29         78          0
1790.04/1790.01	c   guideddiving     :       0.31         78          0
1790.04/1790.01	c   veclendiving     :       0.31         78          0
1790.04/1790.01	c   coefdiving       :       0.49         79          0
1790.04/1790.01	c   objpscostdiving  :       0.35         40          0
1790.04/1790.01	c   rootsoldiving    :       0.51         40          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.52     371535          0
1790.04/1790.01	c   zirounding       :       0.26       1000          0
1790.04/1790.01	c   rounding         :       0.81       8558          0
1790.04/1790.01	c   shifting         :       0.80       2669          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.03          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.12          0          0
1790.04/1790.01	c   trysol           :       0.19        112         49
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     966.80     484276    9063316      18.72    9374.56
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       2.06       1300      12913       9.93    6262.30
1790.04/1790.01	c   strong branching :      36.14      11265     360511      32.00    9974.74
1790.04/1790.01	c     (at root node) :          -         13       3841     295.46          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     693393
1790.04/1790.01	c   nodes (total)    :     693393
1790.04/1790.01	c   nodes left       :        701
1790.04/1790.01	c   max depth        :         76
1790.04/1790.01	c   max depth (total):         76
1790.04/1790.01	c   backtracks       :      86259 (12.4%)
1790.04/1790.01	c   delayed cutoffs  :      43060
1790.04/1790.01	c   repropagations   :    1309663 (3756120 domain reductions, 40158 cutoffs)
1790.04/1790.01	c   avg switch length:       5.34
1790.04/1790.01	c   switching time   :     202.12
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :         69 (21 improvements)
1790.04/1790.01	c   First Solution   : +4.04320000000000e+04   (in run 1, after 24 nodes, 2.46 seconds, depth 24, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 161389 nodes, 383.03 seconds, depth 24, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        630
1790.04/1790.08	c Time complete: 1790.12.

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705516-1278572954/watcher-2705516-1278572954 -o /tmp/evaluation-result-2705516-1278572954/solver-2705516-1278572954 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705516-1278572954.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: 0.20 0.05 0.01 4/178 23276
/proc/meminfo: memFree=29637240/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=12556 CPUtime=0
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 1973 0 0 0 0 0 0 0 24 0 1 0 25508992 12857344 1891 4089446400 4194304 10345943 140736614287360 18446744073709551615 9137723 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23276/statm: 3139 1891 429 1502 0 1632 0

[startup+0.0729071 s]
/proc/loadavg: 0.20 0.05 0.01 4/178 23276
/proc/meminfo: memFree=29637240/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=26412 CPUtime=0.06
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 5643 0 0 0 6 0 0 0 24 0 1 0 25508992 27045888 5207 4089446400 4194304 10345943 140736614287360 18446744073709551615 5611511 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 6603 5207 541 1502 0 5096 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26412

[startup+0.100844 s]
/proc/loadavg: 0.20 0.05 0.01 4/178 23276
/proc/meminfo: memFree=29637240/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=27440 CPUtime=0.09
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 5922 0 0 0 9 0 0 0 24 0 1 0 25508992 28098560 5486 4089446400 4194304 10345943 140736614287360 18446744073709551615 5093471 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 6860 5486 561 1502 0 5353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27440

[startup+0.300811 s]
/proc/loadavg: 0.20 0.05 0.01 4/178 23276
/proc/meminfo: memFree=29637240/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=36192 CPUtime=0.29
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 12140 0 0 0 28 1 0 0 25 0 1 0 25508992 37060608 7487 4089446400 4194304 10345943 140736614287360 18446744073709551615 6200138 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 9048 7487 762 1502 0 7541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36192

[startup+0.700733 s]
/proc/loadavg: 0.20 0.05 0.01 4/178 23276
/proc/meminfo: memFree=29637240/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=42644 CPUtime=0.69
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 13882 0 0 0 67 2 0 0 25 0 1 0 25508992 43667456 9229 4089446400 4194304 10345943 140736614287360 18446744073709551615 6202634 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 10661 9229 785 1502 0 9154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42644

[startup+1.50054 s]
/proc/loadavg: 0.20 0.05 0.01 3/179 23277
/proc/meminfo: memFree=29598668/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=47016 CPUtime=1.49
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 17957 0 0 0 146 3 0 0 25 0 1 0 25508992 48144384 9989 4089446400 4194304 10345943 140736614287360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 11754 9989 801 1502 0 10247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47016

[startup+3.10025 s]
/proc/loadavg: 0.20 0.05 0.01 3/179 23277
/proc/meminfo: memFree=29597560/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=49112 CPUtime=3.09
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 18987 0 0 0 305 4 0 0 25 0 1 0 25508992 50290688 10321 4089446400 4194304 10345943 140736614287360 18446744073709551615 6785161 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 12278 10321 801 1502 0 10771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49112

[startup+6.30068 s]
/proc/loadavg: 0.42 0.10 0.03 3/179 23277
/proc/meminfo: memFree=29590504/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=48688 CPUtime=6.29
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 27927 0 0 0 622 7 0 0 25 0 1 0 25508992 49856512 10689 4089446400 4194304 10345943 140736614287360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 12172 10689 807 1502 0 10665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48688

[startup+12.7005 s]
/proc/loadavg: 0.55 0.13 0.04 3/179 23277
/proc/meminfo: memFree=29570696/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=55868 CPUtime=12.69
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 53671 0 0 0 1255 14 0 0 25 0 1 0 25508992 57208832 12372 4089446400 4194304 10345943 140736614287360 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 13967 12372 807 1502 0 12460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55868

[startup+25.5002 s]
/proc/loadavg: 0.87 0.22 0.07 3/179 23277
/proc/meminfo: memFree=29537836/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=71432 CPUtime=25.49
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 75605 0 0 0 2527 22 0 0 25 0 1 0 25508992 73146368 16082 4089446400 4194304 10345943 140736614287360 18446744073709551615 4723024 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23276/statm: 17858 16082 807 1502 0 16351 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71432

[startup+51.1007 s]
/proc/loadavg: 1.25 0.36 0.12 3/179 23278
/proc/meminfo: memFree=29492952/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=84648 CPUtime=51.09
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 93672 0 0 0 5076 33 0 0 25 0 1 0 25508992 86679552 19551 4089446400 4194304 10345943 140736614287360 18446744073709551615 4881968 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 21162 19551 807 1502 0 19655 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84648

[startup+102.306 s]
/proc/loadavg: 1.67 0.61 0.22 3/179 23279
/proc/meminfo: memFree=29405976/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=94572 CPUtime=102.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 129772 0 0 0 10169 61 0 0 25 0 1 0 25508992 96841728 21441 4089446400 4194304 10345943 140736614287360 18446744073709551615 6068858 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 23643 21441 807 1502 0 22136 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94572

[startup+162.301 s]
/proc/loadavg: 1.94 0.88 0.33 3/179 23281
/proc/meminfo: memFree=29351128/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=97144 CPUtime=162.29
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 161042 0 0 0 16138 91 0 0 25 0 1 0 25508992 99475456 22582 4089446400 4194304 10345943 140736614287360 18446744073709551615 6864730 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 24286 22582 807 1502 0 22779 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97144

[startup+222.301 s]
/proc/loadavg: 1.98 1.08 0.43 3/179 23283
/proc/meminfo: memFree=29335360/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=104828 CPUtime=222.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 187376 0 0 0 22111 119 0 0 25 0 1 0 25508992 107343872 24334 4089446400 4194304 10345943 140736614287360 18446744073709551615 7569520 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 26207 24334 807 1502 0 24700 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104828

[startup+282.3 s]
/proc/loadavg: 1.99 1.24 0.53 3/179 23284
/proc/meminfo: memFree=29328488/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=108444 CPUtime=282.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 217443 0 0 0 28084 146 0 0 25 0 1 0 25508992 111046656 25370 4089446400 4194304 10345943 140736614287360 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 27111 25370 807 1502 0 25604 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 108444

[startup+342.301 s]
/proc/loadavg: 2.05 1.39 0.62 3/179 23286
/proc/meminfo: memFree=29323120/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=111144 CPUtime=342.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 247104 0 0 0 34060 170 0 0 25 0 1 0 25508992 113811456 26045 4089446400 4194304 10345943 140736614287360 18446744073709551615 6119731 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 27786 26045 807 1502 0 26279 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111144

[startup+402.301 s]
/proc/loadavg: 2.02 1.50 0.71 3/179 23287
/proc/meminfo: memFree=29314884/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=115988 CPUtime=402.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 263074 0 0 0 40036 194 0 0 25 0 1 0 25508992 118771712 27258 4089446400 4194304 10345943 140736614287360 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 28997 27258 808 1502 0 27490 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115988

[startup+462.301 s]
/proc/loadavg: 2.00 1.59 0.78 3/179 23289
/proc/meminfo: memFree=29312228/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=116068 CPUtime=462.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 275624 0 0 0 46010 220 0 0 25 0 1 0 25508992 118853632 27298 4089446400 4194304 10345943 140736614287360 18446744073709551615 6336335 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 29017 27298 808 1502 0 27510 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116068

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.86 3/179 23291
/proc/meminfo: memFree=29310560/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=117644 CPUtime=522.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 290877 0 0 0 51984 246 0 0 25 0 1 0 25508992 120467456 27366 4089446400 4194304 10345943 140736614287360 18446744073709551615 6528251 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 29411 27366 808 1502 0 27904 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 117644

[startup+582.301 s]
/proc/loadavg: 2.06 1.74 0.93 3/179 23295
/proc/meminfo: memFree=29306524/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=116808 CPUtime=582.3
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 298952 0 0 0 57960 270 0 0 25 0 1 0 25508992 119611392 27433 4089446400 4194304 10345943 140736614287360 18446744073709551615 7522184 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 29202 27433 808 1502 0 27695 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 116808

[startup+642.301 s]
/proc/loadavg: 2.02 1.78 1.00 3/179 23297
/proc/meminfo: memFree=29305664/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=117088 CPUtime=642.31
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 309543 0 0 0 63935 296 0 0 25 0 1 0 25508992 119898112 27571 4089446400 4194304 10345943 140736614287360 18446744073709551615 7606744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 29272 27571 808 1502 0 27765 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 117088

[startup+702.3 s]

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

/proc/meminfo: memFree=29290516/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=123344 CPUtime=1062.32
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 355942 0 0 0 105773 459 0 0 25 0 1 0 25508992 126304256 29085 4089446400 4194304 10345943 140736614287360 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 30836 29085 808 1502 0 29329 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 123344

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 23310
/proc/meminfo: memFree=29290232/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=123328 CPUtime=1122.32
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 365116 0 0 0 111749 483 0 0 25 0 1 0 25508992 126287872 29131 4089446400 4194304 10345943 140736614287360 18446744073709551615 6519424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 30832 29131 808 1502 0 29325 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 123328

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/179 23311
/proc/meminfo: memFree=29290304/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=123356 CPUtime=1182.32
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 375522 0 0 0 117727 505 0 0 25 0 1 0 25508992 126316544 29144 4089446400 4194304 10345943 140736614287360 18446744073709551615 7524677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 30839 29144 808 1502 0 29332 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 123356

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/179 23313
/proc/meminfo: memFree=29289160/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=123336 CPUtime=1242.32
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 384511 0 0 0 123703 529 0 0 25 0 1 0 25508992 126296064 29090 4089446400 4194304 10345943 140736614287360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 30834 29090 808 1502 0 29327 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 123336

[startup+1302.3 s]
/proc/loadavg: 2.04 1.98 1.49 3/179 23314
/proc/meminfo: memFree=29288872/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=123608 CPUtime=1302.33
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 394350 0 0 0 129683 550 0 0 25 0 1 0 25508992 126574592 29143 4089446400 4194304 10345943 140736614287360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 30902 29143 808 1502 0 29395 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 123608

[startup+1362.3 s]
/proc/loadavg: 2.01 1.98 1.52 3/179 23316
/proc/meminfo: memFree=29285628/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=126952 CPUtime=1362.32
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 399656 0 0 0 135660 572 0 0 25 0 1 0 25508992 129998848 29672 4089446400 4194304 10345943 140736614287360 18446744073709551615 4220157 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 31738 29672 808 1502 0 30231 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 126952

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.55 4/179 23318
/proc/meminfo: memFree=29283608/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=127512 CPUtime=1422.33
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 400278 0 0 0 141637 596 0 0 25 0 1 0 25508992 130572288 29894 4089446400 4194304 10345943 140736614287360 18446744073709551615 6120639 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 31878 29894 808 1502 0 30371 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 127512

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.58 3/179 23319
/proc/meminfo: memFree=29271660/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1482.33
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403243 0 0 0 147616 617 0 0 25 0 1 0 25508992 142266368 32631 4089446400 4194304 10345943 140736614287360 18446744073709551615 7547108 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32631 808 1502 0 33226 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 138932

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.60 3/179 23321
/proc/meminfo: memFree=29269896/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1542.33
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403278 0 0 0 153596 637 0 0 25 0 1 0 25508992 142266368 32666 4089446400 4194304 10345943 140736614287360 18446744073709551615 6358299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32666 808 1502 0 33226 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 138932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/179 23322
/proc/meminfo: memFree=29268868/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1602.34
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403297 0 0 0 159579 655 0 0 25 0 1 0 25508992 142266368 32685 4089446400 4194304 10345943 140736614287360 18446744073709551615 7569564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32685 808 1502 0 33226 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 138932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/179 23324
/proc/meminfo: memFree=29267088/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1662.34
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403300 0 0 0 165559 675 0 0 25 0 1 0 25508992 142266368 32688 4089446400 4194304 10345943 140736614287360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32688 808 1502 0 33226 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 138932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/179 23326
/proc/meminfo: memFree=29265200/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1722.34
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403326 0 0 0 171543 691 0 0 25 0 1 0 25508992 142266368 32714 4089446400 4194304 10345943 140736614287360 18446744073709551615 6804117 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32714 808 1502 0 33226 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 138932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23327
/proc/meminfo: memFree=29263060/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1782.34
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 177521 713 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 7591267 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 138932

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23328
/proc/meminfo: memFree=29263060/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1785.54
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 177840 714 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 4232002 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 138932

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23328
/proc/meminfo: memFree=29263060/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1787.14
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 177999 715 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 138932

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 23328
/proc/meminfo: memFree=29263060/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1788.74
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 178159 715 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 7566982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 138932

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 23328
/proc/meminfo: memFree=29263060/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1789.54
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 178238 716 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 7569861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 138932

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 23331
/proc/meminfo: memFree=29548300/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1789.94
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 178278 716 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 7601985 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 138932

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.68 2/174 23331
/proc/meminfo: memFree=29548300/32950928 swapFree=67111528/67111528
[pid=23276] ppid=23274 vsize=138932 CPUtime=1790.04
/proc/23276/stat : 23276 (pbscip.linux.x8) R 23274 23276 23101 0 -1 4202496 403333 0 0 0 178288 716 0 0 25 0 1 0 25508992 142266368 32721 4089446400 4194304 10345943 140736614287360 18446744073709551615 6525286 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23276/statm: 34733 32721 808 1502 0 33226 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 138932

Child status: 0
Real time (s): 1790.09
CPU time (s): 1790.13
CPU user time (s): 1782.96
CPU system time (s): 7.17391
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 138932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.96
system time used= 7.17391
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403337
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= 2
involuntary context switches= 2384

runsolver used 3.37649 second user time and 6.09607 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-08 09:09:15
IDJOB=2705516
IDBENCH=78900
IDSOLVER=1214
FILE ID=node122/2705516-1278572954
PBS_JOBID= 11240210
Free space on /tmp= 73396 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 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.1900567135--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-2705516-1278572954/watcher-2705516-1278572954 -o /tmp/evaluation-result-2705516-1278572954/solver-2705516-1278572954 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705516-1278572954.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 32795eb517f73910564f73a4c3c20f9d
RANDOM SEED=902839186

node122.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.839
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.67
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.839
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.16
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.839
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.839
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.81
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.839
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.76
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.839
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.67
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.839
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.839
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:      29637892 kB
Buffers:        158648 kB
Cached:        2885576 kB
SwapCached:          0 kB
Active:        1165832 kB
Inactive:      1979760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29637892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26012 kB
Writeback:           0 kB
AnonPages:      101320 kB
Mapped:          17716 kB
Slab:           103600 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   248372 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= 73396 MiB
End job on node122 at 2010-07-08 09:39:05