Trace number 2692365

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.22 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.wbo
MD5SUM6ba4b4283c00d7202a0c09683aff0663
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 benchmark385.756
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2692365-1277928295.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+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.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	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.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.379450e+05 |    Inf 
26.99/27.00	c  26.1s| 10000 | 10001 | 38903 |   3.9 |  51M| 103 |   0 |5645 |5414 |5645 | 177 |  11k|   0 |1777 | 0.000000e+00 | 1.379450e+05 |    Inf 
48.59/48.62	c  47.2s| 20000 | 20001 | 68096 |   3.4 |  74M| 103 |   0 |5645 |5414 |5645 | 209 |  16k|   0 |1796 | 0.000000e+00 | 1.379450e+05 |    Inf 
70.19/70.26	c  68.3s| 30000 | 30001 | 93298 |   3.1 |  98M| 103 |   0 |5645 |5414 |5645 | 199 |  23k|   0 |1814 | 0.000000e+00 | 1.379450e+05 |    Inf 
92.70/92.72	c  90.1s| 40000 | 40001 |121267 |   3.0 | 121M| 103 |   0 |5645 |5414 |5645 | 224 |  31k|   0 |2141 | 0.000000e+00 | 1.379450e+05 |    Inf 
114.90/114.97	c   112s| 50000 | 50001 |148226 |   3.0 | 145M| 103 |   0 |5645 |5414 |5645 | 194 |  40k|   0 |2412 | 0.000000e+00 | 1.379450e+05 |    Inf 
136.69/136.76	c   133s| 60000 | 60001 |171492 |   2.9 | 168M| 103 |   0 |5645 |5414 |5645 | 195 |  47k|   0 |2621 | 0.000000e+00 | 1.379450e+05 |    Inf 
157.60/157.62	c   153s| 70000 | 70001 |192454 |   2.7 | 191M| 163 |   0 |5645 |5414 |5645 | 170 |  53k|   0 |2831 | 0.000000e+00 | 1.379450e+05 |    Inf 
177.10/177.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.10/177.17	c   172s| 80000 | 80001 |209334 |   2.6 | 212M| 167 |   0 |5645 |5414 |5645 | 190 |  57k|   0 |2999 | 0.000000e+00 | 1.379450e+05 |    Inf 
190.99/191.00	o 758
190.99/191.00	c * 186s| 87286 | 80374 |216152 |   2.5 | 214M| 167 |   - |5645 |5414 |5645 | 229 |  59k|   0 |3024 | 0.000000e+00 | 7.580000e+02 |    Inf 
198.10/198.10	c   193s| 90000 | 83080 |224859 |   2.5 | 221M| 167 |   0 |5645 |5428 |5645 | 188 |  61k|  14 |3058 | 0.000000e+00 | 7.580000e+02 |    Inf 
206.60/206.66	o 107
206.60/206.66	c * 201s| 94237 |  6438 |229054 |   2.4 |  50M|2724 |   - |5645 |5428 |5645 | 189 |  62k|  14 |3082 | 0.000000e+00 | 1.070000e+02 |    Inf 
206.80/206.85	o 106
206.80/206.85	c * 201s| 94275 |  6390 |229384 |   2.4 |  50M|2724 |   - |5645 |5479 |5645 | 201 |  62k|  65 |3083 | 0.000000e+00 | 1.060000e+02 |    Inf 
206.80/206.87	o 96
206.80/206.87	c * 201s| 94278 |  5616 |229392 |   2.4 |  48M|2724 |   - |5645 |5479 |5645 | 203 |  62k|  65 |3083 | 0.000000e+00 | 9.600000e+01 |    Inf 
206.89/206.92	o 84
206.89/206.92	c * 201s| 94280 |  3442 |229454 |   2.4 |  39M|2724 |   - |5645 |5335 |5645 | 171 |  62k|  65 |3087 | 0.000000e+00 | 8.400000e+01 |    Inf 
228.10/228.15	c   222s|100000 |  4537 |254995 |   2.5 |  57M|2724 |   0 |5645 |6906 |5645 | 202 |  69k|5772 |3221 | 0.000000e+00 | 8.400000e+01 |    Inf 
234.20/234.21	o 81
234.20/234.21	c * 228s|101668 |  4626 |261042 |   2.6 |  60M|2724 |   - |5645 |6455 |5645 | 182 |  70k|7232 |3240 | 0.000000e+00 | 8.100000e+01 |    Inf 
239.19/239.23	o 72
239.19/239.23	c * 233s|103202 |  4089 |265674 |   2.6 |  63M|2724 |   - |5645 |6366 |5645 | 185 |  71k|8820 |3255 | 0.000000e+00 | 7.200000e+01 |    Inf 
260.60/260.61	c   254s|110000 |  4430 |285941 |   2.6 |  75M|2724 |   1 |5645 |7299 |5645 | 171 |  76k|  16k|3299 | 0.000000e+00 | 7.200000e+01 |    Inf 
291.59/291.64	c   284s|120000 |  4809 |314750 |   2.6 |  86M|2724 |   6 |5645 |8338 |5645 | 157 |  84k|  28k|3360 | 0.000000e+00 | 7.200000e+01 |    Inf 
292.50/292.56	o 66
292.50/292.56	c * 284s|120306 |  4534 |315568 |   2.6 |  85M|2724 |   - |5645 |8593 |5645 | 198 |  84k|  29k|3360 | 0.000000e+00 | 6.600000e+01 |    Inf 
312.41/312.47	o 57
312.41/312.47	c * 304s|127137 |  4295 |333914 |   2.6 |  87M|2724 |   - |5645 |9550 |5645 | 178 |  89k|  36k|3397 | 0.000000e+00 | 5.700000e+01 |    Inf 
312.50/312.52	o 49
312.50/312.52	c * 304s|127141 |  3776 |333930 |   2.6 |  83M|2724 |   - |5645 |9191 |5645 | 178 |  89k|  36k|3397 | 0.000000e+00 | 4.900000e+01 |    Inf 
314.90/314.93	o 43
314.90/314.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.90/314.94	c * 306s|128068 |  3519 |335944 |   2.6 |  82M|2724 |   - |5645 |9053 |5645 | 186 |  90k|  37k|3399 | 0.000000e+00 | 4.300000e+01 |    Inf 
319.90/319.94	c   311s|130000 |  3545 |340346 |   2.6 |  83M|2724 |   4 |5645 |8819 |5645 | 169 |  91k|  40k|3413 | 0.000000e+00 | 4.300000e+01 |    Inf 
320.29/320.37	o 41
320.29/320.37	c * 311s|130160 |  3440 |340625 |   2.6 |  82M|2724 |   - |5645 |8409 |5645 | 186 |  91k|  40k|3414 | 0.000000e+00 | 4.100000e+01 |    Inf 
321.70/321.70	o 40
321.70/321.70	c * 313s|130645 |  3395 |341707 |   2.6 |  82M|2724 |   - |5645 |8219 |5645 | 159 |  92k|  41k|3416 | 0.000000e+00 | 4.000000e+01 |    Inf 
330.60/330.60	o 23
330.60/330.60	c * 321s|134276 |  2774 |351438 |   2.6 |  75M|2724 |   - |5645 |7581 |5645 | 175 |  94k|  46k|3438 | 0.000000e+00 | 2.300000e+01 |    Inf 
331.70/331.79	o 20
331.70/331.79	c * 322s|134763 |  2630 |353509 |   2.6 |  73M|2724 |   - |5645 |6403 |5645 | 178 |  94k|  47k|3450 | 0.000000e+00 | 2.000000e+01 |    Inf 
335.00/335.02	o 16
335.00/335.02	c * 325s|136409 |  2374 |357739 |   2.6 |  69M|2724 |   - |5645 |6615 |5645 | 154 |  95k|  49k|3460 | 0.000000e+00 | 1.600000e+01 |    Inf 
340.00/340.08	o 13
340.00/340.08	c * 330s|139195 |  2353 |365179 |   2.6 |  68M|2724 |   - |5645 |7111 |5645 | 167 |  96k|  53k|3463 | 0.000000e+00 | 1.300000e+01 |    Inf 
340.00/340.09	o 12
340.00/340.09	c * 330s|139196 |  2304 |365184 |   2.6 |  67M|2724 |   - |5645 |7111 |5645 | 167 |  96k|  53k|3463 | 0.000000e+00 | 1.200000e+01 |    Inf 
341.50/341.55	c   332s|140000 |  2275 |367253 |   2.6 |  67M|2724 |   1 |5645 |6694 |5645 | 165 |  96k|  54k|3476 | 0.000000e+00 | 1.200000e+01 |    Inf 
360.39/360.48	c   350s|150000 |  2204 |400522 |   2.7 |  68M|2724 |   1 |5645 |  10k|5645 | 183 | 103k|  66k|3524 | 0.000000e+00 | 1.200000e+01 |    Inf 
377.50/377.58	o 3
377.50/377.58	c * 366s|158878 |  1465 |426681 |   2.7 |  55M|2724 |   - |5645 |7964 |5645 | 170 | 107k|  78k|3644 | 0.000000e+00 | 3.000000e+00 |    Inf 
379.70/379.71	c   368s|160000 |  1468 |431065 |   2.7 |  55M|2724 |   1 |5645 |7075 |5645 | 148 | 108k|  80k|3644 | 0.000000e+00 | 3.000000e+00 |    Inf 
397.20/397.20	c   385s|170000 |  1336 |465034 |   2.7 |  55M|2724 |  13 |5645 |9036 |5645 | 158 | 115k|  92k|3733 | 0.000000e+00 | 3.000000e+00 |    Inf 
416.50/416.59	c   403s|180000 |  1395 |509173 |   2.8 |  57M|2724 |   1 |5645 |  13k|5645 | 167 | 125k| 104k|3840 | 0.000000e+00 | 3.000000e+00 |    Inf 
434.90/434.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
434.90/434.93	c   421s|190000 |  1488 |537850 |   2.8 |  58M|2724 |   1 |5645 |  13k|5645 | 167 | 131k| 117k|3940 | 0.000000e+00 | 3.000000e+00 |    Inf 
452.90/452.93	c   438s|200000 |  1491 |561387 |   2.8 |  59M|2724 |   - |5645 |  14k|   0 |   0 | 135k| 130k|3998 | 0.000000e+00 | 3.000000e+00 |    Inf 
472.60/472.69	c   457s|210000 |  1449 |602053 |   2.9 |  58M|2724 |   1 |5645 |  15k|5645 | 179 | 142k| 143k|4100 | 0.000000e+00 | 3.000000e+00 |    Inf 
495.40/495.43	c   479s|220000 |  1588 |655487 |   3.0 |  61M|2724 |  14 |5645 |  20k|5645 | 203 | 153k| 156k|4208 | 0.000000e+00 | 3.000000e+00 |    Inf 
519.51/519.55	c   503s|230000 |  1535 |703381 |   3.1 |  63M|2724 |   - |5645 |  23k|   0 |   0 | 163k| 169k|4323 | 0.000000e+00 | 3.000000e+00 |    Inf 
542.81/542.86	c   525s|240000 |  1545 |746158 |   3.1 |  62M|2724 |   - |5645 |  21k|   0 |   0 | 172k| 182k|4481 | 0.000000e+00 | 3.000000e+00 |    Inf 
566.00/566.00	c   548s|250000 |  1732 |789031 |   3.2 |  65M|2724 |   - |5645 |  24k|   0 |   0 | 183k| 195k|4609 | 0.000000e+00 | 3.000000e+00 |    Inf 
590.10/590.19	c   571s|260000 |  1677 |834943 |   3.2 |  65M|2724 |  17 |5645 |  24k|5645 | 171 | 193k| 209k|4705 | 0.000000e+00 | 3.000000e+00 |    Inf 
612.11/612.13	c   592s|270000 |  1664 |872740 |   3.2 |  65M|2724 |   - |5645 |  24k|   0 |   0 | 200k| 222k|4776 | 0.000000e+00 | 3.000000e+00 |    Inf 
634.00/634.05	c   613s|280000 |  1592 |904283 |   3.2 |  65M|2724 |   - |5645 |  26k|   0 |   0 | 205k| 235k|4848 | 0.000000e+00 | 3.000000e+00 |    Inf 
657.61/657.60	c   636s|290000 |  1433 |940868 |   3.2 |  64M|2724 |  13 |5645 |  26k|5645 | 166 | 211k| 248k|4921 | 0.000000e+00 | 3.000000e+00 |    Inf 
681.80/681.87	c   660s|300000 |  1433 |977861 |   3.3 |  63M|2724 |   1 |5645 |  24k|5645 | 152 | 218k| 261k|5154 | 0.000000e+00 | 3.000000e+00 |    Inf 
698.90/698.98	o 2
698.90/698.98	c * 676s|307769 |  1400 |  1001k|   3.3 |  64M|2724 |   - |5645 |  25k|5645 | 191 | 223k| 272k|5159 | 0.000000e+00 | 2.000000e+00 |    Inf 
704.01/704.08	c   681s|310000 |  1373 |  1008k|   3.3 |  64M|2724 |   - |5645 |  26k|   0 |   0 | 224k| 274k|5177 | 0.000000e+00 | 2.000000e+00 |    Inf 
728.51/728.54	c   705s|320000 |  1617 |  1051k|   3.3 |  67M|2724 |   8 |5645 |  30k|5645 | 167 | 233k| 287k|5243 | 0.000000e+00 | 2.000000e+00 |    Inf 
754.91/754.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.91/754.98	c   731s|330000 |  1614 |  1094k|   3.3 |  68M|2724 |  17 |5645 |  32k|5645 | 191 | 242k| 301k|5320 | 0.000000e+00 | 2.000000e+00 |    Inf 
781.61/781.64	c   757s|340000 |  1418 |  1136k|   3.3 |  67M|2724 |   9 |5645 |  33k|5645 | 184 | 249k| 314k|5390 | 0.000000e+00 | 2.000000e+00 |    Inf 
808.61/808.67	c   783s|350000 |  1299 |  1183k|   3.4 |  63M|2724 |  17 |5645 |  23k|5645 | 179 | 259k| 327k|5582 | 0.000000e+00 | 2.000000e+00 |    Inf 
820.91/820.99	o 1
820.91/820.99	c * 795s|355195 |  1303 |  1208k|   3.4 |  63M|2724 |   - |5645 |  26k|5645 | 185 | 266k| 334k|5608 | 0.000000e+00 | 1.000000e+00 |    Inf 
832.61/832.68	c   806s|360000 |  1314 |  1232k|   3.4 |  63M|2724 |   1 |5645 |  25k|5645 | 186 | 272k| 340k|5657 | 0.000000e+00 | 1.000000e+00 |    Inf 
856.71/856.79	c   830s|370000 |  1688 |  1280k|   3.5 |  67M|2724 |   8 |5645 |  28k|5645 | 182 | 283k| 353k|5744 | 0.000000e+00 | 1.000000e+00 |    Inf 
882.02/882.09	c   855s|380000 |  1702 |  1326k|   3.5 |  68M|2724 |   8 |5645 |  31k|5645 | 183 | 295k| 366k|5819 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.71/907.79	c   880s|390000 |  1750 |  1370k|   3.5 |  70M|2724 |  10 |5645 |  32k|5645 | 197 | 305k| 379k|5889 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.91/932.96	c   904s|400000 |  1711 |  1411k|   3.5 |  70M|2724 |   8 |5645 |  31k|5645 | 182 | 316k| 393k|5958 | 0.000000e+00 | 1.000000e+00 |    Inf 
958.21/958.20	c   929s|410000 |  1678 |  1451k|   3.5 |  70M|2724 |   - |5645 |  33k|   0 |   0 | 323k| 406k|6026 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.02/982.08	c   952s|420000 |  1585 |  1488k|   3.5 |  70M|2724 |   - |5645 |  33k|   0 |   0 | 332k| 420k|6059 | 0.000000e+00 | 1.000000e+00 |    Inf 
1003.51/1003.59	c   973s|430000 |  1414 |  1512k|   3.5 |  65M|2724 |   - |5645 |  24k|   0 |   0 | 336k| 433k|6318 | 0.000000e+00 | 1.000000e+00 |    Inf 
1024.81/1024.89	c   993s|440000 |  1308 |  1538k|   3.5 |  62M|2724 |   - |5645 |  19k|   0 |   0 | 342k| 446k|6340 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.91/1047.96	c  1016s|450000 |  1484 |  1588k|   3.5 |  64M|2724 |   - |5645 |  23k|   0 |   0 | 353k| 459k|6410 | 0.000000e+00 | 1.000000e+00 |    Inf 
1074.01/1074.07	c  1041s|460000 |  1553 |  1647k|   3.6 |  67M|2724 |   - |5645 |  29k|5645 | 216 | 366k| 473k|6464 | 0.000000e+00 | 1.000000e+00 |    Inf 
1099.22/1099.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1099.22/1099.20	c  1066s|470000 |  1583 |  1695k|   3.6 |  68M|2724 |   - |5645 |  28k|   0 |   0 | 375k| 486k|6520 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.42/1124.41	c  1090s|480000 |  1437 |  1739k|   3.6 |  66M|2724 |  13 |5645 |  25k|5645 | 171 | 385k| 499k|6654 | 0.000000e+00 | 1.000000e+00 |    Inf 
1150.52/1150.52	c  1115s|490000 |  1515 |  1794k|   3.7 |  68M|2724 |   - |5645 |  31k|5645 | 191 | 399k| 512k|6749 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.52/1178.56	c  1143s|500000 |  1638 |  1843k|   3.7 |  71M|2724 |   9 |5645 |  35k|5645 | 172 | 413k| 525k|6807 | 0.000000e+00 | 1.000000e+00 |    Inf 
1205.82/1205.86	c  1169s|510000 |  1523 |  1886k|   3.7 |  69M|2724 |   - |5645 |  32k|   0 |   0 | 423k| 539k|6879 | 0.000000e+00 | 1.000000e+00 |    Inf 
1228.62/1228.64	c  1191s|520000 |  1560 |  1909k|   3.7 |  71M|2724 |   1 |5645 |  35k|5645 | 160 | 426k| 552k|6912 | 0.000000e+00 | 1.000000e+00 |    Inf 
1252.52/1252.53	c  1215s|530000 |  1606 |  1933k|   3.6 |  73M|2724 |   - |5645 |  39k|   0 |   0 | 429k| 566k|6945 | 0.000000e+00 | 1.000000e+00 |    Inf 
1277.52/1277.52	c  1239s|540000 |  1599 |  1956k|   3.6 |  73M|2724 |   - |5645 |  38k|   0 |   0 | 432k| 579k|6968 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.72/1303.79	c  1265s|550000 |  1707 |  1983k|   3.6 |  75M|2724 |   - |5645 |  40k|   0 |   0 | 436k| 593k|7005 | 0.000000e+00 | 1.000000e+00 |    Inf 
1331.52/1331.53	c  1292s|560000 |  1775 |  2013k|   3.6 |  77M|2724 |   1 |5645 |  43k|5645 | 160 | 441k| 606k|7043 | 0.000000e+00 | 1.000000e+00 |    Inf 
1357.93/1357.99	c  1318s|570000 |  1821 |  2033k|   3.6 |  79M|2724 |  25 |5645 |  45k|5645 | 190 | 445k| 620k|7057 | 0.000000e+00 | 1.000000e+00 |    Inf 
1384.62/1384.66	c  1344s|580000 |  1779 |  2056k|   3.5 |  78M|2724 |   - |5645 |  42k|   0 |   0 | 448k| 633k|7073 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.93/1411.91	c  1370s|590000 |  1729 |  2078k|   3.5 |  78M|2724 |  15 |5645 |  43k|5645 | 170 | 451k| 646k|7105 | 0.000000e+00 | 1.000000e+00 |    Inf 
1444.63/1444.65	c  1403s|600000 |  1843 |  2121k|   3.5 |  80M|2724 |   - |5645 |  45k|   0 |   0 | 462k| 659k|7180 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.03/1483.00	c  1440s|610000 |  1899 |  2167k|   3.6 |  82M|2724 |  13 |5645 |  51k|5645 | 179 | 477k| 673k|7242 | 0.000000e+00 | 1.000000e+00 |    Inf 
1522.33/1522.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1522.33/1522.33	c  1479s|620000 |  1900 |  2219k|   3.6 |  83M|2724 |  15 |5645 |  51k|5645 | 195 | 491k| 687k|7318 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.63/1560.64	c  1516s|630000 |  1951 |  2269k|   3.6 |  85M|2724 |  14 |5645 |  54k|5645 | 212 | 504k| 701k|7379 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.53/1599.52	c  1554s|640000 |  1918 |  2318k|   3.6 |  85M|2724 |  16 |5645 |  54k|5645 | 173 | 516k| 714k|7415 | 0.000000e+00 | 1.000000e+00 |    Inf 
1636.84/1636.88	c  1591s|650000 |  1889 |  2355k|   3.6 |  84M|2724 |   1 |5645 |  52k|5645 | 163 | 523k| 728k|7468 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.13/1667.15	c  1621s|660000 |  1924 |  2372k|   3.6 |  86M|2724 |  11 |5645 |  56k|5645 | 163 | 525k| 741k|7491 | 0.000000e+00 | 1.000000e+00 |    Inf 
1699.53/1699.59	c  1652s|670000 |  1947 |  2398k|   3.6 |  84M|2724 |   8 |5645 |  51k|5645 | 187 | 530k| 755k|7528 | 0.000000e+00 | 1.000000e+00 |    Inf 
1735.63/1735.61	c  1688s|680000 |  2040 |  2434k|   3.6 |  86M|2724 |   1 |5645 |  52k|5645 | 167 | 538k| 768k|7558 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.84/1768.87	c  1720s|690000 |  2011 |  2463k|   3.6 |  86M|2724 |   - |5645 |  53k|   0 |   0 | 543k| 781k|7596 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1750.92
1800.04/1800.00	c Solving Nodes      : 698996
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (334 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.05	s SATISFIABLE
1800.04/1800.05	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 x190 -x189 
1800.04/1800.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.05	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.04/1800.05	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.05	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.04/1800.05	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.04/1800.05	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.04/1800.05	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.04/1800.05	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.04/1800.05	v -x1 
1800.04/1800.05	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.05	c Solving Time       :    1750.92
1800.04/1800.05	c Original Problem   :
1800.04/1800.05	c   Problem name     : HOME/instance-2692365-1277928295.wbo
1800.04/1800.05	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.05	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.05	c Presolved Problem  :
1800.04/1800.05	c   Problem name     : t_HOME/instance-2692365-1277928295.wbo
1800.04/1800.05	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.05	c   Constraints      : 5414 initial, 57711 maximal
1800.04/1800.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.05	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.04/1800.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.05	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.05	c   integral         :          0          0          0     498820          0          2        267          0          0     677350
1800.04/1800.05	c   indicator        :       2707          0    1596331     126294          0        323    5504475          0          0          0
1800.04/1800.05	c   linear           :       2707          6    3414524     159632          0     259460   15814383     547994          0          0
1800.04/1800.05	c   logicor          :          0+         0    1081502          0          0      38636    1137574          0          0          0
1800.04/1800.05	c   bounddisjunction :          0+         0       1198          0          0          0          7          0          0          0
1800.04/1800.05	c   countsols        :          0          0          0      89070          0          0          0          0          0          0
1800.04/1800.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.05	c   integral         :      14.92       0.00       0.00      14.92       0.00
1800.04/1800.05	c   indicator        :      36.68       0.00      16.14      20.54       0.00
1800.04/1800.05	c   linear           :     173.85       0.00     161.91      11.94       0.00
1800.04/1800.05	c   logicor          :     307.42       0.00     307.42       0.00       0.00
1800.04/1800.05	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.05	c   vbounds          :       0.00          2          0          0
1800.04/1800.05	c   rootredcost      :       0.01         21          0       2707
1800.04/1800.05	c   pseudoobj        :     168.28    3425736      10536    3401383
1800.04/1800.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.05	c   propagation      :      17.03     308632     307875    2015196       27.9      11148       20.9          -
1800.04/1800.05	c   infeasible LP    :       6.65      18411      18410     152212       41.2        224       17.2          0
1800.04/1800.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.05	c   pseudo solution  :       0.03        261        261        892       10.7         59        7.8          -
1800.04/1800.05	c   applied globally :          -          -          -     793793       22.4          -          -          -
1800.04/1800.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.05	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.04/1800.05	c   redcost          :      40.06     502353          0    1970271          0          0
1800.04/1800.05	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.05	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.05	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.05	c   gomory           :       0.02          4          0          0         86          0
1800.04/1800.05	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.05	c   cmir             :       0.00          4          0          0          0          0
1800.04/1800.05	c   flowcover        :       0.03          4          0          0          0          0
1800.04/1800.05	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.05	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.05	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.05	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.05	c Pricers            :       Time      Calls       Vars
1800.04/1800.05	c   problem variables:       0.00          0          0
1800.04/1800.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.05	c   relpscost        :      14.78     338903          2        267          0          0     677350
1800.04/1800.05	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.05	c   inference        :      21.03      89049          0          0          0          0     178098
1800.04/1800.05	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.05	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.05	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.05	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.05	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.05	c   LP solutions     :       0.18          -         21
1800.04/1800.05	c   pseudo solutions :       0.00          -          0
1800.04/1800.05	c   feaspump         :       0.00          0          0
1800.04/1800.05	c   oneopt           :       0.09         20          0
1800.04/1800.05	c   intshifting      :       0.04          6          0
1800.04/1800.05	c   crossover        :       1.33         44          0
1800.04/1800.05	c   guideddiving     :       0.24        151          0
1800.04/1800.05	c   coefdiving       :       2.35       1668          0
1800.04/1800.05	c   pscostdiving     :       2.56       1668          0
1800.04/1800.05	c   linesearchdiving :       2.41       1668          0
1800.04/1800.05	c   fracdiving       :       2.64       1669          0
1800.04/1800.05	c   veclendiving     :       2.39       1669          0
1800.04/1800.05	c   objpscostdiving  :       2.93       1651          0
1800.04/1800.05	c   rootsoldiving    :       2.66       1651          0
1800.04/1800.05	c   trivial          :       0.08          2          2
1800.04/1800.05	c   simplerounding   :       0.44     340075          0
1800.04/1800.05	c   zirounding       :       0.11       1000          0
1800.04/1800.05	c   rounding         :       2.48       8216          0
1800.04/1800.05	c   shifting         :       1.59       2526          0
1800.04/1800.05	c   twoopt           :       0.00          0          0
1800.04/1800.05	c   fixandinfer      :       0.00          0          0
1800.04/1800.05	c   intdiving        :       0.00          0          0
1800.04/1800.05	c   actconsdiving    :       0.00          0          0
1800.04/1800.05	c   octane           :       0.00          0          0
1800.04/1800.05	c   rens             :       0.03          1          0
1800.04/1800.05	c   rins             :       0.00          0          0
1800.04/1800.05	c   localbranching   :       0.00          0          0
1800.04/1800.05	c   mutation         :       0.00          0          0
1800.04/1800.05	c   dins             :       0.00          0          0
1800.04/1800.05	c   undercover       :       0.00          0          0
1800.04/1800.05	c   nlp              :       0.00          0          0
1800.04/1800.05	c   trysol           :       2.59       6302        311
1800.04/1800.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.05	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.05	c   dual LP          :     393.86     434667    2486874       5.72    6314.11
1800.04/1800.05	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.05	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.05	c   diving/probing LP:       0.10         90        850       9.44    8500.00
1800.04/1800.05	c   strong branching :      11.82       7629      71728       9.40    6068.36
1800.04/1800.05	c     (at root node) :          -         32       1061      33.16          -
1800.04/1800.05	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.05	c B&B Tree           :
1800.04/1800.05	c   number of runs   :          1
1800.04/1800.05	c   nodes            :     698996
1800.04/1800.05	c   nodes (total)    :     698996
1800.04/1800.05	c   nodes left       :       1946
1800.04/1800.05	c   max depth        :       2724
1800.04/1800.05	c   max depth (total):       2724
1800.04/1800.05	c   backtracks       :      70025 (10.0%)
1800.04/1800.05	c   delayed cutoffs  :      59500
1800.04/1800.05	c   repropagations   :    1484584 (4718080 domain reductions, 56378 cutoffs)
1800.04/1800.05	c   avg switch length:       5.77
1800.04/1800.05	c   switching time   :     275.86
1800.04/1800.05	c Solution           :
1800.04/1800.05	c   Solutions found  :        334 (22 improvements)
1800.04/1800.05	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.05	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 355195 nodes, 795.03 seconds, depth 22, found by <relaxation>)
1800.04/1800.05	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.05	c   Gap              :   infinite
1800.04/1800.05	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.05	c   Root Iterations  :        106
1800.14/1800.17	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-2692365-1277928295/watcher-2692365-1277928295 -o /tmp/evaluation-result-2692365-1277928295/solver-2692365-1277928295 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692365-1277928295.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: 1.92 1.98 1.99 3/178 27892
/proc/meminfo: memFree=29423472/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=9740 CPUtime=0
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 1758 0 0 0 0 0 0 0 21 0 1 0 166469010 9973760 1678 4089446400 4194304 8223781 140733525871504 18446744073709551615 5650693 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27892/statm: 2435 1678 369 984 0 1448 0

[startup+0.0149541 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27892
/proc/meminfo: memFree=29423472/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=12432 CPUtime=0.01
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 2422 0 0 0 1 0 0 0 21 0 1 0 166469010 12730368 2342 4089446400 4194304 8223781 140733525871504 18446744073709551615 6640576 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27892/statm: 3108 2342 369 984 0 2121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12432

[startup+0.100942 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27892
/proc/meminfo: memFree=29423472/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=35140 CPUtime=0.09
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 8089 0 0 0 9 0 0 0 21 0 1 0 166469010 35983360 7645 4089446400 4194304 8223781 140733525871504 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300911 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27892
/proc/meminfo: memFree=29423472/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=55996 CPUtime=0.29
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 13886 0 0 0 27 2 0 0 18 0 1 0 166469010 57339904 12829 4089446400 4194304 8223781 140733525871504 18446744073709551615 7218877 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 13999 12829 564 984 0 13012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55996

[startup+0.700845 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 27892
/proc/meminfo: memFree=29423472/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=43080 CPUtime=0.69
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 15656 0 0 0 64 5 0 0 18 0 1 0 166469010 44113920 9711 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50071 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 27893
/proc/meminfo: memFree=29383536/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=43332 CPUtime=1.49
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 15785 0 0 0 139 10 0 0 19 0 1 0 166469010 44371968 9840 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 10833 9840 578 984 0 9846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43332

[startup+3.10043 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 27893
/proc/meminfo: memFree=29378452/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=50264 CPUtime=3.09
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 22390 0 0 0 294 15 0 0 24 0 1 0 166469010 51470336 11350 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 12566 11350 581 984 0 11579 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50264

[startup+6.30086 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 27893
/proc/meminfo: memFree=29368044/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=53832 CPUtime=6.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 28442 0 0 0 604 26 0 0 25 0 1 0 166469010 55123968 12324 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 13458 12324 581 984 0 12471 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 53832

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 27893
/proc/meminfo: memFree=29354800/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=60300 CPUtime=12.69
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 39481 0 0 0 1224 45 0 0 25 0 1 0 166469010 61747200 13939 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 15075 13939 581 984 0 14088 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60300

[startup+25.5005 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 27893
/proc/meminfo: memFree=29323036/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=74540 CPUtime=25.49
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 47463 0 0 0 2468 81 0 0 25 0 1 0 166469010 76328960 17504 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 18635 17504 581 984 0 17648 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74540

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 27894
/proc/meminfo: memFree=29269072/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=103760 CPUtime=51.1
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 59910 0 0 0 4961 149 0 0 25 0 1 0 166469010 106250240 24858 4089446400 4194304 8223781 140733525871504 18446744073709551615 6445449 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 25940 24858 581 984 0 24953 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 103760

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27895
/proc/meminfo: memFree=29148744/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=163448 CPUtime=102.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 80347 0 0 0 9954 276 0 0 25 0 1 0 166469010 167370752 39786 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 40862 39786 581 984 0 39875 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163448

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27897
/proc/meminfo: memFree=29012536/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=232652 CPUtime=162.29
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 102681 0 0 0 15799 430 0 0 25 0 1 0 166469010 238235648 56581 4089446400 4194304 8223781 140733525871504 18446744073709551615 4407888 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 58163 56581 581 984 0 57176 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232652

[startup+222.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 27899
/proc/meminfo: memFree=28883276/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=293368 CPUtime=222.29
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 160110 0 0 0 21643 586 0 0 25 0 1 0 166469010 300408832 71610 4089446400 4194304 8223781 140733525871504 18446744073709551615 5901737 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 73342 71610 586 984 0 72355 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 293368

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 27901
/proc/meminfo: memFree=28724136/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=372672 CPUtime=282.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 228610 0 0 0 27456 774 0 0 25 0 1 0 166469010 381616128 90420 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 93168 90420 592 984 0 92181 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 372672

[startup+342.301 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 27969
/proc/meminfo: memFree=31056748/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=412340 CPUtime=342.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 326210 0 0 0 33225 1005 0 0 25 0 1 0 166469010 422236160 99641 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 103085 99641 595 984 0 102098 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 412340

[startup+402.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/197 27970
/proc/meminfo: memFree=31055692/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=411248 CPUtime=402.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 359890 0 0 0 38973 1257 0 0 25 0 1 0 166469010 421117952 99376 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 102812 99376 603 984 0 101825 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 411248

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 27972
/proc/meminfo: memFree=31052564/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=414380 CPUtime=462.31
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 365091 0 0 0 44737 1494 0 0 25 0 1 0 166469010 424325120 100103 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 103595 100103 603 984 0 102608 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 414380

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 27974
/proc/meminfo: memFree=31048772/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=417080 CPUtime=522.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 372638 0 0 0 50532 1698 0 0 25 0 1 0 166469010 427089920 100795 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104270 100795 603 984 0 103283 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 417080

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 27976
/proc/meminfo: memFree=31046724/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=418540 CPUtime=582.3
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 372987 0 0 0 56333 1897 0 0 25 0 1 0 166469010 428584960 101140 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104635 101140 603 984 0 103648 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 418540

[startup+642.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/197 27977
/proc/meminfo: memFree=31044920/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=420208 CPUtime=642.31
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 375203 0 0 0 62145 2086 0 0 25 0 1 0 166469010 430292992 101534 4089446400 4194304 8223781 140733525871504 18446744073709551615 5001209 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 105052 101534 603 984 0 104065 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 420208

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 27984
/proc/meminfo: memFree=31040448/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=422828 CPUtime=882.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 406885 0 0 0 85483 2749 0 0 25 0 1 0 166469010 432975872 102132 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 105707 102132 603 984 0 104720 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 422828

[startup+942.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 27985
/proc/meminfo: memFree=31039504/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=424060 CPUtime=942.31
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 408997 0 0 0 91320 2911 0 0 25 0 1 0 166469010 434237440 102432 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 106015 102432 603 984 0 105028 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 424060

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27986
/proc/meminfo: memFree=31042428/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=419964 CPUtime=1002.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 410852 0 0 0 97164 3068 0 0 25 0 1 0 166469010 430043136 101450 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104991 101450 603 984 0 104004 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 419964

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27988
/proc/meminfo: memFree=31042232/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=419964 CPUtime=1062.31
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 410852 0 0 0 102974 3257 0 0 25 0 1 0 166469010 430043136 101450 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104991 101450 603 984 0 104004 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 419964

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27990
/proc/meminfo: memFree=31041916/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=419964 CPUtime=1122.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 412434 0 0 0 108806 3426 0 0 25 0 1 0 166469010 430043136 101451 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104991 101451 603 984 0 104004 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 419964

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27992
/proc/meminfo: memFree=31042464/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=419964 CPUtime=1182.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 412439 0 0 0 114637 3595 0 0 25 0 1 0 166469010 430043136 101456 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 104991 101456 603 984 0 104004 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 419964

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28066
/proc/meminfo: memFree=30968888/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=421728 CPUtime=1242.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 412798 0 0 0 120473 3759 0 0 25 0 1 0 166469010 431849472 101815 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 105432 101815 603 984 0 104445 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 421728

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28067
/proc/meminfo: memFree=30917788/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=422960 CPUtime=1302.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 413162 0 0 0 126325 3908 0 0 25 0 1 0 166469010 433111040 102179 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 105740 102179 603 984 0 104753 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 422960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28069
/proc/meminfo: memFree=30888340/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=426128 CPUtime=1362.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 418223 0 0 0 132183 4049 0 0 25 0 1 0 166469010 436355072 102889 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 106532 102889 603 984 0 105545 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 426128

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/197 28071
/proc/meminfo: memFree=30867844/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=426324 CPUtime=1422.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 418277 0 0 0 138059 4174 0 0 25 0 1 0 166469010 436555776 102943 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 106581 102943 603 984 0 105594 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 426324

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 28073
/proc/meminfo: memFree=30836316/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=427056 CPUtime=1482.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 418480 0 0 0 143953 4280 0 0 25 0 1 0 166469010 437305344 103146 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 106764 103146 603 984 0 105777 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 427056

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 28074
/proc/meminfo: memFree=30793104/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=428776 CPUtime=1542.32
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 418891 0 0 0 149833 4399 0 0 25 0 1 0 166469010 439066624 103557 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107194 103557 603 984 0 106207 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 428776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28075
/proc/meminfo: memFree=30779420/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=429860 CPUtime=1602.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419142 0 0 0 155714 4519 0 0 25 0 1 0 166469010 440176640 103808 4089446400 4194304 8223781 140733525871504 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107465 103808 603 984 0 106478 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 429860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28077
/proc/meminfo: memFree=30760780/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=429956 CPUtime=1662.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419179 0 0 0 161598 4635 0 0 25 0 1 0 166469010 440274944 103845 4089446400 4194304 8223781 140733525871504 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107489 103845 603 984 0 106502 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 429956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28079
/proc/meminfo: memFree=30713136/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=430252 CPUtime=1722.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419252 0 0 0 167480 4753 0 0 25 0 1 0 166469010 440578048 103918 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107563 103918 603 984 0 106576 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 430252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28081
/proc/meminfo: memFree=30665220/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=430436 CPUtime=1782.33
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419293 0 0 0 173357 4876 0 0 25 0 1 0 166469010 440766464 103959 4089446400 4194304 8223781 140733525871504 18446744073709551615 4210357 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107609 103959 603 984 0 106622 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 430436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 28081
/proc/meminfo: memFree=30663592/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=430660 CPUtime=1800.04
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419321 0 0 0 175095 4909 0 0 25 0 1 0 166469010 440995840 103987 4089446400 4194304 8223781 140733525871504 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/27892/statm: 107665 103987 603 984 0 106678 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 430660

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.00 2.00 2.00 3/197 28081
/proc/meminfo: memFree=30663592/32951124 swapFree=67111528/67111528
[pid=27892] ppid=27890 vsize=332196 CPUtime=1800.14
/proc/27892/stat : 27892 (pbscip.linux.x8) R 27890 27892 27867 0 -1 4202496 419367 0 0 0 175105 4909 0 0 25 0 1 0 166469010 340168704 79316 4089446400 4194304 8223781 140733525871504 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27892/statm: 82919 79186 605 984 0 81932 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 332196

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.22
CPU user time (s): 1751.11
CPU system time (s): 49.1125
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 430660

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

runsolver used 3.15652 second user time and 6.05108 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 22:04:55
IDJOB=2692365
IDBENCH=79287
IDSOLVER=1204
FILE ID=node119/2692365-1277928295
PBS_JOBID= 11197419
Free space on /tmp= 74208 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.1900561288--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-2692365-1277928295/watcher-2692365-1277928295 -o /tmp/evaluation-result-2692365-1277928295/solver-2692365-1277928295 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692365-1277928295.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6ba4b4283c00d7202a0c09683aff0663
RANDOM SEED=821479245

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29424372 kB
Buffers:        213500 kB
Cached:         959264 kB
SwapCached:          0 kB
Active:        2725184 kB
Inactive:       652788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29424372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4780 kB
Writeback:           0 kB
AnonPages:     2205752 kB
Mapped:          16068 kB
Slab:            79932 kB
PageTables:       8960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2384004 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 node119 at 2010-06-30 22:34:57