Trace number 2692803

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.17 1800.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568186--soft-66-100-0.wbo
MD5SUM105b60f6fd410ca15d025f7b690efafc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark308.96
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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: SoPlex 1.4.2] [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-2692803-1277904490.wbo>
0.01/0.02	c original problem has 2085 variables (1158 bin, 0 int, 0 impl, 927 cont) and 3635 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.04	c presolving:
0.01/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1141 impls, 14 clqs
0.01/0.07	c (round 2) 0 del vars, 112 del conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 1141 impls, 14 clqs
0.01/0.08	c (round 3) 54 del vars, 168 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 0 upgd conss, 1141 impls, 14 clqs
0.01/0.09	c (round 4) 110 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 1141 impls, 14 clqs
0.09/0.11	c (round 5) 112 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 1141 impls, 14 clqs
0.09/0.15	c    (0.1s) probing: 101/1102 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  112 deleted vars, 170 deleted constraints, 929 tightened bounds, 0 added holes, 56 changed sides, 0 changed coefficients
0.09/0.15	c  1141 implications, 14 cliques
0.09/0.15	c presolved problem has 1973 variables (1102 bin, 0 int, 0 impl, 871 cont) and 3465 constraints
0.09/0.15	c     871 constraints of type <indicator>
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      14 constraints of type <setppc>
0.09/0.15	c     871 constraints of type <linear>
0.09/0.15	c    1708 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    34 |     - |8863k|   0 |  25 |1973 |3465 |1973 |1723 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	o 42962
0.19/0.26	c y 0.2s|     1 |     0 |   979 |     - |8901k|   0 |  25 |1973 |3465 |1973 |1723 |   0 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |  1055 |     - |9113k|   0 |  55 |1973 |3465 |1973 |1742 |  19 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |  1112 |     - |9333k|   0 |  61 |1973 |3465 |1973 |1753 |  30 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.49/0.58	c   0.5s|     1 |     0 |  1130 |     - |9335k|   0 |  56 |1973 |3465 |1973 |1755 |  32 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.59/0.69	c   0.6s|     1 |     0 |  1145 |     - |9338k|   0 |  64 |1973 |3465 |1973 |1758 |  35 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  1149 |     - |9371k|   0 |  67 |1973 |3465 |1973 |1760 |  37 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  1150 |     - |9374k|   0 |  67 |1973 |3465 |1973 |1761 |  38 |   0 |   0 | 0.000000e+00 | 4.296200e+04 |    Inf 
1.59/1.69	c   1.6s|     1 |     2 |  1150 |     - |9406k|   0 |  67 |1973 |3465 |1973 |1761 |  38 |   0 |  33 | 0.000000e+00 | 4.296200e+04 |    Inf 
7.09/7.11	o 415
7.09/7.11	c * 7.0s|   576 |   296 |  4054 |   5.1 |  11M|  29 |   - |1973 |3588 |1973 |1761 | 203 | 123 | 931 | 0.000000e+00 | 4.150000e+02 |    Inf 
7.29/7.31	o 411
7.29/7.31	c * 7.2s|   618 |   311 |  4438 |   5.3 |  12M|  29 |   - |1973 |3640 |1973 |1760 | 251 | 175 | 967 | 0.000000e+00 | 4.110000e+02 |    Inf 
7.39/7.43	o 331
7.39/7.43	c * 7.3s|   655 |   218 |  4624 |   5.3 |  12M|  38 |   - |1973 |3668 |1973 |1760 | 263 | 203 | 980 | 0.000000e+00 | 3.310000e+02 |    Inf 
7.39/7.44	o 257
7.39/7.44	c * 7.3s|   656 |   143 |  4646 |   5.3 |  12M|  38 |   - |1973 |3668 |1973 |1760 | 263 | 203 | 980 | 0.000000e+00 | 2.570000e+02 |    Inf 
7.49/7.50	o 160
7.49/7.50	c * 7.3s|   668 |    86 |  4769 |   5.4 |  12M|  38 |   - |1973 |3677 |1973 |1773 | 276 | 212 | 991 | 0.000000e+00 | 1.600000e+02 |    Inf 
7.49/7.54	o 159
7.49/7.54	c * 7.4s|   677 |    88 |  4802 |   5.4 |  12M|  38 |   - |1973 |3690 |1973 |1771 | 276 | 225 | 998 | 0.000000e+00 | 1.590000e+02 |    Inf 
8.49/8.51	o 157
8.49/8.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.51	c * 8.3s|   888 |   105 |  5700 |   5.1 |  13M|  38 |   - |1973 |3974 |1973 |1760 | 293 | 547 |1179 | 0.000000e+00 | 1.570000e+02 |    Inf 
14.09/14.20	o 133
14.09/14.20	c *13.9s|  2555 |   259 | 15827 |   5.7 |  15M|  43 |   - |1973 |5333 |1973 |1763 | 542 |2560 |1936 | 0.000000e+00 | 1.330000e+02 |    Inf 
15.78/15.82	o 96
15.78/15.82	c *15.5s|  3333 |   318 | 21051 |   6.0 |  15M|  47 |   - |1973 |5708 |1973 |1760 | 575 |3496 |1984 | 0.000000e+00 | 9.600000e+01 |    Inf 
17.29/17.35	o 89
17.29/17.35	c *17.0s|  4048 |   353 | 25823 |   6.1 |  16M|  47 |   - |1973 |5736 |1973 |1760 | 681 |4302 |2009 | 0.000000e+00 | 8.900000e+01 |    Inf 
28.19/28.30	c  27.8s| 10000 |   605 | 59767 |   5.9 |  19M|  48 |  18 |1973 |7288 |1973 |1771 |1197 |  11k|2030 | 0.000000e+00 | 8.900000e+01 |    Inf 
41.19/41.24	o 51
41.19/41.24	c *40.5s| 17366 |   822 | 97781 |   5.6 |  22M|  56 |   - |1973 |9673 |1973 |1760 |1817 |  20k|2030 | 0.000000e+00 | 5.100000e+01 |    Inf 
41.19/41.26	o 35
41.19/41.26	c *40.5s| 17371 |   709 | 97791 |   5.6 |  20M|  56 |   - |1973 |9228 |1973 |1760 |1817 |  20k|2030 | 0.000000e+00 | 3.500000e+01 |    Inf 
46.79/46.80	c  45.9s| 20000 |   676 |119890 |   5.9 |  20M|  56 |   - |1973 |6553 |   0 |   0 |1951 |  24k|2030 | 0.000000e+00 | 3.500000e+01 |    Inf 
48.89/48.95	o 21
48.89/48.95	c *48.0s| 20982 |   582 |128420 |   6.1 |  19M|  56 |   - |1973 |6611 |1973 |1760 |2018 |  25k|2038 | 0.000000e+00 | 2.100000e+01 |    Inf 
67.19/67.29	c  66.0s| 30000 |   713 |204536 |   6.8 |  21M|  56 |  25 |1973 |8799 |1973 |1760 |2523 |  36k|2041 | 0.000000e+00 | 2.100000e+01 |    Inf 
89.59/89.64	c  88.0s| 40000 |   759 |291625 |   7.3 |  24M|  56 |   - |1973 |  11k|   0 |   0 |2947 |  49k|2311 | 0.000000e+00 | 2.100000e+01 |    Inf 
112.68/112.73	c   111s| 50000 |   737 |379043 |   7.6 |  24M|  56 |  14 |1973 |  11k|1973 |1760 |3535 |  62k|2690 | 0.000000e+00 | 2.100000e+01 |    Inf 
135.68/135.71	c   133s| 60000 |   670 |463765 |   7.7 |  25M|  61 |  29 |1973 |  13k|1973 |1760 |4214 |  74k|2992 | 0.000000e+00 | 2.100000e+01 |    Inf 
163.17/163.28	c   160s| 70000 |   686 |563229 |   8.0 |  27M|  61 |   - |1973 |  16k|   0 |   0 |4863 |  87k|3339 | 0.000000e+00 | 2.100000e+01 |    Inf 
194.08/194.17	c   191s| 80000 |   701 |678961 |   8.5 |  29M|  61 |   - |1973 |  20k|   0 |   0 |5595 | 100k|3614 | 0.000000e+00 | 2.100000e+01 |    Inf 
224.57/224.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.57/224.64	c   221s| 90000 |   609 |782453 |   8.7 |  27M|  61 |   1 |1973 |  17k|1973 |1760 |6047 | 112k|3950 | 0.000000e+00 | 2.100000e+01 |    Inf 
253.28/253.36	c   249s|100000 |   683 |881906 |   8.8 |  30M|  61 |   - |1973 |  23k|   0 |   0 |6652 | 125k|4205 | 0.000000e+00 | 2.100000e+01 |    Inf 
282.78/282.88	c   278s|110000 |   758 |979998 |   8.9 |  32M|  61 |  24 |1973 |  25k|1973 |1760 |7425 | 137k|4390 | 0.000000e+00 | 2.100000e+01 |    Inf 
313.48/313.54	c   308s|120000 |   855 |  1080k|   9.0 |  34M|  61 |   - |1973 |  28k|1973 |1760 |8208 | 150k|4670 | 0.000000e+00 | 2.100000e+01 |    Inf 
342.68/342.78	c   337s|130000 |   914 |  1179k|   9.1 |  34M|  61 |  23 |1973 |  28k|1973 |1760 |9113 | 163k|4844 | 0.000000e+00 | 2.100000e+01 |    Inf 
373.38/373.47	c   368s|140000 |   899 |  1278k|   9.1 |  34M|  61 |  17 |1973 |  26k|1973 |1760 |9772 | 177k|5126 | 0.000000e+00 | 2.100000e+01 |    Inf 
403.99/404.06	c   398s|150000 |   924 |  1379k|   9.2 |  36M|  61 |   - |1973 |  29k|   0 |   0 |  10k| 190k|5291 | 0.000000e+00 | 2.100000e+01 |    Inf 
434.98/435.00	c   428s|160000 |  1022 |  1479k|   9.2 |  37M|  61 |   8 |1973 |  29k|1973 |1760 |  11k| 203k|5461 | 0.000000e+00 | 2.100000e+01 |    Inf 
465.48/465.50	c   458s|170000 |   958 |  1578k|   9.3 |  36M|  61 |  24 |1973 |  26k|1973 |1760 |  12k| 216k|5673 | 0.000000e+00 | 2.100000e+01 |    Inf 
497.19/497.21	c   489s|180000 |  1017 |  1695k|   9.4 |  38M|  61 |  19 |1973 |  32k|1973 |1760 |  13k| 229k|5852 | 0.000000e+00 | 2.100000e+01 |    Inf 
528.18/528.23	c   520s|190000 |  1010 |  1796k|   9.5 |  40M|  62 |   - |1973 |  35k|1973 |1760 |  14k| 243k|6007 | 0.000000e+00 | 2.100000e+01 |    Inf 
560.78/560.86	c   552s|200000 |  1024 |  1909k|   9.5 |  39M|  65 |  15 |1973 |  33k|1973 |1760 |  15k| 258k|6227 | 0.000000e+00 | 2.100000e+01 |    Inf 
593.48/593.59	c   584s|210000 |  1048 |  2022k|   9.6 |  39M|  66 |   - |1973 |  31k|   0 |   0 |  16k| 271k|6377 | 0.000000e+00 | 2.100000e+01 |    Inf 
626.58/626.69	c   617s|220000 |  1083 |  2134k|   9.7 |  39M|  66 |  33 |1973 |  28k|1973 |1760 |  17k| 284k|6546 | 0.000000e+00 | 2.100000e+01 |    Inf 
659.49/659.51	c   649s|230000 |  1083 |  2245k|   9.8 |  39M|  66 |  14 |1973 |  28k|1973 |1760 |  18k| 298k|6736 | 0.000000e+00 | 2.100000e+01 |    Inf 
690.09/690.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
690.09/690.14	c   680s|240000 |  1136 |  2343k|   9.8 |  38M|  66 |  12 |1973 |  23k|1973 |1760 |  18k| 311k|6911 | 0.000000e+00 | 2.100000e+01 |    Inf 
717.89/717.94	c   707s|250000 |  1254 |  2427k|   9.7 |  40M|  66 |   - |1973 |  27k|   0 |   0 |  19k| 323k|7036 | 0.000000e+00 | 2.100000e+01 |    Inf 
746.48/746.52	c   735s|260000 |  1361 |  2510k|   9.7 |  41M|  66 |  18 |1973 |  28k|1973 |1760 |  20k| 336k|7156 | 0.000000e+00 | 2.100000e+01 |    Inf 
774.89/774.98	c   763s|270000 |  1406 |  2593k|   9.6 |  44M|  66 |   - |1973 |  32k|   0 |   0 |  20k| 349k|7285 | 0.000000e+00 | 2.100000e+01 |    Inf 
804.49/804.57	c   791s|280000 |  1426 |  2679k|   9.6 |  45M|  66 |  25 |1973 |  33k|1973 |1760 |  21k| 362k|7393 | 0.000000e+00 | 2.100000e+01 |    Inf 
835.29/835.30	c   821s|290000 |  1538 |  2768k|   9.5 |  45M|  66 |  14 |1973 |  33k|1973 |1760 |  22k| 375k|7498 | 0.000000e+00 | 2.100000e+01 |    Inf 
865.09/865.15	c   850s|300000 |  1603 |  2853k|   9.5 |  47M|  66 |  13 |1973 |  34k|1973 |1760 |  22k| 388k|7592 | 0.000000e+00 | 2.100000e+01 |    Inf 
895.69/895.75	c   879s|310000 |  1694 |  2940k|   9.5 |  48M|  66 |  12 |1973 |  37k|1973 |1760 |  23k| 401k|7706 | 0.000000e+00 | 2.100000e+01 |    Inf 
926.99/927.08	c   910s|320000 |  1863 |  3021k|   9.4 |  49M|  66 |   9 |1973 |  36k|1973 |1760 |  24k| 414k|7832 | 0.000000e+00 | 2.100000e+01 |    Inf 
958.70/958.71	c   940s|330000 |  1878 |  3108k|   9.4 |  50M|  66 |   - |1973 |  36k|   0 |   0 |  24k| 427k|7964 | 0.000000e+00 | 2.100000e+01 |    Inf 
988.80/988.80	c   969s|340000 |  1950 |  3191k|   9.4 |  52M|  66 |   - |1973 |  39k|1973 |1760 |  25k| 440k|8036 | 0.000000e+00 | 2.100000e+01 |    Inf 
1019.80/1019.85	c   999s|350000 |  2008 |  3278k|   9.4 |  53M|  66 |   - |1973 |  40k|   0 |   0 |  26k| 453k|8110 | 0.000000e+00 | 2.100000e+01 |    Inf 
1050.29/1050.39	c  1029s|360000 |  2073 |  3360k|   9.3 |  54M|  66 |   - |1973 |  40k|1973 |1760 |  27k| 466k|8230 | 0.000000e+00 | 2.100000e+01 |    Inf 
1080.79/1080.80	c  1058s|370000 |  2144 |  3438k|   9.3 |  55M|  66 |  25 |1973 |  40k|1973 |1760 |  28k| 479k|8357 | 0.000000e+00 | 2.100000e+01 |    Inf 
1113.20/1113.23	c  1090s|380000 |  2208 |  3528k|   9.3 |  57M|  66 |  17 |1973 |  42k|1973 |1760 |  29k| 492k|8456 | 0.000000e+00 | 2.100000e+01 |    Inf 
1147.80/1147.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.80/1147.84	c  1123s|390000 |  2309 |  3624k|   9.3 |  58M|  66 |   - |1973 |  41k|   0 |   0 |  30k| 505k|8538 | 0.000000e+00 | 2.100000e+01 |    Inf 
1177.80/1177.89	c  1152s|400000 |  2397 |  3702k|   9.3 |  58M|  66 |  12 |1973 |  40k|1973 |1760 |  31k| 519k|8590 | 0.000000e+00 | 2.100000e+01 |    Inf 
1210.01/1210.09	c  1184s|410000 |  2428 |  3790k|   9.2 |  58M|  66 |  20 |1973 |  38k|1973 |1760 |  32k| 532k|8726 | 0.000000e+00 | 2.100000e+01 |    Inf 
1242.10/1242.19	c  1215s|420000 |  2548 |  3877k|   9.2 |  60M|  66 |   - |1973 |  38k|   0 |   0 |  32k| 546k|8822 | 0.000000e+00 | 2.100000e+01 |    Inf 
1273.20/1273.27	c  1245s|430000 |  2676 |  3959k|   9.2 |  61M|  66 |  28 |1973 |  38k|1973 |1760 |  33k| 560k|8908 | 0.000000e+00 | 2.100000e+01 |    Inf 
1302.71/1302.79	c  1273s|440000 |  2831 |  4037k|   9.2 |  62M|  68 |   6 |1973 |  39k|1973 |1760 |  34k| 574k|8947 | 0.000000e+00 | 2.100000e+01 |    Inf 
1332.60/1332.66	c  1302s|450000 |  2895 |  4114k|   9.1 |  63M|  68 |   - |1973 |  39k|   0 |   0 |  35k| 587k|9044 | 0.000000e+00 | 2.100000e+01 |    Inf 
1363.60/1363.63	c  1332s|460000 |  2964 |  4198k|   9.1 |  64M|  68 |  20 |1973 |  39k|1973 |1760 |  36k| 601k|9150 | 0.000000e+00 | 2.100000e+01 |    Inf 
1393.40/1393.40	c  1361s|470000 |  2959 |  4275k|   9.1 |  65M|  68 |  26 |1973 |  41k|1973 |1760 |  37k| 615k|9219 | 0.000000e+00 | 2.100000e+01 |    Inf 
1424.71/1424.77	c  1391s|480000 |  3188 |  4358k|   9.1 |  66M|  70 |   9 |1973 |  39k|1973 |1760 |  38k| 629k|9260 | 0.000000e+00 | 2.100000e+01 |    Inf 
1455.21/1455.27	c  1421s|490000 |  3273 |  4442k|   9.1 |  67M|  70 |  18 |1973 |  39k|1973 |1760 |  38k| 643k|9359 | 0.000000e+00 | 2.100000e+01 |    Inf 
1485.40/1485.47	c  1450s|500000 |  3369 |  4526k|   9.1 |  68M|  70 |  10 |1973 |  40k|1973 |1760 |  39k| 658k|9469 | 0.000000e+00 | 2.100000e+01 |    Inf 
1513.91/1513.97	c  1477s|510000 |  3428 |  4605k|   9.0 |  69M|  70 |   - |1973 |  40k|1973 |1760 |  40k| 672k|9507 | 0.000000e+00 | 2.100000e+01 |    Inf 
1543.91/1543.90	c  1506s|520000 |  3490 |  4687k|   9.0 |  70M|  70 |   1 |1973 |  41k|1973 |1760 |  41k| 686k|9571 | 0.000000e+00 | 2.100000e+01 |    Inf 
1575.12/1575.14	c  1536s|530000 |  3494 |  4772k|   9.0 |  71M|  70 |   1 |1973 |  41k|1973 |1760 |  42k| 701k|9676 | 0.000000e+00 | 2.100000e+01 |    Inf 
1606.31/1606.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1606.31/1606.31	c  1566s|540000 |  3549 |  4857k|   9.0 |  71M|  70 |  17 |1973 |  40k|1973 |1760 |  43k| 715k|9750 | 0.000000e+00 | 2.100000e+01 |    Inf 
1636.50/1636.51	c  1596s|550000 |  3544 |  4938k|   9.0 |  71M|  70 |  16 |1973 |  37k|1973 |1760 |  44k| 729k|9821 | 0.000000e+00 | 2.100000e+01 |    Inf 
1667.71/1667.79	c  1626s|560000 |  3551 |  5022k|   9.0 |  71M|  70 |   - |1973 |  37k|   0 |   0 |  45k| 743k|9943 | 0.000000e+00 | 2.100000e+01 |    Inf 
1696.01/1696.08	c  1653s|570000 |  3579 |  5100k|   8.9 |  71M|  70 |  25 |1973 |  36k|1973 |1760 |  46k| 758k|9971 | 0.000000e+00 | 2.100000e+01 |    Inf 
1726.41/1726.45	c  1682s|580000 |  3587 |  5180k|   8.9 |  71M|  70 |   1 |1973 |  35k|1973 |1760 |  47k| 771k|  10k| 0.000000e+00 | 2.100000e+01 |    Inf 
1756.32/1756.33	c  1711s|590000 |  3644 |  5264k|   8.9 |  71M|  70 |   - |1973 |  33k|   0 |   0 |  48k| 785k|  10k| 0.000000e+00 | 2.100000e+01 |    Inf 
1785.41/1785.47	c  1739s|600000 |  3742 |  5345k|   8.9 |  72M|  70 |  13 |1973 |  32k|1973 |1760 |  49k| 798k|  10k| 0.000000e+00 | 2.100000e+01 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.02	c 
1800.01/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.02	c Solving Time (sec) : 1753.38
1800.01/1800.02	c Solving Nodes      : 604915
1800.01/1800.02	c Primal Bound       : +2.10000000000000e+01 (213 solutions)
1800.01/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.02	c Gap                : infinite
1800.01/1800.03	s SATISFIABLE
1800.01/1800.03	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.01/1800.03	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.01/1800.03	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.01/1800.03	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.01/1800.03	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.01/1800.03	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.01/1800.03	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.01/1800.03	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 
1800.01/1800.03	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 
1800.01/1800.03	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 
1800.01/1800.03	v -x1 
1800.01/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.03	c Solving Time       :    1753.38
1800.01/1800.03	c Original Problem   :
1800.01/1800.03	c   Problem name     : HOME/instance-2692803-1277904490.wbo
1800.01/1800.03	c   Variables        : 2085 (1158 binary, 0 integer, 0 implicit integer, 927 continuous)
1800.01/1800.03	c   Constraints      : 3635 initial, 3635 maximal
1800.01/1800.03	c Presolved Problem  :
1800.01/1800.03	c   Problem name     : t_HOME/instance-2692803-1277904490.wbo
1800.01/1800.03	c   Variables        : 1973 (1102 binary, 0 integer, 0 implicit integer, 871 continuous)
1800.01/1800.03	c   Constraints      : 3465 initial, 44870 maximal
1800.01/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.03	c   trivial          :       0.00         56          0          0          0          0          0          0          0
1800.01/1800.03	c   dualfix          :       0.00         56          0          0          0          0          0          0          0
1800.01/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.01/1800.03	c   indicator        :       0.00          0          0          0          0          0         56          0          0
1800.01/1800.03	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   linear           :       0.06          0          0          0        929          0        114         56          0
1800.01/1800.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.03	c   root node        :          -        692          -          -       1384          -          -          -          -
1800.01/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.03	c   integral         :          0          0          0     335682          0        146       2148          0          0     650192
1800.01/1800.03	c   indicator        :        871          0    2792528       8924          0        747    2117224          0          0          0
1800.01/1800.03	c   knapsack         :          1          6    2787145       8639          0      42519    7488881          0          0          0
1800.01/1800.03	c   setppc           :         14          6    2750046       8637          0      40719    1868578          0          0          0
1800.01/1800.03	c   linear           :        871          6    2710828       8765          0      45301    3060301      49844          0          0
1800.01/1800.03	c   logicor          :       1708+         6    1357628        765          0      99122    4937678          0          0          0
1800.01/1800.03	c   bounddisjunction :          0+         0       4886          0          0          0          0          0          0          0
1800.01/1800.03	c   countsols        :          0          0          0        765          0          0          0          0          0          0
1800.01/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.03	c   integral         :      44.78       0.00       0.00      44.78       0.00
1800.01/1800.03	c   indicator        :       9.74       0.00       9.51       0.23       0.00
1800.01/1800.03	c   knapsack         :      33.81       0.00      33.81       0.00       0.00
1800.01/1800.03	c   setppc           :      12.54       0.00      12.54       0.00       0.00
1800.01/1800.03	c   linear           :      39.19       0.00      38.95       0.24       0.00
1800.01/1800.03	c   logicor          :     287.31       0.00     287.31       0.00       0.00
1800.01/1800.03	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.03	c   vbounds          :       0.30          2          0          0
1800.01/1800.03	c   rootredcost      :       0.26         14          0        692
1800.01/1800.03	c   pseudoobj        :      57.37    2800245       5371    1814258
1800.01/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.03	c   propagation      :      10.43     233032     232764    1438126       27.0       8327       23.9          -
1800.01/1800.03	c   infeasible LP    :      18.02      86445      86441     701516       41.7        554       20.5          0
1800.01/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.03	c   pseudo solution  :       0.01         43         43        241       19.9          4       10.8          -
1800.01/1800.03	c   applied globally :          -          -          -     805426       26.0          -          -          -
1800.01/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.03	c   cut pool         :       0.00          5          -          -         50          -    (maximal pool size: 149)
1800.01/1800.03	c   redcost          :      11.23     342830          0     258568          0          0
1800.01/1800.03	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.03	c   gomory           :       0.33          6          0          0        856          0
1800.01/1800.03	c   strongcg         :       0.21          6          0          0        500          0
1800.01/1800.03	c   cmir             :       0.04          6          0          0          0          0
1800.01/1800.03	c   flowcover        :       0.05          6          0          0          0          0
1800.01/1800.03	c   clique           :       0.00          6          0          0          0          0
1800.01/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.03	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.03	c Pricers            :       Time      Calls       Vars
1800.01/1800.03	c   problem variables:       0.00          0          0
1800.01/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.03	c   relpscost        :      44.54     326740        146       2148          0          0     650192
1800.01/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.03	c   inference        :       0.12        752          0          0          0          0       1504
1800.01/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.03	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.03	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.03	c   LP solutions     :       0.00          -         13
1800.01/1800.03	c   pseudo solutions :       0.00          -          0
1800.01/1800.03	c   oneopt           :       0.16         13          0
1800.01/1800.03	c   feaspump         :       0.12          1          0
1800.01/1800.03	c   intshifting      :       0.01         11          0
1800.01/1800.03	c   crossover        :       0.24         10          0
1800.01/1800.03	c   guideddiving     :       0.13         85          0
1800.01/1800.03	c   pscostdiving     :       0.25         85          0
1800.01/1800.03	c   fracdiving       :       0.26         85          0
1800.01/1800.03	c   veclendiving     :       0.26         85          0
1800.01/1800.03	c   linesearchdiving :       0.14         85          0
1800.01/1800.03	c   coefdiving       :       0.25         85          0
1800.01/1800.03	c   rootsoldiving    :       0.51         46          0
1800.01/1800.03	c   objpscostdiving  :       0.12         47          0
1800.01/1800.03	c   trivial          :       0.01          2          0
1800.01/1800.03	c   simplerounding   :       0.40     327686          0
1800.01/1800.03	c   zirounding       :       0.26       1000          0
1800.01/1800.03	c   rounding         :       1.02       8009          0
1800.01/1800.03	c   shifting         :       0.92       2529          0
1800.01/1800.03	c   twoopt           :       0.00          0          0
1800.01/1800.03	c   fixandinfer      :       0.00          0          0
1800.01/1800.03	c   intdiving        :       0.00          0          0
1800.01/1800.03	c   actconsdiving    :       0.00          0          0
1800.01/1800.03	c   octane           :       0.00          0          0
1800.01/1800.03	c   rens             :       0.05          1          0
1800.01/1800.03	c   rins             :       0.00          0          0
1800.01/1800.03	c   localbranching   :       0.00          0          0
1800.01/1800.03	c   mutation         :       0.00          0          0
1800.01/1800.03	c   dins             :       0.00          0          0
1800.01/1800.03	c   undercover       :       0.00          0          0
1800.01/1800.03	c   nlp              :       0.09          0          0
1800.01/1800.03	c   trysol           :       0.54       1885        200
1800.01/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.03	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.03	c   dual LP          :     823.13     420990    5378182      12.78    6533.82
1800.01/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.03	c   diving/probing LP:       1.03        702       6552       9.33    6361.17
1800.01/1800.03	c   strong branching :      41.11      10257     251059      24.48    6107.01
1800.01/1800.03	c     (at root node) :          -         33       4621     140.03          -
1800.01/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.03	c B&B Tree           :
1800.01/1800.03	c   number of runs   :          1
1800.01/1800.03	c   nodes            :     604915
1800.01/1800.03	c   nodes (total)    :     604915
1800.01/1800.03	c   nodes left       :       3695
1800.01/1800.03	c   max depth        :         70
1800.01/1800.03	c   max depth (total):         70
1800.01/1800.03	c   backtracks       :      78244 (12.9%)
1800.01/1800.03	c   delayed cutoffs  :      42350
1800.01/1800.03	c   repropagations   :    1071865 (4006620 domain reductions, 40681 cutoffs)
1800.01/1800.03	c   avg switch length:       5.33
1800.01/1800.03	c   switching time   :     223.58
1800.01/1800.03	c Solution           :
1800.01/1800.03	c   Solutions found  :        213 (14 improvements)
1800.01/1800.03	c   First Solution   : +4.29620000000000e+04   (in run 1, after 1 nodes, 0.23 seconds, depth 0, found by <trysol>)
1800.01/1800.03	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 20982 nodes, 48.01 seconds, depth 27, found by <relaxation>)
1800.01/1800.03	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.03	c   Gap              :   infinite
1800.01/1800.03	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.03	c   Root Iterations  :       1150
1800.11/1800.14	c Time complete: 1800.15.

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692803-1277904490/watcher-2692803-1277904490 -o /tmp/evaluation-result-2692803-1277904490/solver-2692803-1277904490 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692803-1277904490.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.02 2.12 2.24 4/196 10840
/proc/meminfo: memFree=30943328/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9304 CPUtime=0
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1646 0 0 0 0 0 0 0 25 0 1 0 131746528 9527296 1565 4089446400 4194304 8223781 140733900547248 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10840/statm: 2326 1565 369 984 0 1339 0

[startup+0.020625 s]
/proc/loadavg: 2.02 2.12 2.24 4/196 10840
/proc/meminfo: memFree=30943328/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=12812 CPUtime=0.01
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2524 0 0 0 1 0 0 0 25 0 1 0 131746528 13119488 2443 4089446400 4194304 8223781 140733900547248 18446744073709551615 6207440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10840/statm: 3203 2443 369 984 0 2216 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12812

[startup+0.100597 s]
/proc/loadavg: 2.02 2.12 2.24 4/196 10840
/proc/meminfo: memFree=30943328/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=23604 CPUtime=0.09
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 7634 0 0 0 9 0 0 0 25 0 1 0 131746528 24170496 4876 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10840/statm: 5901 4876 466 984 0 4914 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23604

[startup+0.300559 s]
/proc/loadavg: 2.02 2.12 2.24 4/196 10840
/proc/meminfo: memFree=30943328/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=29976 CPUtime=0.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 10998 0 0 0 28 1 0 0 25 0 1 0 131746528 30695424 6590 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/10840/statm: 7494 6590 563 984 0 6507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29976

[startup+0.700502 s]
/proc/loadavg: 2.02 2.12 2.24 4/196 10840
/proc/meminfo: memFree=30943328/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=32724 CPUtime=0.69
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 11828 0 0 0 67 2 0 0 25 0 1 0 131746528 33509376 7302 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 8181 7302 584 984 0 7194 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32724

[startup+1.50035 s]
/proc/loadavg: 2.02 2.12 2.24 3/197 10841
/proc/meminfo: memFree=30903640/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=37168 CPUtime=1.49
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 26171 0 0 0 144 5 0 0 25 0 1 0 131746528 38060032 8435 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 9292 8435 600 984 0 8305 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37168

[startup+3.10107 s]
/proc/loadavg: 2.02 2.12 2.24 3/197 10841
/proc/meminfo: memFree=30911704/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=37168 CPUtime=3.09
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 26181 0 0 0 303 6 0 0 25 0 1 0 131746528 38060032 8445 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 9292 8445 602 984 0 8305 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37168

[startup+6.30051 s]
/proc/loadavg: 2.02 2.11 2.24 3/197 10841
/proc/meminfo: memFree=30911208/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=37220 CPUtime=6.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 31619 0 0 0 618 10 0 0 25 0 1 0 131746528 38113280 8482 4089446400 4194304 8223781 140733900547248 18446744073709551615 6436959 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 9305 8482 607 984 0 8318 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37220

[startup+12.7004 s]
/proc/loadavg: 2.02 2.11 2.24 3/197 10841
/proc/meminfo: memFree=30906052/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=42600 CPUtime=12.69
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 61986 0 0 0 1249 20 0 0 25 0 1 0 131746528 43622400 9727 4089446400 4194304 8223781 140733900547248 18446744073709551615 6207680 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 10650 9727 607 984 0 9663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42600

[startup+25.5012 s]
/proc/loadavg: 2.01 2.11 2.24 3/197 10841
/proc/meminfo: memFree=30893424/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=54380 CPUtime=25.49
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 110577 0 0 0 2505 44 0 0 25 0 1 0 131746528 55685120 12700 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 13595 12700 609 984 0 12608 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54380

[startup+51.1007 s]
/proc/loadavg: 2.01 2.10 2.23 3/197 10842
/proc/meminfo: memFree=30876208/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=69020 CPUtime=51.09
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 171875 0 0 0 5014 95 0 0 25 0 1 0 131746528 70676480 16348 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 17255 16348 609 984 0 16268 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69020

[startup+102.307 s]
/proc/loadavg: 2.29 2.18 2.25 3/197 10843
/proc/meminfo: memFree=30866992/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=74228 CPUtime=102.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 293709 0 0 0 10043 186 0 0 25 0 1 0 131746528 76009472 17651 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10840/statm: 18557 17651 609 984 0 17570 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74228

[startup+162.301 s]
/proc/loadavg: 2.10 2.14 2.23 3/197 10845
/proc/meminfo: memFree=30861008/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=80088 CPUtime=162.27
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 398351 0 0 0 15944 283 0 0 25 0 1 0 131746528 82010112 19094 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 20022 19094 609 984 0 19035 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 80088

[startup+222.301 s]
/proc/loadavg: 2.13 2.15 2.23 3/197 10850
/proc/meminfo: memFree=30854720/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=85384 CPUtime=222.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 473428 0 0 0 21860 368 0 0 25 0 1 0 131746528 87433216 20348 4089446400 4194304 8223781 140733900547248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 21346 20348 609 984 0 20359 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 85384

[startup+282.301 s]
/proc/loadavg: 2.05 2.12 2.21 3/197 10852
/proc/meminfo: memFree=30853452/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=86972 CPUtime=282.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 555157 0 0 0 27770 458 0 0 25 0 1 0 131746528 89059328 20677 4089446400 4194304 8223781 140733900547248 18446744073709551615 6601571 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 21743 20677 609 984 0 20756 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 86972

[startup+342.301 s]
/proc/loadavg: 2.02 2.09 2.19 3/197 10853
/proc/meminfo: memFree=30849084/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=90908 CPUtime=342.27
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 633157 0 0 0 33684 543 0 0 25 0 1 0 131746528 93089792 21666 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 22727 21666 609 984 0 21740 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 90908

[startup+402.301 s]
/proc/loadavg: 2.00 2.07 2.18 10/197 10854
/proc/meminfo: memFree=30848044/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=91756 CPUtime=402.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 695429 0 0 0 39596 633 0 0 25 0 1 0 131746528 93958144 21880 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 22939 21880 609 984 0 21952 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 91756

[startup+462.301 s]
/proc/loadavg: 2.00 2.06 2.16 3/197 10856
/proc/meminfo: memFree=30846152/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=93324 CPUtime=462.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 780482 0 0 0 45509 719 0 0 25 0 1 0 131746528 95563776 22261 4089446400 4194304 8223781 140733900547248 18446744073709551615 6436746 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 23331 22261 609 984 0 22344 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 93324

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.15 3/197 10858
/proc/meminfo: memFree=30840784/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=96332 CPUtime=522.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 863340 0 0 0 51420 808 0 0 25 0 1 0 131746528 98643968 23059 4089446400 4194304 8223781 140733900547248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 24083 23059 609 984 0 23096 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 96332

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.14 3/197 10860
/proc/meminfo: memFree=30834676/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=98240 CPUtime=582.28
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 942210 0 0 0 57333 895 0 0 25 0 1 0 131746528 100597760 23495 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 24560 23495 609 984 0 23573 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 98240

[startup+642.301 s]
/proc/loadavg: 2.00 2.03 2.13 3/197 10861
/proc/meminfo: memFree=30828552/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=100168 CPUtime=642.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1036079 0 0 0 63250 979 0 0 25 0 1 0 131746528 102572032 23889 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10840/statm: 25042 23889 609 984 0 24055 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 100168

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.63 2.22 2.17 3/197 10916
/proc/meminfo: memFree=30929524/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=109608 CPUtime=882.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1444383 0 0 0 86630 1599 0 0 25 0 1 0 131746528 112238592 26116 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 27402 26116 609 984 0 26415 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 109608

[startup+942.3 s]
/proc/loadavg: 2.48 2.24 2.18 3/197 10917
/proc/meminfo: memFree=30906084/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=113524 CPUtime=942.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1506817 0 0 0 92421 1808 0 0 25 0 1 0 131746528 116248576 27028 4089446400 4194304 8223781 140733900547248 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 28381 27028 609 984 0 27394 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 113524

[startup+1002.3 s]
/proc/loadavg: 2.69 2.31 2.20 3/197 10918
/proc/meminfo: memFree=30882000/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=116184 CPUtime=1002.29
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1587863 0 0 0 98215 2014 0 0 25 0 1 0 131746528 118972416 27730 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 29046 27730 609 984 0 28059 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 116184

[startup+1062.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/197 10920
/proc/meminfo: memFree=30857536/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=120524 CPUtime=1062.3
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1620903 0 0 0 104029 2201 0 0 25 0 1 0 131746528 123416576 28803 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 30131 28803 609 984 0 29144 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 120524

[startup+1122.3 s]
/proc/loadavg: 2.09 2.20 2.17 3/197 10922
/proc/meminfo: memFree=30839272/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=123828 CPUtime=1122.3
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1710161 0 0 0 109855 2375 0 0 25 0 1 0 131746528 126799872 29507 4089446400 4194304 8223781 140733900547248 18446744073709551615 6558062 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 30957 29507 609 984 0 29970 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 123828

[startup+1182.3 s]
/proc/loadavg: 2.03 2.16 2.16 3/197 10924
/proc/meminfo: memFree=30819640/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=125624 CPUtime=1182.3
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1792721 0 0 0 115675 2555 0 0 25 0 1 0 131746528 128638976 29924 4089446400 4194304 8223781 140733900547248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 31406 29924 609 984 0 30419 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 125624

[startup+1242.3 s]
/proc/loadavg: 2.01 2.13 2.15 3/197 10925
/proc/meminfo: memFree=30793196/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=127800 CPUtime=1242.3
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1859162 0 0 0 121483 2747 0 0 25 0 1 0 131746528 130867200 30506 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 31950 30506 609 984 0 30963 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 127800

[startup+1302.3 s]
/proc/loadavg: 2.00 2.10 2.14 3/197 10926
/proc/meminfo: memFree=30784992/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=129160 CPUtime=1302.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1916959 0 0 0 127280 2951 0 0 25 0 1 0 131746528 132259840 30838 4089446400 4194304 8223781 140733900547248 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 32290 30838 609 984 0 31303 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 129160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.08 2.13 3/197 10928
/proc/meminfo: memFree=30783356/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=130784 CPUtime=1362.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 1959338 0 0 0 133071 3160 0 0 25 0 1 0 131746528 133922816 31240 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 32696 31240 609 984 0 31709 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 130784

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.11 3/197 10930
/proc/meminfo: memFree=30780584/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=133480 CPUtime=1422.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2013534 0 0 0 138880 3351 0 0 25 0 1 0 131746528 136683520 31863 4089446400 4194304 8223781 140733900547248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 33370 31863 609 984 0 32383 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 133480

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.10 3/197 10932
/proc/meminfo: memFree=30741500/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=135300 CPUtime=1482.3
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2082251 0 0 0 144675 3555 0 0 25 0 1 0 131746528 138547200 32334 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 33825 32334 609 984 0 32838 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 135300

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.09 3/197 10933
/proc/meminfo: memFree=30716556/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=136844 CPUtime=1542.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2159069 0 0 0 150458 3773 0 0 25 0 1 0 131746528 140128256 32718 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 34211 32718 609 984 0 33224 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 136844

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/197 10934
/proc/meminfo: memFree=30696440/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=138740 CPUtime=1602.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2235097 0 0 0 156259 3972 0 0 25 0 1 0 131746528 142069760 33197 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 34685 33197 609 984 0 33698 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 138740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/197 10936
/proc/meminfo: memFree=30682012/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=139440 CPUtime=1662.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2292559 0 0 0 162051 4180 0 0 25 0 1 0 131746528 142786560 33375 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 34860 33375 609 984 0 33873 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 139440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/197 10938
/proc/meminfo: memFree=30659400/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=140864 CPUtime=1722.31
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2344053 0 0 0 167834 4397 0 0 25 0 1 0 131746528 144244736 33725 4089446400 4194304 8223781 140733900547248 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 35216 33725 609 984 0 34229 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 140864

[startup+1782.3 s]
/proc/loadavg: 2.42 2.13 2.11 3/197 10940
/proc/meminfo: memFree=30638436/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=142024 CPUtime=1782.32
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2393143 0 0 0 173620 4612 0 0 25 0 1 0 131746528 145432576 33997 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 35506 33997 609 984 0 34519 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 142024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.38 2.14 2.11 3/197 10940
/proc/meminfo: memFree=30633212/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=142056 CPUtime=1800.01
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2413339 0 0 0 175338 4663 0 0 25 0 1 0 131746528 145465344 34017 4089446400 4194304 8223781 140733900547248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10840/statm: 35514 34017 609 984 0 34527 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 142056

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

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

[startup+1800.11 s]
/proc/loadavg: 2.38 2.14 2.11 3/197 10940
/proc/meminfo: memFree=30633212/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=141128 CPUtime=1800.11
/proc/10840/stat : 10840 (pbscip.linux.x8) R 10838 10840 9633 0 -1 4202496 2413366 0 0 0 175348 4663 0 0 18 0 1 0 131746528 144515072 33769 4089446400 4194304 8223781 140733900547248 18446744073709551615 4997838 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10840/statm: 35282 33769 611 984 0 34295 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 141128

Child status: 0
Real time (s): 1800.15
CPU time (s): 1800.17
CPU user time (s): 1753.52
CPU system time (s): 46.6479
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 142196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1753.52
system time used= 46.6479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2413370
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 13769

runsolver used 2.74058 second user time and 5.57415 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 15:28:10
IDJOB=2692803
IDBENCH=78920
IDSOLVER=1204
FILE ID=node107/2692803-1277904490
PBS_JOBID= 11197168
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692803-1277904490/watcher-2692803-1277904490 -o /tmp/evaluation-result-2692803-1277904490/solver-2692803-1277904490 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692803-1277904490.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 105b60f6fd410ca15d025f7b690efafc
RANDOM SEED=1856827981

node107.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.849
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.69
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.849
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.849
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.849
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.75
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.849
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.81
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.849
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.849
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.849
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30943856 kB
Buffers:        188092 kB
Cached:        1270576 kB
SwapCached:          0 kB
Active:         765924 kB
Inactive:      1098652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30943856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4772 kB
Writeback:           0 kB
AnonPages:      406096 kB
Mapped:          20300 kB
Slab:            78820 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657128 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= 74208 MiB
End job on node107 at 2010-06-30 15:58:12