Trace number 2692403

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.23 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900545610--soft-0-100-0.wbo
MD5SUMaacdee42f12f02195344334122667810
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark203.379
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 constraints2707
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2692403-1277930075.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.09/0.12	o 135640
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.356400e+05 |    Inf 
13.29/13.37	o 1065
13.29/13.37	c *13.0s|  3380 |  3336 | 11808 |   3.5 |  35M|  87 |   - |5645 |5414 |5645 | 231 |4470 |   0 |1728 | 0.000000e+00 | 1.065000e+03 |    Inf 
29.79/29.89	c  29.2s| 10000 |  9956 | 30756 |   3.1 |  50M|2333 |   0 |5645 |5414 |5645 | 185 |  10k|   0 |1818 | 0.000000e+00 | 1.065000e+03 |    Inf 
50.19/50.29	c  49.2s| 20000 | 19947 | 33962 |   1.7 |  70M|2333 |   0 |5645 |5432 |5645 | 173 |  11k|  18 |1818 | 0.000000e+00 | 1.065000e+03 |    Inf 
57.10/57.16	o 78
57.10/57.16	c *56.0s| 23464 |  4264 | 34118 |   1.4 |  38M|2494 |   - |5645 |5432 |5645 | 177 |  11k|  18 |1818 | 0.000000e+00 | 7.800000e+01 |    Inf 
62.99/63.05	o 73
62.99/63.05	c *61.7s| 24758 |  4269 | 42007 |   1.7 |  43M|2494 |   - |5645 |6144 |5645 | 157 |  13k|1330 |1818 | 0.000000e+00 | 7.300000e+01 |    Inf 
85.50/85.57	c  83.7s| 30000 |  4855 | 65540 |   2.2 |  58M|2494 |   1 |5645 |6945 |5645 | 167 |  19k|7542 |1818 | 0.000000e+00 | 7.300000e+01 |    Inf 
88.19/88.25	o 70
88.19/88.25	c *86.3s| 30574 |  4735 | 68597 |   2.2 |  60M|2494 |   - |5645 |7211 |5645 | 180 |  20k|8333 |1818 | 0.000000e+00 | 7.000000e+01 |    Inf 
125.10/125.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.10/125.19	c   122s| 40000 |  5514 |100125 |   2.5 |  80M|2494 |   - |5645 |7914 |   0 |   0 |  27k|  19k|1835 | 0.000000e+00 | 7.000000e+01 |    Inf 
130.69/130.73	o 67
130.69/130.73	c * 128s| 41435 |  5369 |103265 |   2.5 |  81M|2494 |   - |5645 |8696 |5645 | 171 |  28k|  20k|1850 | 0.000000e+00 | 6.700000e+01 |    Inf 
161.99/162.09	o 65
161.99/162.09	c * 158s| 49300 |  5956 |131056 |   2.7 |  99M|2494 |   - |5645 |8025 |5645 | 146 |  35k|  30k|1975 | 0.000000e+00 | 6.500000e+01 |    Inf 
165.00/165.03	c   161s| 50000 |  6010 |132962 |   2.7 | 100M|2494 |   1 |5645 |7048 |5645 | 147 |  35k|  31k|1988 | 0.000000e+00 | 6.500000e+01 |    Inf 
177.70/177.72	o 53
177.70/177.72	c * 173s| 53231 |  5508 |146639 |   2.8 | 103M|2494 |   - |5645 |7376 |5645 | 178 |  39k|  35k|2036 | 0.000000e+00 | 5.300000e+01 |    Inf 
186.79/186.89	o 47
186.79/186.89	c * 182s| 55578 |  5324 |157918 |   2.8 | 107M|2494 |   - |5645 |7241 |5645 | 152 |  42k|  38k|2100 | 0.000000e+00 | 4.700000e+01 |    Inf 
201.20/201.23	c   196s| 60000 |  5441 |171007 |   2.8 | 111M|2494 |   - |5645 |6428 |   0 |   0 |  46k|  44k|2167 | 0.000000e+00 | 4.700000e+01 |    Inf 
227.09/227.16	o 36
227.09/227.16	c * 222s| 67945 |  5208 |199002 |   2.9 | 111M|2494 |   - |5645 |7496 |5645 | 166 |  55k|  56k|2273 | 0.000000e+00 | 3.600000e+01 |    Inf 
233.29/233.31	c   227s| 70000 |  5213 |203768 |   2.9 | 111M|2494 |   - |5645 |7292 |   0 |   0 |  56k|  59k|2342 | 0.000000e+00 | 3.600000e+01 |    Inf 
235.60/235.62	o 35
235.60/235.62	c * 230s| 70757 |  5090 |205552 |   2.9 | 111M|2494 |   - |5645 |7650 |5645 | 162 |  57k|  60k|2343 | 0.000000e+00 | 3.500000e+01 |    Inf 
235.60/235.62	o 34
235.60/235.62	c * 230s| 70758 |  5005 |205553 |   2.9 | 110M|2494 |   - |5645 |7650 |5645 | 162 |  57k|  60k|2343 | 0.000000e+00 | 3.400000e+01 |    Inf 
248.29/248.39	o 31
248.29/248.39	c * 242s| 74882 |  4671 |222058 |   3.0 | 104M|2494 |   - |5645 |8454 |5645 | 174 |  63k|  66k|2392 | 0.000000e+00 | 3.100000e+01 |    Inf 
248.40/248.40	o 21
248.40/248.40	c * 242s| 74883 |  3748 |222060 |   3.0 |  89M|2494 |   - |5645 |8454 |5645 | 174 |  63k|  66k|2392 | 0.000000e+00 | 2.100000e+01 |    Inf 
261.20/261.20	c   255s| 80000 |  3791 |240775 |   3.0 |  90M|2494 |   8 |5645 |8622 |5645 | 174 |  69k|  73k|2475 | 0.000000e+00 | 2.100000e+01 |    Inf 
265.80/265.84	o 18
265.80/265.84	c * 259s| 81936 |  3494 |248338 |   3.0 |  85M|2494 |   - |5645 |8438 |5645 | 179 |  72k|  76k|2488 | 0.000000e+00 | 1.800000e+01 |    Inf 
265.89/265.91	o 16
265.89/265.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.89/265.91	c * 259s| 81962 |  3352 |248462 |   3.0 |  83M|2494 |   - |5645 |8252 |5645 | 176 |  72k|  76k|2488 | 0.000000e+00 | 1.600000e+01 |    Inf 
267.99/268.00	o 13
267.99/268.00	c * 261s| 82901 |  3154 |251695 |   3.0 |  80M|2494 |   - |5645 |7108 |5645 | 161 |  73k|  78k|2510 | 0.000000e+00 | 1.300000e+01 |    Inf 
284.19/284.23	c   277s| 90000 |  2850 |276158 |   3.1 |  78M|2494 |   - |5645 |5430 |   0 |   0 |  82k|  89k|2648 | 0.000000e+00 | 1.300000e+01 |    Inf 
305.80/305.80	c   298s|100000 |  2662 |300949 |   3.0 |  79M|2494 |  13 |5645 |9961 |5645 | 176 |  87k| 102k|2834 | 0.000000e+00 | 1.300000e+01 |    Inf 
328.80/328.82	c   320s|110000 |  2572 |324820 |   3.0 |  80M|2494 |   - |5645 |  12k|   0 |   0 |  92k| 114k|2936 | 0.000000e+00 | 1.300000e+01 |    Inf 
352.19/352.27	c   343s|120000 |  2572 |346574 |   2.9 |  81M|2494 |   1 |5645 |  12k|5645 | 169 |  95k| 127k|3053 | 0.000000e+00 | 1.300000e+01 |    Inf 
371.50/371.59	c   361s|130000 |  2557 |366745 |   2.8 |  82M|2494 |   - |5645 |  13k|   0 |   0 |  99k| 140k|3124 | 0.000000e+00 | 1.300000e+01 |    Inf 
390.90/390.98	c   380s|140000 |  2558 |386399 |   2.8 |  82M|2494 |   1 |5645 |  11k|5645 | 145 | 104k| 153k|3209 | 0.000000e+00 | 1.300000e+01 |    Inf 
410.69/410.75	c   399s|150000 |  2551 |407907 |   2.7 |  84M|2494 |   - |5645 |  15k|   0 |   0 | 108k| 165k|3271 | 0.000000e+00 | 1.300000e+01 |    Inf 
431.10/431.11	c   418s|160000 |  2553 |426274 |   2.7 |  85M|2494 |   - |5645 |  17k|   0 |   0 | 111k| 178k|3348 | 0.000000e+00 | 1.300000e+01 |    Inf 
452.69/452.76	c   439s|170000 |  2559 |445504 |   2.6 |  86M|2494 |   - |5645 |  17k|   0 |   0 | 114k| 191k|3394 | 0.000000e+00 | 1.300000e+01 |    Inf 
454.99/455.03	o 12
454.99/455.03	c * 442s|171067 |  2419 |447867 |   2.6 |  84M|2494 |   - |5645 |  18k|5645 | 176 | 114k| 193k|3394 | 0.000000e+00 | 1.200000e+01 |    Inf 
473.19/473.21	c   459s|180000 |  2518 |465977 |   2.6 |  84M|2494 |   1 |5645 |  14k|5645 | 145 | 117k| 204k|3512 | 0.000000e+00 | 1.200000e+01 |    Inf 
492.80/492.85	c   478s|190000 |  2542 |482858 |   2.5 |  85M|2494 |   1 |5645 |  15k|5645 | 145 | 120k| 217k|3561 | 0.000000e+00 | 1.200000e+01 |    Inf 
513.09/513.19	c   498s|200000 |  2720 |498238 |   2.5 |  88M|2494 |   - |5645 |  17k|   0 |   0 | 123k| 230k|3602 | 0.000000e+00 | 1.200000e+01 |    Inf 
534.00/534.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.00/534.01	c   518s|210000 |  2864 |507748 |   2.4 |  92M|2494 |   - |5645 |  22k|   0 |   0 | 124k| 243k|3637 | 0.000000e+00 | 1.200000e+01 |    Inf 
554.70/554.73	c   538s|220000 |  2888 |518517 |   2.4 |  92M|2494 |   1 |5645 |  20k|5645 | 145 | 126k| 257k|3675 | 0.000000e+00 | 1.200000e+01 |    Inf 
574.70/574.78	c   557s|230000 |  2994 |533696 |   2.3 |  94M|2494 |   - |5645 |  20k|   0 |   0 | 129k| 271k|3711 | 0.000000e+00 | 1.200000e+01 |    Inf 
578.40/578.50	o 9
578.40/578.50	c * 561s|231760 |  2559 |537075 |   2.3 |  83M|2494 |   - |5645 |  20k|5645 | 156 | 130k| 273k|3715 | 0.000000e+00 | 9.000000e+00 |    Inf 
594.90/594.94	c   577s|240000 |  2480 |550700 |   2.3 |  81M|2494 |   4 |5645 |  15k|5645 | 145 | 132k| 284k|3774 | 0.000000e+00 | 9.000000e+00 |    Inf 
612.60/612.62	o 8
612.60/612.62	c * 594s|249070 |  2223 |566164 |   2.3 |  77M|2494 |   - |5645 |  17k|5645 | 185 | 134k| 297k|3818 | 0.000000e+00 | 8.000000e+00 |    Inf 
614.60/614.61	c   596s|250000 |  2161 |567785 |   2.3 |  75M|2494 |   - |5645 |  14k|   0 |   0 | 134k| 298k|3822 | 0.000000e+00 | 8.000000e+00 |    Inf 
634.30/634.37	c   615s|260000 |  2097 |584574 |   2.2 |  75M|2494 |   - |5645 |  16k|   0 |   0 | 137k| 311k|3881 | 0.000000e+00 | 8.000000e+00 |    Inf 
653.60/653.68	c   634s|270000 |  2214 |598399 |   2.2 |  78M|2494 |   - |5645 |  22k|   0 |   0 | 139k| 324k|3916 | 0.000000e+00 | 8.000000e+00 |    Inf 
674.10/674.10	c   653s|280000 |  2271 |614731 |   2.2 |  79M|2494 |   - |5645 |  20k|   0 |   0 | 143k| 337k|3972 | 0.000000e+00 | 8.000000e+00 |    Inf 
694.30/694.38	c   673s|290000 |  2322 |628420 |   2.2 |  81M|2494 |   - |5645 |  24k|   0 |   0 | 146k| 350k|3999 | 0.000000e+00 | 8.000000e+00 |    Inf 
715.70/715.73	c   694s|300000 |  2391 |642867 |   2.1 |  82M|2494 |   - |5645 |  22k|   0 |   0 | 148k| 364k|4041 | 0.000000e+00 | 8.000000e+00 |    Inf 
736.91/736.91	c   714s|310000 |  2421 |657211 |   2.1 |  85M|2494 |   1 |5645 |  28k|5645 | 145 | 151k| 378k|4068 | 0.000000e+00 | 8.000000e+00 |    Inf 
756.31/756.39	o 6
756.31/756.39	c * 733s|318424 |  2162 |673501 |   2.1 |  77M|2494 |   - |5645 |  22k|5645 | 166 | 155k| 389k|4108 | 0.000000e+00 | 6.000000e+00 |    Inf 
759.40/759.44	c   736s|320000 |  2182 |675561 |   2.1 |  77M|2494 |   1 |5645 |  21k|5645 | 145 | 155k| 391k|4118 | 0.000000e+00 | 6.000000e+00 |    Inf 
779.20/779.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
779.20/779.28	c   755s|330000 |  2260 |693700 |   2.1 |  78M|2494 |   - |5645 |  19k|   0 |   0 | 159k| 405k|4172 | 0.000000e+00 | 6.000000e+00 |    Inf 
801.91/801.98	c   777s|340000 |  2429 |717757 |   2.1 |  81M|2494 |   1 |5645 |  23k|5645 | 145 | 169k| 418k|4222 | 0.000000e+00 | 6.000000e+00 |    Inf 
824.91/824.90	c   799s|350000 |  2590 |751202 |   2.1 |  85M|2494 |   1 |5645 |  27k|5645 | 145 | 185k| 432k|4292 | 0.000000e+00 | 6.000000e+00 |    Inf 
847.41/847.44	c   821s|360000 |  2630 |781434 |   2.2 |  86M|2494 |   - |5645 |  28k|   0 |   0 | 198k| 446k|4358 | 0.000000e+00 | 6.000000e+00 |    Inf 
869.20/869.22	c   842s|370000 |  2550 |803567 |   2.2 |  83M|2494 |   - |5645 |  21k|   0 |   0 | 203k| 461k|4438 | 0.000000e+00 | 6.000000e+00 |    Inf 
890.80/890.85	c   863s|380000 |  2523 |827551 |   2.2 |  84M|2494 |   - |5645 |  22k|   0 |   0 | 207k| 474k|4481 | 0.000000e+00 | 6.000000e+00 |    Inf 
912.71/912.72	c   884s|390000 |  2365 |849589 |   2.2 |  83M|2494 |   - |5645 |  23k|   0 |   0 | 210k| 489k|4529 | 0.000000e+00 | 6.000000e+00 |    Inf 
934.30/934.31	c   905s|400000 |  1792 |873833 |   2.2 |  70M|2494 |  14 |5645 |  13k|5645 | 166 | 214k| 505k|4829 | 0.000000e+00 | 6.000000e+00 |    Inf 
953.11/953.16	c   923s|410000 |  1774 |892784 |   2.2 |  71M|2494 |  10 |5645 |  15k|5645 | 146 | 216k| 517k|4993 | 0.000000e+00 | 6.000000e+00 |    Inf 
972.11/972.16	c   942s|420000 |  1786 |910941 |   2.2 |  72M|2494 |   1 |5645 |  16k|5645 | 146 | 218k| 530k|5008 | 0.000000e+00 | 6.000000e+00 |    Inf 
981.30/981.32	o 4
981.30/981.32	c * 950s|424799 |  1576 |919868 |   2.2 |  67M|2494 |   - |5645 |  19k|5645 | 156 | 219k| 536k|5008 | 0.000000e+00 | 4.000000e+00 |    Inf 
982.61/982.61	o 1
982.61/982.61	c * 952s|425517 |  1290 |921518 |   2.2 |  62M|2494 |   - |5645 |  18k|5645 | 146 | 219k| 537k|5008 | 0.000000e+00 | 1.000000e+00 |    Inf 
990.71/990.74	c   960s|430000 |  1202 |930793 |   2.2 |  59M|2494 |   5 |5645 |  12k|5645 | 156 | 220k| 543k|5020 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.51/1008.55	c   977s|440000 |  1258 |948472 |   2.2 |  61M|2494 |   - |5645 |  15k|   0 |   0 | 222k| 556k|5053 | 0.000000e+00 | 1.000000e+00 |    Inf 
1027.81/1027.84	c   995s|450000 |  1312 |966652 |   2.1 |  63M|2494 |   - |5645 |  19k|   0 |   0 | 224k| 570k|5086 | 0.000000e+00 | 1.000000e+00 |    Inf 
1046.31/1046.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.31/1046.30	c  1013s|460000 |  1251 |987446 |   2.1 |  62M|2494 |   1 |5645 |  17k|5645 | 146 | 227k| 585k|5120 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.31/1065.38	c  1032s|470000 |  1159 |  1012k|   2.2 |  59M|2494 |   - |5645 |  14k|   0 |   0 | 230k| 597k|5426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1085.01/1085.07	c  1051s|480000 |  1162 |  1043k|   2.2 |  60M|2494 |   1 |5645 |  16k|5645 | 151 | 235k| 610k|5481 | 0.000000e+00 | 1.000000e+00 |    Inf 
1104.61/1104.60	c  1070s|490000 |  1130 |  1067k|   2.2 |  61M|2494 |   1 |5645 |  21k|5645 | 166 | 238k| 624k|5517 | 0.000000e+00 | 1.000000e+00 |    Inf 
1125.01/1125.01	c  1090s|500000 |  1138 |  1090k|   2.2 |  63M|2494 |   1 |5645 |  25k|5645 | 166 | 241k| 638k|5551 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.91/1146.92	c  1111s|510000 |  1117 |  1113k|   2.2 |  61M|2494 |   1 |5645 |  20k|5645 | 147 | 244k| 652k|5637 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.61/1167.61	c  1131s|520000 |  1142 |  1133k|   2.2 |  62M|2494 |   - |5645 |  22k|   0 |   0 | 248k| 665k|5668 | 0.000000e+00 | 1.000000e+00 |    Inf 
1188.62/1188.68	c  1151s|530000 |  1207 |  1147k|   2.2 |  65M|2494 |   1 |5645 |  28k|5645 | 147 | 250k| 679k|5708 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.22/1210.23	c  1172s|540000 |  1163 |  1169k|   2.2 |  65M|2494 |   1 |5645 |  26k|5645 | 189 | 254k| 693k|5751 | 0.000000e+00 | 1.000000e+00 |    Inf 
1231.41/1231.42	c  1193s|550000 |   726 |  1190k|   2.2 |  54M|2494 |   - |5645 |  15k|   0 |   0 | 256k| 706k|5829 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.31/1252.37	c  1213s|560000 |   730 |  1220k|   2.2 |  56M|2494 |   - |5645 |  20k|   0 |   0 | 263k| 718k|5898 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.01/1274.02	c  1234s|570000 |   779 |  1242k|   2.2 |  58M|2494 |   1 |5645 |  26k|5645 | 162 | 266k| 731k|5934 | 0.000000e+00 | 1.000000e+00 |    Inf 
1300.41/1300.50	c  1260s|580000 |   777 |  1270k|   2.2 |  60M|2494 |   1 |5645 |  30k|5645 | 166 | 272k| 745k|5972 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.53/1325.55	c  1284s|590000 |   559 |  1301k|   2.2 |  53M|2494 |   1 |5645 |  21k|5645 | 170 | 279k| 758k|6143 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.62/1349.66	c  1308s|600000 |   697 |  1337k|   2.2 |  56M|2494 |   - |5645 |  26k|   0 |   0 | 286k| 770k|6181 | 0.000000e+00 | 1.000000e+00 |    Inf 
1377.52/1377.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.52/1377.54	c  1335s|610000 |   719 |  1380k|   2.3 |  58M|2494 |   - |5645 |  29k|   0 |   0 | 295k| 783k|6243 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.22/1406.21	c  1363s|620000 |   666 |  1426k|   2.3 |  58M|2494 |   - |5645 |  30k|   0 |   0 | 305k| 797k|6296 | 0.000000e+00 | 1.000000e+00 |    Inf 
1431.12/1431.15	c  1387s|630000 |   630 |  1453k|   2.3 |  58M|2494 |   - |5645 |  30k|   0 |   0 | 309k| 810k|6362 | 0.000000e+00 | 1.000000e+00 |    Inf 
1461.52/1461.56	c  1417s|640000 |   718 |  1500k|   2.3 |  61M|2494 |   8 |5645 |  34k|5645 | 185 | 324k| 823k|6432 | 0.000000e+00 | 1.000000e+00 |    Inf 
1491.92/1491.95	c  1446s|650000 |   713 |  1544k|   2.4 |  62M|2494 |   - |5645 |  37k|5645 | 194 | 336k| 836k|6497 | 0.000000e+00 | 1.000000e+00 |    Inf 
1523.42/1523.45	c  1477s|660000 |   737 |  1587k|   2.4 |  62M|2494 |  15 |5645 |  38k|5645 | 170 | 346k| 849k|6583 | 0.000000e+00 | 1.000000e+00 |    Inf 
1558.12/1558.12	c  1511s|670000 |   821 |  1630k|   2.4 |  65M|2494 |   4 |5645 |  44k|5645 | 158 | 359k| 862k|6636 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.32/1595.36	c  1547s|680000 |   955 |  1680k|   2.5 |  68M|2494 |   5 |5645 |  47k|5645 | 167 | 373k| 875k|6709 | 0.000000e+00 | 1.000000e+00 |    Inf 
1634.32/1634.39	c  1585s|690000 |   844 |  1729k|   2.5 |  67M|2494 |  15 |5645 |  46k|5645 | 203 | 385k| 889k|6770 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.72/1674.73	c  1625s|700000 |  1071 |  1782k|   2.5 |  70M|2494 |  16 |5645 |  51k|5645 | 210 | 399k| 901k|6848 | 0.000000e+00 | 1.000000e+00 |    Inf 
1714.03/1714.09	c  1663s|710000 |   953 |  1833k|   2.6 |  71M|2494 |  10 |5645 |  51k|5645 | 182 | 410k| 915k|6909 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.12/1755.19	c  1703s|720000 |  1120 |  1891k|   2.6 |  73M|2494 |   7 |5645 |  54k|5645 | 184 | 427k| 928k|6994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1796.73/1796.71	c  1744s|730000 |  1200 |  1945k|   2.7 |  75M|2494 |  13 |5645 |  57k|5645 | 180 | 441k| 941k|7061 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1747.08
1800.03/1800.00	c Solving Nodes      : 730819
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (437 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.07	s SATISFIABLE
1800.03/1800.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.07	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.07	v -x188 x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x168 
1800.03/1800.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 
1800.03/1800.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1800.03/1800.07	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.03/1800.07	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.03/1800.07	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 
1800.03/1800.07	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.07	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.03/1800.07	v -x1 
1800.03/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.07	c Solving Time       :    1747.08
1800.03/1800.07	c Original Problem   :
1800.03/1800.07	c   Problem name     : HOME/instance-2692403-1277930075.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.07	c Presolved Problem  :
1800.03/1800.07	c   Problem name     : t_HOME/instance-2692403-1277930075.wbo
1800.03/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.07	c   Constraints      : 5414 initial, 58113 maximal
1800.03/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.03/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   integral         :          0          0          0     456138          0          1        231          0          0     764856
1800.03/1800.07	c   indicator        :       2707          0    2609224      47245          0        559    7866784          0          0          0
1800.03/1800.07	c   linear           :       2707          6    4295118      73500          0     283074   18601956     442340          0          0
1800.03/1800.07	c   logicor          :          0+         0    1194812          0          0      65752    1402842          0          0          0
1800.03/1800.07	c   bounddisjunction :          0+         0      17351          0          0          8        237          0          0          0
1800.03/1800.07	c   countsols        :          0          0          0      26445          0          0          0          0          0          0
1800.03/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.07	c   integral         :      14.55       0.00       0.00      14.55       0.00
1800.03/1800.07	c   indicator        :      33.28       0.00      24.47       8.81       0.00
1800.03/1800.07	c   linear           :     201.53       0.01     195.03       6.49       0.00
1800.03/1800.07	c   logicor          :     278.46       0.00     278.46       0.00       0.00
1800.03/1800.07	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.03/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.07	c   vbounds          :       0.01          2          0          0
1800.03/1800.07	c   rootredcost      :       0.02         22          0       2707
1800.03/1800.07	c   pseudoobj        :     220.30    4314703      18914    5764880
1800.03/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.07	c   propagation      :      24.17     367748     367563    2471754       31.5      14004       21.3          -
1800.03/1800.07	c   infeasible LP    :       3.72       9693       9693      78770       41.1         81       17.6          0
1800.03/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.07	c   pseudo solution  :       0.07        243        243       1001       13.4         48        9.5          -
1800.03/1800.07	c   applied globally :          -          -          -     943024       23.9          -          -          -
1800.03/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.07	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.03/1800.07	c   redcost          :      36.38     462642          0    2002728          0          0
1800.03/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.07	c   gomory           :       0.02          4          0          0         86          0
1800.03/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.07	c   cmir             :       0.01          4          0          0          0          0
1800.03/1800.07	c   flowcover        :       0.03          4          0          0          0          0
1800.03/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.07	c Pricers            :       Time      Calls       Vars
1800.03/1800.07	c   problem variables:       0.00          0          0
1800.03/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.07	c   relpscost        :      14.27     382621          1        231          0          0     764856
1800.03/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   inference        :       7.52      26423          0          0          0          0      52846
1800.03/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.07	c   LP solutions     :       0.08          -         22
1800.03/1800.07	c   pseudo solutions :       0.00          -          0
1800.03/1800.07	c   feaspump         :       0.00          0          0
1800.03/1800.07	c   oneopt           :       0.22         20          0
1800.03/1800.07	c   intshifting      :       0.02          8          0
1800.03/1800.07	c   guideddiving     :       0.59        125          0
1800.03/1800.07	c   crossover        :       1.69         60          0
1800.03/1800.07	c   pscostdiving     :       0.42        193          0
1800.03/1800.07	c   fracdiving       :       0.47        195          0
1800.03/1800.07	c   veclendiving     :       0.32        195          0
1800.03/1800.07	c   linesearchdiving :       0.25        195          0
1800.03/1800.07	c   coefdiving       :       0.35        196          0
1800.03/1800.07	c   objpscostdiving  :       0.33        182          0
1800.03/1800.07	c   rootsoldiving    :       0.37        184          0
1800.03/1800.07	c   trivial          :       0.08          2          2
1800.03/1800.07	c   simplerounding   :       0.63     384586          0
1800.03/1800.07	c   zirounding       :       0.08       1000          0
1800.03/1800.07	c   rounding         :       3.70       8793          0
1800.03/1800.07	c   shifting         :       1.89       2690          0
1800.03/1800.07	c   twoopt           :       0.00          0          0
1800.03/1800.07	c   fixandinfer      :       0.00          0          0
1800.03/1800.07	c   intdiving        :       0.00          0          0
1800.03/1800.07	c   actconsdiving    :       0.00          0          0
1800.03/1800.07	c   octane           :       0.00          0          0
1800.03/1800.07	c   rens             :       0.03          1          0
1800.03/1800.07	c   rins             :       0.00          0          0
1800.03/1800.07	c   localbranching   :       0.00          0          0
1800.03/1800.07	c   mutation         :       0.00          0          0
1800.03/1800.07	c   dins             :       0.00          0          0
1800.03/1800.07	c   undercover       :       0.00          0          0
1800.03/1800.07	c   nlp              :       0.01          0          0
1800.03/1800.07	c   trysol           :       4.27       6845        413
1800.03/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.07	c   dual LP          :     365.29     444754    1946976       4.38    5329.95
1800.03/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.07	c   diving/probing LP:       0.26        365       1224       3.35    4707.69
1800.03/1800.07	c   strong branching :      11.56       7062      62891       8.91    5440.40
1800.03/1800.07	c     (at root node) :          -         32       1061      33.16          -
1800.03/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.07	c B&B Tree           :
1800.03/1800.07	c   number of runs   :          1
1800.03/1800.07	c   nodes            :     730819
1800.03/1800.07	c   nodes (total)    :     730819
1800.03/1800.07	c   nodes left       :       1168
1800.03/1800.07	c   max depth        :       2494
1800.03/1800.07	c   max depth (total):       2494
1800.03/1800.07	c   backtracks       :      64161 (8.8%)
1800.03/1800.07	c   delayed cutoffs  :      59649
1800.03/1800.07	c   repropagations   :    2159179 (5806238 domain reductions, 56298 cutoffs)
1800.03/1800.07	c   avg switch length:       7.39
1800.03/1800.07	c   switching time   :     287.81
1800.03/1800.07	c Solution           :
1800.03/1800.07	c   Solutions found  :        437 (23 improvements)
1800.03/1800.07	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 425517 nodes, 951.67 seconds, depth 68, found by <relaxation>)
1800.03/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.07	c   Gap              :   infinite
1800.03/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.07	c   Root Iterations  :        106
1800.13/1800.19	c Time complete: 1800.21.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692403-1277930075/watcher-2692403-1277930075 -o /tmp/evaluation-result-2692403-1277930075/solver-2692403-1277930075 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692403-1277930075.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: 3.00 2.91 2.91 4/199 15650
/proc/meminfo: memFree=31292532/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=9740 CPUtime=0
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 1731 0 0 0 0 0 0 0 25 0 1 0 134304466 9973760 1650 4089446400 4194304 8223781 140736913870992 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15650/statm: 2435 1650 369 984 0 1448 0

[startup+0.0290499 s]
/proc/loadavg: 3.00 2.91 2.91 4/199 15650
/proc/meminfo: memFree=31292532/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=16600 CPUtime=0.02
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 3316 0 0 0 2 0 0 0 25 0 1 0 134304466 16998400 3235 4089446400 4194304 8223781 140736913870992 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15650/statm: 4150 3255 369 984 0 3163 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16600

[startup+0.103078 s]
/proc/loadavg: 3.00 2.91 2.91 4/199 15650
/proc/meminfo: memFree=31292532/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=35140 CPUtime=0.09
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 8089 0 0 0 9 0 0 0 25 0 1 0 134304466 35983360 7644 4089446400 4194304 8223781 140736913870992 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.301041 s]
/proc/loadavg: 3.00 2.91 2.91 4/199 15650
/proc/meminfo: memFree=31292532/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=42936 CPUtime=0.29
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 10678 0 0 0 27 2 0 0 25 0 1 0 134304466 43966464 9630 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 10734 9630 562 984 0 9747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42936

[startup+0.700919 s]
/proc/loadavg: 3.00 2.91 2.91 4/199 15650
/proc/meminfo: memFree=31292532/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=43080 CPUtime=0.69
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 15656 0 0 0 65 4 0 0 25 0 1 0 134304466 44113920 9710 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50078 s]
/proc/loadavg: 3.00 2.91 2.91 3/200 15651
/proc/meminfo: memFree=31256120/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=43276 CPUtime=1.49
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 15761 0 0 0 142 7 0 0 25 0 1 0 134304466 44314624 9815 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 10819 9815 578 984 0 9832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43276

[startup+3.10045 s]
/proc/loadavg: 3.00 2.91 2.91 3/200 15651
/proc/meminfo: memFree=31254136/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=47012 CPUtime=3.09
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 21688 0 0 0 298 11 0 0 25 0 1 0 134304466 48140288 10681 4089446400 4194304 8223781 140736913870992 18446744073709551615 4697570 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 11753 10681 579 984 0 10766 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47012

[startup+6.30093 s]
/proc/loadavg: 2.92 2.89 2.91 3/200 15651
/proc/meminfo: memFree=31244156/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=54396 CPUtime=6.29
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 27983 0 0 0 611 18 0 0 25 0 1 0 134304466 55701504 12563 4089446400 4194304 8223781 140736913870992 18446744073709551615 4561490 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 13599 12563 579 984 0 12612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54396

[startup+12.7008 s]
/proc/loadavg: 2.93 2.89 2.91 3/200 15651
/proc/meminfo: memFree=31238828/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=59432 CPUtime=12.69
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 39394 0 0 0 1237 32 0 0 25 0 1 0 134304466 60858368 13831 4089446400 4194304 8223781 140736913870992 18446744073709551615 4567206 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 14858 13831 579 984 0 13871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59432

[startup+25.5006 s]
/proc/loadavg: 2.86 2.88 2.90 3/200 15651
/proc/meminfo: memFree=31228140/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=71012 CPUtime=25.49
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 62526 0 0 0 2492 57 0 0 25 0 1 0 134304466 72716288 16762 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 17753 16762 579 984 0 16766 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71012

[startup+51.1011 s]
/proc/loadavg: 3.20 2.97 2.93 4/200 15652
/proc/meminfo: memFree=31198960/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=98564 CPUtime=51.09
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 79572 0 0 0 5004 105 0 0 25 0 1 0 134304466 100929536 23686 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 24641 23686 583 984 0 23654 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98564

[startup+102.306 s]
/proc/loadavg: 2.97 2.94 2.92 4/200 15653
/proc/meminfo: memFree=31099320/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=199452 CPUtime=102.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 152948 0 0 0 10001 229 0 0 25 0 1 0 134304466 204238848 47936 4089446400 4194304 8223781 140736913870992 18446744073709551615 4983710 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 49863 47936 589 984 0 48876 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199452

[startup+162.301 s]
/proc/loadavg: 2.87 2.92 2.91 4/200 15655
/proc/meminfo: memFree=31003880/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=303296 CPUtime=162.29
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 203970 0 0 0 15844 385 0 0 25 0 1 0 134304466 310575104 71752 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 75824 71752 591 984 0 74837 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 303296

[startup+222.301 s]
/proc/loadavg: 3.29 3.01 2.94 4/200 15657
/proc/meminfo: memFree=30954556/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=353268 CPUtime=222.29
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 267246 0 0 0 21681 548 0 0 25 0 1 0 134304466 361746432 82912 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 88317 82912 591 984 0 87330 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 353268

[startup+282.3 s]
/proc/loadavg: 3.12 3.03 2.95 3/200 15658
/proc/meminfo: memFree=30939696/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=367388 CPUtime=282.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 344445 0 0 0 27492 738 0 0 25 0 1 0 134304466 376205312 85977 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 91847 85977 593 984 0 90860 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 367388

[startup+342.301 s]
/proc/loadavg: 2.88 2.98 2.93 3/200 15660
/proc/meminfo: memFree=30933916/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=372008 CPUtime=342.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 349254 0 0 0 33293 937 0 0 25 0 1 0 134304466 380936192 87113 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/15650/statm: 93002 87113 593 984 0 92015 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 372008

[startup+402.3 s]
/proc/loadavg: 2.39 2.82 2.88 3/197 15709
/proc/meminfo: memFree=31116608/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=374612 CPUtime=402.29
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 357609 0 0 0 39073 1156 0 0 25 0 1 0 134304466 383602688 87720 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 93653 87720 593 984 0 92666 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 374612

[startup+462.301 s]
/proc/loadavg: 2.14 2.67 2.82 3/197 15711
/proc/meminfo: memFree=31109824/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=379860 CPUtime=462.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 380706 0 0 0 44868 1362 0 0 25 0 1 0 134304466 388976640 88901 4089446400 4194304 8223781 140736913870992 18446744073709551615 5507410 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 94965 88901 601 984 0 93978 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 379860

[startup+522.301 s]
/proc/loadavg: 2.05 2.55 2.77 3/197 15713
/proc/meminfo: memFree=31107024/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=382848 CPUtime=522.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 389669 0 0 0 50664 1566 0 0 25 0 1 0 134304466 392036352 89610 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 95712 89610 601 984 0 94725 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 382848

[startup+582.301 s]
/proc/loadavg: 2.02 2.44 2.72 3/197 15714
/proc/meminfo: memFree=31100520/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=388184 CPUtime=582.3
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 398435 0 0 0 56472 1758 0 0 25 0 1 0 134304466 397500416 90863 4089446400 4194304 8223781 140736913870992 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 97046 90863 601 984 0 96059 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 388184

[startup+642.301 s]
/proc/loadavg: 2.00 2.36 2.67 3/197 15716
/proc/meminfo: memFree=31098576/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=389996 CPUtime=642.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 423504 0 0 0 62260 1971 0 0 25 0 1 0 134304466 399355904 91275 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 97499 91275 601 984 0 96512 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 389996

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.16 2.51 3/197 15722
/proc/meminfo: memFree=31089244/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398172 CPUtime=882.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 462611 0 0 0 85482 2749 0 0 25 0 1 0 134304466 407728128 93333 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99543 93333 601 984 0 98556 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 398172

[startup+942.301 s]
/proc/loadavg: 2.00 2.13 2.48 3/197 15724
/proc/meminfo: memFree=31088688/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=399088 CPUtime=942.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 462835 0 0 0 91292 2939 0 0 25 0 1 0 134304466 408666112 93553 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99772 93553 601 984 0 98785 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 399088

[startup+1002.3 s]
/proc/loadavg: 2.00 2.10 2.44 3/197 15725
/proc/meminfo: memFree=31088372/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398264 CPUtime=1002.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 487747 0 0 0 97070 3161 0 0 25 0 1 0 134304466 407822336 93364 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99566 93364 601 984 0 98579 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 398264

[startup+1062.3 s]
/proc/loadavg: 2.00 2.08 2.41 3/197 15727
/proc/meminfo: memFree=31082596/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398264 CPUtime=1062.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 491363 0 0 0 102880 3351 0 0 25 0 1 0 134304466 407822336 93364 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99566 93364 601 984 0 98579 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 398264

[startup+1122.3 s]
/proc/loadavg: 2.00 2.06 2.38 3/197 15729
/proc/meminfo: memFree=31083116/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=397908 CPUtime=1122.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 493174 0 0 0 108695 3536 0 0 25 0 1 0 134304466 407457792 93275 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99477 93275 601 984 0 98490 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 397908

[startup+1182.3 s]
/proc/loadavg: 2.00 2.05 2.36 3/197 15730
/proc/meminfo: memFree=31082436/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398200 CPUtime=1182.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 493240 0 0 0 114523 3708 0 0 25 0 1 0 134304466 407756800 93341 4089446400 4194304 8223781 140736913870992 18446744073709551615 6003452 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99550 93341 601 984 0 98563 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 398200

[startup+1242.3 s]
/proc/loadavg: 2.07 2.06 2.34 3/197 15732
/proc/meminfo: memFree=31082260/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=397816 CPUtime=1242.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 495124 0 0 0 120348 3883 0 0 25 0 1 0 134304466 407363584 93162 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99454 93162 601 984 0 98467 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 397816

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.31 3/197 15733
/proc/meminfo: memFree=31082180/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398228 CPUtime=1302.32
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 495230 0 0 0 126190 4042 0 0 25 0 1 0 134304466 407785472 93268 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99557 93268 601 984 0 98570 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 398228

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.29 3/197 15735
/proc/meminfo: memFree=31083824/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=396760 CPUtime=1362.31
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 495316 0 0 0 132026 4205 0 0 25 0 1 0 134304466 406282240 92842 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99190 92842 601 984 0 98203 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 396760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 15819
/proc/meminfo: memFree=31096492/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=396936 CPUtime=1422.33
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 495349 0 0 0 137880 4353 0 0 25 0 1 0 134304466 406462464 92875 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99234 92875 601 984 0 98247 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 396936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.25 3/179 15820
/proc/meminfo: memFree=31084384/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=397444 CPUtime=1482.32
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 497271 0 0 0 143670 4562 0 0 25 0 1 0 134304466 406982656 92971 4089446400 4194304 8223781 140736913870992 18446744073709551615 6446882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99361 92971 601 984 0 98374 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 397444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/179 15822
/proc/meminfo: memFree=31078148/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=398248 CPUtime=1542.32
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 497484 0 0 0 149509 4723 0 0 25 0 1 0 134304466 407805952 93184 4089446400 4194304 8223781 140736913870992 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 99562 93184 601 984 0 98575 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 398248

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.22 3/179 15832
/proc/meminfo: memFree=31071328/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=400180 CPUtime=1602.32
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 497949 0 0 0 155373 4859 0 0 25 0 1 0 134304466 409784320 93649 4089446400 4194304 8223781 140736913870992 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 100045 93649 601 984 0 99058 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 400180

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.20 3/179 15834
/proc/meminfo: memFree=31067320/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=400788 CPUtime=1662.33
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 498072 0 0 0 161241 4992 0 0 25 0 1 0 134304466 410406912 93772 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 100197 93772 601 984 0 99210 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 400788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/179 15836
/proc/meminfo: memFree=31061944/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=401888 CPUtime=1722.33
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 498386 0 0 0 167107 5126 0 0 25 0 1 0 134304466 411533312 94086 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 100472 94086 601 984 0 99485 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 401888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/179 15837
/proc/meminfo: memFree=31054716/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=403936 CPUtime=1782.33
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 498900 0 0 0 172974 5259 0 0 25 0 1 0 134304466 413630464 94600 4089446400 4194304 8223781 140736913870992 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 100984 94600 601 984 0 99997 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 403936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.17 3/179 15838
/proc/meminfo: memFree=31053216/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=404064 CPUtime=1800.03
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 498944 0 0 0 174710 5293 0 0 25 0 1 0 134304466 413761536 94644 4089446400 4194304 8223781 140736913870992 18446744073709551615 4210584 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15650/statm: 101016 94644 601 984 0 100029 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 404064

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.07 2.02 2.17 3/179 15838
/proc/meminfo: memFree=31053216/32950928 swapFree=67111528/67111528
[pid=15650] ppid=15648 vsize=397520 CPUtime=1800.13
/proc/15650/stat : 15650 (pbscip.linux.x8) R 15648 15650 15240 0 -1 4202496 499006 0 0 0 174720 5293 0 0 18 0 1 0 134304466 407060480 92992 4089446400 4194304 8223781 140736913870992 18446744073709551615 6207090 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15650/statm: 99380 92992 603 984 0 98393 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 397520

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.23
CPU user time (s): 1747.28
CPU system time (s): 52.9509
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 413904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.28
system time used= 52.9509
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499010
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= 4
involuntary context switches= 2515

runsolver used 2.91256 second user time and 5.87711 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 22:34:35
IDJOB=2692403
IDBENCH=79303
IDSOLVER=1204
FILE ID=node120/2692403-1277930075
PBS_JOBID= 11197411
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900545610--soft-0-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-2692403-1277930075/watcher-2692403-1277930075 -o /tmp/evaluation-result-2692403-1277930075/solver-2692403-1277930075 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692403-1277930075.wbo -t 1800 -m 3800

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

MD5SUM BENCH= aacdee42f12f02195344334122667810
RANDOM SEED=1514791949

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31293184 kB
Buffers:        215220 kB
Cached:         938900 kB
SwapCached:          0 kB
Active:         901564 kB
Inactive:       613048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31293184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4772 kB
Writeback:           0 kB
AnonPages:      360316 kB
Mapped:          20572 kB
Slab:            79236 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1668360 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= 74204 MiB
End job on node120 at 2010-06-30 23:04:37