Trace number 2705657

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.21 1790.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
MD5SUM9b8daeac3a936659a5f0bb5b79c19c15
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark677.011
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 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705657-1278574745.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.03/0.03	c presolving:
0.03/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.03/0.06	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.03/0.07	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.03/0.08	c (round 4) 104 del vars, 233 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  104 deleted vars, 233 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.12	c  1910 implications, 14 cliques
0.09/0.12	c presolved problem has 1939 variables (1085 bin, 0 int, 854 impl, 0 cont) and 3381 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      51 constraints of type <setppc>
0.09/0.12	c     854 constraints of type <linear>
0.09/0.12	c     854 constraints of type <indicator>
0.09/0.12	c    1621 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    32 |     - |8862k|   0 |  18 |1939 |3381 |1939 |1673 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    70 |     - |9012k|   0 |  40 |1939 |3387 |1939 |1689 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |    97 |     - |9261k|   0 |  38 |1939 |3387 |1939 |1698 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   153 |     - |9565k|   0 |  44 |1939 |3387 |1939 |1707 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   286 |     - |9876k|   0 |  56 |1939 |3387 |1939 |1712 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   538 |     - |  10M|   0 |  79 |1939 |3387 |1939 |1721 |  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   745 |     - |  11M|   0 |  78 |1939 |3387 |1939 |1728 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.59	c   1.6s|     1 |     2 |   745 |     - |  11M|   0 |  78 |1939 |3387 |1939 |1728 |  55 |   0 |  12 | 0.000000e+00 |      --      |    Inf 
3.60/3.60	o 42102
3.60/3.60	c y 3.6s|    16 |    15 |  1965 |  81.3 |  11M|  14 |   - |1939 |3387 |   0 |   0 |  59 |   0 | 163 | 0.000000e+00 | 4.210200e+04 |    Inf 
10.29/10.32	o 800
10.29/10.32	c *10.3s|   207 |   184 |  6974 |  30.2 |  12M|  24 |   - |1939 |3410 |1939 |1717 | 150 |  23 | 997 | 0.000000e+00 | 8.000000e+02 |    Inf 
10.39/10.40	o 212
10.39/10.40	c *10.4s|   241 |   116 |  7243 |  27.1 |  12M|  25 |   - |1939 |3413 |1939 |1718 | 164 |  26 | 999 | 0.000000e+00 | 2.120000e+02 |    Inf 
11.00/11.03	o 125
11.00/11.03	c *11.0s|   372 |   146 |  8453 |  20.8 |  12M|  33 |   - |1939 |3485 |1939 |1719 | 200 |  98 |1072 | 0.000000e+00 | 1.250000e+02 |    Inf 
11.00/11.04	o 107
11.00/11.04	c *11.0s|   381 |   145 |  8486 |  20.4 |  12M|  33 |   - |1939 |3485 |1939 |1724 | 207 |  98 |1072 | 0.000000e+00 | 1.070000e+02 |    Inf 
31.90/31.93	c  31.9s| 10000 |  1534 |108661 |  10.8 |  25M|  63 |   - |1939 |5972 |   0 |   0 |1873 |9628 |1449 | 0.000000e+00 | 1.070000e+02 |    Inf 
36.09/36.16	o 101
36.09/36.16	c *36.1s| 12001 |  1806 |127500 |  10.6 |  28M|  63 |   - |1939 |6170 |1939 |1724 |2162 |  11k|1556 | 0.000000e+00 | 1.010000e+02 |    Inf 
46.00/46.10	o 98
46.00/46.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.00/46.10	c *46.1s| 17260 |  2286 |169411 |   9.8 |  32M|  63 |   - |1939 |6914 |1939 |1717 |3009 |  17k|1637 | 0.000000e+00 | 9.800000e+01 |    Inf 
51.49/51.56	c  51.5s| 20000 |  2518 |193101 |   9.6 |  35M|  66 |   9 |1939 |6274 |1939 |1731 |3529 |  20k|1645 | 0.000000e+00 | 9.800000e+01 |    Inf 
59.09/59.15	o 72
59.09/59.15	c *59.1s| 23781 |  2796 |227872 |   9.6 |  36M|  66 |   - |1939 |5862 |1939 |1717 |4192 |  23k|1645 | 0.000000e+00 | 7.200000e+01 |    Inf 
60.69/60.71	o 43
60.69/60.71	c *60.7s| 24567 |  2669 |234984 |   9.5 |  33M|  66 |   - |1939 |5204 |1939 |1720 |4311 |  24k|1645 | 0.000000e+00 | 4.300000e+01 |    Inf 
72.60/72.65	c  72.6s| 30000 |  2484 |311823 |  10.4 |  34M|  66 |   - |1939 |6306 |1939 |1729 |4909 |  32k|1645 | 0.000000e+00 | 4.300000e+01 |    Inf 
78.39/78.45	o 21
78.39/78.45	c *78.4s| 33076 |  2300 |346996 |  10.5 |  33M|  66 |   - |1939 |8308 |1939 |1723 |5256 |  35k|1645 | 0.000000e+00 | 2.100000e+01 |    Inf 
91.89/91.95	c  91.9s| 40000 |  2283 |432091 |  10.8 |  33M|  66 |  24 |1939 |8088 |1939 |1724 |5755 |  45k|1714 | 0.000000e+00 | 2.100000e+01 |    Inf 
112.50/112.57	c   113s| 50000 |  2422 |557856 |  11.1 |  37M|  66 |   - |1939 |  12k|1939 |1717 |7139 |  58k|2052 | 0.000000e+00 | 2.100000e+01 |    Inf 
134.49/134.53	c   135s| 60000 |  2451 |689008 |  11.5 |  37M|  66 |   - |1939 |  10k|1939 |1717 |8469 |  71k|2457 | 0.000000e+00 | 2.100000e+01 |    Inf 
156.30/156.32	c   156s| 70000 |  2540 |823627 |  11.8 |  40M|  66 |   - |1939 |  12k|1939 |1722 |9397 |  84k|2776 | 0.000000e+00 | 2.100000e+01 |    Inf 
177.80/177.87	c   178s| 80000 |  2517 |950200 |  11.9 |  40M|  66 |  26 |1939 |  11k|1939 |1725 |  10k|  98k|3152 | 0.000000e+00 | 2.100000e+01 |    Inf 
199.20/199.21	c   199s| 90000 |  2548 |  1079k|  12.0 |  42M|  66 |   - |1939 |  12k|   0 |   0 |  11k| 110k|3450 | 0.000000e+00 | 2.100000e+01 |    Inf 
219.60/219.63	c   220s|100000 |  2601 |  1196k|  12.0 |  44M|  66 |   - |1939 |  16k|1939 |1725 |  12k| 123k|3646 | 0.000000e+00 | 2.100000e+01 |    Inf 
241.80/241.88	c   242s|110000 |  2645 |  1324k|  12.0 |  45M|  66 |   - |1939 |  14k|   0 |   0 |  13k| 136k|3940 | 0.000000e+00 | 2.100000e+01 |    Inf 
262.81/262.81	c   263s|120000 |  2770 |  1444k|  12.0 |  46M|  66 |   - |1939 |  14k|   0 |   0 |  14k| 149k|4145 | 0.000000e+00 | 2.100000e+01 |    Inf 
284.50/284.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.50/284.55	c   285s|130000 |  2993 |  1571k|  12.1 |  49M|  66 |  10 |1939 |  15k|1939 |1717 |  14k| 162k|4348 | 0.000000e+00 | 2.100000e+01 |    Inf 
305.80/305.85	c   306s|140000 |  3061 |  1693k|  12.1 |  50M|  66 |  24 |1939 |  17k|1939 |1717 |  15k| 175k|4579 | 0.000000e+00 | 2.100000e+01 |    Inf 
328.00/328.02	c   328s|150000 |  3176 |  1821k|  12.1 |  52M|  66 |  18 |1939 |  16k|1939 |1717 |  16k| 188k|4751 | 0.000000e+00 | 2.100000e+01 |    Inf 
349.71/349.75	c   350s|160000 |  3136 |  1943k|  12.1 |  52M|  66 |   - |1939 |  15k|1939 |1717 |  17k| 202k|4980 | 0.000000e+00 | 2.100000e+01 |    Inf 
372.51/372.57	c   373s|170000 |  3231 |  2085k|  12.3 |  53M|  66 |   - |1939 |  14k|   0 |   0 |  18k| 214k|5234 | 0.000000e+00 | 2.100000e+01 |    Inf 
393.71/393.75	c   394s|180000 |  3244 |  2209k|  12.3 |  53M|  66 |   - |1939 |  13k|   0 |   0 |  19k| 228k|5416 | 0.000000e+00 | 2.100000e+01 |    Inf 
414.91/414.96	c   415s|190000 |  3262 |  2332k|  12.3 |  54M|  66 |   - |1939 |  14k|   0 |   0 |  20k| 240k|5563 | 0.000000e+00 | 2.100000e+01 |    Inf 
436.31/436.37	c   436s|200000 |  3197 |  2455k|  12.3 |  55M|  66 |  10 |1939 |  13k|1939 |1717 |  20k| 254k|5720 | 0.000000e+00 | 2.100000e+01 |    Inf 
457.41/457.43	c   457s|210000 |  3170 |  2581k|  12.3 |  54M|  66 |   - |1939 |  12k|1939 |1717 |  21k| 267k|5860 | 0.000000e+00 | 2.100000e+01 |    Inf 
477.01/477.09	c   477s|220000 |  3261 |  2695k|  12.3 |  56M|  66 |   1 |1939 |  15k|1939 |1717 |  22k| 280k|6022 | 0.000000e+00 | 2.100000e+01 |    Inf 
496.01/496.06	c   496s|230000 |  3587 |  2795k|  12.1 |  59M|  66 |  29 |1939 |  15k|1939 |1717 |  24k| 293k|6144 | 0.000000e+00 | 2.100000e+01 |    Inf 
516.01/516.04	c   516s|240000 |  3956 |  2904k|  12.1 |  61M|  66 |   1 |1939 |  13k|1939 |1717 |  25k| 306k|6299 | 0.000000e+00 | 2.100000e+01 |    Inf 
536.01/536.07	c   536s|250000 |  4102 |  3019k|  12.1 |  64M|  66 |  28 |1939 |  15k|1939 |1717 |  25k| 319k|6412 | 0.000000e+00 | 2.100000e+01 |    Inf 
558.31/558.34	c   558s|260000 |  4125 |  3150k|  12.1 |  64M|  66 |   - |1939 |  16k|   0 |   0 |  26k| 331k|6550 | 0.000000e+00 | 2.100000e+01 |    Inf 
578.71/578.78	c   579s|270000 |  4136 |  3265k|  12.1 |  65M|  66 |   - |1939 |  14k|1939 |1717 |  27k| 345k|6703 | 0.000000e+00 | 2.100000e+01 |    Inf 
601.11/601.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
601.11/601.15	c   601s|280000 |  4217 |  3399k|  12.1 |  66M|  66 |  21 |1939 |  17k|1939 |1717 |  27k| 358k|6835 | 0.000000e+00 | 2.100000e+01 |    Inf 
623.82/623.86	c   624s|290000 |  4321 |  3533k|  12.2 |  69M|  66 |   - |1939 |  19k|   0 |   0 |  28k| 372k|6962 | 0.000000e+00 | 2.100000e+01 |    Inf 
646.82/646.85	c   647s|300000 |  4364 |  3666k|  12.2 |  70M|  70 |  10 |1939 |  20k|1939 |1717 |  29k| 385k|7148 | 0.000000e+00 | 2.100000e+01 |    Inf 
668.02/668.04	c   668s|310000 |  4597 |  3785k|  12.2 |  72M|  70 |   - |1939 |  20k|1939 |1717 |  30k| 398k|7247 | 0.000000e+00 | 2.100000e+01 |    Inf 
689.51/689.50	c   689s|320000 |  4760 |  3910k|  12.2 |  75M|  70 |   - |1939 |  22k|   0 |   0 |  31k| 411k|7403 | 0.000000e+00 | 2.100000e+01 |    Inf 
713.12/713.12	c   713s|330000 |  4864 |  4050k|  12.3 |  77M|  70 |  17 |1939 |  24k|1939 |1717 |  32k| 425k|7507 | 0.000000e+00 | 2.100000e+01 |    Inf 
735.52/735.56	c   736s|340000 |  4918 |  4173k|  12.3 |  78M|  70 |  20 |1939 |  22k|1939 |1725 |  32k| 439k|7625 | 0.000000e+00 | 2.100000e+01 |    Inf 
757.52/757.52	c   757s|350000 |  5054 |  4296k|  12.3 |  79M|  70 |  22 |1939 |  21k|1939 |1717 |  33k| 451k|7756 | 0.000000e+00 | 2.100000e+01 |    Inf 
779.72/779.74	c   780s|360000 |  5131 |  4419k|  12.3 |  81M|  70 |  22 |1939 |  23k|1939 |1717 |  34k| 464k|7859 | 0.000000e+00 | 2.100000e+01 |    Inf 
801.02/801.09	c   801s|370000 |  5113 |  4538k|  12.3 |  82M|  70 |  10 |1939 |  26k|1939 |1717 |  35k| 478k|7955 | 0.000000e+00 | 2.100000e+01 |    Inf 
823.83/823.85	c   824s|380000 |  5187 |  4659k|  12.3 |  83M|  70 |  23 |1939 |  23k|1939 |1725 |  35k| 491k|8038 | 0.000000e+00 | 2.100000e+01 |    Inf 
844.53/844.58	c   845s|390000 |  5334 |  4770k|  12.2 |  84M|  70 |   - |1939 |  24k|   0 |   0 |  36k| 504k|8109 | 0.000000e+00 | 2.100000e+01 |    Inf 
858.92/858.91	o 16
858.92/858.91	c * 859s|396550 |  4709 |  4844k|  12.2 |  74M|  70 |   - |1939 |  25k|1939 |1721 |  37k| 513k|8215 | 0.000000e+00 | 1.600000e+01 |    Inf 
866.03/866.04	c   866s|400000 |  4788 |  4884k|  12.2 |  73M|  70 |  24 |1939 |  23k|1939 |1717 |  37k| 518k|8215 | 0.000000e+00 | 1.600000e+01 |    Inf 
888.62/888.64	c   889s|410000 |  4881 |  5015k|  12.2 |  74M|  70 |  13 |1939 |  21k|1939 |1717 |  38k| 532k|8304 | 0.000000e+00 | 1.600000e+01 |    Inf 
910.43/910.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.43/910.41	c   910s|420000 |  4965 |  5135k|  12.2 |  76M|  70 |   - |1939 |  25k|1939 |1717 |  39k| 545k|8423 | 0.000000e+00 | 1.600000e+01 |    Inf 
931.93/931.93	c   932s|430000 |  5023 |  5252k|  12.2 |  77M|  70 |  26 |1939 |  27k|1939 |1717 |  39k| 559k|8524 | 0.000000e+00 | 1.600000e+01 |    Inf 
955.72/955.70	c   956s|440000 |  5133 |  5384k|  12.2 |  78M|  70 |  27 |1939 |  26k|1939 |1717 |  40k| 573k|8623 | 0.000000e+00 | 1.600000e+01 |    Inf 
979.43/979.46	c   979s|450000 |  5174 |  5514k|  12.3 |  79M|  70 |   - |1939 |  26k|   0 |   0 |  41k| 587k|8698 | 0.000000e+00 | 1.600000e+01 |    Inf 
1003.43/1003.48	c  1003s|460000 |  5386 |  5646k|  12.3 |  80M|  70 |  14 |1939 |  25k|1939 |1717 |  41k| 601k|8782 | 0.000000e+00 | 1.600000e+01 |    Inf 
1025.74/1025.78	c  1026s|470000 |  5463 |  5758k|  12.3 |  82M|  70 |   - |1939 |  27k|   0 |   0 |  42k| 614k|8883 | 0.000000e+00 | 1.600000e+01 |    Inf 
1047.63/1047.65	c  1048s|480000 |  5488 |  5875k|  12.2 |  83M|  70 |  17 |1939 |  28k|1939 |1717 |  42k| 628k|9002 | 0.000000e+00 | 1.600000e+01 |    Inf 
1070.53/1070.53	c  1071s|490000 |  5542 |  5998k|  12.2 |  83M|  70 |  25 |1939 |  26k|1939 |1717 |  43k| 642k|9079 | 0.000000e+00 | 1.600000e+01 |    Inf 
1093.63/1093.69	c  1094s|500000 |  5775 |  6132k|  12.3 |  84M|  70 |   - |1939 |  27k|1939 |1717 |  44k| 656k|9166 | 0.000000e+00 | 1.600000e+01 |    Inf 
1116.24/1116.25	c  1116s|510000 |  5878 |  6253k|  12.3 |  86M|  70 |  20 |1939 |  28k|1939 |1717 |  44k| 670k|9266 | 0.000000e+00 | 1.600000e+01 |    Inf 
1139.33/1139.37	c  1139s|520000 |  5893 |  6377k|  12.3 |  86M|  70 |   - |1939 |  27k|1939 |1717 |  45k| 684k|9375 | 0.000000e+00 | 1.600000e+01 |    Inf 
1162.04/1162.02	c  1162s|530000 |  5887 |  6494k|  12.3 |  87M|  70 |  25 |1939 |  29k|1939 |1724 |  46k| 697k|9459 | 0.000000e+00 | 1.600000e+01 |    Inf 
1184.03/1184.02	c  1184s|540000 |  6020 |  6605k|  12.2 |  89M|  70 |  24 |1939 |  30k|1939 |1717 |  47k| 710k|9509 | 0.000000e+00 | 1.600000e+01 |    Inf 
1206.34/1206.34	c  1206s|550000 |  6093 |  6716k|  12.2 |  89M|  70 |  18 |1939 |  29k|1939 |1717 |  48k| 724k|9668 | 0.000000e+00 | 1.600000e+01 |    Inf 
1228.54/1228.51	c  1228s|560000 |  6137 |  6833k|  12.2 |  90M|  70 |   - |1939 |  30k|   0 |   0 |  49k| 738k|9714 | 0.000000e+00 | 1.600000e+01 |    Inf 
1249.74/1249.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.74/1249.78	c  1250s|570000 |  6265 |  6936k|  12.2 |  90M|  70 |  25 |1939 |  28k|1939 |1717 |  50k| 752k|9793 | 0.000000e+00 | 1.600000e+01 |    Inf 
1270.95/1270.96	c  1271s|580000 |  6352 |  7052k|  12.2 |  92M|  70 |  21 |1939 |  29k|1939 |1717 |  51k| 766k|9904 | 0.000000e+00 | 1.600000e+01 |    Inf 
1293.74/1293.79	c  1294s|590000 |  6438 |  7177k|  12.2 |  94M|  70 |   - |1939 |  32k|1939 |1717 |  52k| 779k|9954 | 0.000000e+00 | 1.600000e+01 |    Inf 
1317.85/1317.86	c  1318s|600000 |  6542 |  7303k|  12.2 |  96M|  70 |  29 |1939 |  35k|1939 |1717 |  52k| 793k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1342.34/1342.30	c  1342s|610000 |  6527 |  7427k|  12.2 |  95M|  70 |  19 |1939 |  32k|1939 |1717 |  53k| 807k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1364.54/1364.57	c  1365s|620000 |  6590 |  7538k|  12.2 |  96M|  70 |   - |1939 |  33k|1939 |1717 |  53k| 821k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1386.54/1386.53	c  1387s|630000 |  6646 |  7644k|  12.1 |  95M|  70 |  25 |1939 |  31k|1939 |1717 |  54k| 835k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1409.25/1409.25	c  1409s|640000 |  6678 |  7751k|  12.1 |  97M|  70 |  24 |1939 |  34k|1939 |1717 |  55k| 849k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1431.95/1431.91	c  1432s|650000 |  6807 |  7855k|  12.1 |  98M|  70 |  21 |1939 |  34k|1939 |1717 |  56k| 863k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1456.15/1456.17	c  1456s|660000 |  7016 |  7970k|  12.1 | 100M|  71 |  31 |1939 |  33k|1939 |1717 |  56k| 877k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1481.05/1481.00	c  1481s|670000 |  7211 |  8093k|  12.1 | 101M|  77 |   - |1939 |  33k|   0 |   0 |  57k| 891k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1505.55/1505.51	c  1505s|680000 |  7241 |  8212k|  12.1 | 102M|  78 |   - |1939 |  33k|   0 |   0 |  57k| 905k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1529.05/1529.00	c  1529s|690000 |  7367 |  8328k|  12.1 | 102M|  85 |  18 |1939 |  30k|1939 |1717 |  58k| 919k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1550.25/1550.25	c  1550s|700000 |  7294 |  8434k|  12.0 | 102M|  85 |  20 |1939 |  28k|1939 |1717 |  58k| 933k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1572.96/1572.98	c  1573s|710000 |  7323 |  8552k|  12.0 | 103M|  85 |   - |1939 |  28k|1939 |1717 |  59k| 948k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1596.06/1596.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1596.06/1596.01	c  1596s|720000 |  7365 |  8673k|  12.0 | 102M|  85 |  12 |1939 |  25k|1939 |1717 |  60k| 962k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1620.76/1620.75	c  1621s|730000 |  7392 |  8804k|  12.1 | 101M|  85 |  23 |1939 |  21k|1939 |1717 |  60k| 976k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1643.06/1643.04	c  1643s|740000 |  7382 |  8923k|  12.1 | 102M|  85 |  17 |1939 |  22k|1939 |1717 |  61k| 990k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1664.55/1664.55	c  1665s|750000 |  7406 |  9035k|  12.0 | 102M|  85 |  19 |1939 |  21k|1939 |1717 |  62k|1004k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1686.76/1686.73	c  1687s|760000 |  7492 |  9159k|  12.1 | 102M|  85 |   - |1939 |  19k|1939 |1717 |  62k|1017k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1706.36/1706.38	c  1706s|770000 |  7645 |  9266k|  12.0 | 103M|  85 |  22 |1939 |  18k|1939 |1717 |  63k|1031k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1727.07/1727.02	c  1727s|780000 |  7715 |  9384k|  12.0 | 103M|  85 |  29 |1939 |  15k|1939 |1717 |  64k|1044k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1747.87/1747.85	c  1748s|790000 |  7795 |  9506k|  12.0 | 104M|  85 |   - |1939 |  16k|1939 |1717 |  64k|1057k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1770.26/1770.22	c  1770s|800000 |  7813 |  9631k|  12.0 | 105M|  85 |   - |1939 |  17k|   0 |   0 |  65k|1071k|  11k| 0.000000e+00 | 1.600000e+01 |    Inf 
1790.06/1790.00	c 
1790.06/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.00	c Solving Time (sec) : 1789.98
1790.06/1790.00	c Solving Nodes      : 809191
1790.06/1790.00	c Primal Bound       : +1.60000000000000e+01 (60 solutions)
1790.06/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.00	c Gap                : infinite
1790.06/1790.01	s SATISFIABLE
1790.06/1790.01	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1790.06/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.06/1790.01	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1790.06/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 x147 
1790.06/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 
1790.06/1790.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.06/1790.01	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1790.06/1790.01	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1790.06/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.06/1790.01	v -x1 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time       :    1789.98
1790.06/1790.01	c Original Problem   :
1790.06/1790.01	c   Problem name     : HOME/instance-2705657-1278574745.wbo
1790.06/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.06/1790.01	c Presolved Problem  :
1790.06/1790.01	c   Problem name     : t_HOME/instance-2705657-1278574745.wbo
1790.06/1790.01	c   Variables        : 1939 (1085 binary, 0 integer, 854 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3381 initial, 36701 maximal
1790.06/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.01	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1790.06/1790.01	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1790.06/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   setppc           :       0.00          0          0          0          0          0         68          0          0
1790.06/1790.01	c   linear           :       0.04          0          0          0        906          0        113         52          0
1790.06/1790.01	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1790.06/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.06/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   root node        :          -       1452          -          -       1452          -          -          -          -
1790.06/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   integral         :          0          0          0     445110          0        462       3618          0          0     858886
1790.06/1790.01	c   knapsack         :          1          6    3781230      12450          1      46335    9018900          0          0          0
1790.06/1790.01	c   setppc           :         51          6    3751796      12508          1      56195    2602558          0          0          0
1790.06/1790.01	c   linear           :        854+         7    3696422      12580          1      61371    3892248      65927          0          0
1790.06/1790.01	c   indicator        :        854          0    3625315      12545          1       1255    3208194          0          0          0
1790.06/1790.01	c   logicor          :       1621+         6    1837889       1675          1     103720    6605334          0          0          0
1790.06/1790.01	c   bounddisjunction :          0+         0     196112          0          0        271       1735          0          0          0
1790.06/1790.01	c   countsols        :          0          0          0       1675          1          0          0          0          0          0
1790.06/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.01	c   integral         :      43.21       0.00       0.00      43.21       0.00
1790.06/1790.01	c   knapsack         :      33.09       0.00      33.08       0.01       0.00
1790.06/1790.01	c   setppc           :      15.62       0.00      15.61       0.01       0.00
1790.06/1790.01	c   linear           :      43.69       0.00      43.33       0.35       0.00
1790.06/1790.01	c   indicator        :      23.21       0.02      22.82       0.37       0.00
1790.06/1790.01	c   logicor          :     201.89       0.00     201.87       0.02       0.00
1790.06/1790.01	c   bounddisjunction :       0.44       0.00       0.44       0.00       0.00
1790.06/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.06/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.01	c   vbounds          :       0.63      19726          0        815
1790.06/1790.01	c   rootredcost      :       0.57         11          0        726
1790.06/1790.01	c   pseudoobj        :      57.66    3808080       9263    3567995
1790.06/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.01	c   propagation      :      11.11     277155     276850    1709445       28.8       7839       24.2          -
1790.06/1790.01	c   infeasible LP    :      24.88     141716     141700    1122698       45.8       1533       15.4          0
1790.06/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.01	c   applied globally :          -          -          -    1083440       29.9          -          -          -
1790.06/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.01	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 726)
1790.06/1790.01	c   redcost          :      16.97     446954          0      38898          0          0
1790.06/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.06/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.01	c   gomory           :       0.18          6          0          0       1907          0
1790.06/1790.01	c   strongcg         :       0.17          6          0          0       2601          0
1790.06/1790.01	c   cmir             :       0.03          6          0          0          1          0
1790.06/1790.01	c   flowcover        :       0.04          6          0          0          1          0
1790.06/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.06/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.01	c   rapidlearning    :       0.07          1          0          0          0          6
1790.06/1790.01	c Pricers            :       Time      Calls       Vars
1790.06/1790.01	c   problem variables:       0.00          0          0
1790.06/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   relpscost        :      42.80     432524        462       3618          0          0     858886
1790.06/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   inference        :       0.26       1666          0          0          0          0       3332
1790.06/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.01	c   LP solutions     :       0.01          -         10
1790.06/1790.01	c   pseudo solutions :       0.00          -          0
1790.06/1790.01	c   oneopt           :       0.26         11          0
1790.06/1790.01	c   feaspump         :       0.03          1          0
1790.06/1790.01	c   veclendiving     :       0.39        117          0
1790.06/1790.01	c   rootsoldiving    :       0.50         59          0
1790.06/1790.01	c   linesearchdiving :       0.38        118          0
1790.06/1790.01	c   guideddiving     :       0.50        118          0
1790.06/1790.01	c   coefdiving       :       0.51        118          0
1790.06/1790.01	c   pscostdiving     :       0.42        118          0
1790.06/1790.01	c   fracdiving       :       0.48        118          0
1790.06/1790.01	c   objpscostdiving  :       0.40         60          0
1790.06/1790.01	c   trivial          :       0.00          2          0
1790.06/1790.01	c   simplerounding   :       0.60     432723          0
1790.06/1790.01	c   zirounding       :       0.26       1000          0
1790.06/1790.01	c   rounding         :       0.81       9323          0
1790.06/1790.01	c   shifting         :       0.81       2829          0
1790.06/1790.01	c   intshifting      :       0.02          0          0
1790.06/1790.01	c   twoopt           :       0.00          0          0
1790.06/1790.01	c   fixandinfer      :       0.00          0          0
1790.06/1790.01	c   intdiving        :       0.00          0          0
1790.06/1790.01	c   actconsdiving    :       0.00          0          0
1790.06/1790.01	c   octane           :       0.00          0          0
1790.06/1790.01	c   rens             :       0.03          1          0
1790.06/1790.01	c   rins             :       0.00          0          0
1790.06/1790.01	c   localbranching   :       0.00          0          0
1790.06/1790.01	c   mutation         :       0.00          0          0
1790.06/1790.01	c   crossover        :       0.54         12          0
1790.06/1790.01	c   dins             :       0.00          0          0
1790.06/1790.01	c   undercover       :       0.00          0          0
1790.06/1790.01	c   nlp              :       0.12          0          0
1790.06/1790.01	c   trysol           :       0.20         58         50
1790.06/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.01	c   dual LP          :     977.10     583349    9725852      16.67    9953.79
1790.06/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.01	c   diving/probing LP:       2.38       1695      14240       8.40    5992.73
1790.06/1790.01	c   strong branching :      38.60      11652     395836      33.97   10255.47
1790.06/1790.01	c     (at root node) :          -         12       6218     518.17          -
1790.06/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.01	c B&B Tree           :
1790.06/1790.01	c   number of runs   :          1
1790.06/1790.01	c   nodes            :     809191
1790.06/1790.01	c   nodes (total)    :     809191
1790.06/1790.01	c   nodes left       :       7898
1790.06/1790.01	c   max depth        :         85
1790.06/1790.01	c   max depth (total):         85
1790.06/1790.01	c   backtracks       :     101838 (12.6%)
1790.06/1790.01	c   delayed cutoffs  :      43737
1790.06/1790.01	c   repropagations   :    1436108 (4741757 domain reductions, 41173 cutoffs)
1790.06/1790.01	c   avg switch length:       5.23
1790.06/1790.01	c   switching time   :     186.32
1790.06/1790.01	c Solution           :
1790.06/1790.01	c   Solutions found  :         60 (11 improvements)
1790.06/1790.01	c   First Solution   : +4.21020000000000e+04   (in run 1, after 15 nodes, 3.57 seconds, depth 15, found by <trysol>)
1790.06/1790.01	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 396550 nodes, 858.88 seconds, depth 37, found by <relaxation>)
1790.06/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.01	c   Gap              :   infinite
1790.06/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.01	c   Root Iterations  :        745
1790.16/1790.13	c Time complete: 1790.2.

Verifier Data

OK	16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705657-1278574745/watcher-2705657-1278574745 -o /tmp/evaluation-result-2705657-1278574745/solver-2705657-1278574745 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705657-1278574745.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 1.99 1.68 2/173 23620
/proc/meminfo: memFree=29884284/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=12336 CPUtime=0
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 1919 0 0 0 0 0 0 0 21 0 1 0 25688339 12632064 1838 4089446400 4194304 10345943 140734080159984 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23620/statm: 3084 1838 429 1502 0 1577 0

[startup+0.036403 s]
/proc/loadavg: 2.00 1.99 1.68 2/173 23620
/proc/meminfo: memFree=29884284/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=24836 CPUtime=0.03
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 5233 0 0 0 3 0 0 0 21 0 1 0 25688339 25432064 4798 4089446400 4194304 10345943 140734080159984 18446744073709551615 6326884 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 6209 4800 504 1502 0 4702 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24836

[startup+0.10041 s]
/proc/loadavg: 2.00 1.99 1.68 2/173 23620
/proc/meminfo: memFree=29884284/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=27560 CPUtime=0.09
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 5973 0 0 0 9 0 0 0 21 0 1 0 25688339 28221440 5538 4089446400 4194304 10345943 140734080159984 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 6890 5538 570 1502 0 5383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27560

[startup+0.300386 s]
/proc/loadavg: 2.00 1.99 1.68 2/173 23620
/proc/meminfo: memFree=29884284/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=51776 CPUtime=0.29
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 11636 0 0 0 27 2 0 0 21 0 1 0 25688339 53018624 11201 4089446400 4194304 10345943 140734080159984 18446744073709551615 6201947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 12944 11201 764 1502 0 11437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51776

[startup+0.700295 s]
/proc/loadavg: 2.00 1.99 1.68 2/173 23620
/proc/meminfo: memFree=29884284/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=51776 CPUtime=0.69
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 12018 0 0 0 66 3 0 0 22 0 1 0 25688339 53018624 11583 4089446400 4194304 10345943 140734080159984 18446744073709551615 5931107 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 12944 11583 765 1502 0 11437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51776

[startup+1.50119 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 23621
/proc/meminfo: memFree=29834428/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=59644 CPUtime=1.49
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 13581 0 0 0 145 4 0 0 25 0 1 0 25688339 61075456 13146 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 14911 13146 789 1502 0 13404 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59644

[startup+3.10076 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 23621
/proc/meminfo: memFree=29834772/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=59644 CPUtime=3.09
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 13597 0 0 0 304 5 0 0 25 0 1 0 25688339 61075456 13162 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 14911 13162 790 1502 0 13404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59644

[startup+6.30015 s]
/proc/loadavg: 1.92 1.97 1.67 3/179 23631
/proc/meminfo: memFree=29792884/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=59644 CPUtime=6.29
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 13615 0 0 0 621 8 0 0 25 0 1 0 25688339 61075456 13175 4089446400 4194304 10345943 140734080159984 18446744073709551615 7569574 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 14911 13175 787 1502 0 13404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59644

[startup+12.701 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 23631
/proc/meminfo: memFree=29780128/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=60204 CPUtime=12.69
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 14350 0 0 0 1256 13 0 0 25 0 1 0 25688339 61648896 13909 4089446400 4194304 10345943 140734080159984 18446744073709551615 6551432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 15051 13909 792 1502 0 13544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60204

[startup+25.5006 s]
/proc/loadavg: 1.94 1.97 1.68 3/179 23633
/proc/meminfo: memFree=29766136/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=68124 CPUtime=25.49
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 22939 0 0 0 2528 21 0 0 25 0 1 0 25688339 69758976 15408 4089446400 4194304 10345943 140734080159984 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 17031 15408 804 1502 0 15524 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68124

[startup+51.1007 s]
/proc/loadavg: 1.96 1.97 1.69 3/179 23633
/proc/meminfo: memFree=29717044/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=95496 CPUtime=51.1
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 53868 0 0 0 5071 39 0 0 25 0 1 0 25688339 97787904 22258 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 23874 22258 804 1502 0 22367 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 95496

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.70 3/179 23635
/proc/meminfo: memFree=29688280/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=113268 CPUtime=102.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 89217 0 0 0 10157 73 0 0 25 0 1 0 25688339 115986432 26398 4089446400 4194304 10345943 140734080159984 18446744073709551615 6119525 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 28317 26398 805 1502 0 26810 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113268

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/179 23635
/proc/meminfo: memFree=29674496/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=117968 CPUtime=162.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 119392 0 0 0 16115 115 0 0 25 0 1 0 25688339 120799232 27743 4089446400 4194304 10345943 140734080159984 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 29492 27743 805 1502 0 27985 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117968

[startup+222.301 s]
/proc/loadavg: 2.06 1.99 1.74 3/179 23637
/proc/meminfo: memFree=29661560/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=122444 CPUtime=222.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 143691 0 0 0 22075 155 0 0 25 0 1 0 25688339 125382656 29101 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 30611 29101 805 1502 0 29104 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122444

[startup+282.3 s]
/proc/loadavg: 2.02 1.99 1.75 3/179 23639
/proc/meminfo: memFree=29653936/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=130928 CPUtime=282.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 160202 0 0 0 28039 191 0 0 25 0 1 0 25688339 134070272 30776 4089446400 4194304 10345943 140734080159984 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 32732 30776 805 1502 0 31225 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130928

[startup+342.301 s]
/proc/loadavg: 2.01 1.99 1.76 3/179 23641
/proc/meminfo: memFree=29649156/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=136040 CPUtime=342.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 178590 0 0 0 33998 232 0 0 25 0 1 0 25688339 139304960 31938 4089446400 4194304 10345943 140734080159984 18446744073709551615 7546842 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 34010 31938 805 1502 0 32503 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 136040

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 23643
/proc/meminfo: memFree=29643524/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=140232 CPUtime=402.3
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 190007 0 0 0 39958 272 0 0 25 0 1 0 25688339 143597568 33011 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 35058 33011 805 1502 0 33551 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 140232

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/179 23643
/proc/meminfo: memFree=29640256/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=141236 CPUtime=462.31
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 202280 0 0 0 45922 309 0 0 25 0 1 0 25688339 144625664 33381 4089446400 4194304 10345943 140734080159984 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 35309 33381 805 1502 0 33802 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 141236

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 23645
/proc/meminfo: memFree=29628292/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=149276 CPUtime=522.31
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 212612 0 0 0 51886 345 0 0 25 0 1 0 25688339 152858624 35294 4089446400 4194304 10345943 140734080159984 18446744073709551615 6864734 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 37319 35294 805 1502 0 35812 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 149276

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.81 3/179 23647
/proc/meminfo: memFree=29621300/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=152656 CPUtime=582.31
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 223907 0 0 0 57848 383 0 0 25 0 1 0 25688339 156319744 36036 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 38164 36036 805 1502 0 36657 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 152656

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 23649
/proc/meminfo: memFree=29611436/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=161536 CPUtime=642.32
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 232775 0 0 0 63811 421 0 0 25 0 1 0 25688339 165412864 37839 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 40384 37839 805 1502 0 38877 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 161536

[startup+702.301 s]

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

/proc/meminfo: memFree=29574504/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=183388 CPUtime=1002.34
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 279261 0 0 0 99598 636 0 0 25 0 1 0 25688339 187789312 43204 4089446400 4194304 10345943 140734080159984 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 45847 43204 805 1502 0 44340 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 183388

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 23659
/proc/meminfo: memFree=29568884/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=186160 CPUtime=1062.33
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 283491 0 0 0 105564 669 0 0 25 0 1 0 25688339 190627840 43897 4089446400 4194304 10345943 140734080159984 18446744073709551615 6119788 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 46540 43897 805 1502 0 45033 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 186160

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 23661
/proc/meminfo: memFree=29562632/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=189636 CPUtime=1122.34
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 292041 0 0 0 111529 705 0 0 25 0 1 0 25688339 194187264 44810 4089446400 4194304 10345943 140734080159984 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 47409 44810 805 1502 0 45902 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 189636

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 23663
/proc/meminfo: memFree=29555040/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=193084 CPUtime=1182.34
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 297629 0 0 0 117498 736 0 0 25 0 1 0 25688339 197718016 45696 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 48271 45696 805 1502 0 46764 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 193084

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/179 23665
/proc/meminfo: memFree=29551264/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=195616 CPUtime=1242.34
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 305331 0 0 0 123465 769 0 0 25 0 1 0 25688339 200310784 46049 4089446400 4194304 10345943 140734080159984 18446744073709551615 6261690 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 48904 46049 805 1502 0 47397 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 195616

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/179 23667
/proc/meminfo: memFree=29543036/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=201508 CPUtime=1302.35
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 310159 0 0 0 129433 802 0 0 25 0 1 0 25688339 206344192 47679 4089446400 4194304 10345943 140734080159984 18446744073709551615 9107408 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 50377 47679 805 1502 0 48870 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 201508

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 1.90 3/179 23676
/proc/meminfo: memFree=29533884/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=208008 CPUtime=1362.34
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 316000 0 0 0 135402 832 0 0 25 0 1 0 25688339 213000192 48850 4089446400 4194304 10345943 140734080159984 18446744073709551615 6847607 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 52002 48850 805 1502 0 50495 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 208008

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.90 3/179 23678
/proc/meminfo: memFree=29528260/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=208008 CPUtime=1422.35
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 319210 0 0 0 141377 858 0 0 25 0 1 0 25688339 213000192 49101 4089446400 4194304 10345943 140734080159984 18446744073709551615 5085655 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 52002 49101 805 1502 0 50495 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 208008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23680
/proc/meminfo: memFree=29521656/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=212368 CPUtime=1482.35
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 322279 0 0 0 147351 884 0 0 25 0 1 0 25688339 217464832 49966 4089446400 4194304 10345943 140734080159984 18446744073709551615 5926712 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 53092 49966 805 1502 0 51585 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 212368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23682
/proc/meminfo: memFree=29517160/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=214084 CPUtime=1542.36
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 325163 0 0 0 153328 908 0 0 25 0 1 0 25688339 219222016 50460 4089446400 4194304 10345943 140734080159984 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 53521 50460 805 1502 0 52014 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 214084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23684
/proc/meminfo: memFree=29516740/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=213320 CPUtime=1602.36
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 328888 0 0 0 159301 935 0 0 25 0 1 0 25688339 218439680 50451 4089446400 4194304 10345943 140734080159984 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 53330 50451 805 1502 0 51823 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 213320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23684
/proc/meminfo: memFree=29513728/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=216748 CPUtime=1662.36
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 332511 0 0 0 165272 964 0 0 25 0 1 0 25688339 221949952 50838 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 54187 50838 805 1502 0 52680 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 216748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23686
/proc/meminfo: memFree=29510228/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=219160 CPUtime=1722.35
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 336858 0 0 0 171241 994 0 0 25 0 1 0 25688339 224419840 51545 4089446400 4194304 10345943 140734080159984 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 54790 51545 805 1502 0 53283 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 219160

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29506092/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=219720 CPUtime=1782.36
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 340782 0 0 0 177209 1027 0 0 25 0 1 0 25688339 224993280 51752 4089446400 4194304 10345943 140734080159984 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 54930 51752 805 1502 0 53423 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 219720

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

[startup+1785.5 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29506092/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=221136 CPUtime=1785.56
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 341030 0 0 0 177528 1028 0 0 25 0 1 0 25688339 226443264 51759 4089446400 4194304 10345943 140734080159984 18446744073709551615 6803038 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 55284 51759 805 1502 0 53777 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 221136

[startup+1788.7 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29505968/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=221152 CPUtime=1788.76
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 341487 0 0 0 177847 1029 0 0 25 0 1 0 25688339 226459648 51771 4089446400 4194304 10345943 140734080159984 18446744073709551615 6525294 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 55288 51771 805 1502 0 53781 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 221152

[startup+1789.5 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29505968/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=219172 CPUtime=1789.56
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 341661 0 0 0 177926 1030 0 0 25 0 1 0 25688339 224432128 51744 4089446400 4194304 10345943 140734080159984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 54793 51744 805 1502 0 53286 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 219172

[startup+1789.9 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29505968/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=221168 CPUtime=1789.96
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 341723 0 0 0 177966 1030 0 0 25 0 1 0 25688339 226476032 51771 4089446400 4194304 10345943 140734080159984 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23620/statm: 55292 51771 805 1502 0 53785 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 221168

[startup+1790.1 s]
/proc/loadavg: 2.07 2.02 1.91 3/179 23688
/proc/meminfo: memFree=29505968/32950928 swapFree=67111528/67111528
[pid=23620] ppid=23618 vsize=221168 CPUtime=1790.16
/proc/23620/stat : 23620 (pbscip.linux.x8) R 23618 23620 23390 0 -1 4202496 341724 0 0 0 177986 1030 0 0 25 0 1 0 25688339 226476032 51772 4089446400 4194304 10345943 140734080159984 18446744073709551615 4448773 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23620/statm: 55292 51772 806 1502 0 53785 0
Current children cumulated CPU time (s) 1790.16
Current children cumulated vsize (KiB) 221168

Child status: 0
Real time (s): 1790.14
CPU time (s): 1790.21
CPU user time (s): 1779.89
CPU system time (s): 10.3154
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 222268

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

runsolver used 2.6186 second user time and 5.52816 second system time

The end

Launcher Data

Begin job on node127 at 2010-07-08 09:39:05
IDJOB=2705657
IDBENCH=78971
IDSOLVER=1214
FILE ID=node127/2705657-1278574745
PBS_JOBID= 11240199
Free space on /tmp= 73200 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834--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-2705657-1278574745/watcher-2705657-1278574745 -o /tmp/evaluation-result-2705657-1278574745/solver-2705657-1278574745 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705657-1278574745.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9b8daeac3a936659a5f0bb5b79c19c15
RANDOM SEED=902839186

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.804
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.68
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.804
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.804
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29884688 kB
Buffers:        159656 kB
Cached:        2672192 kB
SwapCached:          0 kB
Active:        1189500 kB
Inactive:      1704812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29884688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12888 kB
Writeback:           0 kB
AnonPages:       62464 kB
Mapped:          14416 kB
Slab:           107068 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185124 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= 73176 MiB
End job on node127 at 2010-07-08 10:08:55