Trace number 2693562

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900669797--soft-66-100-0.wbo
MD5SUMed627c94e924dd829be1b38440fce2ad
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 benchmark171.049
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2693562-1277910760.wbo>
0.00/0.03	c original problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3619 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.04/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.04/0.08	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.09/0.10	c (round 3) 50 del vars, 249 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.09/0.11	c (round 4) 115 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 1131 impls, 16 clqs
0.09/0.12	c (round 5) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 1131 impls, 16 clqs
0.09/0.17	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (6 rounds):
0.09/0.17	c  130 deleted vars, 264 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.17	c  1131 implications, 16 cliques
0.09/0.17	c presolved problem has 1923 variables (1077 bin, 0 int, 0 impl, 846 cont) and 3355 constraints
0.09/0.17	c     846 constraints of type <indicator>
0.09/0.17	c      16 constraints of type <setppc>
0.09/0.17	c     846 constraints of type <linear>
0.09/0.17	c    1647 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.2
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1799.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	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.18	c   0.1s|     1 |     0 |    41 |     - |8706k|   0 |  14 |1923 |3355 |1923 |1663 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    81 |     - |8751k|   0 |  35 |1923 |3355 |1923 |1673 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |    88 |     - |9065k|   0 |  36 |1923 |3355 |1923 |1681 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   125 |     - |9210k|   0 |  52 |1923 |3355 |1923 |1683 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   161 |     - |9557k|   0 |  57 |1923 |3355 |1923 |1691 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   180 |     - |9562k|   0 |  61 |1923 |3355 |1923 |1696 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.78	c   0.7s|     1 |     0 |   188 |     - |9564k|   0 |  64 |1923 |3355 |1923 |1697 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.16	c   2.1s|     1 |     2 |   188 |     - |9597k|   0 |  64 |1923 |3355 |1923 |1697 |  34 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
2.09/2.16	o 42201
2.09/2.16	c y 2.1s|     2 |     1 |   188 |   0.0 |9627k|   1 |   - |1923 |3355 |   0 |   0 |  34 |   0 |  33 | 0.000000e+00 | 4.220100e+04 |    Inf 
14.59/14.62	o 707
14.59/14.62	c *14.4s|   442 |   416 |  8747 |  19.4 |  11M| 113 |   - |1923 |3399 |1923 |1708 | 290 |  44 | 948 | 0.000000e+00 | 7.070000e+02 |    Inf 
14.69/14.78	o 631
14.69/14.78	c *14.6s|   532 |   492 |  9409 |  17.4 |  11M| 119 |   - |1923 |3399 |1923 |1704 | 300 |  44 | 950 | 0.000000e+00 | 6.310000e+02 |    Inf 
14.79/14.80	o 533
14.79/14.80	c *14.6s|   544 |   428 |  9461 |  17.1 |  11M| 119 |   - |1923 |3413 |1923 |1704 | 300 |  58 | 950 | 0.000000e+00 | 5.330000e+02 |    Inf 
14.98/15.00	o 528
14.98/15.00	c *14.8s|   657 |   531 | 10243 |  15.3 |  12M| 119 |   - |1923 |3422 |1923 |1707 | 339 |  67 | 952 | 0.000000e+00 | 5.280000e+02 |    Inf 
15.09/15.13	o 493
15.09/15.13	c *14.9s|   709 |   531 | 10925 |  15.2 |  12M| 119 |   - |1923 |3467 |1923 |1716 | 368 | 112 | 952 | 0.000000e+00 | 4.930000e+02 |    Inf 
15.09/15.18	o 460
15.09/15.18	c *15.0s|   717 |   525 | 11202 |  15.4 |  12M| 119 |   - |1923 |3467 |1923 |1722 | 383 | 112 | 952 | 0.000000e+00 | 4.600000e+02 |    Inf 
15.49/15.53	o 422
15.49/15.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.49/15.53	c *15.3s|   864 |   602 | 12720 |  14.5 |  13M| 119 |   - |1923 |3549 |1923 |1706 | 441 | 194 | 958 | 0.000000e+00 | 4.220000e+02 |    Inf 
15.59/15.64	o 348
15.59/15.64	c *15.4s|   904 |   568 | 13334 |  14.6 |  13M| 119 |   - |1923 |3556 |1923 |1702 | 470 | 204 | 958 | 0.000000e+00 | 3.480000e+02 |    Inf 
15.69/15.73	o 279
15.69/15.73	c *15.5s|   949 |   535 | 13730 |  14.3 |  13M| 119 |   - |1923 |3580 |1923 |1706 | 492 | 228 | 958 | 0.000000e+00 | 2.790000e+02 |    Inf 
15.69/15.73	o 243
15.69/15.73	c *15.5s|   950 |   484 | 13735 |  14.3 |  13M| 119 |   - |1923 |3580 |1923 |1706 | 492 | 228 | 958 | 0.000000e+00 | 2.430000e+02 |    Inf 
15.99/16.00	o 219
15.99/16.00	c *15.8s|  1068 |   512 | 14703 |  13.6 |  13M| 119 |   - |1923 |3657 |1923 |1710 | 548 | 309 | 962 | 0.000000e+00 | 2.190000e+02 |    Inf 
16.78/16.81	o 212
16.78/16.81	c *16.6s|  1421 |   609 | 18127 |  12.6 |  14M| 119 |   - |1923 |4005 |1923 |1712 | 667 | 674 | 968 | 0.000000e+00 | 2.120000e+02 |    Inf 
17.08/17.17	o 211
17.08/17.17	c *16.9s|  1558 |   661 | 19982 |  12.7 |  15M| 119 |   - |1923 |4104 |1923 |1713 | 726 | 795 | 969 | 0.000000e+00 | 2.110000e+02 |    Inf 
17.29/17.31	o 204
17.29/17.31	c *17.1s|  1644 |   687 | 20402 |  12.3 |  15M| 119 |   - |1923 |4138 |1923 |1701 | 766 | 846 | 969 | 0.000000e+00 | 2.040000e+02 |    Inf 
17.39/17.44	o 203
17.39/17.44	c *17.2s|  1693 |   728 | 20950 |  12.3 |  15M| 119 |   - |1923 |4152 |1923 |1709 | 808 | 861 | 969 | 0.000000e+00 | 2.030000e+02 |    Inf 
17.79/17.81	o 180
17.79/17.81	c *17.6s|  1882 |   685 | 22654 |  11.9 |  15M| 119 |   - |1923 |4253 |1923 |1705 | 829 |1063 | 969 | 0.000000e+00 | 1.800000e+02 |    Inf 
17.79/17.85	o 172
17.79/17.85	c *17.6s|  1899 |   658 | 22851 |  11.9 |  15M| 119 |   - |1923 |4254 |1923 |1712 | 843 |1071 | 969 | 0.000000e+00 | 1.720000e+02 |    Inf 
17.79/17.86	o 115
17.79/17.86	c *17.6s|  1900 |   463 | 22851 |  11.9 |  14M| 119 |   - |1923 |4254 |1923 |1712 | 843 |1071 | 969 | 0.000000e+00 | 1.150000e+02 |    Inf 
17.88/17.91	o 64
17.88/17.91	c *17.6s|  1912 |   214 | 23201 |  12.0 |  14M| 119 |   - |1923 |4251 |1923 |1700 | 845 |1085 | 969 | 0.000000e+00 | 6.400000e+01 |    Inf 
17.98/18.05	o 45
17.98/18.05	c *17.8s|  1957 |   199 | 23848 |  12.1 |  14M| 119 |   - |1923 |3906 |1923 |1699 | 845 |1129 | 969 | 0.000000e+00 | 4.500000e+01 |    Inf 
17.98/18.08	o 38
17.98/18.08	c *17.8s|  1970 |   189 | 24000 |  12.1 |  14M| 119 |   - |1923 |3700 |1923 |1699 | 845 |1148 | 969 | 0.000000e+00 | 3.800000e+01 |    Inf 
17.98/18.09	o 14
17.98/18.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.98/18.09	c *17.8s|  1972 |   175 | 24059 |  12.1 |  13M| 119 |   - |1923 |3636 |1923 |1699 | 845 |1148 | 969 | 0.000000e+00 | 1.400000e+01 |    Inf 
18.09/18.11	o 12
18.09/18.11	c *17.8s|  1975 |   175 | 24071 |  12.1 |  13M| 119 |   - |1923 |3412 |1923 |1701 | 847 |1148 | 969 | 0.000000e+00 | 1.200000e+01 |    Inf 
18.09/18.11	o 11
18.09/18.11	c *17.8s|  1976 |   168 | 24071 |  12.1 |  13M| 119 |   - |1923 |3412 |1923 |1701 | 847 |1148 | 969 | 0.000000e+00 | 1.100000e+01 |    Inf 
37.49/37.58	c  36.6s| 10000 |   403 |146366 |  14.6 |  17M| 119 |   - |1923 |8522 |   0 |   0 |1907 |  11k|1289 | 0.000000e+00 | 1.100000e+01 |    Inf 
47.88/47.98	o 9
47.88/47.98	c *46.6s| 14243 |   513 |210169 |  14.7 |  18M| 119 |   - |1923 |8810 |1923 |1703 |2507 |  16k|1424 | 0.000000e+00 | 9.000000e+00 |    Inf 
61.29/61.34	c  59.4s| 20000 |   705 |297505 |  14.9 |  19M| 119 |   - |1923 |9653 |1923 |1698 |3099 |  24k|1525 | 0.000000e+00 | 9.000000e+00 |    Inf 
83.09/83.17	c  80.4s| 30000 |   797 |437709 |  14.6 |  22M| 119 |  17 |1923 |  13k|1923 |1698 |4010 |  38k|1525 | 0.000000e+00 | 9.000000e+00 |    Inf 
105.29/105.33	c   102s| 40000 |   777 |568179 |  14.2 |  23M| 119 |   - |1923 |  15k|1923 |1698 |4960 |  53k|1713 | 0.000000e+00 | 9.000000e+00 |    Inf 
116.09/116.11	o 8
116.09/116.11	c * 112s| 44452 |   754 |629086 |  14.1 |  22M| 119 |   - |1923 |  13k|1923 |1706 |5500 |  59k|1883 | 0.000000e+00 | 8.000000e+00 |    Inf 
129.59/129.61	c   125s| 50000 |   751 |706597 |  14.1 |  22M| 119 |  21 |1923 |  11k|1923 |1698 |6362 |  67k|2087 | 0.000000e+00 | 8.000000e+00 |    Inf 
150.50/150.58	c   145s| 60000 |   785 |827056 |  13.8 |  23M| 119 |   - |1923 |  13k|   0 |   0 |7248 |  81k|2311 | 0.000000e+00 | 8.000000e+00 |    Inf 
173.10/173.10	c   167s| 70000 |   823 |956473 |  13.7 |  24M| 119 |   1 |1923 |  13k|1923 |1698 |8164 |  95k|2542 | 0.000000e+00 | 8.000000e+00 |    Inf 
196.99/197.06	c   190s| 80000 |   841 |  1094k|  13.7 |  24M| 119 |  10 |1923 |  13k|1923 |1698 |9262 | 109k|2719 | 0.000000e+00 | 8.000000e+00 |    Inf 
219.79/219.85	c   212s| 90000 |   768 |  1224k|  13.6 |  24M| 119 |   - |1923 |  12k|1923 |1698 |  10k| 123k|2986 | 0.000000e+00 | 8.000000e+00 |    Inf 
242.80/242.87	c   235s|100000 |   711 |  1362k|  13.6 |  23M| 119 |   - |1923 |  11k|   0 |   0 |  11k| 137k|3198 | 0.000000e+00 | 8.000000e+00 |    Inf 
264.80/264.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.80/264.87	c   256s|110000 |   714 |  1490k|  13.6 |  24M| 119 |  11 |1923 |  13k|1923 |1698 |  12k| 151k|3352 | 0.000000e+00 | 8.000000e+00 |    Inf 
287.50/287.56	c   278s|120000 |   689 |  1619k|  13.5 |  25M| 119 |   - |1923 |  14k|   0 |   0 |  13k| 164k|3562 | 0.000000e+00 | 8.000000e+00 |    Inf 
310.49/310.57	c   300s|130000 |   690 |  1748k|  13.4 |  25M| 119 |  24 |1923 |  15k|1923 |1698 |  14k| 178k|3728 | 0.000000e+00 | 8.000000e+00 |    Inf 
332.60/332.66	c   321s|140000 |   720 |  1872k|  13.4 |  24M| 119 |  23 |1923 |  14k|1923 |1698 |  15k| 191k|3893 | 0.000000e+00 | 8.000000e+00 |    Inf 
354.21/354.28	c   342s|150000 |   668 |  1989k|  13.3 |  25M| 119 |   - |1923 |  16k|   0 |   0 |  16k| 204k|4013 | 0.000000e+00 | 8.000000e+00 |    Inf 
377.00/377.03	c   364s|160000 |   618 |  2108k|  13.2 |  25M| 119 |  13 |1923 |  15k|1923 |1704 |  17k| 218k|4277 | 0.000000e+00 | 8.000000e+00 |    Inf 
402.41/402.49	c   389s|170000 |   597 |  2241k|  13.2 |  24M| 119 |  23 |1923 |  12k|1923 |1707 |  18k| 232k|4830 | 0.000000e+00 | 8.000000e+00 |    Inf 
425.30/425.35	c   411s|180000 |   743 |  2375k|  13.2 |  26M| 119 |   - |1923 |  16k|1923 |1693 |  19k| 245k|4931 | 0.000000e+00 | 8.000000e+00 |    Inf 
450.31/450.37	c   435s|190000 |   904 |  2521k|  13.3 |  28M| 119 |  25 |1923 |  18k|1923 |1693 |  20k| 258k|5033 | 0.000000e+00 | 8.000000e+00 |    Inf 
477.80/477.85	c   462s|200000 |  1044 |  2685k|  13.4 |  29M| 119 |  28 |1923 |  18k|1923 |1693 |  21k| 272k|5149 | 0.000000e+00 | 8.000000e+00 |    Inf 
494.30/494.37	o 2
494.30/494.37	c * 478s|205945 |   836 |  2777k|  13.5 |  27M| 119 |   - |1923 |  20k|1923 |1697 |  22k| 280k|5206 | 0.000000e+00 | 2.000000e+00 |    Inf 
505.61/505.63	c   489s|210000 |   813 |  2839k|  13.5 |  27M| 119 |  31 |1923 |  17k|1923 |1693 |  22k| 285k|5249 | 0.000000e+00 | 2.000000e+00 |    Inf 
532.31/532.36	c   515s|220000 |   824 |  2981k|  13.6 |  28M| 119 |   - |1923 |  20k|   0 |   0 |  23k| 299k|5364 | 0.000000e+00 | 2.000000e+00 |    Inf 
559.21/559.27	c   541s|230000 |   811 |  3115k|  13.5 |  28M| 119 |   - |1923 |  20k|   0 |   0 |  24k| 312k|5490 | 0.000000e+00 | 2.000000e+00 |    Inf 
584.91/584.93	c   565s|240000 |   809 |  3238k|  13.5 |  28M| 119 |  25 |1923 |  21k|1923 |1700 |  25k| 325k|5575 | 0.000000e+00 | 2.000000e+00 |    Inf 
611.52/611.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.52/611.52	c   591s|250000 |  1032 |  3375k|  13.5 |  31M| 119 |  28 |1923 |  25k|1923 |1693 |  26k| 339k|5651 | 0.000000e+00 | 2.000000e+00 |    Inf 
641.01/641.01	c   620s|260000 |  1086 |  3522k|  13.5 |  31M| 119 |   - |1923 |  24k|   0 |   0 |  27k| 352k|5788 | 0.000000e+00 | 2.000000e+00 |    Inf 
669.21/669.28	c   647s|270000 |  1081 |  3664k|  13.6 |  32M| 119 |  13 |1923 |  26k|1923 |1693 |  28k| 366k|5897 | 0.000000e+00 | 2.000000e+00 |    Inf 
696.51/696.53	c   674s|280000 |  1011 |  3796k|  13.6 |  32M| 119 |   - |1923 |  26k|   0 |   0 |  29k| 380k|5984 | 0.000000e+00 | 2.000000e+00 |    Inf 
723.62/723.61	c   700s|290000 |   928 |  3930k|  13.6 |  32M| 119 |   - |1923 |  26k|1923 |1700 |  31k| 394k|6092 | 0.000000e+00 | 2.000000e+00 |    Inf 
750.92/750.91	c   726s|300000 |   878 |  4065k|  13.6 |  31M| 119 |   - |1923 |  24k|   0 |   0 |  32k| 408k|6174 | 0.000000e+00 | 2.000000e+00 |    Inf 
779.61/779.61	c   754s|310000 |   813 |  4210k|  13.6 |  31M| 119 |   - |1923 |  25k|   0 |   0 |  33k| 422k|6281 | 0.000000e+00 | 2.000000e+00 |    Inf 
807.02/807.05	c   781s|320000 |   763 |  4345k|  13.6 |  31M| 119 |   - |1923 |  25k|   0 |   0 |  34k| 435k|6390 | 0.000000e+00 | 2.000000e+00 |    Inf 
835.81/835.82	c   809s|330000 |   769 |  4487k|  13.6 |  32M| 119 |   - |1923 |  29k|1923 |1702 |  35k| 448k|6481 | 0.000000e+00 | 2.000000e+00 |    Inf 
867.32/867.39	c   839s|340000 |   756 |  4641k|  13.7 |  31M| 119 |  23 |1923 |  27k|1923 |1693 |  36k| 462k|6581 | 0.000000e+00 | 2.000000e+00 |    Inf 
897.53/897.57	c   869s|350000 |   705 |  4791k|  13.7 |  31M| 119 |  11 |1923 |  27k|1923 |1693 |  37k| 475k|6660 | 0.000000e+00 | 2.000000e+00 |    Inf 
927.93/927.95	c   898s|360000 |   813 |  4945k|  13.7 |  34M| 119 |   - |1923 |  32k|1923 |1693 |  38k| 489k|6752 | 0.000000e+00 | 2.000000e+00 |    Inf 
958.92/958.92	c   928s|370000 |   896 |  5090k|  13.8 |  34M| 119 |  19 |1923 |  32k|1923 |1693 |  39k| 503k|6861 | 0.000000e+00 | 2.000000e+00 |    Inf 
989.33/989.36	c   958s|380000 |   875 |  5237k|  13.8 |  34M| 119 |   - |1923 |  32k|1923 |1693 |  40k| 516k|6935 | 0.000000e+00 | 2.000000e+00 |    Inf 
1020.22/1020.26	c   988s|390000 |   899 |  5387k|  13.8 |  35M| 119 |  13 |1923 |  33k|1923 |1693 |  41k| 530k|7031 | 0.000000e+00 | 2.000000e+00 |    Inf 
1050.02/1050.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1050.02/1050.08	c  1017s|400000 |   864 |  5530k|  13.8 |  35M| 119 |   - |1923 |  32k|   0 |   0 |  42k| 544k|7122 | 0.000000e+00 | 2.000000e+00 |    Inf 
1079.52/1079.53	c  1045s|410000 |   858 |  5676k|  13.8 |  34M| 119 |   - |1923 |  32k|   0 |   0 |  43k| 557k|7198 | 0.000000e+00 | 2.000000e+00 |    Inf 
1110.33/1110.34	c  1075s|420000 |   764 |  5825k|  13.9 |  34M| 119 |  22 |1923 |  32k|1923 |1693 |  44k| 571k|7294 | 0.000000e+00 | 2.000000e+00 |    Inf 
1139.64/1139.66	c  1103s|430000 |   734 |  5967k|  13.9 |  34M| 119 |   1 |1923 |  33k|1923 |1693 |  45k| 585k|7369 | 0.000000e+00 | 2.000000e+00 |    Inf 
1170.43/1170.48	c  1133s|440000 |   739 |  6118k|  13.9 |  35M| 119 |   - |1923 |  36k|   0 |   0 |  46k| 599k|7437 | 0.000000e+00 | 2.000000e+00 |    Inf 
1198.83/1198.80	c  1161s|450000 |   714 |  6259k|  13.9 |  36M| 119 |   - |1923 |  38k|   0 |   0 |  47k| 613k|7518 | 0.000000e+00 | 2.000000e+00 |    Inf 
1227.33/1227.33	c  1189s|460000 |   732 |  6402k|  13.9 |  35M| 119 |  13 |1923 |  35k|1923 |1693 |  48k| 627k|7602 | 0.000000e+00 | 2.000000e+00 |    Inf 
1256.64/1256.66	c  1217s|470000 |   734 |  6552k|  13.9 |  35M| 119 |  13 |1923 |  34k|1923 |1693 |  49k| 641k|7692 | 0.000000e+00 | 2.000000e+00 |    Inf 
1284.74/1284.78	c  1245s|480000 |   701 |  6687k|  13.9 |  35M| 119 |   - |1923 |  35k|   0 |   0 |  50k| 655k|7773 | 0.000000e+00 | 2.000000e+00 |    Inf 
1314.54/1314.52	c  1274s|490000 |   818 |  6844k|  14.0 |  36M| 119 |   - |1923 |  34k|   0 |   0 |  51k| 668k|7855 | 0.000000e+00 | 2.000000e+00 |    Inf 
1342.54/1342.55	c  1301s|500000 |  1164 |  6983k|  14.0 |  38M| 119 |   - |1923 |  36k|   0 |   0 |  53k| 682k|7921 | 0.000000e+00 | 2.000000e+00 |    Inf 
1369.64/1369.66	c  1327s|510000 |  1265 |  7111k|  13.9 |  38M| 119 |  35 |1923 |  35k|1923 |1693 |  54k| 696k|7991 | 0.000000e+00 | 2.000000e+00 |    Inf 
1397.44/1397.43	c  1354s|520000 |  1402 |  7250k|  13.9 |  40M| 119 |   7 |1923 |  38k|1923 |1693 |  55k| 710k|8047 | 0.000000e+00 | 2.000000e+00 |    Inf 
1425.84/1425.80	c  1382s|530000 |  1511 |  7387k|  13.9 |  41M| 119 |  25 |1923 |  39k|1923 |1693 |  56k| 725k|8113 | 0.000000e+00 | 2.000000e+00 |    Inf 
1454.74/1454.78	c  1410s|540000 |  1589 |  7530k|  13.9 |  42M| 119 |   - |1923 |  40k|   0 |   0 |  57k| 739k|8181 | 0.000000e+00 | 2.000000e+00 |    Inf 
1484.14/1484.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.14/1484.10	c  1438s|550000 |  1621 |  7670k|  13.9 |  43M| 119 |   - |1923 |  41k|   0 |   0 |  58k| 754k|8243 | 0.000000e+00 | 2.000000e+00 |    Inf 
1514.54/1514.51	c  1468s|560000 |  1710 |  7821k|  14.0 |  44M| 119 |   - |1923 |  43k|   0 |   0 |  59k| 768k|8314 | 0.000000e+00 | 2.000000e+00 |    Inf 
1546.04/1546.01	c  1499s|570000 |  1846 |  7978k|  14.0 |  46M| 119 |  12 |1923 |  47k|1923 |1693 |  61k| 782k|8374 | 0.000000e+00 | 2.000000e+00 |    Inf 
1576.04/1576.00	c  1528s|580000 |  1818 |  8111k|  14.0 |  45M| 119 |   8 |1923 |  44k|1923 |1693 |  62k| 796k|8447 | 0.000000e+00 | 2.000000e+00 |    Inf 
1604.95/1604.99	c  1556s|590000 |  1915 |  8252k|  14.0 |  45M| 119 |  30 |1923 |  41k|1923 |1701 |  63k| 809k|8516 | 0.000000e+00 | 2.000000e+00 |    Inf 
1633.65/1633.60	c  1584s|600000 |  1884 |  8396k|  14.0 |  44M| 119 |   - |1923 |  38k|   0 |   0 |  64k| 824k|8587 | 0.000000e+00 | 2.000000e+00 |    Inf 
1661.45/1661.49	c  1611s|610000 |  1887 |  8525k|  14.0 |  44M| 119 |  11 |1923 |  39k|1923 |1693 |  65k| 838k|8657 | 0.000000e+00 | 2.000000e+00 |    Inf 
1691.95/1691.97	c  1641s|620000 |  2018 |  8683k|  14.0 |  45M| 119 |   - |1923 |  38k|   0 |   0 |  66k| 852k|8713 | 0.000000e+00 | 2.000000e+00 |    Inf 
1723.85/1723.85	c  1672s|630000 |  2083 |  8853k|  14.1 |  46M| 119 |   - |1923 |  39k|   0 |   0 |  67k| 866k|8760 | 0.000000e+00 | 2.000000e+00 |    Inf 
1754.85/1754.87	c  1702s|640000 |  2176 |  9008k|  14.1 |  46M| 119 |  28 |1923 |  38k|1923 |1701 |  68k| 880k|8842 | 0.000000e+00 | 2.000000e+00 |    Inf 
1785.05/1785.03	c  1732s|650000 |  2281 |  9162k|  14.1 |  47M| 119 |   1 |1923 |  40k|1923 |1693 |  69k| 895k|8904 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1746.34
1800.05/1800.01	c Solving Nodes      : 654336
1800.05/1800.01	c Primal Bound       : +2.00000000000000e+00 (118 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.02	s SATISFIABLE
1800.05/1800.02	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.05/1800.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.02	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.02	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.05/1800.02	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.02	v -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.05/1800.02	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1800.05/1800.02	v -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.05/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.02	v -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time       :    1746.34
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-2693562-1277910760.wbo
1800.05/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.05/1800.02	c   Constraints      : 3619 initial, 3619 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-2693562-1277910760.wbo
1800.05/1800.02	c   Variables        : 1923 (1077 binary, 0 integer, 0 implicit integer, 846 continuous)
1800.05/1800.02	c   Constraints      : 3355 initial, 48341 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00         65          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       0.00          0          0          0          0          0         65          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.07          0          0          0        926          0        199        133          0
1800.05/1800.02	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -        834          -          -       1668          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0     362784          0        198       2425          0          0     695160
1800.05/1800.02	c   indicator        :        846          0    2900691      12998          0         42     141934          0          0          0
1800.05/1800.02	c   setppc           :         16          6    2910262      12806          0      65122    2419956          0          0          0
1800.05/1800.02	c   linear           :        846          6    2845869      13036          0      79319    9853200      69829          0          0
1800.05/1800.02	c   logicor          :       1647+         6    1448272        877          0      89496    5213940          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0        877          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :      42.25       0.00       0.00      42.25       0.00
1800.05/1800.02	c   indicator        :       2.27       0.01       2.14       0.12       0.00
1800.05/1800.02	c   setppc           :      17.64       0.00      17.64       0.00       0.00
1800.05/1800.02	c   linear           :      63.85       0.00      63.44       0.41       0.00
1800.05/1800.02	c   logicor          :     238.54       0.00     238.52       0.02       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.82          2          0          0
1800.05/1800.02	c   rootredcost      :       0.55         28          0        834
1800.05/1800.02	c   pseudoobj        :      46.91    2911089        181      99944
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :      10.71     234118     233639    1366661       27.1       6306       23.9          -
1800.05/1800.02	c   infeasible LP    :      22.37     110166     110165     819508       45.6       1127       14.6          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00         11         11         89       20.5          3       13.3          -
1800.05/1800.02	c   applied globally :          -          -          -     901123       28.7          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          5          -          -        100          -    (maximal pool size: 235)
1800.05/1800.02	c   redcost          :       8.99     363625          0      29268          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.31          6          0          0       1446          0
1800.05/1800.02	c   strongcg         :       0.18          6          0          0        338          0
1800.05/1800.02	c   cmir             :       0.01          6          0          0          0          0
1800.05/1800.02	c   flowcover        :       0.06          6          0          0          0          0
1800.05/1800.02	c   clique           :       0.01          6          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :      41.96     349732        198       2425          0          0     695160
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.06        850          0          0          0          0       1700
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.00          -         27
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   feaspump         :       0.00          1          0
1800.05/1800.02	c   oneopt           :       0.33         25          0
1800.05/1800.02	c   intshifting      :       0.03         11          0
1800.05/1800.02	c   crossover        :       0.46          7          0
1800.05/1800.02	c   fracdiving       :       0.18         65          0
1800.05/1800.02	c   veclendiving     :       0.17         65          0
1800.05/1800.02	c   linesearchdiving :       0.12         66          0
1800.05/1800.02	c   guideddiving     :       0.15         66          0
1800.05/1800.02	c   coefdiving       :       0.16         66          0
1800.05/1800.02	c   pscostdiving     :       0.17         66          0
1800.05/1800.02	c   objpscostdiving  :       0.06         36          0
1800.05/1800.02	c   rootsoldiving    :       0.12         36          0
1800.05/1800.02	c   trivial          :       0.00          2          0
1800.05/1800.02	c   simplerounding   :       0.86     349772          0
1800.05/1800.02	c   zirounding       :       0.23       1000          0
1800.05/1800.02	c   rounding         :       1.00       8304          0
1800.05/1800.02	c   shifting         :       0.91       2525          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.02          1          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.22          0          0
1800.05/1800.02	c   trysol           :       0.62       1751         91
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :     957.34     470515    9238731      19.64    9650.42
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       0.73        486       3972       8.17    5441.10
1800.05/1800.02	c   strong branching :      37.97       8930     359351      40.24    9464.08
1800.05/1800.02	c     (at root node) :          -         33      11262     341.27          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :     654336
1800.05/1800.02	c   nodes (total)    :     654336
1800.05/1800.02	c   nodes left       :       2334
1800.05/1800.02	c   max depth        :        119
1800.05/1800.02	c   max depth (total):        119
1800.05/1800.02	c   backtracks       :      86950 (13.3%)
1800.05/1800.02	c   delayed cutoffs  :      38890
1800.05/1800.02	c   repropagations   :    1110435 (3123233 domain reductions, 38234 cutoffs)
1800.05/1800.02	c   avg switch length:       4.99
1800.05/1800.02	c   switching time   :     193.62
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :        118 (28 improvements)
1800.05/1800.02	c   First Solution   : +4.22010000000000e+04   (in run 1, after 1 nodes, 0.76 seconds, depth 0, found by <trysol>)
1800.05/1800.02	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 205945 nodes, 477.72 seconds, depth 27, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :        188
1800.05/1800.09	c Time complete: 1800.15.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693562-1277910760/watcher-2693562-1277910760 -o /tmp/evaluation-result-2693562-1277910760/solver-2693562-1277910760 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693562-1277910760.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.01 2.20 2.44 4/196 25687
/proc/meminfo: memFree=31069660/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=10872 CPUtime=0
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 1639 0 0 0 0 0 0 0 25 0 1 0 166679138 11132928 1559 4089446400 4194304 9819077 140733965129520 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25687/statm: 2718 1562 392 1374 0 1339 0

[startup+0.0515549 s]
/proc/loadavg: 2.01 2.20 2.44 4/196 25687
/proc/meminfo: memFree=31069660/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=24940 CPUtime=0.04
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 5337 0 0 0 4 0 0 0 25 0 1 0 166679138 25538560 4904 4089446400 4194304 9819077 140733965129520 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25687/statm: 6235 4916 488 1374 0 4856 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24940

[startup+0.100558 s]
/proc/loadavg: 2.01 2.20 2.44 4/196 25687
/proc/meminfo: memFree=31069660/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=24044 CPUtime=0.09
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 5917 0 0 0 9 0 0 0 25 0 1 0 166679138 24621056 4712 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25687/statm: 6011 4712 498 1374 0 4632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24044

[startup+0.300518 s]
/proc/loadavg: 2.01 2.20 2.44 4/196 25687
/proc/meminfo: memFree=31069660/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=34496 CPUtime=0.29
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 10904 0 0 0 28 1 0 0 25 0 1 0 166679138 35323904 7035 4089446400 4194304 9819077 140733965129520 18446744073709551615 6048180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25687/statm: 8624 7035 679 1374 0 7245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34496

[startup+0.700444 s]
/proc/loadavg: 2.01 2.20 2.44 4/196 25687
/proc/meminfo: memFree=31069660/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=37588 CPUtime=0.69
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 11812 0 0 0 67 2 0 0 25 0 1 0 166679138 38490112 7786 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 9397 7786 680 1374 0 8018 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37588

[startup+1.50028 s]
/proc/loadavg: 2.01 2.20 2.44 3/197 25688
/proc/meminfo: memFree=31035676/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=40752 CPUtime=1.48
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 23447 0 0 0 145 3 0 0 25 0 1 0 166679138 41730048 8949 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 10188 8949 716 1374 0 8809 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40752

[startup+3.10099 s]
/proc/loadavg: 2.01 2.20 2.44 3/197 25688
/proc/meminfo: memFree=31035652/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=40768 CPUtime=3.09
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 24565 0 0 0 304 5 0 0 25 0 1 0 166679138 41746432 8978 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 10192 8978 719 1374 0 8813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40768

[startup+6.3004 s]
/proc/loadavg: 2.01 2.20 2.44 3/197 25689
/proc/meminfo: memFree=31035280/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=40324 CPUtime=6.28
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 28472 0 0 0 621 7 0 0 25 0 1 0 166679138 41291776 8977 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 10081 8977 719 1374 0 8702 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40324

[startup+12.7012 s]
/proc/loadavg: 2.01 2.19 2.43 3/197 25689
/proc/meminfo: memFree=31034988/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=40324 CPUtime=12.69
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 31008 0 0 0 1257 12 0 0 25 0 1 0 166679138 41291776 9003 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 10081 9003 724 1374 0 8702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40324

[startup+25.5008 s]
/proc/loadavg: 2.00 2.19 2.43 3/197 25689
/proc/meminfo: memFree=31027480/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=50180 CPUtime=25.49
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 167253 0 0 0 2495 54 0 0 25 0 1 0 166679138 51384320 10801 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 12545 10801 725 1374 0 11166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50180

[startup+51.101 s]
/proc/loadavg: 2.00 2.17 2.41 3/197 25690
/proc/meminfo: memFree=31020256/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=54752 CPUtime=51.09
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 515827 0 0 0 4957 152 0 0 25 0 1 0 166679138 56066048 11971 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 13688 11971 739 1374 0 12309 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54752

[startup+102.306 s]
/proc/loadavg: 2.00 2.14 2.39 3/197 25694
/proc/meminfo: memFree=31009784/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=60576 CPUtime=102.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 1138975 0 0 0 9888 342 0 0 25 0 1 0 166679138 62029824 13579 4089446400 4194304 9819077 140733965129520 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 15144 13579 739 1374 0 13765 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60576

[startup+162.301 s]
/proc/loadavg: 2.26 2.21 2.40 3/179 25726
/proc/meminfo: memFree=31234504/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=63520 CPUtime=162.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 1844904 0 0 0 15678 552 0 0 25 0 1 0 166679138 65044480 14110 4089446400 4194304 9819077 140733965129520 18446744073709551615 7292219 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 15880 14110 740 1374 0 14501 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63520

[startup+222.301 s]
/proc/loadavg: 2.26 2.20 2.38 4/200 25799
/proc/meminfo: memFree=31150344/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=65924 CPUtime=222.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 2525357 0 0 0 21476 754 0 0 25 0 1 0 166679138 67506176 14813 4089446400 4194304 9819077 140733965129520 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 16481 14820 740 1374 0 15102 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65924

[startup+282.301 s]
/proc/loadavg: 2.66 2.33 2.41 4/200 25803
/proc/meminfo: memFree=31130588/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=67120 CPUtime=282.29
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 3212468 0 0 0 27263 966 0 0 25 0 1 0 166679138 68730880 15003 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 16780 15003 740 1374 0 15401 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 67120

[startup+342.3 s]
/proc/loadavg: 3.00 2.50 2.46 4/200 25804
/proc/meminfo: memFree=31113784/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=67480 CPUtime=342.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 3855123 0 0 0 33059 1171 0 0 25 0 1 0 166679138 69099520 15112 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 16870 15112 740 1374 0 15491 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67480

[startup+402.301 s]
/proc/loadavg: 2.89 2.56 2.48 4/200 25808
/proc/meminfo: memFree=31098592/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=71056 CPUtime=402.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 4534764 0 0 0 38851 1379 0 0 25 0 1 0 166679138 72761344 15432 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 17764 15432 740 1374 0 16385 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71056

[startup+462.301 s]
/proc/loadavg: 2.92 2.62 2.51 4/200 25810
/proc/meminfo: memFree=31080928/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=71064 CPUtime=462.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 5155518 0 0 0 44659 1571 0 0 25 0 1 0 166679138 72769536 16031 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 17766 16031 740 1374 0 16387 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 71064

[startup+522.3 s]
/proc/loadavg: 2.81 2.64 2.52 3/200 25811
/proc/meminfo: memFree=31072156/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=73536 CPUtime=522.31
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 5728234 0 0 0 50477 1754 0 0 25 0 1 0 166679138 75300864 16564 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 18384 16564 740 1374 0 17005 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 73536

[startup+582.301 s]
/proc/loadavg: 2.93 2.71 2.55 4/200 25813
/proc/meminfo: memFree=31065776/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=74672 CPUtime=582.3
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 6319931 0 0 0 56283 1947 0 0 25 0 1 0 166679138 76464128 16815 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 18668 16815 740 1374 0 17289 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74672

[startup+642.301 s]
/proc/loadavg: 3.08 2.80 2.59 4/200 25814
/proc/meminfo: memFree=31057876/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=75844 CPUtime=642.31
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 6868788 0 0 0 62100 2131 0 0 25 0 1 0 166679138 77664256 17031 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 18961 17031 740 1374 0 17582 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 75844

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.93 2.83 2.63 8/200 25819
/proc/meminfo: memFree=31038260/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=76884 CPUtime=822.32
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 8474563 0 0 0 79559 2673 0 0 25 0 1 0 166679138 78729216 17317 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999916 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 19221 17317 740 1374 0 17842 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 76884

[startup+882.301 s]
/proc/loadavg: 2.68 2.78 2.63 4/200 25821
/proc/meminfo: memFree=31028848/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=79032 CPUtime=882.32
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 8973897 0 0 0 85387 2845 0 0 25 0 1 0 166679138 80928768 17790 4089446400 4194304 9819077 140733965129520 18446744073709551615 7312738 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 19758 17790 740 1374 0 18379 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 79032

[startup+942.3 s]
/proc/loadavg: 2.80 2.80 2.64 4/200 25822
/proc/meminfo: memFree=31023216/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=79992 CPUtime=942.32
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 9488885 0 0 0 91210 3022 0 0 25 0 1 0 166679138 81911808 18022 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 19998 18022 740 1374 0 18619 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 79992

[startup+1002.3 s]
/proc/loadavg: 3.08 2.89 2.68 3/200 25824
/proc/meminfo: memFree=31018532/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=80464 CPUtime=1002.33
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 10018164 0 0 0 97032 3201 0 0 25 0 1 0 166679138 82395136 18181 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 20116 18181 740 1374 0 18737 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 80464

[startup+1062.3 s]
/proc/loadavg: 2.99 2.89 2.69 4/200 25826
/proc/meminfo: memFree=31014940/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=83592 CPUtime=1062.32
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 10567366 0 0 0 102846 3386 0 0 25 0 1 0 166679138 85598208 18291 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 20898 18291 740 1374 0 19519 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 83592

[startup+1122.3 s]
/proc/loadavg: 2.93 2.89 2.71 4/200 25827
/proc/meminfo: memFree=31010792/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=80804 CPUtime=1122.33
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 11115405 0 0 0 108667 3566 0 0 25 0 1 0 166679138 82743296 18307 4089446400 4194304 9819077 140733965129520 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 20201 18307 740 1374 0 18822 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 80804

[startup+1182.3 s]
/proc/loadavg: 2.38 2.77 2.68 2/174 25849
/proc/meminfo: memFree=31349068/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=84560 CPUtime=1182.33
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 11643748 0 0 0 114495 3738 0 0 25 0 1 0 166679138 86589440 19058 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 21140 19058 740 1374 0 19761 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 84560

[startup+1242.3 s]
/proc/loadavg: 2.14 2.62 2.63 3/179 25881
/proc/meminfo: memFree=31248172/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=85596 CPUtime=1242.34
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 12196918 0 0 0 120330 3904 0 0 25 0 1 0 166679138 87650304 19285 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 21399 19285 740 1374 0 20020 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 85596

[startup+1302.3 s]
/proc/loadavg: 2.05 2.51 2.59 3/179 25883
/proc/meminfo: memFree=31230792/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=87240 CPUtime=1302.34
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 12730448 0 0 0 126171 4063 0 0 25 0 1 0 166679138 89333760 19540 4089446400 4194304 9819077 140733965129520 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 21810 19540 740 1374 0 20431 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 87240

[startup+1362.3 s]
/proc/loadavg: 2.02 2.41 2.55 3/179 25885
/proc/meminfo: memFree=31221208/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=88048 CPUtime=1362.34
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 13286667 0 0 0 131998 4236 0 0 25 0 1 0 166679138 90161152 19757 4089446400 4194304 9819077 140733965129520 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 22012 19757 740 1374 0 20633 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 88048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.33 2.51 3/179 25886
/proc/meminfo: memFree=31212468/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=89432 CPUtime=1422.35
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 13815186 0 0 0 137835 4400 0 0 25 0 1 0 166679138 91578368 20114 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 22358 20114 740 1374 0 20979 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 89432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.27 2.48 3/179 25888
/proc/meminfo: memFree=31208964/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=91380 CPUtime=1482.34
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 14324876 0 0 0 143673 4561 0 0 25 0 1 0 166679138 93573120 20565 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 22845 20565 740 1374 0 21466 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 91380

[startup+1542.3 s]
/proc/loadavg: 2.05 2.23 2.45 3/179 25889
/proc/meminfo: memFree=31205068/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=92916 CPUtime=1542.34
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 14807549 0 0 0 149522 4712 0 0 25 0 1 0 166679138 95145984 20999 4089446400 4194304 9819077 140733965129520 18446744073709551615 6519579 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 23128 20997 740 1374 0 21749 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 92916

[startup+1602.3 s]
/proc/loadavg: 2.02 2.19 2.42 3/179 25891
/proc/meminfo: memFree=31199716/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=94668 CPUtime=1602.35
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 15290928 0 0 0 155365 4870 0 0 25 0 1 0 166679138 96940032 21507 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 23667 21507 740 1374 0 22288 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 94668

[startup+1662.3 s]
/proc/loadavg: 2.07 2.17 2.39 3/179 25893
/proc/meminfo: memFree=31197584/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=95700 CPUtime=1662.35
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 15790245 0 0 0 161203 5032 0 0 25 0 1 0 166679138 97996800 21711 4089446400 4194304 9819077 140733965129520 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 23925 21711 740 1374 0 22546 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 95700

[startup+1722.3 s]
/proc/loadavg: 2.02 2.14 2.37 3/179 25894
/proc/meminfo: memFree=31195576/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=96636 CPUtime=1722.35
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 16260671 0 0 0 167061 5174 0 0 25 0 1 0 166679138 98955264 21996 4089446400 4194304 9819077 140733965129520 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 24159 21996 740 1374 0 22780 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 96636

[startup+1782.3 s]
/proc/loadavg: 2.01 2.11 2.34 3/179 25896
/proc/meminfo: memFree=31194064/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=96804 CPUtime=1782.35
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 16752878 0 0 0 172908 5327 0 0 25 0 1 0 166679138 99127296 22016 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 24201 22016 740 1374 0 22822 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 96804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.10 2.34 3/179 25896
/proc/meminfo: memFree=31193188/32950928 swapFree=67111528/67111528
[pid=25687] ppid=25685 vsize=97068 CPUtime=1800.05
/proc/25687/stat : 25687 (pbscip.linux.x8) R 25685 25687 25507 0 -1 4202496 16891134 0 0 0 174635 5370 0 0 25 0 1 0 166679138 99397632 22082 4089446400 4194304 9819077 140733965129520 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/25687/statm: 24267 22082 740 1374 0 22888 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 97068

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

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

Child status: 0
Real time (s): 1800.09
CPU time (s): 1800.15
CPU user time (s): 1746.44
CPU system time (s): 53.7128
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99072

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

runsolver used 3.17752 second user time and 6.41303 second system time

The end

Launcher Data

Begin job on node114 at 2010-06-30 17:12:40
IDJOB=2693562
IDBENCH=78980
IDSOLVER=1205
FILE ID=node114/2693562-1277910760
PBS_JOBID= 11197252
Free space on /tmp= 74212 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.1900669797--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-2693562-1277910760/watcher-2693562-1277910760 -o /tmp/evaluation-result-2693562-1277910760/solver-2693562-1277910760 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693562-1277910760.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ed627c94e924dd829be1b38440fce2ad
RANDOM SEED=297730764

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31070188 kB
Buffers:        194876 kB
Cached:        1123576 kB
SwapCached:          0 kB
Active:         838944 kB
Inactive:       899420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31070188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:      419712 kB
Mapped:          20264 kB
Slab:            79100 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1653956 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 node114 at 2010-06-30 17:42:42