Trace number 2692953

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.16 1800.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-66-100-0.wbo
MD5SUMf1c7b8b76066043f2c00dac441c2cac6
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 benchmark190.536
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
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.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-2692953-1277912522.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 0 impl, 906 cont) and 3614 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, 1116 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 1116 impls, 14 clqs
0.00/0.09	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.09/0.10	c (round 4) 104 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 1116 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1085 (9.3%) - 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  104 deleted vars, 165 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.14	c  1116 implications, 14 cliques
0.09/0.14	c presolved problem has 1939 variables (1085 bin, 0 int, 0 impl, 854 cont) and 3449 constraints
0.09/0.14	c     854 constraints of type <indicator>
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     854 constraints of type <linear>
0.09/0.14	c    1726 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.09
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 |    50 |     - |8748k|   0 |  20 |1939 |3449 |1939 |1741 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	c   0.1s|     1 |     0 |    67 |     - |8808k|   0 |  20 |1939 |3449 |1939 |1752 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    75 |     - |9062k|   0 |  22 |1939 |3449 |1939 |1760 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |    86 |     - |9481k|   0 |  21 |1939 |3449 |1939 |1763 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   110 |     - |9620k|   0 |  17 |1939 |3449 |1939 |1768 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |   123 |     - |9672k|   0 |  28 |1939 |3449 |1939 |1772 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   134 |     - |9674k|   0 |  29 |1939 |3449 |1939 |1774 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.7s|     1 |     2 |   134 |     - |9678k|   0 |  29 |1939 |3449 |1939 |1774 |  33 |   0 |  29 | 0.000000e+00 |      --      |    Inf 
1.00/1.01	o 42102
1.00/1.01	c y 0.9s|    18 |    17 |   284 |   8.8 |9816k|  16 |   - |1939 |3449 |   0 |   0 |  41 |   0 | 119 | 0.000000e+00 | 4.210200e+04 |    Inf 
1.89/1.96	o 515
1.89/1.96	c * 1.8s|   578 |   569 |   753 |   1.1 |  11M| 211 |   - |1939 |3452 |1939 |1780 |  72 |   3 | 317 | 0.000000e+00 | 5.150000e+02 |    Inf 
1.99/2.04	o 511
1.99/2.04	c * 1.9s|   637 |   614 |   823 |   1.1 |  11M| 211 |   - |1939 |3480 |1939 |1780 |  83 |  31 | 323 | 0.000000e+00 | 5.110000e+02 |    Inf 
2.79/2.83	o 498
2.79/2.83	c * 2.6s|   914 |   833 |  1490 |   1.5 |  12M| 211 |   - |1939 |3565 |1939 |1778 | 144 | 116 | 535 | 0.000000e+00 | 4.980000e+02 |    Inf 
2.89/2.95	o 462
2.89/2.95	c * 2.7s|   955 |   844 |  1592 |   1.5 |  12M| 211 |   - |1939 |3578 |1939 |1779 | 154 | 129 | 565 | 0.000000e+00 | 4.620000e+02 |    Inf 
2.99/3.05	o 419
2.99/3.05	c * 2.8s|   990 |   855 |  1689 |   1.6 |  12M| 211 |   - |1939 |3589 |1939 |1779 | 159 | 140 | 596 | 0.000000e+00 | 4.190000e+02 |    Inf 
2.99/3.05	o 397
2.99/3.05	c * 2.8s|   991 |   849 |  1689 |   1.6 |  12M| 211 |   - |1939 |3589 |1939 |1779 | 159 | 140 | 596 | 0.000000e+00 | 3.970000e+02 |    Inf 
3.09/3.10	o 322
3.09/3.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.10	c * 2.9s|  1005 |   739 |  1770 |   1.6 |  12M| 211 |   - |1939 |3595 |1939 |1781 | 164 | 146 | 610 | 0.000000e+00 | 3.220000e+02 |    Inf 
3.30/3.36	o 300
3.30/3.36	c * 3.1s|  1163 |   786 |  2021 |   1.6 |  12M| 211 |   - |1939 |3711 |1939 |1779 | 177 | 262 | 640 | 0.000000e+00 | 3.000000e+02 |    Inf 
3.49/3.59	o 222
3.49/3.59	c * 3.3s|  1237 |   688 |  2370 |   1.8 |  12M| 211 |   - |1939 |3788 |1939 |1777 | 180 | 339 | 701 | 0.000000e+00 | 2.220000e+02 |    Inf 
4.09/4.14	o 202
4.09/4.14	c * 3.8s|  1469 |   726 |  3055 |   2.0 |  13M| 211 |   - |1939 |3941 |1939 |1779 | 229 | 510 | 794 | 0.000000e+00 | 2.020000e+02 |    Inf 
4.19/4.24	o 196
4.19/4.24	c * 3.9s|  1501 |   721 |  3223 |   2.1 |  13M| 211 |   - |1939 |3959 |1939 |1783 | 240 | 531 | 819 | 0.000000e+00 | 1.960000e+02 |    Inf 
4.29/4.35	o 187
4.29/4.35	c * 4.0s|  1526 |   711 |  3360 |   2.1 |  13M| 211 |   - |1939 |3973 |1939 |1781 | 242 | 547 | 857 | 0.000000e+00 | 1.870000e+02 |    Inf 
4.49/4.54	o 158
4.49/4.54	c * 4.2s|  1624 |   726 |  3498 |   2.1 |  13M| 211 |   - |1939 |4018 |1939 |1785 | 252 | 610 | 889 | 0.000000e+00 | 1.580000e+02 |    Inf 
4.89/4.95	o 136
4.89/4.95	c * 4.6s|  1735 |   705 |  4093 |   2.3 |  14M| 211 |   - |1939 |4102 |1939 |1781 | 267 | 720 | 993 | 0.000000e+00 | 1.360000e+02 |    Inf 
4.89/4.95	o 120
4.89/4.95	c * 4.6s|  1736 |   650 |  4107 |   2.3 |  14M| 211 |   - |1939 |4102 |1939 |1781 | 267 | 720 | 993 | 0.000000e+00 | 1.200000e+02 |    Inf 
4.99/5.01	o 116
4.99/5.01	c * 4.7s|  1766 |   658 |  4177 |   2.3 |  14M| 211 |   - |1939 |4132 |1939 |1783 | 271 | 753 | 998 | 0.000000e+00 | 1.160000e+02 |    Inf 
6.39/6.40	o 83
6.39/6.40	c * 6.0s|  2202 |   667 |  6663 |   3.0 |  15M| 211 |   - |1939 |4399 |1939 |1784 | 384 |1227 |1249 | 0.000000e+00 | 8.300000e+01 |    Inf 
8.69/8.77	o 70
8.69/8.77	c * 8.2s|  2866 |   729 | 11749 |   4.1 |  16M| 211 |   - |1939 |4537 |1939 |1776 | 514 |1890 |1684 | 0.000000e+00 | 7.000000e+01 |    Inf 
8.69/8.77	o 67
8.69/8.77	c * 8.2s|  2867 |   706 | 11749 |   4.1 |  16M| 211 |   - |1939 |4537 |1939 |1776 | 514 |1890 |1684 | 0.000000e+00 | 6.700000e+01 |    Inf 
23.00/23.10	o 63
23.00/23.10	c *21.7s|  8844 |  1070 | 78297 |   8.8 |  21M| 211 |   - |1939 |6597 |1939 |1770 |1737 |8998 |2137 | 0.000000e+00 | 6.300000e+01 |    Inf 
24.29/24.30	o 60
24.29/24.30	c *22.8s|  9366 |  1083 | 84404 |   9.0 |  21M| 211 |   - |1939 |6691 |1939 |1770 |1845 |9698 |2137 | 0.000000e+00 | 6.000000e+01 |    Inf 
25.59/25.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.59/25.63	c  24.1s| 10000 |  1074 | 90342 |   9.0 |  21M| 211 |   - |1939 |6760 |   0 |   0 |1932 |  10k|2137 | 0.000000e+00 | 6.000000e+01 |    Inf 
32.19/32.24	o 58
32.19/32.24	c *30.4s| 12838 |  1228 |125425 |   9.8 |  23M| 211 |   - |1939 |7125 |1939 |1779 |2395 |  13k|2148 | 0.000000e+00 | 5.800000e+01 |    Inf 
38.89/38.95	o 23
38.89/38.95	c *36.6s| 15862 |   911 |159644 |  10.1 |  19M| 211 |   - |1939 |7660 |1939 |1775 |2919 |  17k|2157 | 0.000000e+00 | 2.300000e+01 |    Inf 
40.19/40.28	o 20
40.19/40.28	c *37.9s| 16461 |   791 |166245 |  10.1 |  19M| 211 |   - |1939 |7291 |1939 |1771 |2999 |  18k|2213 | 0.000000e+00 | 2.000000e+01 |    Inf 
48.99/49.03	c  46.0s| 20000 |   802 |216101 |  10.8 |  20M| 211 |   - |1939 |8319 |1939 |1771 |3749 |  23k|2472 | 0.000000e+00 | 2.000000e+01 |    Inf 
72.99/73.03	o 17
72.99/73.03	c *68.7s| 29934 |   759 |357555 |  11.9 |  22M| 211 |   - |1939 |  12k|1939 |1776 |5971 |  35k|3102 | 0.000000e+00 | 1.700000e+01 |    Inf 
73.29/73.30	c  68.9s| 30000 |   752 |358793 |  12.0 |  22M| 211 |  25 |1939 |  11k|1939 |1771 |5971 |  35k|3117 | 0.000000e+00 | 1.700000e+01 |    Inf 
96.80/96.81	c  91.1s| 40000 |   728 |491209 |  12.3 |  23M| 211 |   - |1939 |  12k|1939 |1770 |7388 |  48k|3589 | 0.000000e+00 | 1.700000e+01 |    Inf 
98.79/98.80	o 15
98.79/98.80	c *93.0s| 40888 |   721 |503059 |  12.3 |  23M| 211 |   - |1939 |  12k|1939 |1779 |7521 |  50k|3618 | 0.000000e+00 | 1.500000e+01 |    Inf 
105.89/105.98	o 8
105.89/105.98	c *99.7s| 44026 |   690 |544095 |  12.4 |  22M| 211 |   - |1939 |  11k|1939 |1777 |8123 |  54k|3772 | 0.000000e+00 | 8.000000e+00 |    Inf 
119.19/119.28	c   112s| 50000 |   702 |621026 |  12.4 |  23M| 211 |   - |1939 |  13k|   0 |   0 |9375 |  61k|4019 | 0.000000e+00 | 8.000000e+00 |    Inf 
141.90/141.97	c   134s| 60000 |   691 |750781 |  12.5 |  24M| 211 |   - |1939 |  15k|   0 |   0 |  11k|  74k|4436 | 0.000000e+00 | 8.000000e+00 |    Inf 
165.19/165.28	c   156s| 70000 |   731 |879124 |  12.6 |  26M| 211 |   - |1939 |  19k|1939 |1770 |  12k|  87k|4767 | 0.000000e+00 | 8.000000e+00 |    Inf 
177.09/177.13	o 5
177.09/177.13	c * 167s| 74754 |   735 |947453 |  12.7 |  26M| 211 |   - |1939 |  19k|1939 |1777 |  13k|  93k|4913 | 0.000000e+00 | 5.000000e+00 |    Inf 
190.00/190.09	c   179s| 80000 |   794 |  1021k|  12.8 |  27M| 211 |  28 |1939 |  21k|1939 |1770 |  14k| 100k|5086 | 0.000000e+00 | 5.000000e+00 |    Inf 
204.39/204.40	o 3
204.39/204.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
204.39/204.40	c * 193s| 85695 |   791 |  1104k|  12.9 |  27M| 211 |   - |1939 |  21k|1939 |1774 |  15k| 107k|5230 | 0.000000e+00 | 3.000000e+00 |    Inf 
215.99/216.03	c   204s| 90000 |   777 |  1169k|  13.0 |  26M| 211 |   - |1939 |  19k|1939 |1770 |  15k| 113k|5381 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.39/240.42	c   227s|100000 |   836 |  1304k|  13.0 |  29M| 211 |   - |1939 |  24k|1939 |1778 |  17k| 127k|5651 | 0.000000e+00 | 3.000000e+00 |    Inf 
265.30/265.30	c   250s|110000 |   820 |  1438k|  13.1 |  28M| 211 |   - |1939 |  22k|1939 |1770 |  18k| 140k|5903 | 0.000000e+00 | 3.000000e+00 |    Inf 
291.10/291.15	c   275s|120000 |   785 |  1592k|  13.3 |  28M| 211 |   - |1939 |  21k|1939 |1770 |  19k| 153k|6154 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.20/315.25	c   298s|130000 |   784 |  1725k|  13.3 |  28M| 211 |   - |1939 |  21k|   0 |   0 |  21k| 166k|6383 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.39/338.46	c   320s|140000 |   753 |  1846k|  13.2 |  29M| 211 |  24 |1939 |  23k|1939 |1779 |  22k| 179k|6565 | 0.000000e+00 | 3.000000e+00 |    Inf 
362.49/362.56	c   342s|150000 |   678 |  1977k|  13.2 |  27M| 211 |   - |1939 |  19k|   0 |   0 |  24k| 192k|6707 | 0.000000e+00 | 3.000000e+00 |    Inf 
386.39/386.43	c   365s|160000 |   677 |  2103k|  13.1 |  28M| 211 |   - |1939 |  22k|   0 |   0 |  25k| 205k|6920 | 0.000000e+00 | 3.000000e+00 |    Inf 
410.60/410.64	c   388s|170000 |   673 |  2238k|  13.2 |  28M| 211 |   - |1939 |  22k|1939 |1771 |  27k| 218k|7168 | 0.000000e+00 | 3.000000e+00 |    Inf 
434.90/434.90	c   411s|180000 |   614 |  2369k|  13.2 |  27M| 211 |   - |1939 |  19k|   0 |   0 |  29k| 231k|7357 | 0.000000e+00 | 3.000000e+00 |    Inf 
458.40/458.49	c   433s|190000 |   515 |  2485k|  13.1 |  27M| 211 |  20 |1939 |  21k|1939 |1780 |  30k| 244k|7531 | 0.000000e+00 | 3.000000e+00 |    Inf 
485.40/485.41	c   459s|200000 |   380 |  2648k|  13.2 |  25M| 211 |  20 |1939 |  17k|1939 |1771 |  31k| 257k|7693 | 0.000000e+00 | 3.000000e+00 |    Inf 
498.30/498.39	o 1
498.30/498.39	c * 471s|205654 |   403 |  2720k|  13.2 |  26M| 211 |   - |1939 |  20k|1939 |1771 |  32k| 265k|7831 | 0.000000e+00 | 1.000000e-00 |    Inf 
508.80/508.87	c   481s|210000 |   379 |  2780k|  13.2 |  26M| 211 |  19 |1939 |  21k|1939 |1771 |  33k| 270k|7875 | 0.000000e+00 | 1.000000e-00 |    Inf 
535.30/535.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.30/535.38	c   506s|220000 |   462 |  2938k|  13.4 |  29M| 211 |   - |1939 |  25k|   0 |   0 |  34k| 283k|8054 | 0.000000e+00 | 1.000000e-00 |    Inf 
564.70/564.74	c   534s|230000 |   442 |  3103k|  13.5 |  30M| 211 |  24 |1939 |  28k|1939 |1780 |  35k| 296k|8237 | 0.000000e+00 | 1.000000e-00 |    Inf 
593.10/593.18	c   561s|240000 |   390 |  3264k|  13.6 |  29M| 211 |   - |1939 |  27k|1939 |1789 |  36k| 309k|8376 | 0.000000e+00 | 1.000000e-00 |    Inf 
622.80/622.84	c   590s|250000 |   417 |  3441k|  13.8 |  31M| 211 |  23 |1939 |  31k|1939 |1792 |  38k| 323k|8566 | 0.000000e+00 | 1.000000e-00 |    Inf 
652.40/652.46	c   618s|260000 |   364 |  3610k|  13.9 |  29M| 211 |  14 |1939 |  27k|1939 |1770 |  39k| 337k|8757 | 0.000000e+00 | 1.000000e-00 |    Inf 
679.01/679.08	c   643s|270000 |   406 |  3761k|  13.9 |  32M| 211 |   - |1939 |  32k|1939 |1770 |  40k| 349k|8885 | 0.000000e+00 | 1.000000e-00 |    Inf 
706.80/706.82	c   670s|280000 |   535 |  3915k|  14.0 |  33M| 211 |  19 |1939 |  34k|1939 |1770 |  41k| 362k|9011 | 0.000000e+00 | 1.000000e-00 |    Inf 
736.80/736.89	c   698s|290000 |   584 |  4083k|  14.1 |  35M| 211 |   - |1939 |  38k|   0 |   0 |  43k| 376k|9159 | 0.000000e+00 | 1.000000e-00 |    Inf 
765.91/765.96	c   726s|300000 |   623 |  4235k|  14.1 |  35M| 211 |   1 |1939 |  36k|1939 |1770 |  44k| 389k|9253 | 0.000000e+00 | 1.000000e-00 |    Inf 
795.20/795.27	c   754s|310000 |   634 |  4392k|  14.2 |  35M| 211 |   - |1939 |  37k|1939 |1777 |  46k| 402k|9406 | 0.000000e+00 | 1.000000e-00 |    Inf 
822.90/822.92	c   780s|320000 |   655 |  4539k|  14.2 |  37M| 211 |   1 |1939 |  41k|1939 |1770 |  47k| 415k|9547 | 0.000000e+00 | 1.000000e-00 |    Inf 
852.81/852.82	c   809s|330000 |   578 |  4695k|  14.2 |  37M| 211 |  12 |1939 |  39k|1939 |1770 |  49k| 429k|9634 | 0.000000e+00 | 1.000000e-00 |    Inf 
881.01/881.09	c   836s|340000 |   545 |  4834k|  14.2 |  36M| 211 |   - |1939 |  39k|1939 |1777 |  51k| 442k|9731 | 0.000000e+00 | 1.000000e-00 |    Inf 
910.81/910.82	c   864s|350000 |   484 |  4986k|  14.2 |  36M| 211 |  14 |1939 |  39k|1939 |1770 |  52k| 455k|9884 | 0.000000e+00 | 1.000000e-00 |    Inf 
938.21/938.25	c   891s|360000 |   590 |  5113k|  14.2 |  37M| 211 |  25 |1939 |  40k|1939 |1770 |  53k| 467k|9971 | 0.000000e+00 | 1.000000e-00 |    Inf 
966.81/966.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.81/966.80	c   918s|370000 |   723 |  5245k|  14.2 |  40M| 211 |   1 |1939 |  46k|1939 |1779 |  54k| 480k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
997.01/997.09	c   947s|380000 |   752 |  5392k|  14.2 |  41M| 211 |  23 |1939 |  48k|1939 |1778 |  55k| 494k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1026.41/1026.42	c   975s|390000 |   683 |  5528k|  14.2 |  40M| 211 |   1 |1939 |  45k|1939 |1778 |  56k| 507k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1056.70/1056.76	c  1004s|400000 |   732 |  5679k|  14.2 |  42M| 211 |   - |1939 |  50k|1939 |1778 |  57k| 521k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1087.61/1087.66	c  1034s|410000 |   672 |  5824k|  14.2 |  39M| 211 |  19 |1939 |  43k|1939 |1770 |  58k| 534k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1117.81/1117.85	c  1063s|420000 |   685 |  5963k|  14.2 |  41M| 211 |  17 |1939 |  47k|1939 |1770 |  59k| 547k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1146.40/1146.48	c  1090s|430000 |   683 |  6092k|  14.2 |  42M| 211 |  21 |1939 |  50k|1939 |1770 |  60k| 561k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1179.01/1179.00	c  1121s|440000 |   795 |  6241k|  14.2 |  40M| 211 |  24 |1939 |  44k|1939 |1770 |  61k| 574k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1209.01/1209.00	c  1150s|450000 |   902 |  6391k|  14.2 |  43M| 211 |   - |1939 |  48k|1939 |1779 |  63k| 588k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1239.81/1239.80	c  1180s|460000 |  1129 |  6531k|  14.2 |  44M| 211 |   - |1939 |  49k|   0 |   0 |  64k| 602k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1270.21/1270.21	c  1209s|470000 |  1212 |  6668k|  14.2 |  46M| 211 |  21 |1939 |  53k|1939 |1777 |  65k| 616k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
1302.11/1302.12	c  1239s|480000 |  1211 |  6821k|  14.2 |  46M| 211 |  26 |1939 |  51k|1939 |1779 |  67k| 630k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1335.50/1335.54	c  1272s|490000 |  1205 |  6974k|  14.2 |  45M| 211 |   - |1939 |  50k|1939 |1777 |  68k| 644k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1366.21/1366.29	c  1301s|500000 |  1317 |  7112k|  14.2 |  48M| 211 |   9 |1939 |  55k|1939 |1770 |  69k| 658k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1398.41/1398.41	c  1332s|510000 |  1384 |  7264k|  14.2 |  50M| 211 |   - |1939 |  59k|1939 |1776 |  70k| 672k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1429.92/1429.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1429.92/1429.92	c  1362s|520000 |  1378 |  7404k|  14.2 |  48M| 211 |  16 |1939 |  53k|1939 |1770 |  72k| 686k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1460.11/1460.16	c  1391s|530000 |  1460 |  7529k|  14.2 |  48M| 211 |  15 |1939 |  54k|1939 |1770 |  73k| 701k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1493.81/1493.87	c  1424s|540000 |  1510 |  7670k|  14.2 |  49M| 211 |   - |1939 |  53k|   0 |   0 |  75k| 715k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1525.41/1525.42	c  1454s|550000 |  1487 |  7811k|  14.2 |  48M| 211 |  11 |1939 |  52k|1939 |1770 |  76k| 728k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1561.61/1561.64	c  1489s|560000 |  1533 |  7951k|  14.2 |  49M| 211 |   - |1939 |  53k|   0 |   0 |  77k| 743k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1596.91/1596.90	c  1524s|570000 |  1442 |  8080k|  14.2 |  48M| 211 |  20 |1939 |  52k|1939 |1770 |  78k| 757k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1637.32/1637.32	c  1563s|580000 |  1444 |  8231k|  14.2 |  50M| 211 |  16 |1939 |  56k|1939 |1770 |  80k| 771k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1674.22/1674.21	c  1599s|590000 |  1457 |  8362k|  14.2 |  50M| 211 |  20 |1939 |  55k|1939 |1770 |  81k| 785k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1713.61/1713.61	c  1638s|600000 |  1511 |  8505k|  14.2 |  50M| 211 |  19 |1939 |  54k|1939 |1770 |  82k| 800k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
1758.81/1758.84	c  1682s|610000 |  1553 |  8666k|  14.2 |  51M| 211 |  18 |1939 |  55k|1939 |1779 |  83k| 814k|  12k| 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.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1722.50
1800.01/1800.00	c Solving Nodes      : 619559
1800.01/1800.00	c Primal Bound       : +1.00000000000000e-00 (214 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.01	s SATISFIABLE
1800.01/1800.01	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1800.01/1800.01	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.01/1800.01	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.01/1800.01	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 
1800.01/1800.01	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.01/1800.01	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.01	v -x103 x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.01/1800.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.01/1800.01	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.01	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.01/1800.01	v -x1 
1800.01/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.02	c Solving Time       :    1722.50
1800.01/1800.02	c Original Problem   :
1800.01/1800.02	c   Problem name     : HOME/instance-2692953-1277912522.wbo
1800.01/1800.02	c   Variables        : 2043 (1137 binary, 0 integer, 0 implicit integer, 906 continuous)
1800.01/1800.02	c   Constraints      : 3614 initial, 3614 maximal
1800.01/1800.02	c Presolved Problem  :
1800.01/1800.02	c   Problem name     : t_HOME/instance-2692953-1277912522.wbo
1800.01/1800.02	c   Variables        : 1939 (1085 binary, 0 integer, 0 implicit integer, 854 continuous)
1800.01/1800.02	c   Constraints      : 3449 initial, 60283 maximal
1800.01/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.02	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1800.01/1800.02	c   dualfix          :       0.00         52          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         52          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.05          0          0          0        906          0        113         52          0
1800.01/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.02	c   root node        :          -        854          -          -       1708          -          -          -          -
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     344453          0        374       4032          0          0     647368
1800.01/1800.02	c   indicator        :        854          0     874534       7796          0        146     627758          0          0          0
1800.01/1800.02	c   knapsack         :          1          6    2635175      17066          0      34760    5251979          0          0          0
1800.01/1800.02	c   setppc           :         14          6    2602638      17075          0      37767    1941106          0          0          0
1800.01/1800.02	c   linear           :        854          6    2565600      17207          0      41646    3256802      84843          0          0
1800.01/1800.02	c   logicor          :       1726+         6    1323988       2122          0      65740    4866053          0          0          0
1800.01/1800.02	c   countsols        :          0          0          0       2122          0          0          0          0          0          0
1800.01/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.02	c   integral         :      36.23       0.00       0.00      36.23       0.00
1800.01/1800.02	c   indicator        :       1.26       0.00       1.07       0.19       0.00
1800.01/1800.02	c   knapsack         :      25.44       0.00      25.43       0.01       0.00
1800.01/1800.02	c   setppc           :      13.74       0.00      13.74       0.00       0.00
1800.01/1800.02	c   linear           :      37.94       0.00      37.44       0.50       0.00
1800.01/1800.02	c   logicor          :     278.66       0.00     278.66       0.00       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          :       0.08          2          0          0
1800.01/1800.02	c   rootredcost      :       0.07         31          0        854
1800.01/1800.02	c   pseudoobj        :      42.76    2639297       1086     496697
1800.01/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.02	c   propagation      :       6.90     180999     180627    1046594       25.8       5341       22.6          -
1800.01/1800.02	c   infeasible LP    :      25.93     140709     140705    1042201       45.8        857       14.8          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.01         16         16        122       25.0         11        6.3          -
1800.01/1800.02	c   applied globally :          -          -          -     828550       30.9          -          -          -
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          -          -        125          -    (maximal pool size: 331)
1800.01/1800.02	c   redcost          :       8.03     345291          0     123514          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.12          6          0          0       1994          0
1800.01/1800.02	c   strongcg         :       0.08          6          0          0       1559          0
1800.01/1800.02	c   cmir             :       0.02          6          0          0          0          0
1800.01/1800.02	c   flowcover        :       0.05          6          0          0          0          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        :      36.12     327187        374       4032          0          0     647368
1800.01/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   inference        :       0.18       2092          0          0          0          0       4184
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.03          -         30
1800.01/1800.02	c   pseudo solutions :       0.00          -          0
1800.01/1800.02	c   feaspump         :       0.01          1          0
1800.01/1800.02	c   oneopt           :       0.09         28          0
1800.01/1800.02	c   fracdiving       :       0.32         67          0
1800.01/1800.02	c   veclendiving     :       0.19         67          0
1800.01/1800.02	c   linesearchdiving :       0.21         67          0
1800.01/1800.02	c   guideddiving     :       0.27         67          0
1800.01/1800.02	c   objpscostdiving  :       0.13         34          0
1800.01/1800.02	c   coefdiving       :       0.32         68          0
1800.01/1800.02	c   pscostdiving     :       0.17         68          0
1800.01/1800.02	c   rootsoldiving    :       0.19         35          0
1800.01/1800.02	c   crossover        :       0.54         27          0
1800.01/1800.02	c   trivial          :       0.01          2          0
1800.01/1800.02	c   simplerounding   :       0.35     327468          0
1800.01/1800.02	c   zirounding       :       0.13       1000          0
1800.01/1800.02	c   rounding         :       0.73       8011          0
1800.01/1800.02	c   shifting         :       0.78       2527          0
1800.01/1800.02	c   intshifting      :       0.00         14          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.01          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.00          0          0
1800.01/1800.02	c   trysol           :       0.51       1380        184
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          :     901.60     481032    8797620      18.29    9757.79
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.28        828       6904       8.34    5393.75
1800.01/1800.02	c   strong branching :      33.00      12138     314233      25.89    9522.21
1800.01/1800.02	c     (at root node) :          -         29       3286     113.31          -
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            :     619559
1800.01/1800.02	c   nodes (total)    :     619559
1800.01/1800.02	c   nodes left       :       1552
1800.01/1800.02	c   max depth        :        211
1800.01/1800.02	c   max depth (total):        211
1800.01/1800.02	c   backtracks       :      89286 (14.4%)
1800.01/1800.02	c   delayed cutoffs  :      28769
1800.01/1800.02	c   repropagations   :     983944 (2644356 domain reductions, 27826 cutoffs)
1800.01/1800.02	c   avg switch length:       4.72
1800.01/1800.02	c   switching time   :     205.44
1800.01/1800.02	c Solution           :
1800.01/1800.02	c   Solutions found  :        214 (31 improvements)
1800.01/1800.02	c   First Solution   : +4.21020000000000e+04   (in run 1, after 17 nodes, 0.92 seconds, depth 17, found by <trysol>)
1800.01/1800.02	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 205654 nodes, 471.06 seconds, depth 28, 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  :        134
1800.11/1800.15	c Time complete: 1800.16.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692953-1277912522/watcher-2692953-1277912522 -o /tmp/evaluation-result-2692953-1277912522/solver-2692953-1277912522 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692953-1277912522.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.01 4/178 12562
/proc/meminfo: memFree=31381656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=10868 CPUtime=0
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 1639 0 0 0 0 0 0 0 25 0 1 0 132548289 11128832 1560 4089446400 4194304 9819077 140734250635008 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12562/statm: 2717 1560 392 1374 0 1338 0

[startup+0.0980059 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12562
/proc/meminfo: memFree=31381656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=25816 CPUtime=0.09
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 7661 0 0 0 8 1 0 0 25 0 1 0 132548289 26435584 5172 4089446400 4194304 9819077 140734250635008 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 6454 5172 512 1374 0 5075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25816

[startup+0.100996 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12562
/proc/meminfo: memFree=31381656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=24788 CPUtime=0.09
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 7661 0 0 0 8 1 0 0 25 0 1 0 132548289 25382912 4915 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 6197 4915 512 1374 0 4818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24788

[startup+0.300966 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12562
/proc/meminfo: memFree=31381656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=38112 CPUtime=0.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 11822 0 0 0 27 2 0 0 25 0 1 0 132548289 39026688 7970 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 9528 7970 689 1374 0 8149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38112

[startup+0.700897 s]
/proc/loadavg: 2.00 2.00 2.01 4/178 12562
/proc/meminfo: memFree=31381656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=42300 CPUtime=0.69
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 18364 0 0 0 65 4 0 0 25 0 1 0 132548289 43315200 8559 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 10575 8559 713 1374 0 9196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42300

[startup+1.50082 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12563
/proc/meminfo: memFree=31349160/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=40236 CPUtime=1.49
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 36254 0 0 0 141 8 0 0 25 0 1 0 132548289 41201664 8594 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 10059 8594 718 1374 0 8680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40236

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12563
/proc/meminfo: memFree=31345684/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=45284 CPUtime=3.09
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 70163 0 0 0 290 19 0 0 25 0 1 0 132548289 46370816 9629 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 11321 9629 722 1374 0 9942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45284

[startup+6.30101 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12563
/proc/meminfo: memFree=31338148/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=49876 CPUtime=6.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 109085 0 0 0 592 37 0 0 25 0 1 0 132548289 51073024 10974 4089446400 4194304 9819077 140734250635008 18446744073709551615 4665386 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 12469 10974 733 1374 0 11090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49876

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12563
/proc/meminfo: memFree=31333644/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=54084 CPUtime=12.69
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 227500 0 0 0 1191 78 0 0 25 0 1 0 132548289 55382016 11975 4089446400 4194304 9819077 140734250635008 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 13521 11976 739 1374 0 12142 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54084

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12563
/proc/meminfo: memFree=31321824/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=64744 CPUtime=25.5
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 388804 0 0 0 2398 152 0 0 25 0 1 0 132548289 66297856 14274 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 16186 14274 740 1374 0 14807 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 64744

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12563
/proc/meminfo: memFree=31307088/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=75304 CPUtime=51.09
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 760986 0 0 0 4801 308 0 0 25 0 1 0 132548289 77111296 16774 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 18826 16774 740 1374 0 17447 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75304

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12565
/proc/meminfo: memFree=31292308/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=84212 CPUtime=102.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 1466563 0 0 0 9627 603 0 0 25 0 1 0 132548289 86233088 18942 4089446400 4194304 9819077 140734250635008 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 21053 18942 740 1374 0 19674 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84212

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12567
/proc/meminfo: memFree=31278260/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=82404 CPUtime=162.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 2270036 0 0 0 15285 944 0 0 25 0 1 0 132548289 84381696 18568 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 20601 18568 740 1374 0 19222 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82404

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 12569
/proc/meminfo: memFree=31258384/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=87484 CPUtime=222.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 2946953 0 0 0 20971 1258 0 0 25 0 1 0 132548289 89583616 19619 4089446400 4194304 9819077 140734250635008 18446744073709551615 7306961 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 21871 19619 740 1374 0 20492 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87484

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12569
/proc/meminfo: memFree=31243192/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=88884 CPUtime=282.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 3658942 0 0 0 26653 1576 0 0 25 0 1 0 132548289 91017216 19960 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 22221 19960 740 1374 0 20842 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88884

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12571
/proc/meminfo: memFree=31225668/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=88780 CPUtime=342.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 4362106 0 0 0 32322 1908 0 0 25 0 1 0 132548289 90910720 20086 4089446400 4194304 9819077 140734250635008 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 22195 20086 741 1374 0 20816 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 88780

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12573
/proc/meminfo: memFree=31210864/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=90924 CPUtime=402.29
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 5071833 0 0 0 38000 2229 0 0 25 0 1 0 132548289 93106176 20393 4089446400 4194304 9819077 140734250635008 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 22731 20393 741 1374 0 21352 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 90924

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12575
/proc/meminfo: memFree=31196440/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=91116 CPUtime=462.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 5754516 0 0 0 43693 2537 0 0 25 0 1 0 132548289 93302784 20441 4089446400 4194304 9819077 140734250635008 18446744073709551615 7816503 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 22779 20441 741 1374 0 21400 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 91116

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12577
/proc/meminfo: memFree=31183764/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=91468 CPUtime=522.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 6478581 0 0 0 49376 2854 0 0 25 0 1 0 132548289 93663232 20528 4089446400 4194304 9819077 140734250635008 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 22867 20528 741 1374 0 21488 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 91468

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12577
/proc/meminfo: memFree=31173556/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=92880 CPUtime=582.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 7130662 0 0 0 55094 3136 0 0 25 0 1 0 132548289 95109120 20905 4089446400 4194304 9819077 140734250635008 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 23220 20905 741 1374 0 21841 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 92880

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12579
/proc/meminfo: memFree=31160732/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=94588 CPUtime=642.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 7786679 0 0 0 60808 3422 0 0 25 0 1 0 132548289 96858112 21335 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 23647 21335 741 1374 0 22268 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 94588

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12585
/proc/meminfo: memFree=31107332/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=102860 CPUtime=882.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 10275225 0 0 0 83716 4515 0 0 25 0 1 0 132548289 105328640 23056 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 25715 23056 741 1374 0 24336 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 102860

[startup+942.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12587
/proc/meminfo: memFree=31092160/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=105012 CPUtime=942.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 10848339 0 0 0 89452 4779 0 0 25 0 1 0 132548289 107532288 23410 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 26253 23410 741 1374 0 24874 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 105012

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12589
/proc/meminfo: memFree=31075492/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=106548 CPUtime=1002.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 11407780 0 0 0 95201 5030 0 0 25 0 1 0 132548289 109105152 23847 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 26637 23847 741 1374 0 25258 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 106548

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12591
/proc/meminfo: memFree=31062660/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=107460 CPUtime=1062.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 11975891 0 0 0 100949 5282 0 0 25 0 1 0 132548289 110039040 24028 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 26865 24028 741 1374 0 25486 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 107460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12593
/proc/meminfo: memFree=31055292/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=108368 CPUtime=1122.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 12521488 0 0 0 106701 5530 0 0 25 0 1 0 132548289 110968832 24313 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12562/statm: 27092 24313 741 1374 0 25713 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 108368

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12602
/proc/meminfo: memFree=31050128/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=109488 CPUtime=1182.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 13032364 0 0 0 112453 5777 0 0 25 0 1 0 132548289 112115712 24531 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12562/statm: 27372 24531 741 1374 0 25993 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 109488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12604
/proc/meminfo: memFree=31044204/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=110520 CPUtime=1242.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 13563026 0 0 0 118210 6021 0 0 25 0 1 0 132548289 113172480 24839 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12562/statm: 27630 24839 741 1374 0 26251 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 110520

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12606
/proc/meminfo: memFree=31040208/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=112364 CPUtime=1302.32
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 14108551 0 0 0 123969 6263 0 0 25 0 1 0 132548289 115060736 25227 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12562/statm: 28091 25227 741 1374 0 26712 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 112364

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12608
/proc/meminfo: memFree=31037808/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=113168 CPUtime=1362.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 14610590 0 0 0 129735 6496 0 0 25 0 1 0 132548289 115884032 25420 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12562/statm: 28292 25420 741 1374 0 26913 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 113168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12610
/proc/meminfo: memFree=31034300/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=115780 CPUtime=1422.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 15152048 0 0 0 135494 6737 0 0 25 0 1 0 132548289 118558720 26098 4089446400 4194304 9819077 140734250635008 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/12562/statm: 28945 26098 741 1374 0 27566 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 115780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12610
/proc/meminfo: memFree=31033024/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=116060 CPUtime=1482.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 15648067 0 0 0 141268 6963 0 0 25 0 1 0 132548289 118845440 26174 4089446400 4194304 9819077 140734250635008 18446744073709551615 7816634 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12562/statm: 29015 26174 741 1374 0 27636 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 116060

[startup+1542.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 12715
/proc/meminfo: memFree=31443084/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=116424 CPUtime=1542.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 16149852 0 0 0 147038 7193 0 0 25 0 1 0 132548289 119218176 26266 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12562/statm: 29106 26266 741 1374 0 27727 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 116424

[startup+1602.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 12717
/proc/meminfo: memFree=31428444/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=116744 CPUtime=1602.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 16575147 0 0 0 152908 7323 0 0 25 0 1 0 132548289 119545856 26337 4089446400 4194304 9819077 140734250635008 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12562/statm: 29186 26337 741 1374 0 27807 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 116744

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12746
/proc/meminfo: memFree=31350984/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=116928 CPUtime=1662.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 16981468 0 0 0 158776 7455 0 0 25 0 1 0 132548289 119734272 26424 4089446400 4194304 9819077 140734250635008 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12562/statm: 29232 26424 741 1374 0 27853 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 116928

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 12748
/proc/meminfo: memFree=31345256/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=117472 CPUtime=1722.31
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 17384609 0 0 0 164648 7583 0 0 25 0 1 0 132548289 120291328 26565 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12562/statm: 29368 26567 741 1374 0 27989 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 117472

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12748
/proc/meminfo: memFree=31337656/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=118016 CPUtime=1782.3
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 17759742 0 0 0 170523 7707 0 0 25 0 1 0 132548289 120848384 26705 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12562/statm: 29504 26705 741 1374 0 28125 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 118016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12750
/proc/meminfo: memFree=31336412/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=118376 CPUtime=1800.01
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 17881988 0 0 0 172252 7749 0 0 25 0 1 0 132548289 121217024 26803 4089446400 4194304 9819077 140734250635008 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12562/statm: 29594 26803 741 1374 0 28215 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 118376

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

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

[startup+1800.11 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12750
/proc/meminfo: memFree=31336412/32951124 swapFree=67111528/67111528
[pid=12562] ppid=12560 vsize=117500 CPUtime=1800.11
/proc/12562/stat : 12562 (pbscip.linux.x8) R 12560 12562 12422 0 -1 4202496 17882082 0 0 0 172262 7749 0 0 25 0 1 0 132548289 120320000 26566 4089446400 4194304 9819077 140734250635008 18446744073709551615 4997782 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12562/statm: 29375 26566 742 1374 0 27996 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 117500

Child status: 0
Real time (s): 1800.15
CPU time (s): 1800.16
CPU user time (s): 1722.66
CPU system time (s): 77.5042
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 120680

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

runsolver used 2.76358 second user time and 5.44017 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 17:42:02
IDJOB=2692953
IDBENCH=78997
IDSOLVER=1205
FILE ID=node130/2692953-1277912522
PBS_JOBID= 11197286
Free space on /tmp= 74204 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.1900571132--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-2692953-1277912522/watcher-2692953-1277912522 -o /tmp/evaluation-result-2692953-1277912522/solver-2692953-1277912522 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692953-1277912522.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f1c7b8b76066043f2c00dac441c2cac6
RANDOM SEED=1866103240

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31382184 kB
Buffers:        199284 kB
Cached:         973124 kB
SwapCached:          0 kB
Active:         728964 kB
Inactive:       697732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31382184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6224 kB
Writeback:          52 kB
AnonPages:      253796 kB
Mapped:          17656 kB
Slab:            78540 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   414612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node130 at 2010-06-30 18:12:04