Trace number 2692769

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553647--soft-66-100-0.wbo
MD5SUM187986d7f99d984dce20251cf704622a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark320.534
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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-2692769-1277902597.wbo>
0.02/0.02	c original problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3619 constraints
0.02/0.02	c problem read
0.02/0.02	c presolving settings loaded
0.02/0.04	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.02/0.07	c (round 2) 0 del vars, 104 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.02/0.09	c (round 3) 50 del vars, 246 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 0 upgd conss, 1117 impls, 11 clqs
0.09/0.10	c (round 4) 120 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 1117 impls, 11 clqs
0.09/0.11	c (round 5) 140 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 1117 impls, 11 clqs
0.09/0.15	c    (0.1s) probing: 101/1072 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  140 deleted vars, 266 deleted constraints, 931 tightened bounds, 0 added holes, 142 changed sides, 0 changed coefficients
0.09/0.15	c  1117 implications, 11 cliques
0.09/0.15	c presolved problem has 1913 variables (1072 bin, 0 int, 0 impl, 841 cont) and 3353 constraints
0.09/0.15	c     841 constraints of type <indicator>
0.09/0.15	c      11 constraints of type <setppc>
0.09/0.15	c     841 constraints of type <linear>
0.09/0.15	c    1660 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.1s|     1 |     0 |    29 |     - |8700k|   0 |  22 |1913 |3353 |1913 |1671 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	o 42417
0.09/0.18	c y 0.1s|     1 |     0 |   242 |     - |8737k|   0 |  22 |1913 |3353 |1913 |1671 |   0 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   288 |     - |8949k|   0 |  38 |1913 |3353 |1913 |1689 |  18 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
0.29/0.31	c   0.2s|     1 |     0 |   353 |     - |9209k|   0 |  47 |1913 |3353 |1913 |1699 |  28 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |   357 |     - |9210k|   0 |  48 |1913 |3353 |1913 |1701 |  30 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
0.49/0.50	c   0.4s|     1 |     0 |   359 |     - |9212k|   0 |  48 |1913 |3353 |1913 |1702 |  31 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
0.59/0.60	c   0.5s|     1 |     0 |   361 |     - |9212k|   0 |  49 |1913 |3353 |1913 |1703 |  32 |   0 |   0 | 0.000000e+00 | 4.241700e+04 |    Inf 
1.00/1.07	c   1.0s|     1 |     2 |   361 |     - |9245k|   0 |  49 |1913 |3353 |1913 |1703 |  32 |   0 |  33 | 0.000000e+00 | 4.241700e+04 |    Inf 
8.19/8.23	o 229
8.19/8.23	c * 7.8s|  1386 |   749 |  5631 |   3.8 |  12M|  59 |   - |1913 |3390 |1913 |1713 | 455 |  37 |1342 | 0.000000e+00 | 2.290000e+02 |    Inf 
8.29/8.36	o 219
8.29/8.36	c * 7.9s|  1408 |   750 |  5894 |   3.9 |  13M|  59 |   - |1913 |3408 |1913 |1710 | 476 |  55 |1364 | 0.000000e+00 | 2.190000e+02 |    Inf 
8.39/8.45	o 216
8.39/8.45	c * 8.0s|  1421 |   752 |  6062 |   4.0 |  13M|  59 |   - |1913 |3410 |1913 |1707 | 484 |  57 |1382 | 0.000000e+00 | 2.160000e+02 |    Inf 
8.59/8.68	o 213
8.59/8.68	c * 8.2s|  1462 |   760 |  6591 |   4.3 |  13M|  59 |   - |1913 |3445 |1913 |1717 | 518 |  92 |1422 | 0.000000e+00 | 2.130000e+02 |    Inf 
9.19/9.22	o 8
9.19/9.22	c * 8.7s|  1745 |    44 |  7470 |   4.1 |  12M|  59 |   - |1913 |3504 |1913 |1710 | 629 | 156 |1444 | 0.000000e+00 | 8.000000e+00 |    Inf 
27.89/27.96	c  26.5s| 10000 |   145 | 92806 |   9.2 |  15M|  59 |   - |1913 |8826 |   0 |   0 |1579 |  10k|1879 | 0.000000e+00 | 8.000000e+00 |    Inf 
38.59/38.68	o 7
38.59/38.68	c *36.6s| 15061 |   200 |145877 |   9.7 |  16M|  59 |   - |1913 |  10k|1913 |1701 |1989 |  17k|1879 | 0.000000e+00 | 7.000000e+00 |    Inf 
48.70/48.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.70/48.76	c  46.1s| 20000 |   287 |192797 |   9.6 |  18M|  59 |  27 |1913 |  12k|1913 |1701 |2546 |  23k|1879 | 0.000000e+00 | 7.000000e+00 |    Inf 
70.89/70.95	c  67.3s| 30000 |   432 |284869 |   9.5 |  20M|  59 |   - |1913 |  16k|   0 |   0 |3373 |  37k|2238 | 0.000000e+00 | 7.000000e+00 |    Inf 
93.80/93.81	c  89.1s| 40000 |   510 |380463 |   9.5 |  20M|  59 |   - |1913 |  13k|   0 |   0 |4135 |  50k|2573 | 0.000000e+00 | 7.000000e+00 |    Inf 
115.50/115.57	c   110s| 50000 |   520 |471508 |   9.4 |  21M|  59 |  11 |1913 |  14k|1913 |1701 |5020 |  64k|2857 | 0.000000e+00 | 7.000000e+00 |    Inf 
137.89/137.98	c   131s| 60000 |   483 |565919 |   9.4 |  20M|  59 |  17 |1913 |  12k|1913 |1701 |5982 |  78k|3143 | 0.000000e+00 | 7.000000e+00 |    Inf 
160.20/160.27	c   152s| 70000 |   426 |659641 |   9.4 |  20M|  59 |  25 |1913 |  11k|1913 |1702 |6867 |  92k|3398 | 0.000000e+00 | 7.000000e+00 |    Inf 
171.20/171.20	o 5
171.20/171.20	c * 163s| 74872 |   402 |707301 |   9.4 |  21M|  59 |   - |1913 |  14k|1913 |1699 |8027 |  99k|3504 | 0.000000e+00 | 5.000000e+00 |    Inf 
183.19/183.23	c   174s| 80000 |   347 |761891 |   9.5 |  19M|  59 |  27 |1913 |  11k|1913 |1701 |8625 | 105k|3634 | 0.000000e+00 | 5.000000e+00 |    Inf 
207.10/207.20	c   197s| 90000 |   341 |868891 |   9.7 |  22M|  59 |   - |1913 |  17k|   0 |   0 |9690 | 119k|3882 | 0.000000e+00 | 5.000000e+00 |    Inf 
229.70/229.80	c   219s|100000 |   316 |958225 |   9.6 |  22M|  59 |   - |1913 |  17k|   0 |   0 |  10k| 133k|4089 | 0.000000e+00 | 5.000000e+00 |    Inf 
253.30/253.36	c   242s|110000 |   364 |  1056k|   9.6 |  24M|  59 |   - |1913 |  20k|1913 |1707 |  11k| 147k|4253 | 0.000000e+00 | 5.000000e+00 |    Inf 
278.40/278.40	o 3
278.40/278.40	c * 266s|119900 |   274 |  1155k|   9.6 |  23M|  59 |   - |1913 |  19k|1913 |1702 |  12k| 161k|4469 | 0.000000e+00 | 3.000000e+00 |    Inf 
278.60/278.67	c   266s|120000 |   270 |  1156k|   9.6 |  22M|  59 |  16 |1913 |  18k|1913 |1702 |  12k| 161k|4469 | 0.000000e+00 | 3.000000e+00 |    Inf 
302.80/302.82	c   289s|130000 |   191 |  1250k|   9.6 |  21M|  59 |  12 |1913 |  14k|1913 |1701 |  13k| 174k|4909 | 0.000000e+00 | 3.000000e+00 |    Inf 
316.00/316.01	o 2
316.00/316.01	c * 302s|136358 |   317 |  1307k|   9.6 |  22M|  59 |   - |1913 |  17k|1913 |1701 |  13k| 183k|4915 | 0.000000e+00 | 2.000000e+00 |    Inf 
323.60/323.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.60/323.64	c   309s|140000 |   300 |  1338k|   9.6 |  23M|  59 |  15 |1913 |  18k|1913 |1701 |  13k| 188k|4919 | 0.000000e+00 | 2.000000e+00 |    Inf 
346.70/346.78	c   332s|150000 |   174 |  1430k|   9.5 |  21M|  59 |   - |1913 |  14k|   0 |   0 |  14k| 202k|5127 | 0.000000e+00 | 2.000000e+00 |    Inf 
370.10/370.17	c   354s|160000 |   142 |  1536k|   9.6 |  20M|  59 |  25 |1913 |  13k|1913 |1701 |  15k| 216k|5315 | 0.000000e+00 | 2.000000e+00 |    Inf 
394.60/394.65	c   378s|170000 |   104 |  1649k|   9.7 |  22M|  59 |  20 |1913 |  17k|1913 |1701 |  16k| 230k|5487 | 0.000000e+00 | 2.000000e+00 |    Inf 
417.30/417.38	c   399s|180000 |    94 |  1737k|   9.7 |  23M|  59 |   - |1913 |  20k|   0 |   0 |  18k| 243k|5676 | 0.000000e+00 | 2.000000e+00 |    Inf 
442.90/442.94	c   424s|190000 |   270 |  1843k|   9.7 |  23M|  59 |  21 |1913 |  19k|1913 |1703 |  20k| 256k|5889 | 0.000000e+00 | 2.000000e+00 |    Inf 
468.01/468.04	c   448s|200000 |   385 |  1951k|   9.8 |  25M|  59 |   - |1913 |  21k|   0 |   0 |  21k| 270k|6066 | 0.000000e+00 | 2.000000e+00 |    Inf 
492.40/492.49	c   472s|210000 |   448 |  2051k|   9.8 |  25M|  59 |   - |1913 |  22k|   0 |   0 |  22k| 283k|6176 | 0.000000e+00 | 2.000000e+00 |    Inf 
520.31/520.33	c   499s|220000 |   511 |  2176k|   9.9 |  27M|  59 |  22 |1913 |  25k|1913 |1705 |  22k| 296k|6346 | 0.000000e+00 | 2.000000e+00 |    Inf 
546.20/546.20	c   523s|230000 |   535 |  2282k|   9.9 |  26M|  59 |   - |1913 |  21k|   0 |   0 |  23k| 309k|6489 | 0.000000e+00 | 2.000000e+00 |    Inf 
571.30/571.38	c   548s|240000 |   556 |  2388k|  10.0 |  28M|  59 |  21 |1913 |  25k|1913 |1704 |  24k| 323k|6596 | 0.000000e+00 | 2.000000e+00 |    Inf 
599.20/599.22	c   574s|250000 |   564 |  2511k|  10.0 |  28M|  59 |  26 |1913 |  25k|1913 |1705 |  25k| 336k|6748 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.60/625.62	c   600s|260000 |   596 |  2622k|  10.1 |  30M|  59 |  22 |1913 |  29k|1913 |1705 |  25k| 350k|6913 | 0.000000e+00 | 2.000000e+00 |    Inf 
652.21/652.28	c   625s|270000 |   766 |  2735k|  10.1 |  32M|  59 |   - |1913 |  32k|1913 |1705 |  26k| 364k|7040 | 0.000000e+00 | 2.000000e+00 |    Inf 
679.41/679.43	c   652s|280000 |   842 |  2850k|  10.2 |  33M|  59 |  23 |1913 |  34k|1913 |1705 |  27k| 378k|7139 | 0.000000e+00 | 2.000000e+00 |    Inf 
708.11/708.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
708.11/708.16	c   679s|290000 |   826 |  2969k|  10.2 |  32M|  59 |  23 |1913 |  29k|1913 |1705 |  27k| 393k|7286 | 0.000000e+00 | 2.000000e+00 |    Inf 
735.41/735.42	c   706s|300000 |   816 |  3081k|  10.3 |  32M|  59 |  32 |1913 |  30k|1913 |1705 |  28k| 408k|7424 | 0.000000e+00 | 2.000000e+00 |    Inf 
764.81/764.89	c   734s|310000 |   925 |  3204k|  10.3 |  34M|  59 |   - |1913 |  34k|1913 |1705 |  29k| 422k|7554 | 0.000000e+00 | 2.000000e+00 |    Inf 
793.01/793.05	c   761s|320000 |   901 |  3319k|  10.4 |  34M|  59 |  32 |1913 |  32k|1913 |1703 |  30k| 437k|7666 | 0.000000e+00 | 2.000000e+00 |    Inf 
821.11/821.15	c   788s|330000 |   868 |  3436k|  10.4 |  35M|  59 |   - |1913 |  34k|   0 |   0 |  31k| 452k|7757 | 0.000000e+00 | 2.000000e+00 |    Inf 
849.61/849.68	c   816s|340000 |   814 |  3548k|  10.4 |  33M|  59 |  33 |1913 |  31k|1913 |1705 |  31k| 467k|7866 | 0.000000e+00 | 2.000000e+00 |    Inf 
876.62/876.62	c   842s|350000 |   696 |  3655k|  10.4 |  30M|  59 |   - |1913 |  24k|1913 |1705 |  32k| 481k|7984 | 0.000000e+00 | 2.000000e+00 |    Inf 
903.81/903.85	c   868s|360000 |   722 |  3777k|  10.5 |  31M|  59 |   - |1913 |  26k|   0 |   0 |  33k| 494k|8102 | 0.000000e+00 | 2.000000e+00 |    Inf 
928.62/928.67	c   892s|370000 |   900 |  3878k|  10.5 |  33M|  59 |   - |1913 |  30k|   0 |   0 |  34k| 508k|8194 | 0.000000e+00 | 2.000000e+00 |    Inf 
954.32/954.33	c   917s|380000 |   938 |  3980k|  10.5 |  34M|  59 |  20 |1913 |  31k|1913 |1705 |  35k| 523k|8304 | 0.000000e+00 | 2.000000e+00 |    Inf 
980.51/980.52	c   942s|390000 |   900 |  4082k|  10.5 |  34M|  59 |   - |1913 |  31k|1913 |1705 |  36k| 538k|8422 | 0.000000e+00 | 2.000000e+00 |    Inf 
1006.53/1006.55	c   967s|400000 |   865 |  4186k|  10.5 |  34M|  61 |   - |1913 |  31k|   0 |   0 |  37k| 552k|8532 | 0.000000e+00 | 2.000000e+00 |    Inf 
1031.73/1031.75	c   992s|410000 |   816 |  4277k|  10.4 |  34M|  65 |  16 |1913 |  31k|1913 |1705 |  38k| 567k|8657 | 0.000000e+00 | 2.000000e+00 |    Inf 
1058.32/1058.39	c  1017s|420000 |   772 |  4381k|  10.4 |  31M|  65 |  18 |1913 |  25k|1913 |1705 |  39k| 581k|8754 | 0.000000e+00 | 2.000000e+00 |    Inf 
1083.42/1083.40	c  1041s|430000 |   876 |  4481k|  10.4 |  34M|  65 |  34 |1913 |  31k|1913 |1705 |  39k| 595k|8833 | 0.000000e+00 | 2.000000e+00 |    Inf 
1110.32/1110.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.32/1110.31	c  1067s|440000 |   825 |  4585k|  10.4 |  34M|  65 |  20 |1913 |  30k|1913 |1705 |  40k| 609k|8922 | 0.000000e+00 | 2.000000e+00 |    Inf 
1137.92/1137.95	c  1094s|450000 |   803 |  4691k|  10.4 |  33M|  65 |   - |1913 |  29k|1913 |1705 |  41k| 624k|9004 | 0.000000e+00 | 2.000000e+00 |    Inf 
1168.32/1168.38	c  1124s|460000 |   806 |  4805k|  10.4 |  31M|  65 |  16 |1913 |  23k|1913 |1706 |  42k| 638k|9100 | 0.000000e+00 | 2.000000e+00 |    Inf 
1197.62/1197.61	c  1153s|470000 |   849 |  4912k|  10.5 |  33M|  65 |   - |1913 |  28k|   0 |   0 |  42k| 652k|9183 | 0.000000e+00 | 2.000000e+00 |    Inf 
1226.52/1226.59	c  1181s|480000 |   758 |  5022k|  10.5 |  32M|  65 |   - |1913 |  25k|   0 |   0 |  43k| 666k|9271 | 0.000000e+00 | 2.000000e+00 |    Inf 
1255.32/1255.35	c  1210s|490000 |   782 |  5128k|  10.5 |  33M|  65 |   - |1913 |  27k|   0 |   0 |  44k| 680k|9348 | 0.000000e+00 | 2.000000e+00 |    Inf 
1284.32/1284.33	c  1238s|500000 |   910 |  5240k|  10.5 |  35M|  65 |  26 |1913 |  32k|1913 |1705 |  44k| 695k|9430 | 0.000000e+00 | 2.000000e+00 |    Inf 
1314.53/1314.59	c  1268s|510000 |   874 |  5352k|  10.5 |  36M|  65 |   - |1913 |  34k|   0 |   0 |  45k| 710k|9533 | 0.000000e+00 | 2.000000e+00 |    Inf 
1344.13/1344.14	c  1297s|520000 |   843 |  5462k|  10.5 |  35M|  65 |   - |1913 |  31k|   0 |   0 |  46k| 725k|9627 | 0.000000e+00 | 2.000000e+00 |    Inf 
1373.52/1373.58	c  1326s|530000 |   797 |  5571k|  10.5 |  34M|  65 |   - |1913 |  29k|   0 |   0 |  47k| 740k|9721 | 0.000000e+00 | 2.000000e+00 |    Inf 
1401.83/1401.80	c  1354s|540000 |   807 |  5677k|  10.5 |  33M|  65 |  21 |1913 |  28k|1913 |1705 |  48k| 755k|9816 | 0.000000e+00 | 2.000000e+00 |    Inf 
1430.63/1430.61	c  1382s|550000 |   825 |  5781k|  10.5 |  35M|  65 |   - |1913 |  32k|1913 |1705 |  49k| 768k|9903 | 0.000000e+00 | 2.000000e+00 |    Inf 
1461.23/1461.23	c  1413s|560000 |   891 |  5890k|  10.5 |  37M|  65 |  35 |1913 |  37k|1913 |1705 |  50k| 782k|9974 | 0.000000e+00 | 2.000000e+00 |    Inf 
1493.12/1493.12	c  1444s|570000 |   911 |  6002k|  10.5 |  38M|  65 |   - |1913 |  38k|1913 |1705 |  51k| 796k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1525.23/1525.25	c  1476s|580000 |   891 |  6121k|  10.6 |  35M|  65 |  30 |1913 |  30k|1913 |1703 |  52k| 810k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1555.83/1555.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.83/1555.82	c  1506s|590000 |   877 |  6237k|  10.6 |  35M|  65 |   - |1913 |  30k|1913 |1704 |  53k| 824k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1586.23/1586.21	c  1536s|600000 |   882 |  6351k|  10.6 |  33M|  65 |   - |1913 |  24k|   0 |   0 |  54k| 837k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1615.84/1615.85	c  1565s|610000 |   852 |  6466k|  10.6 |  34M|  65 |   - |1913 |  26k|   0 |   0 |  54k| 852k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1644.63/1644.63	c  1594s|620000 |   881 |  6578k|  10.6 |  33M|  65 |  15 |1913 |  23k|1913 |1705 |  55k| 865k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1674.43/1674.41	c  1623s|630000 |   833 |  6694k|  10.6 |  33M|  65 |  17 |1913 |  24k|1913 |1705 |  56k| 879k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1701.53/1701.51	c  1650s|640000 |   811 |  6801k|  10.6 |  33M|  65 |  18 |1913 |  24k|1913 |1705 |  57k| 893k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1730.73/1730.79	c  1678s|650000 |   782 |  6918k|  10.6 |  34M|  65 |  25 |1913 |  28k|1913 |1703 |  58k| 908k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1761.53/1761.56	c  1709s|660000 |   808 |  7037k|  10.7 |  35M|  65 |  23 |1913 |  28k|1913 |1703 |  58k| 922k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1791.63/1791.65	c  1738s|670000 |   816 |  7155k|  10.7 |  37M|  65 |  25 |1913 |  35k|1913 |1705 |  59k| 936k|  10k| 0.000000e+00 | 2.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) : 1746.54
1800.04/1800.00	c Solving Nodes      : 672590
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (102 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	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.01	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.01	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.01	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.01	v -x146 -x145 -x144 -x143 x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1800.04/1800.01	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1800.04/1800.01	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.01	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1800.04/1800.01	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.01	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1800.04/1800.01	v -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1746.54
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2692769-1277902597.wbo
1800.04/1800.01	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.04/1800.01	c   Constraints      : 3619 initial, 3619 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2692769-1277902597.wbo
1800.04/1800.01	c   Variables        : 1913 (1072 binary, 0 integer, 0 implicit integer, 841 continuous)
1800.04/1800.01	c   Constraints      : 3353 initial, 38877 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00         70          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0         70          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.05          0          0          0        931          0        196        142          0
1800.04/1800.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -        832          -          -       1664          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     376659          0        159       2346          0          0     725464
1800.04/1800.01	c   indicator        :        841          0    2871244      11950          0          3      32885          0          0          0
1800.04/1800.01	c   setppc           :         11          6    2873444      11175          0      34262    1783881          0          0          0
1800.04/1800.01	c   linear           :        841          6    2840946      11989          0     108422   11459353      60228          0          0
1800.04/1800.01	c   logicor          :       1660+         6    1502125       1383          0     103550    5610065          0          0          0
1800.04/1800.01	c   bounddisjunction :          0+         0      20095          0          0          0          0          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0       1383          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :      42.74       0.00       0.00      42.74       0.00
1800.04/1800.01	c   indicator        :       1.06       0.00       0.91       0.15       0.00
1800.04/1800.01	c   setppc           :      11.12       0.00      11.12       0.00       0.00
1800.04/1800.01	c   linear           :      70.16       0.00      69.86       0.30       0.00
1800.04/1800.01	c   logicor          :     231.95       0.00     231.93       0.02       0.00
1800.04/1800.01	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.21          2          0          0
1800.04/1800.01	c   rootredcost      :       0.24         10          0        832
1800.04/1800.01	c   pseudoobj        :      44.88    2875060         23      20820
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      11.23     246257     245680    1499829       26.7       7636       24.6          -
1800.04/1800.01	c   infeasible LP    :      20.94     114832     114830     905561       42.6        505       21.8          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          3          3         29       21.3          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     939781       27.2          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 200)
1800.04/1800.01	c   redcost          :       9.17     376942          0       5891          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.24          6          0          0        991          0
1800.04/1800.01	c   strongcg         :       0.16          6          0          0        765          0
1800.04/1800.01	c   cmir             :       0.03          6          0          0          1          0
1800.04/1800.01	c   flowcover        :       0.05          6          0          0          1          0
1800.04/1800.01	c   clique           :       0.00          6          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :      42.63     364666        159       2346          0          0     725464
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.13       1374          0          0          0          0       2748
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          9
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.13         10          0
1800.04/1800.01	c   feaspump         :       0.05          1          0
1800.04/1800.01	c   intshifting      :       0.01          8          0
1800.04/1800.01	c   crossover        :       0.18          4          0
1800.04/1800.01	c   veclendiving     :       0.14         82          0
1800.04/1800.01	c   coefdiving       :       0.17         83          0
1800.04/1800.01	c   guideddiving     :       0.13         83          0
1800.04/1800.01	c   pscostdiving     :       0.13         83          0
1800.04/1800.01	c   fracdiving       :       0.17         83          0
1800.04/1800.01	c   linesearchdiving :       0.10         83          0
1800.04/1800.01	c   objpscostdiving  :       0.09         62          0
1800.04/1800.01	c   rootsoldiving    :       0.07         62          0
1800.04/1800.01	c   trivial          :       0.02          2          0
1800.04/1800.01	c   simplerounding   :       0.45     364611          0
1800.04/1800.01	c   zirounding       :       0.13       1000          0
1800.04/1800.01	c   rounding         :       0.83       8514          0
1800.04/1800.01	c   shifting         :       0.75       2625          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.03          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.07          0          0
1800.04/1800.01	c   trysol           :       0.37       1098         93
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     940.23     488392    7180367      14.70    7636.82
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.50        395       3002       7.60    6004.00
1800.04/1800.01	c   strong branching :      38.98      10923     271575      24.86    6967.03
1800.04/1800.01	c     (at root node) :          -         33       2703      81.91          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     672590
1800.04/1800.01	c   nodes (total)    :     672590
1800.04/1800.01	c   nodes left       :        798
1800.04/1800.01	c   max depth        :         65
1800.04/1800.01	c   max depth (total):         65
1800.04/1800.01	c   backtracks       :     105356 (15.7%)
1800.04/1800.01	c   delayed cutoffs  :      53154
1800.04/1800.01	c   repropagations   :    1012594 (4021931 domain reductions, 52482 cutoffs)
1800.04/1800.01	c   avg switch length:       4.55
1800.04/1800.01	c   switching time   :     199.68
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        102 (10 improvements)
1800.04/1800.01	c   First Solution   : +4.24170000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.04/1800.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 136358 nodes, 301.92 seconds, depth 34, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        361
1800.04/1800.08	c Time complete: 1800.11.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692769-1277902597/watcher-2692769-1277902597 -o /tmp/evaluation-result-2692769-1277902597/solver-2692769-1277902597 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692769-1277902597.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.16 3/178 12399
/proc/meminfo: memFree=30780456/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=9296 CPUtime=0
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1615 0 0 0 0 0 0 0 21 0 1 0 131557565 9519104 1534 4089446400 4194304 8223781 140733861933216 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12399/statm: 2324 1537 369 984 0 1337 0

[startup+0.0277079 s]
/proc/loadavg: 2.02 2.05 2.16 3/178 12399
/proc/meminfo: memFree=30780456/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=13636 CPUtime=0.02
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2700 0 0 0 2 0 0 0 21 0 1 0 131557565 13963264 2619 4089446400 4194304 8223781 140733861933216 18446744073709551615 6207239 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12399/statm: 3409 2619 369 984 0 2422 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13636

[startup+0.100696 s]
/proc/loadavg: 2.02 2.05 2.16 3/178 12399
/proc/meminfo: memFree=30780456/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=24676 CPUtime=0.09
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 6849 0 0 0 8 1 0 0 21 0 1 0 131557565 25268224 5119 4089446400 4194304 8223781 140733861933216 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 6169 5121 457 984 0 5182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24676

[startup+0.300662 s]
/proc/loadavg: 2.02 2.05 2.16 3/178 12399
/proc/meminfo: memFree=30780456/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=31316 CPUtime=0.29
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 10845 0 0 0 26 3 0 0 21 0 1 0 131557565 32067584 6941 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 7829 6941 572 984 0 6842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31316

[startup+0.700586 s]
/proc/loadavg: 2.02 2.05 2.16 3/178 12399
/proc/meminfo: memFree=30780456/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=32516 CPUtime=0.69
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 11163 0 0 0 65 4 0 0 22 0 1 0 131557565 33296384 7238 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 8129 7238 575 984 0 7142 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32516

[startup+1.50046 s]
/proc/loadavg: 2.02 2.05 2.16 3/179 12400
/proc/meminfo: memFree=30751804/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=32576 CPUtime=1.49
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 21532 0 0 0 141 8 0 0 25 0 1 0 131557565 33357824 7286 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 8144 7286 596 984 0 7157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32576

[startup+3.10016 s]
/proc/loadavg: 2.02 2.05 2.16 3/179 12400
/proc/meminfo: memFree=30751856/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=32664 CPUtime=3.09
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 24367 0 0 0 293 16 0 0 25 0 1 0 131557565 33447936 7318 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 8166 7318 597 984 0 7179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32664

[startup+6.3006 s]
/proc/loadavg: 2.02 2.05 2.16 3/179 12400
/proc/meminfo: memFree=30743920/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=35860 CPUtime=6.29
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 54023 0 0 0 596 33 0 0 25 0 1 0 131557565 36720640 8041 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 8965 8041 602 984 0 7978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35860

[startup+12.7005 s]
/proc/loadavg: 2.02 2.05 2.15 3/179 12400
/proc/meminfo: memFree=30732080/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=41336 CPUtime=12.69
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 80001 0 0 0 1201 68 0 0 25 0 1 0 131557565 42328064 9391 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 10334 9391 605 984 0 9347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41336

[startup+25.5002 s]
/proc/loadavg: 2.02 2.04 2.15 3/179 12400
/proc/meminfo: memFree=30709632/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=44772 CPUtime=25.49
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 115161 0 0 0 2414 135 0 0 25 0 1 0 131557565 45846528 10256 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 11193 10256 605 984 0 10206 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44772

[startup+51.1007 s]
/proc/loadavg: 2.01 2.04 2.15 3/179 12401
/proc/meminfo: memFree=30675736/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=47852 CPUtime=51.1
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 162773 0 0 0 4838 272 0 0 25 0 1 0 131557565 49000448 11029 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 11963 11029 605 984 0 10976 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 47852

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.14 3/179 12402
/proc/meminfo: memFree=30611228/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=52408 CPUtime=102.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 270769 0 0 0 9718 512 0 0 25 0 1 0 131557565 53665792 12151 4089446400 4194304 8223781 140733861933216 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 13102 12151 605 984 0 12115 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52408

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.12 3/179 12404
/proc/meminfo: memFree=30558104/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=53216 CPUtime=162.29
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 410147 0 0 0 15421 808 0 0 25 0 1 0 131557565 54493184 12361 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 13304 12361 605 984 0 12317 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 53216

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/179 12406
/proc/meminfo: memFree=30516864/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=56820 CPUtime=222.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 538149 0 0 0 21175 1055 0 0 25 0 1 0 131557565 58183680 13190 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 14205 13190 605 984 0 13218 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 56820

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.10 3/179 12416
/proc/meminfo: memFree=30478800/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=60092 CPUtime=282.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 597254 0 0 0 26946 1284 0 0 25 0 1 0 131557565 61534208 14034 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 15023 14034 605 984 0 14036 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 60092

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.09 3/179 12417
/proc/meminfo: memFree=30452916/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=60516 CPUtime=342.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 618299 0 0 0 32727 1503 0 0 25 0 1 0 131557565 61968384 14133 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 15129 14133 605 984 0 14142 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 60516

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 12419
/proc/meminfo: memFree=30430316/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=61008 CPUtime=402.31
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 674522 0 0 0 38494 1737 0 0 25 0 1 0 131557565 62472192 14222 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 15252 14222 605 984 0 14265 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 61008

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 12421
/proc/meminfo: memFree=30408824/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=62592 CPUtime=462.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 770704 0 0 0 44272 1958 0 0 25 0 1 0 131557565 64094208 14564 4089446400 4194304 8223781 140733861933216 18446744073709551615 7257308 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 15648 14564 605 984 0 14661 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 62592

[startup+522.301 s]
/proc/loadavg: 2.05 2.01 2.08 3/179 12423
/proc/meminfo: memFree=30382628/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=63880 CPUtime=522.3
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 923749 0 0 0 50045 2185 0 0 25 0 1 0 131557565 65413120 14864 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 15970 14864 605 984 0 14983 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 63880

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/179 12424
/proc/meminfo: memFree=30361500/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=64380 CPUtime=582.31
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1075361 0 0 0 55816 2415 0 0 25 0 1 0 131557565 65925120 14988 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 16095 14988 605 984 0 15108 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 64380

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 12425
/proc/meminfo: memFree=30341364/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=67572 CPUtime=642.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1214258 0 0 0 61589 2643 0 0 25 0 1 0 131557565 69193728 15753 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 16893 15753 605 984 0 15906 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 67572

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 12431
/proc/meminfo: memFree=30287696/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=70764 CPUtime=822.31
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1463650 0 0 0 78960 3271 0 0 25 0 1 0 131557565 72462336 16523 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 17691 16523 605 984 0 16704 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 70764

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 12432
/proc/meminfo: memFree=30268672/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=71684 CPUtime=882.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1531875 0 0 0 84755 3477 0 0 25 0 1 0 131557565 73404416 16732 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 17921 16732 605 984 0 16934 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 71684

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 12433
/proc/meminfo: memFree=30251276/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=72144 CPUtime=942.31
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1606843 0 0 0 90535 3696 0 0 25 0 1 0 131557565 73875456 16789 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 18036 16789 605 984 0 17049 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 72144

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 12435
/proc/meminfo: memFree=30237352/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=72532 CPUtime=1002.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1703758 0 0 0 96316 3916 0 0 25 0 1 0 131557565 74272768 16887 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 18133 16887 605 984 0 17146 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 72532

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.03 3/179 12437
/proc/meminfo: memFree=30220704/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=73284 CPUtime=1062.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1788687 0 0 0 102094 4138 0 0 25 0 1 0 131557565 75042816 17045 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 18321 17045 605 984 0 17334 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 73284

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.02 3/197 12512
/proc/meminfo: memFree=31676180/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=73224 CPUtime=1122.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 1892938 0 0 0 107871 4361 0 0 25 0 1 0 131557565 74981376 17044 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12399/statm: 18306 17044 605 984 0 17319 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 73224

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.02 3/179 12541
/proc/meminfo: memFree=31663196/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=73940 CPUtime=1182.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2003691 0 0 0 113772 4460 0 0 25 0 1 0 131557565 75714560 17219 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 18485 17219 605 984 0 17498 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 73940

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12542
/proc/meminfo: memFree=31617880/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=74248 CPUtime=1242.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2113127 0 0 0 119682 4550 0 0 25 0 1 0 131557565 76029952 17303 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 18562 17303 605 984 0 17575 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 74248

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 12544
/proc/meminfo: memFree=31573548/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=74884 CPUtime=1302.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2212464 0 0 0 125599 4634 0 0 25 0 1 0 131557565 76681216 17389 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 18721 17389 605 984 0 17734 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 74884

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12546
/proc/meminfo: memFree=31565944/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=74884 CPUtime=1362.32
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2311024 0 0 0 131516 4716 0 0 25 0 1 0 131557565 76681216 17397 4089446400 4194304 8223781 140733861933216 18446744073709551615 5950293 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 18721 17397 605 984 0 17734 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 74884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12548
/proc/meminfo: memFree=31563660/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=74884 CPUtime=1422.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2407929 0 0 0 137434 4799 0 0 25 0 1 0 131557565 76681216 17409 4089446400 4194304 8223781 140733861933216 18446744073709551615 4219826 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 18721 17409 605 984 0 17734 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 74884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12549
/proc/meminfo: memFree=31557780/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=77860 CPUtime=1482.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2501206 0 0 0 143348 4885 0 0 25 0 1 0 131557565 79728640 17945 4089446400 4194304 8223781 140733861933216 18446744073709551615 4223007 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19465 17945 605 984 0 18478 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 77860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12550
/proc/meminfo: memFree=31555644/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=78488 CPUtime=1542.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2589443 0 0 0 149269 4964 0 0 25 0 1 0 131557565 80371712 18076 4089446400 4194304 8223781 140733861933216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19622 18076 605 984 0 18635 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 78488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12552
/proc/meminfo: memFree=31554592/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=78488 CPUtime=1602.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2685272 0 0 0 155186 5047 0 0 25 0 1 0 131557565 80371712 18076 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19622 18076 605 984 0 18635 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 78488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12554
/proc/meminfo: memFree=31553444/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=78976 CPUtime=1662.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2781999 0 0 0 161096 5137 0 0 25 0 1 0 131557565 80871424 18180 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19744 18180 605 984 0 18757 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 78976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 4/179 12556
/proc/meminfo: memFree=31552284/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=79088 CPUtime=1722.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 2929977 0 0 0 167001 5232 0 0 25 0 1 0 131557565 80986112 18206 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19772 18206 605 984 0 18785 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 79088

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12557
/proc/meminfo: memFree=31549752/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=79272 CPUtime=1782.33
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 3076751 0 0 0 172912 5321 0 0 25 0 1 0 131557565 81174528 18264 4089446400 4194304 8223781 140733861933216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19818 18264 605 984 0 18831 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 79272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12558
/proc/meminfo: memFree=31549240/32951124 swapFree=67111528/67111528
[pid=12399] ppid=12397 vsize=79560 CPUtime=1800.04
/proc/12399/stat : 12399 (pbscip.linux.x8) R 12397 12399 11676 0 -1 4202496 3115199 0 0 0 174656 5348 0 0 25 0 1 0 131557565 81469440 18319 4089446400 4194304 8223781 140733861933216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12399/statm: 19890 18319 605 984 0 18903 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 79560

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.13
CPU user time (s): 1746.64
CPU system time (s): 53.4859
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 79776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1746.64
system time used= 53.4859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3115225
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= 3
involuntary context switches= 9032

runsolver used 2.47362 second user time and 5.72413 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 14:56:37
IDJOB=2692769
IDBENCH=78903
IDSOLVER=1204
FILE ID=node101/2692769-1277902597
PBS_JOBID= 11197213
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/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553647--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-2692769-1277902597/watcher-2692769-1277902597 -o /tmp/evaluation-result-2692769-1277902597/solver-2692769-1277902597 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692769-1277902597.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 187986d7f99d984dce20251cf704622a
RANDOM SEED=1094373657

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30781108 kB
Buffers:        188964 kB
Cached:         739760 kB
SwapCached:          0 kB
Active:        1509080 kB
Inactive:       517364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30781108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4784 kB
Writeback:           0 kB
AnonPages:     1097948 kB
Mapped:          16212 kB
Slab:            77656 kB
PageTables:       6768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1257072 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= 74200 MiB
End job on node101 at 2010-06-30 15:26:39