Trace number 2692911

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.16 1800.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM5d7330038698be4d7397c9bceea53fdc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark292.568
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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-2692911-1277910106.wbo>
0.00/0.02	c original problem has 2105 variables (1168 bin, 0 int, 0 impl, 937 cont) and 3645 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.05/0.07	c (round 2) 0 del vars, 113 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 1151 impls, 14 clqs
0.05/0.09	c (round 3) 49 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.10	c (round 4) 98 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 1151 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1119 (9.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  98 deleted vars, 162 deleted constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.14	c  1151 implications, 14 cliques
0.09/0.14	c presolved problem has 2007 variables (1119 bin, 0 int, 0 impl, 888 cont) and 3483 constraints
0.09/0.14	c     888 constraints of type <indicator>
0.09/0.14	c      14 constraints of type <setppc>
0.09/0.14	c     888 constraints of type <linear>
0.09/0.14	c    1693 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.09
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    27 |     - |8919k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.19	o 44536
0.09/0.19	c y 0.1s|     1 |     0 |   278 |     - |8958k|   0 |  25 |2007 |3483 |2007 |1707 |   0 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   328 |     - |9068k|   0 |  50 |2007 |3483 |2007 |1722 |  15 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   498 |     - |9470k|   0 |  60 |2007 |3483 |2007 |1739 |  32 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.38/0.46	c   0.4s|     1 |     0 |   511 |     - |9508k|   0 |  62 |2007 |3483 |2007 |1746 |  39 |   0 |   0 | 0.000000e+00 | 4.453600e+04 |    Inf 
0.99/1.08	c   1.0s|     1 |     2 |   511 |     - |9512k|   0 |  62 |2007 |3483 |2007 |1746 |  39 |   0 |  33 | 0.000000e+00 | 4.453600e+04 |    Inf 
11.49/11.52	o 708
11.49/11.52	c *11.0s|   514 |   497 |  6088 |  10.9 |  11M|  49 |   - |2007 |3485 |2007 |1747 | 373 |   2 |1451 | 0.000000e+00 | 7.080000e+02 |    Inf 
14.98/15.04	o 356
14.98/15.04	c *14.3s|  2186 |  1837 | 13393 |   5.9 |  15M|  57 |   - |2007 |3512 |2007 |1751 |1055 |  29 |1625 | 0.000000e+00 | 3.560000e+02 |    Inf 
15.49/15.52	o 354
15.49/15.52	c *14.8s|  2426 |  2071 | 14363 |   5.7 |  16M|  57 |   - |2007 |3517 |2007 |1753 |1168 |  34 |1640 | 0.000000e+00 | 3.540000e+02 |    Inf 
15.49/15.59	o 349
15.49/15.59	c *14.9s|  2458 |  2085 | 14522 |   5.7 |  16M|  57 |   - |2007 |3522 |2007 |1758 |1209 |  39 |1640 | 0.000000e+00 | 3.490000e+02 |    Inf 
15.58/15.63	o 342
15.58/15.63	c *14.9s|  2473 |  2085 | 14573 |   5.7 |  16M|  57 |   - |2007 |3522 |2007 |1753 |1220 |  39 |1640 | 0.000000e+00 | 3.420000e+02 |    Inf 
15.58/15.68	o 178
15.58/15.68	c *15.0s|  2500 |  1020 | 14626 |   5.6 |  15M|  57 |   - |2007 |3525 |2007 |1756 |1234 |  42 |1641 | 0.000000e+00 | 1.780000e+02 |    Inf 
15.68/15.78	o 159
15.68/15.78	c *15.1s|  2534 |   848 | 14920 |   5.7 |  14M|  57 |   - |2007 |3537 |2007 |1747 |1239 |  54 |1644 | 0.000000e+00 | 1.590000e+02 |    Inf 
15.79/15.80	o 157
15.79/15.80	c *15.1s|  2540 |   841 | 14992 |   5.7 |  15M|  57 |   - |2007 |3544 |2007 |1743 |1240 |  61 |1644 | 0.000000e+00 | 1.570000e+02 |    Inf 
15.79/15.81	o 151
15.79/15.81	c *15.1s|  2541 |   796 | 14992 |   5.7 |  14M|  57 |   - |2007 |3544 |2007 |1743 |1240 |  61 |1644 | 0.000000e+00 | 1.510000e+02 |    Inf 
15.79/15.82	o 111
15.79/15.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.79/15.82	c *15.1s|  2544 |   538 | 15052 |   5.7 |  14M|  57 |   - |2007 |3544 |2007 |1747 |1245 |  61 |1644 | 0.000000e+00 | 1.110000e+02 |    Inf 
15.79/15.85	o 100
15.79/15.85	c *15.1s|  2552 |   442 | 15115 |   5.7 |  14M|  57 |   - |2007 |3545 |2007 |1749 |1252 |  62 |1644 | 0.000000e+00 | 1.000000e+02 |    Inf 
15.79/15.85	o 94
15.79/15.85	c *15.1s|  2553 |   417 | 15115 |   5.7 |  14M|  57 |   - |2007 |3545 |2007 |1749 |1252 |  62 |1644 | 0.000000e+00 | 9.400000e+01 |    Inf 
15.79/15.88	o 36
15.79/15.88	c *15.2s|  2567 |   179 | 15142 |   5.7 |  13M|  57 |   - |2007 |3493 |2007 |1746 |1256 |  62 |1644 | 0.000000e+00 | 3.600000e+01 |    Inf 
15.79/15.90	o 30
15.79/15.90	c *15.2s|  2570 |   134 | 15199 |   5.7 |  13M|  57 |   - |2007 |2966 |2007 |1747 |1261 |  65 |1644 | 0.000000e+00 | 3.000000e+01 |    Inf 
15.99/16.09	o 19
15.99/16.09	c *15.4s|  2627 |   107 | 16027 |   5.9 |  13M|  57 |   - |2007 |2990 |2007 |1754 |1279 | 135 |1652 | 0.000000e+00 | 1.900000e+01 |    Inf 
19.49/19.51	o 12
19.49/19.51	c *18.6s|  4030 |   120 | 31294 |   7.6 |  14M|  57 |   - |2007 |4391 |2007 |1742 |1363 |1892 |1705 | 0.000000e+00 | 1.200000e+01 |    Inf 
32.39/32.46	c  30.9s| 10000 |   362 | 90184 |   9.0 |  17M|  57 |  29 |2007 |7566 |2007 |1742 |1785 |9584 |1840 | 0.000000e+00 | 1.200000e+01 |    Inf 
53.90/53.99	c  51.3s| 20000 |   743 |188810 |   9.4 |  20M|  57 |   - |2007 |8864 |   0 |   0 |2744 |  22k|1844 | 0.000000e+00 | 1.200000e+01 |    Inf 
75.49/75.54	c  71.8s| 30000 |   954 |287859 |   9.6 |  24M|  57 |  16 |2007 |  14k|2007 |1742 |3832 |  36k|1844 | 0.000000e+00 | 1.200000e+01 |    Inf 
98.69/98.79	c  94.0s| 40000 |  1061 |382957 |   9.6 |  25M|  57 |   - |2007 |  14k|   0 |   0 |4585 |  50k|2122 | 0.000000e+00 | 1.200000e+01 |    Inf 
122.59/122.68	c   117s| 50000 |  1093 |476839 |   9.5 |  27M|  57 |  19 |2007 |  17k|2007 |1742 |5471 |  64k|2484 | 0.000000e+00 | 1.200000e+01 |    Inf 
146.79/146.80	c   140s| 60000 |  1039 |572660 |   9.5 |  27M|  57 |   - |2007 |  17k|   0 |   0 |6309 |  78k|2803 | 0.000000e+00 | 1.200000e+01 |    Inf 
169.99/170.02	c   162s| 70000 |  1169 |663395 |   9.5 |  29M|  57 |  27 |2007 |  19k|2007 |1742 |7149 |  93k|3028 | 0.000000e+00 | 1.200000e+01 |    Inf 
194.49/194.56	c   185s| 80000 |  1430 |762457 |   9.5 |  32M|  57 |  18 |2007 |  21k|2007 |1742 |7653 | 107k|3264 | 0.000000e+00 | 1.200000e+01 |    Inf 
219.60/219.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
219.60/219.68	c   209s| 90000 |  1587 |861602 |   9.6 |  33M|  57 |   - |2007 |  22k|2007 |1742 |8286 | 122k|3492 | 0.000000e+00 | 1.200000e+01 |    Inf 
244.49/244.51	c   233s|100000 |  1618 |956856 |   9.6 |  34M|  59 |  20 |2007 |  21k|2007 |1742 |8940 | 137k|3682 | 0.000000e+00 | 1.200000e+01 |    Inf 
270.51/270.53	c   258s|110000 |  1788 |  1060k|   9.6 |  36M|  64 |   - |2007 |  22k|2007 |1742 |9376 | 151k|3878 | 0.000000e+00 | 1.200000e+01 |    Inf 
296.00/296.02	c   282s|120000 |  1829 |  1162k|   9.7 |  37M|  64 |   - |2007 |  22k|2007 |1742 |  10k| 166k|4107 | 0.000000e+00 | 1.200000e+01 |    Inf 
320.40/320.40	c   306s|130000 |  1891 |  1259k|   9.7 |  37M|  64 |   - |2007 |  20k|   0 |   0 |  10k| 180k|4257 | 0.000000e+00 | 1.200000e+01 |    Inf 
344.80/344.89	c   330s|140000 |  1901 |  1351k|   9.6 |  38M|  64 |  12 |2007 |  20k|2007 |1742 |  11k| 195k|4469 | 0.000000e+00 | 1.200000e+01 |    Inf 
369.00/369.04	c   353s|150000 |  1976 |  1446k|   9.6 |  37M|  64 |  27 |2007 |  15k|2007 |1742 |  11k| 208k|4613 | 0.000000e+00 | 1.200000e+01 |    Inf 
391.30/391.31	c   374s|160000 |  2151 |  1536k|   9.6 |  39M|  64 |  16 |2007 |  17k|2007 |1742 |  12k| 223k|4735 | 0.000000e+00 | 1.200000e+01 |    Inf 
414.71/414.76	c   397s|170000 |  2615 |  1628k|   9.6 |  42M|  64 |  20 |2007 |  15k|2007 |1742 |  13k| 236k|4927 | 0.000000e+00 | 1.200000e+01 |    Inf 
437.81/437.81	c   419s|180000 |  2720 |  1717k|   9.5 |  44M|  64 |   - |2007 |  17k|   0 |   0 |  13k| 250k|5065 | 0.000000e+00 | 1.200000e+01 |    Inf 
459.91/459.94	c   440s|190000 |  2749 |  1800k|   9.5 |  45M|  64 |   - |2007 |  18k|   0 |   0 |  14k| 263k|5153 | 0.000000e+00 | 1.200000e+01 |    Inf 
482.92/482.96	c   462s|200000 |  2774 |  1887k|   9.4 |  47M|  64 |   - |2007 |  21k|   0 |   0 |  15k| 277k|5294 | 0.000000e+00 | 1.200000e+01 |    Inf 
507.02/507.05	c   486s|210000 |  2795 |  1980k|   9.4 |  48M|  64 |  23 |2007 |  21k|2007 |1742 |  15k| 290k|5420 | 0.000000e+00 | 1.200000e+01 |    Inf 
531.11/531.18	c   509s|220000 |  2793 |  2074k|   9.4 |  48M|  64 |   8 |2007 |  22k|2007 |1742 |  16k| 303k|5571 | 0.000000e+00 | 1.200000e+01 |    Inf 
556.21/556.27	c   533s|230000 |  2782 |  2171k|   9.4 |  49M|  64 |  27 |2007 |  23k|2007 |1742 |  17k| 317k|5720 | 0.000000e+00 | 1.200000e+01 |    Inf 
581.51/581.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
581.51/581.59	c   557s|240000 |  2860 |  2267k|   9.4 |  50M|  64 |   - |2007 |  23k|   0 |   0 |  17k| 330k|5842 | 0.000000e+00 | 1.200000e+01 |    Inf 
605.51/605.59	c   580s|250000 |  2861 |  2360k|   9.4 |  50M|  64 |  16 |2007 |  24k|2007 |1742 |  18k| 344k|5939 | 0.000000e+00 | 1.200000e+01 |    Inf 
629.02/629.03	c   603s|260000 |  2950 |  2447k|   9.4 |  50M|  64 |   - |2007 |  22k|   0 |   0 |  19k| 357k|6060 | 0.000000e+00 | 1.200000e+01 |    Inf 
652.22/652.26	c   626s|270000 |  3018 |  2535k|   9.4 |  51M|  64 |  22 |2007 |  23k|2007 |1742 |  20k| 370k|6148 | 0.000000e+00 | 1.200000e+01 |    Inf 
677.52/677.54	c   650s|280000 |  3065 |  2635k|   9.4 |  52M|  64 |  19 |2007 |  24k|2007 |1742 |  20k| 383k|6233 | 0.000000e+00 | 1.200000e+01 |    Inf 
703.32/703.37	c   675s|290000 |  3080 |  2739k|   9.4 |  53M|  64 |   - |2007 |  24k|   0 |   0 |  21k| 397k|6374 | 0.000000e+00 | 1.200000e+01 |    Inf 
727.32/727.35	c   698s|300000 |  3080 |  2829k|   9.4 |  53M|  64 |  15 |2007 |  25k|2007 |1742 |  22k| 410k|6483 | 0.000000e+00 | 1.200000e+01 |    Inf 
751.23/751.24	c   721s|310000 |  3112 |  2917k|   9.4 |  54M|  65 |  10 |2007 |  24k|2007 |1742 |  22k| 424k|6572 | 0.000000e+00 | 1.200000e+01 |    Inf 
776.32/776.35	c   745s|320000 |  3074 |  3011k|   9.4 |  53M|  65 |  25 |2007 |  23k|2007 |1742 |  23k| 437k|6687 | 0.000000e+00 | 1.200000e+01 |    Inf 
801.22/801.28	c   769s|330000 |  3054 |  3109k|   9.4 |  54M|  65 |   - |2007 |  25k|2007 |1742 |  24k| 450k|6806 | 0.000000e+00 | 1.200000e+01 |    Inf 
825.43/825.42	c   792s|340000 |  3051 |  3196k|   9.4 |  54M|  65 |  16 |2007 |  23k|2007 |1742 |  24k| 464k|6889 | 0.000000e+00 | 1.200000e+01 |    Inf 
849.63/849.63	c   815s|350000 |  3048 |  3286k|   9.4 |  54M|  65 |  34 |2007 |  25k|2007 |1742 |  25k| 477k|6972 | 0.000000e+00 | 1.200000e+01 |    Inf 
876.52/876.53	c   841s|360000 |  3049 |  3396k|   9.4 |  56M|  65 |   - |2007 |  27k|   0 |   0 |  26k| 491k|7097 | 0.000000e+00 | 1.200000e+01 |    Inf 
901.63/901.67	c   866s|370000 |  3032 |  3490k|   9.4 |  56M|  65 |   - |2007 |  28k|2007 |1742 |  26k| 504k|7182 | 0.000000e+00 | 1.200000e+01 |    Inf 
926.73/926.73	c   890s|380000 |  3044 |  3581k|   9.4 |  54M|  71 |  39 |2007 |  22k|2007 |1742 |  27k| 518k|7277 | 0.000000e+00 | 1.200000e+01 |    Inf 
952.83/952.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.83/952.88	c   914s|390000 |  3087 |  3683k|   9.4 |  56M|  71 |   - |2007 |  24k|   0 |   0 |  27k| 532k|7378 | 0.000000e+00 | 1.200000e+01 |    Inf 
978.14/978.18	c   939s|400000 |  3154 |  3776k|   9.4 |  56M|  71 |  13 |2007 |  23k|2007 |1742 |  28k| 545k|7499 | 0.000000e+00 | 1.200000e+01 |    Inf 
1001.93/1001.93	c   961s|410000 |  3303 |  3866k|   9.4 |  57M|  71 |   - |2007 |  23k|   0 |   0 |  29k| 558k|7598 | 0.000000e+00 | 1.200000e+01 |    Inf 
1027.14/1027.15	c   985s|420000 |  3258 |  3968k|   9.4 |  58M|  71 |   - |2007 |  26k|2007 |1742 |  29k| 572k|7692 | 0.000000e+00 | 1.200000e+01 |    Inf 
1051.34/1051.31	c  1009s|430000 |  3410 |  4056k|   9.4 |  59M|  71 |  19 |2007 |  22k|2007 |1742 |  30k| 585k|7785 | 0.000000e+00 | 1.200000e+01 |    Inf 
1074.53/1074.52	c  1031s|440000 |  3549 |  4140k|   9.4 |  60M|  71 |   - |2007 |  19k|   0 |   0 |  31k| 599k|7856 | 0.000000e+00 | 1.200000e+01 |    Inf 
1091.84/1091.84	o 10
1091.84/1091.84	c *1047s|447672 |  2119 |  4205k|   9.4 |  44M|  71 |   - |2007 |  20k|2007 |1742 |  31k| 609k|7896 | 0.000000e+00 | 1.000000e+01 |    Inf 
1093.04/1093.09	o 6
1093.04/1093.09	c *1048s|448204 |  1494 |  4210k|   9.4 |  37M|  71 |   - |2007 |  19k|2007 |1742 |  31k| 610k|7896 | 0.000000e+00 | 6.000000e+00 |    Inf 
1096.75/1096.73	c  1052s|450000 |  1476 |  4223k|   9.4 |  36M|  71 |  19 |2007 |  18k|2007 |1742 |  31k| 613k|7906 | 0.000000e+00 | 6.000000e+00 |    Inf 
1118.84/1118.85	c  1073s|460000 |  1463 |  4310k|   9.4 |  37M|  71 |   - |2007 |  19k|2007 |1742 |  32k| 626k|8015 | 0.000000e+00 | 6.000000e+00 |    Inf 
1141.75/1141.72	c  1095s|470000 |  1460 |  4395k|   9.4 |  38M|  71 |   - |2007 |  24k|   0 |   0 |  32k| 640k|8094 | 0.000000e+00 | 6.000000e+00 |    Inf 
1166.13/1166.11	c  1118s|480000 |  1459 |  4487k|   9.3 |  37M|  71 |  22 |2007 |  19k|2007 |1742 |  33k| 653k|8189 | 0.000000e+00 | 6.000000e+00 |    Inf 
1186.54/1186.54	c  1138s|490000 |  1503 |  4565k|   9.3 |  38M|  71 |   - |2007 |  22k|   0 |   0 |  34k| 667k|8214 | 0.000000e+00 | 6.000000e+00 |    Inf 
1208.44/1208.43	c  1159s|500000 |  1444 |  4645k|   9.3 |  38M|  71 |   - |2007 |  22k|   0 |   0 |  34k| 680k|8310 | 0.000000e+00 | 6.000000e+00 |    Inf 
1231.84/1231.81	c  1181s|510000 |  1493 |  4731k|   9.3 |  38M|  71 |   - |2007 |  22k|   0 |   0 |  35k| 694k|8417 | 0.000000e+00 | 6.000000e+00 |    Inf 
1254.65/1254.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1254.65/1254.63	c  1203s|520000 |  1545 |  4820k|   9.3 |  38M|  71 |   - |2007 |  20k|   0 |   0 |  35k| 708k|8466 | 0.000000e+00 | 6.000000e+00 |    Inf 
1277.74/1277.73	c  1225s|530000 |  1568 |  4911k|   9.3 |  39M|  71 |  16 |2007 |  21k|2007 |1742 |  36k| 721k|8523 | 0.000000e+00 | 6.000000e+00 |    Inf 
1302.25/1302.27	c  1248s|540000 |  1711 |  5005k|   9.3 |  42M|  71 |  10 |2007 |  26k|2007 |1742 |  37k| 734k|8616 | 0.000000e+00 | 6.000000e+00 |    Inf 
1327.15/1327.14	c  1272s|550000 |  1736 |  5094k|   9.3 |  41M|  71 |  33 |2007 |  25k|2007 |1742 |  38k| 748k|8724 | 0.000000e+00 | 6.000000e+00 |    Inf 
1350.15/1350.16	c  1294s|560000 |  1792 |  5178k|   9.2 |  41M|  71 |  15 |2007 |  21k|2007 |1742 |  38k| 762k|8794 | 0.000000e+00 | 6.000000e+00 |    Inf 
1374.05/1374.00	c  1317s|570000 |  1742 |  5270k|   9.2 |  40M|  71 |  23 |2007 |  19k|2007 |1742 |  39k| 776k|8855 | 0.000000e+00 | 6.000000e+00 |    Inf 
1396.45/1396.46	c  1338s|580000 |  1781 |  5355k|   9.2 |  41M|  71 |  21 |2007 |  21k|2007 |1742 |  39k| 790k|8955 | 0.000000e+00 | 6.000000e+00 |    Inf 
1419.75/1419.71	c  1361s|590000 |  1750 |  5441k|   9.2 |  42M|  71 |   - |2007 |  22k|   0 |   0 |  40k| 804k|9043 | 0.000000e+00 | 6.000000e+00 |    Inf 
1443.35/1443.37	c  1383s|600000 |  1865 |  5529k|   9.2 |  44M|  71 |   - |2007 |  26k|   0 |   0 |  40k| 818k|9081 | 0.000000e+00 | 6.000000e+00 |    Inf 
1466.45/1466.40	c  1405s|610000 |  1813 |  5612k|   9.2 |  43M|  71 |  28 |2007 |  25k|2007 |1742 |  41k| 832k|9146 | 0.000000e+00 | 6.000000e+00 |    Inf 
1490.06/1490.05	c  1428s|620000 |  1815 |  5701k|   9.2 |  44M|  71 |   - |2007 |  26k|2007 |1742 |  41k| 847k|9246 | 0.000000e+00 | 6.000000e+00 |    Inf 
1513.95/1513.95	c  1451s|630000 |  1769 |  5790k|   9.2 |  44M|  71 |  14 |2007 |  28k|2007 |1742 |  42k| 861k|9305 | 0.000000e+00 | 6.000000e+00 |    Inf 
1538.56/1538.50	c  1474s|640000 |  1738 |  5878k|   9.2 |  43M|  71 |  30 |2007 |  24k|2007 |1742 |  43k| 875k|9359 | 0.000000e+00 | 6.000000e+00 |    Inf 
1561.26/1561.24	c  1496s|650000 |  1731 |  5962k|   9.2 |  43M|  71 |  10 |2007 |  24k|2007 |1742 |  43k| 889k|9469 | 0.000000e+00 | 6.000000e+00 |    Inf 
1584.36/1584.36	c  1518s|660000 |  1666 |  6047k|   9.2 |  42M|  71 |  21 |2007 |  24k|2007 |1742 |  44k| 903k|9516 | 0.000000e+00 | 6.000000e+00 |    Inf 
1608.27/1608.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1608.27/1608.23	c  1541s|670000 |  1680 |  6141k|   9.2 |  41M|  71 |   - |2007 |  21k|   0 |   0 |  44k| 917k|9586 | 0.000000e+00 | 6.000000e+00 |    Inf 
1633.17/1633.14	c  1565s|680000 |  1638 |  6238k|   9.2 |  41M|  71 |   - |2007 |  22k|2007 |1742 |  45k| 930k|9668 | 0.000000e+00 | 6.000000e+00 |    Inf 
1657.06/1657.09	c  1588s|690000 |  1634 |  6330k|   9.2 |  42M|  71 |  19 |2007 |  24k|2007 |1742 |  45k| 944k|9753 | 0.000000e+00 | 6.000000e+00 |    Inf 
1681.56/1681.57	c  1611s|700000 |  1690 |  6422k|   9.2 |  43M|  71 |   - |2007 |  24k|   0 |   0 |  46k| 958k|9795 | 0.000000e+00 | 6.000000e+00 |    Inf 
1707.07/1707.10	c  1636s|710000 |  1747 |  6521k|   9.2 |  44M|  71 |   - |2007 |  27k|2007 |1742 |  47k| 971k|9896 | 0.000000e+00 | 6.000000e+00 |    Inf 
1732.77/1732.70	c  1660s|720000 |  1811 |  6617k|   9.2 |  44M|  71 |   - |2007 |  27k|   0 |   0 |  47k| 985k|9985 | 0.000000e+00 | 6.000000e+00 |    Inf 
1758.07/1758.08	c  1684s|730000 |  1807 |  6717k|   9.2 |  44M|  71 |  35 |2007 |  25k|2007 |1742 |  48k| 999k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1782.47/1782.45	c  1708s|740000 |  1796 |  6806k|   9.2 |  44M|  71 |  12 |2007 |  25k|2007 |1742 |  48k|1012k|  10k| 0.000000e+00 | 6.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.01	c 
1800.07/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.01	c Solving Time (sec) : 1724.55
1800.07/1800.01	c Solving Nodes      : 747054
1800.07/1800.01	c Primal Bound       : +6.00000000000000e+00 (122 solutions)
1800.07/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.01	c Gap                : infinite
1800.07/1800.02	s SATISFIABLE
1800.07/1800.02	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.07/1800.02	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1800.07/1800.02	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.07/1800.02	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.07/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.07/1800.02	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.07/1800.02	v -x104 -x103 -x102 x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.07/1800.02	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 
1800.07/1800.02	v -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 x32 -x31 -x30 -x29 
1800.07/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.07/1800.02	v -x1 
1800.07/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.02	c Solving Time       :    1724.55
1800.07/1800.02	c Original Problem   :
1800.07/1800.02	c   Problem name     : HOME/instance-2692911-1277910106.wbo
1800.07/1800.02	c   Variables        : 2105 (1168 binary, 0 integer, 0 implicit integer, 937 continuous)
1800.07/1800.02	c   Constraints      : 3645 initial, 3645 maximal
1800.07/1800.02	c Presolved Problem  :
1800.07/1800.02	c   Problem name     : t_HOME/instance-2692911-1277910106.wbo
1800.07/1800.02	c   Variables        : 2007 (1119 binary, 0 integer, 0 implicit integer, 888 continuous)
1800.07/1800.02	c   Constraints      : 3483 initial, 30922 maximal
1800.07/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.02	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1800.07/1800.02	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1800.07/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.07/1800.02	c   indicator        :       0.00          0          0          0          0          0         49          0          0
1800.07/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   linear           :       0.05          0          0          0        937          0        113         49          0
1800.07/1800.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.02	c   root node        :          -        846          -          -       1692          -          -          -          -
1800.07/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.02	c   integral         :          0          0          0     413698          0        192       2197          0          0     802580
1800.07/1800.02	c   indicator        :        888          0    3339215      10538          0         48     556200          0          0          0
1800.07/1800.02	c   setppc           :         14          4    3348556      10156          0      72384    2784972          0          0          0
1800.07/1800.02	c   linear           :        888          4    3277235      10572          0     106989   12769585      49407          0          0
1800.07/1800.02	c   logicor          :       1693+         4    1642188       1941          0     106428    6236012          0          0          0
1800.07/1800.02	c   countsols        :          0          0          0       1941          0          0          0          0          0          0
1800.07/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.02	c   integral         :      44.31       0.00       0.00      44.31       0.00
1800.07/1800.02	c   indicator        :       3.36       0.00       3.16       0.20       0.00
1800.07/1800.02	c   setppc           :      15.26       0.00      15.26       0.00       0.00
1800.07/1800.02	c   linear           :      66.23       0.00      66.01       0.22       0.00
1800.07/1800.02	c   logicor          :     199.53       0.00     199.53       0.00       0.00
1800.07/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.02	c   vbounds          :       0.01          2          0          0
1800.07/1800.02	c   rootredcost      :       0.00         19          0        846
1800.07/1800.02	c   pseudoobj        :      56.66    3349725        218     500212
1800.07/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.02	c   propagation      :      13.09     286019     285457    1790857       29.1       7335       25.9          -
1800.07/1800.02	c   infeasible LP    :      19.89     110704     110704     921648       44.7        541       18.6          0
1800.07/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.02	c   pseudo solution  :       0.01          4          4         23       19.1          0        0.0          -
1800.07/1800.02	c   applied globally :          -          -          -    1022612       28.1          -          -          -
1800.07/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.02	c   cut pool         :       0.00          3          -          -          4          -    (maximal pool size: 180)
1800.07/1800.02	c   redcost          :      11.03     414708          0      35397          0          0
1800.07/1800.02	c   impliedbounds    :       0.00          4          0          0          0          0
1800.07/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.02	c   gomory           :       0.17          4          0          0       1000          0
1800.07/1800.02	c   strongcg         :       0.14          4          0          0        567          0
1800.07/1800.02	c   cmir             :       0.02          4          0          0          1          0
1800.07/1800.02	c   flowcover        :       0.02          4          0          0          1          0
1800.07/1800.02	c   clique           :       0.00          4          0          0          0          0
1800.07/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.02	c   mcf              :       0.01          1          0          0          0          0
1800.07/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.02	c Pricers            :       Time      Calls       Vars
1800.07/1800.02	c   problem variables:       0.00          0          0
1800.07/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.02	c   relpscost        :      44.24     403119        192       2197          0          0     802580
1800.07/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   inference        :       0.14       1923          0          0          0          0       3846
1800.07/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.02	c   LP solutions     :       0.03          -         18
1800.07/1800.02	c   pseudo solutions :       0.00          -          0
1800.07/1800.02	c   oneopt           :       0.06         17          0
1800.07/1800.02	c   intshifting      :       0.03         21          0
1800.07/1800.02	c   crossover        :       0.19          8          0
1800.07/1800.02	c   veclendiving     :       0.32        198          0
1800.07/1800.02	c   guideddiving     :       0.36        198          0
1800.07/1800.02	c   linesearchdiving :       0.26        198          0
1800.07/1800.02	c   coefdiving       :       0.32        199          0
1800.07/1800.02	c   pscostdiving     :       0.33        199          0
1800.07/1800.02	c   fracdiving       :       0.40        199          0
1800.07/1800.02	c   objpscostdiving  :       0.29        127          0
1800.07/1800.02	c   rootsoldiving    :       1.18        128          0
1800.07/1800.02	c   trivial          :       0.00          2          0
1800.07/1800.02	c   simplerounding   :       0.37     403199          0
1800.07/1800.02	c   zirounding       :       0.08       1000          0
1800.07/1800.02	c   rounding         :       0.83       8945          0
1800.07/1800.02	c   shifting         :       0.74       2798          0
1800.07/1800.02	c   twoopt           :       0.00          0          0
1800.07/1800.02	c   fixandinfer      :       0.00          0          0
1800.07/1800.02	c   feaspump         :       0.03          1          0
1800.07/1800.02	c   intdiving        :       0.00          0          0
1800.07/1800.02	c   actconsdiving    :       0.00          0          0
1800.07/1800.02	c   octane           :       0.00          0          0
1800.07/1800.02	c   rens             :       0.02          1          0
1800.07/1800.02	c   rins             :       0.00          0          0
1800.07/1800.02	c   localbranching   :       0.00          0          0
1800.07/1800.02	c   mutation         :       0.00          0          0
1800.07/1800.02	c   dins             :       0.00          0          0
1800.07/1800.02	c   undercover       :       0.00          0          0
1800.07/1800.02	c   nlp              :       0.00          0          0
1800.07/1800.02	c   trysol           :       0.20       1380        104
1800.07/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.02	c   dual LP          :     944.83     520820    6863594      13.18    7264.37
1800.07/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.02	c   diving/probing LP:       1.96       1430       9762       6.83    4980.61
1800.07/1800.02	c   strong branching :      40.23      10152     269931      26.59    6709.69
1800.07/1800.02	c     (at root node) :          -         33       2856      86.55          -
1800.07/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.02	c B&B Tree           :
1800.07/1800.02	c   number of runs   :          1
1800.07/1800.02	c   nodes            :     747054
1800.07/1800.02	c   nodes (total)    :     747054
1800.07/1800.02	c   nodes left       :       1746
1800.07/1800.02	c   max depth        :         71
1800.07/1800.02	c   max depth (total):         71
1800.07/1800.02	c   backtracks       :     102609 (13.7%)
1800.07/1800.02	c   delayed cutoffs  :      53097
1800.07/1800.02	c   repropagations   :    1264123 (4349330 domain reductions, 52021 cutoffs)
1800.07/1800.02	c   avg switch length:       4.96
1800.07/1800.02	c   switching time   :     183.80
1800.07/1800.02	c Solution           :
1800.07/1800.02	c   Solutions found  :        122 (19 improvements)
1800.07/1800.02	c   First Solution   : +4.45360000000000e+04   (in run 1, after 1 nodes, 0.14 seconds, depth 0, found by <trysol>)
1800.07/1800.02	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 448204 nodes, 1048.33 seconds, depth 26, found by <relaxation>)
1800.07/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.02	c   Gap              :   infinite
1800.07/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.02	c   Root Iterations  :        511
1800.07/1800.08	c Time complete: 1800.15.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692911-1277910106/watcher-2692911-1277910106 -o /tmp/evaluation-result-2692911-1277910106/solver-2692911-1277910106 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692911-1277910106.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 2.01 2.14 4/196 13374
/proc/meminfo: memFree=31090980/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=9284 CPUtime=0
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1635 0 0 0 0 0 0 0 21 0 1 0 132305794 9506816 1554 4089446400 4194304 8223781 140734248628512 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13374/statm: 2321 1564 369 984 0 1334 0

[startup+0.0647929 s]
/proc/loadavg: 1.92 2.01 2.14 4/196 13374
/proc/meminfo: memFree=31090980/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=22844 CPUtime=0.05
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 5615 0 0 0 5 0 0 0 21 0 1 0 132305794 23392256 4656 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 5711 4656 446 984 0 4724 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22844

[startup+0.101386 s]
/proc/loadavg: 1.92 2.01 2.14 4/196 13374
/proc/meminfo: memFree=31090980/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=23620 CPUtime=0.09
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 7370 0 0 0 8 1 0 0 21 0 1 0 132305794 24186880 4869 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 5905 4869 458 984 0 4918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23620

[startup+0.300755 s]
/proc/loadavg: 1.92 2.01 2.14 4/196 13374
/proc/meminfo: memFree=31090980/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=31156 CPUtime=0.29
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 10294 0 0 0 26 3 0 0 21 0 1 0 132305794 31903744 6902 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 7789 6902 571 984 0 6802 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31156

[startup+0.700666 s]
/proc/loadavg: 1.92 2.01 2.14 4/196 13374
/proc/meminfo: memFree=31090980/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=32844 CPUtime=0.68
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 21882 0 0 0 63 5 0 0 22 0 1 0 132305794 33632256 7316 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 8211 7316 596 984 0 7224 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32844

[startup+1.50053 s]
/proc/loadavg: 1.92 2.01 2.14 3/197 13375
/proc/meminfo: memFree=31062948/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=32768 CPUtime=1.48
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 24652 0 0 0 141 7 0 0 25 0 1 0 132305794 33554432 7308 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 8192 7308 596 984 0 7205 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32768

[startup+3.10019 s]
/proc/loadavg: 1.92 2.01 2.14 3/197 13375
/proc/meminfo: memFree=31063332/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=33048 CPUtime=3.08
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 30267 0 0 0 295 13 0 0 25 0 1 0 132305794 33841152 7361 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 8262 7361 597 984 0 7275 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33048

[startup+6.30057 s]
/proc/loadavg: 1.93 2.01 2.13 3/197 13375
/proc/meminfo: memFree=31062100/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=32888 CPUtime=6.29
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 38331 0 0 0 604 25 0 0 25 0 1 0 132305794 33677312 7356 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 8222 7356 598 984 0 7235 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32888

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.13 3/197 13375
/proc/meminfo: memFree=31057888/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=37948 CPUtime=12.69
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 70905 0 0 0 1214 55 0 0 25 0 1 0 132305794 38858752 8394 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 9487 8394 606 984 0 8500 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37948

[startup+25.5008 s]
/proc/loadavg: 1.95 2.01 2.13 3/197 13376
/proc/meminfo: memFree=31045284/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=44944 CPUtime=25.49
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 128642 0 0 0 2431 118 0 0 25 0 1 0 132305794 46022656 10294 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 11236 10294 604 984 0 10249 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44944

[startup+51.1007 s]
/proc/loadavg: 1.96 2.01 2.13 3/197 13376
/proc/meminfo: memFree=31036184/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=50536 CPUtime=51.09
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 197925 0 0 0 4861 248 0 0 25 0 1 0 132305794 51748864 11694 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 12634 11694 604 984 0 11647 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50536

[startup+102.308 s]
/proc/loadavg: 1.98 2.00 2.12 3/197 13378
/proc/meminfo: memFree=31022976/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=60180 CPUtime=102.3
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 292193 0 0 0 9742 488 0 0 25 0 1 0 132305794 61624320 14097 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 15045 14097 604 984 0 14058 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60180

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.10 3/197 13379
/proc/meminfo: memFree=31014464/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=63008 CPUtime=162.3
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 445207 0 0 0 15456 774 0 0 25 0 1 0 132305794 64520192 14803 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 15752 14803 604 984 0 14765 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63008

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.09 3/197 13381
/proc/meminfo: memFree=31005048/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=69616 CPUtime=222.3
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 556862 0 0 0 21186 1044 0 0 25 0 1 0 132305794 71286784 16375 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 17404 16375 604 984 0 16417 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69616

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.09 3/197 13382
/proc/meminfo: memFree=31001496/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=72996 CPUtime=282.3
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 681701 0 0 0 26931 1299 0 0 25 0 1 0 132305794 74747904 17215 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 18249 17215 604 984 0 17262 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72996

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.08 3/197 13384
/proc/meminfo: memFree=30997840/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=76536 CPUtime=342.31
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 775555 0 0 0 32719 1512 0 0 25 0 1 0 132305794 78372864 18049 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 19134 18049 604 984 0 18147 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 76536

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.07 3/179 13416
/proc/meminfo: memFree=31506428/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=82000 CPUtime=402.3
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 891816 0 0 0 38458 1772 0 0 25 0 1 0 132305794 83968000 19368 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 20500 19368 604 984 0 19513 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82000

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.07 3/179 13417
/proc/meminfo: memFree=31347672/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=89064 CPUtime=462.31
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 995114 0 0 0 44234 1997 0 0 25 0 1 0 132305794 91201536 21032 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 22266 21032 604 984 0 21279 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 89064

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.06 3/179 13419
/proc/meminfo: memFree=31223340/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=92112 CPUtime=522.31
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1107818 0 0 0 50021 2210 0 0 25 0 1 0 132305794 94322688 21737 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 23028 21737 604 984 0 22041 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 92112

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 2.06 3/179 13447
/proc/meminfo: memFree=31385360/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=93172 CPUtime=582.31
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1241223 0 0 0 55807 2424 0 0 25 0 1 0 132305794 95408128 22014 4089446400 4194304 8223781 140734248628512 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 23293 22014 604 984 0 22306 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93172

[startup+642.3 s]
/proc/loadavg: 1.99 2.00 2.05 3/179 13476
/proc/meminfo: memFree=31376628/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=94480 CPUtime=642.32
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1281748 0 0 0 61594 2638 0 0 25 0 1 0 132305794 96747520 22373 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 23620 22373 604 984 0 22633 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 94480

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.92 1.97 2.02 3/197 13547
/proc/meminfo: memFree=31408620/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=100104 CPUtime=822.32
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1530911 0 0 0 78927 3305 0 0 25 0 1 0 132305794 102506496 23619 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 25026 23619 604 984 0 24039 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 100104

[startup+882.301 s]
/proc/loadavg: 1.97 1.97 2.02 3/197 13548
/proc/meminfo: memFree=31405352/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=102020 CPUtime=882.33
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1682327 0 0 0 84685 3548 0 0 25 0 1 0 132305794 104468480 24009 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 25505 24009 604 984 0 24518 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 102020

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 2.01 3/197 13550
/proc/meminfo: memFree=31403668/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=102496 CPUtime=942.33
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1795953 0 0 0 90434 3799 0 0 25 0 1 0 132305794 104955904 24148 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 25624 24148 604 984 0 24637 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 102496

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13552
/proc/meminfo: memFree=31399908/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=106164 CPUtime=1002.33
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 1907002 0 0 0 96170 4063 0 0 25 0 1 0 132305794 108711936 24886 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 26541 24886 604 984 0 25554 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 106164

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13553
/proc/meminfo: memFree=31396856/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=109368 CPUtime=1062.34
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2027135 0 0 0 101900 4334 0 0 25 0 1 0 132305794 111992832 25518 4089446400 4194304 8223781 140734248628512 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 27342 25518 604 984 0 26355 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 109368

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13555
/proc/meminfo: memFree=31393064/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=112996 CPUtime=1122.34
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2093312 0 0 0 107629 4605 0 0 25 0 1 0 132305794 115707904 26235 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28249 26235 604 984 0 27262 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 112996

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13556
/proc/meminfo: memFree=31392692/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=112996 CPUtime=1182.34
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2099292 0 0 0 113372 4862 0 0 25 0 1 0 132305794 115707904 26245 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28249 26245 604 984 0 27262 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 112996

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13558
/proc/meminfo: memFree=31392236/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=112996 CPUtime=1242.34
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2120358 0 0 0 119118 5116 0 0 25 0 1 0 132305794 115707904 26265 4089446400 4194304 8223781 140734248628512 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28249 26265 604 984 0 27262 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 112996

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13560
/proc/meminfo: memFree=31391920/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113124 CPUtime=1302.35
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2215359 0 0 0 124847 5388 0 0 25 0 1 0 132305794 115838976 26290 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28281 26290 604 984 0 27294 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 113124

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13561
/proc/meminfo: memFree=31391104/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113384 CPUtime=1362.35
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2364926 0 0 0 130582 5653 0 0 25 0 1 0 132305794 116105216 26356 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28346 26356 604 984 0 27359 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 113384

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13563
/proc/meminfo: memFree=31390780/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113200 CPUtime=1422.36
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2523180 0 0 0 136314 5922 0 0 25 0 1 0 132305794 115916800 26337 4089446400 4194304 8223781 140734248628512 18446744073709551615 6482456 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28300 26337 604 984 0 27313 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 113200

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13564
/proc/meminfo: memFree=31390580/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113264 CPUtime=1482.36
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2649483 0 0 0 142056 6180 0 0 25 0 1 0 132305794 115982336 26359 4089446400 4194304 8223781 140734248628512 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28316 26359 604 984 0 27329 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 113264

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13566
/proc/meminfo: memFree=31390384/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113648 CPUtime=1542.36
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2767756 0 0 0 147804 6432 0 0 25 0 1 0 132305794 116375552 26472 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28412 26472 604 984 0 27425 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 113648

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 2.00 3/197 13568
/proc/meminfo: memFree=31389688/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113856 CPUtime=1602.36
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 2883532 0 0 0 153540 6696 0 0 25 0 1 0 132305794 116588544 26528 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28464 26528 604 984 0 27477 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 113856

[startup+1662.3 s]
/proc/loadavg: 2.09 2.00 2.01 3/197 13615
/proc/meminfo: memFree=31423172/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=113852 CPUtime=1662.36
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 3009928 0 0 0 159270 6966 0 0 25 0 1 0 132305794 116584448 26555 4089446400 4194304 8223781 140734248628512 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28463 26555 604 984 0 27476 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 113852

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 13617
/proc/meminfo: memFree=31425268/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=114556 CPUtime=1722.37
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 3130244 0 0 0 165016 7221 0 0 25 0 1 0 132305794 117305344 26674 4089446400 4194304 8223781 140734248628512 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28639 26674 604 984 0 27652 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 114556

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13618
/proc/meminfo: memFree=31424820/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=114624 CPUtime=1782.37
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 3159229 0 0 0 170763 7474 0 0 25 0 1 0 132305794 117374976 26701 4089446400 4194304 8223781 140734248628512 18446744073709551615 5955627 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28656 26701 604 984 0 27669 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 114624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 13622
/proc/meminfo: memFree=31424040/32951124 swapFree=67111528/67111528
[pid=13374] ppid=13372 vsize=114624 CPUtime=1800.07
/proc/13374/stat : 13374 (pbscip.linux.x8) R 13372 13374 12045 0 -1 4202496 3168599 0 0 0 172456 7551 0 0 25 0 1 0 132305794 117374976 26701 4089446400 4194304 8223781 140734248628512 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13374/statm: 28656 26701 604 984 0 27669 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 114624

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.16
CPU user time (s): 1724.64
CPU system time (s): 75.5235
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 114788

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

runsolver used 3.10053 second user time and 6.11207 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 17:01:46
IDJOB=2692911
IDBENCH=78974
IDSOLVER=1204
FILE ID=node143/2692911-1277910106
PBS_JOBID= 11197173
Free space on /tmp= 74212 MiB

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

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

MD5SUM BENCH= 5d7330038698be4d7397c9bceea53fdc
RANDOM SEED=292444891

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.76
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.848
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.77
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.848
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	: 5285.38
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.848
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.848
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.74
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.848
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:      31091384 kB
Buffers:        194800 kB
Cached:         965040 kB
SwapCached:          0 kB
Active:         967540 kB
Inactive:       748708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31091384 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      556292 kB
Mapped:          20504 kB
Slab:            78876 kB
PageTables:       6220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657928 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 node143 at 2010-06-30 17:31:48