Trace number 2692339

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.28 1800.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark173.946
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-2692339-1277926872.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.368420e+05 |    Inf 
26.30/26.34	o 163
26.30/26.34	c *26.1s|  8519 |  1311 | 39250 |   4.6 |  31M|  73 |   - |5645 |5414 |5645 | 184 |  17k|   0 |1799 | 0.000000e+00 | 1.630000e+02 |    Inf 
26.40/26.42	o 145
26.40/26.42	c *26.1s|  8530 |  1040 | 39334 |   4.6 |  32M|  73 |   - |5645 |5414 |5645 | 161 |  17k|   0 |1799 | 0.000000e+00 | 1.450000e+02 |    Inf 
26.40/26.42	o 144
26.40/26.42	c *26.1s|  8531 |  1025 | 39342 |   4.6 |  32M|  73 |   - |5645 |5414 |5645 | 163 |  17k|   0 |1799 | 0.000000e+00 | 1.440000e+02 |    Inf 
26.69/26.77	o 124
26.69/26.77	c *26.5s|  8607 |   858 | 39993 |   4.6 |  32M|  73 |   - |5645 |5459 |5645 | 173 |  17k|  45 |1799 | 0.000000e+00 | 1.240000e+02 |    Inf 
26.79/26.86	o 105
26.79/26.86	c *26.6s|  8619 |   647 | 40120 |   4.6 |  31M|  73 |   - |5645 |5459 |5645 | 179 |  17k|  45 |1799 | 0.000000e+00 | 1.050000e+02 |    Inf 
28.29/28.35	o 104
28.29/28.35	c *28.1s|  8952 |   782 | 42246 |   4.7 |  33M|  73 |   - |5645 |5689 |5645 | 147 |  18k| 275 |1799 | 0.000000e+00 | 1.040000e+02 |    Inf 
28.39/28.46	o 98
28.39/28.46	c *28.2s|  8972 |   769 | 42301 |   4.7 |  33M|  73 |   - |5645 |5699 |5645 | 162 |  18k| 285 |1799 | 0.000000e+00 | 9.800000e+01 |    Inf 
28.49/28.50	o 95
28.49/28.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.49/28.50	c *28.2s|  8976 |   470 | 42314 |   4.7 |  32M|  73 |   - |5645 |5622 |5645 | 147 |  18k| 287 |1799 | 0.000000e+00 | 9.500000e+01 |    Inf 
32.39/32.43	c  32.1s| 10000 |   667 | 45640 |   4.6 |  35M|  79 |   - |5645 |6217 |   0 |   0 |  18k|1080 |1802 | 0.000000e+00 | 9.500000e+01 |    Inf 
67.10/67.12	c  66.4s| 20000 |  1749 | 77448 |   3.9 |  62M| 100 |   - |5645 |6852 |5645 | 165 |  26k|  10k|1805 | 0.000000e+00 | 9.500000e+01 |    Inf 
98.90/98.91	c  97.8s| 30000 |  2432 |101408 |   3.4 |  78M| 119 |   - |5645 |6737 |   0 |   0 |  33k|  19k|1808 | 0.000000e+00 | 9.500000e+01 |    Inf 
129.90/129.98	c   129s| 40000 |  3112 |125152 |   3.1 |  93M| 120 |   9 |5645 |7103 |5645 | 182 |  39k|  29k|1901 | 0.000000e+00 | 9.500000e+01 |    Inf 
164.79/164.81	c   163s| 50000 |  3918 |149878 |   3.0 | 113M| 120 |   1 |5645 |7424 |5645 | 174 |  46k|  40k|1991 | 0.000000e+00 | 9.500000e+01 |    Inf 
189.50/189.57	c   188s| 60000 |  4264 |166447 |   2.8 | 121M| 120 |   - |5645 |8882 |   0 |   0 |  49k|  51k|2059 | 0.000000e+00 | 9.500000e+01 |    Inf 
218.80/218.83	c   216s| 70000 |  4658 |186596 |   2.7 | 132M| 130 |   1 |5645 |9981 |5645 | 164 |  56k|  63k|2159 | 0.000000e+00 | 9.500000e+01 |    Inf 
225.50/225.58	o 91
225.50/225.58	c * 223s| 72005 |  4686 |191282 |   2.7 | 134M| 130 |   - |5645 |8457 |5645 | 174 |  57k|  65k|2193 | 0.000000e+00 | 9.100000e+01 |    Inf 
247.59/247.68	c   245s| 80000 |  5117 |202364 |   2.5 | 143M| 130 |   1 |5645 |7817 |5645 | 178 |  59k|  74k|2271 | 0.000000e+00 | 9.100000e+01 |    Inf 
277.30/277.33	c   274s| 90000 |  5588 |225068 |   2.5 | 157M| 130 |   1 |5645 |  10k|5645 | 183 |  66k|  90k|2391 | 0.000000e+00 | 9.100000e+01 |    Inf 
309.30/309.39	c   306s|100000 |  6077 |252738 |   2.5 | 169M| 130 |   0 |5645 |8430 |5645 | 181 |  76k| 103k|2549 | 0.000000e+00 | 9.100000e+01 |    Inf 
325.00/325.02	o 90
325.00/325.02	c * 322s|105265 |  6188 |266359 |   2.5 | 175M| 130 |   - |5645 |9770 |5645 | 188 |  82k| 111k|2615 | 0.000000e+00 | 9.000000e+01 |    Inf 
338.00/338.07	o 87
338.00/338.07	c * 334s|109451 |  6552 |274644 |   2.5 | 181M| 130 |   - |5645 |9577 |5645 | 174 |  83k| 116k|2662 | 0.000000e+00 | 8.700000e+01 |    Inf 
339.80/339.81	c   336s|110000 |  6589 |275522 |   2.5 | 181M| 130 |   - |5645 |8834 |   0 |   0 |  83k| 117k|2663 | 0.000000e+00 | 8.700000e+01 |    Inf 
366.60/366.69	o 76
366.60/366.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.60/366.69	c * 363s|119829 |  6803 |288679 |   2.4 | 188M| 130 |   - |5645 |  10k|5645 | 184 |  85k| 130k|2715 | 0.000000e+00 | 7.600000e+01 |    Inf 
366.90/366.96	o 50
366.90/366.96	c * 363s|119897 |  6052 |288808 |   2.4 | 170M| 130 |   - |5645 |9542 |5645 | 183 |  85k| 130k|2715 | 0.000000e+00 | 5.000000e+01 |    Inf 
367.30/367.37	c   363s|120000 |  6015 |288952 |   2.4 | 169M| 130 |   - |5645 |7137 |   0 |   0 |  85k| 131k|2716 | 0.000000e+00 | 5.000000e+01 |    Inf 
369.60/369.62	o 46
369.60/369.62	c * 366s|120720 |  5959 |290741 |   2.4 | 169M| 130 |   - |5645 |6244 |5645 | 174 |  85k| 131k|2734 | 0.000000e+00 | 4.600000e+01 |    Inf 
370.20/370.24	o 39
370.20/370.24	c * 366s|120920 |  5674 |291092 |   2.4 | 155M| 130 |   - |5645 |5586 |5645 | 161 |  85k| 132k|2734 | 0.000000e+00 | 3.900000e+01 |    Inf 
370.20/370.26	o 32
370.20/370.26	c * 366s|120921 |  5522 |291097 |   2.4 | 148M| 130 |   - |5645 |5585 |5645 | 163 |  85k| 132k|2734 | 0.000000e+00 | 3.200000e+01 |    Inf 
376.70/376.71	o 28
376.70/376.71	c * 373s|123698 |  4764 |297609 |   2.4 | 138M| 130 |   - |5645 |5525 |5645 | 167 |  87k| 135k|2777 | 0.000000e+00 | 2.800000e+01 |    Inf 
376.90/376.92	o 26
376.90/376.92	c * 373s|123786 |  4702 |297830 |   2.4 | 135M| 130 |   - |5645 |5466 |5645 | 176 |  87k| 136k|2777 | 0.000000e+00 | 2.600000e+01 |    Inf 
378.20/378.28	o 17
378.20/378.28	c * 374s|124429 |  4022 |299675 |   2.4 | 119M| 130 |   - |5645 |5872 |5645 | 177 |  87k| 136k|2778 | 0.000000e+00 | 1.700000e+01 |    Inf 
378.31/378.32	o 10
378.31/378.32	c * 374s|124431 |  2186 |299678 |   2.4 |  74M| 130 |   - |5645 |5602 |5645 | 176 |  87k| 136k|2778 | 0.000000e+00 | 1.000000e+01 |    Inf 
389.00/389.04	c   385s|130000 |  1875 |318648 |   2.5 |  68M| 130 |   1 |5645 |8097 |5645 | 164 |  92k| 144k|2889 | 0.000000e+00 | 1.000000e+01 |    Inf 
408.70/408.71	c   404s|140000 |  1823 |353692 |   2.5 |  69M| 130 |  17 |5645 |  10k|5645 | 182 |  99k| 157k|3033 | 0.000000e+00 | 1.000000e+01 |    Inf 
430.60/430.64	c   426s|150000 |  2085 |397367 |   2.6 |  73M| 130 |   - |5645 |  13k|   0 |   0 | 111k| 169k|3180 | 0.000000e+00 | 1.000000e+01 |    Inf 
453.51/453.50	c   448s|160000 |  2253 |440855 |   2.8 |  75M| 130 |   - |5645 |  14k|   0 |   0 | 121k| 183k|3300 | 0.000000e+00 | 1.000000e+01 |    Inf 
475.80/475.88	c   471s|170000 |  2327 |476158 |   2.8 |  78M| 130 |   6 |5645 |  15k|5645 | 173 | 129k| 196k|3370 | 0.000000e+00 | 1.000000e+01 |    Inf 
497.31/497.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
497.31/497.34	c   492s|180000 |  2288 |508419 |   2.8 |  79M| 130 |   1 |5645 |  14k|5645 | 198 | 135k| 209k|3453 | 0.000000e+00 | 1.000000e+01 |    Inf 
519.01/519.09	c   513s|190000 |  2235 |541865 |   2.9 |  79M| 130 |  14 |5645 |  15k|5645 | 159 | 142k| 223k|3537 | 0.000000e+00 | 1.000000e+01 |    Inf 
532.91/532.97	o 5
532.91/532.97	c * 527s|196339 |  1578 |564569 |   2.9 |  67M| 130 |   - |5645 |  16k|5645 | 169 | 147k| 231k|3579 | 0.000000e+00 | 5.000000e+00 |    Inf 
540.61/540.67	c   535s|200000 |  1634 |575220 |   2.9 |  67M| 130 |  17 |5645 |  16k|5645 | 167 | 150k| 236k|3614 | 0.000000e+00 | 5.000000e+00 |    Inf 
562.61/562.68	c   556s|210000 |  1567 |612122 |   2.9 |  67M| 130 |   - |5645 |  15k|   0 |   0 | 158k| 250k|3692 | 0.000000e+00 | 5.000000e+00 |    Inf 
584.30/584.38	c   578s|220000 |  1517 |655288 |   3.0 |  66M| 130 |   - |5645 |  12k|   0 |   0 | 167k| 263k|4068 | 0.000000e+00 | 5.000000e+00 |    Inf 
604.21/604.22	c   597s|230000 |  1606 |683997 |   3.0 |  68M| 130 |   1 |5645 |  15k|5645 | 175 | 171k| 276k|4124 | 0.000000e+00 | 5.000000e+00 |    Inf 
625.01/625.08	c   618s|240000 |  1647 |716125 |   3.0 |  69M| 130 |   1 |5645 |  15k|5645 | 162 | 176k| 288k|4214 | 0.000000e+00 | 5.000000e+00 |    Inf 
644.41/644.44	c   637s|250000 |  1684 |740472 |   3.0 |  70M| 130 |   1 |5645 |  16k|5645 | 175 | 179k| 301k|4253 | 0.000000e+00 | 5.000000e+00 |    Inf 
663.71/663.79	c   656s|260000 |  1735 |761495 |   2.9 |  72M| 130 |   - |5645 |  18k|   0 |   0 | 181k| 314k|4304 | 0.000000e+00 | 5.000000e+00 |    Inf 
683.31/683.32	c   676s|270000 |  1763 |779105 |   2.9 |  73M| 130 |   1 |5645 |  21k|5645 | 177 | 183k| 327k|4339 | 0.000000e+00 | 5.000000e+00 |    Inf 
703.51/703.53	c   696s|280000 |  1816 |796557 |   2.8 |  74M| 130 |  12 |5645 |  19k|5645 | 177 | 184k| 340k|4417 | 0.000000e+00 | 5.000000e+00 |    Inf 
724.41/724.49	c   716s|290000 |  1765 |824590 |   2.8 |  73M| 130 |   1 |5645 |  15k|5645 | 189 | 189k| 354k|4510 | 0.000000e+00 | 5.000000e+00 |    Inf 
745.82/745.82	c   737s|300000 |  1814 |859371 |   2.9 |  73M| 130 |  15 |5645 |  15k|5645 | 172 | 195k| 367k|4581 | 0.000000e+00 | 5.000000e+00 |    Inf 
768.82/768.83	c   760s|310000 |  2017 |900416 |   2.9 |  76M| 130 |   - |5645 |  18k|   0 |   0 | 205k| 380k|4688 | 0.000000e+00 | 5.000000e+00 |    Inf 
790.51/790.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.51/790.54	c   782s|320000 |  1941 |934567 |   2.9 |  75M| 130 |   - |5645 |  14k|   0 |   0 | 212k| 393k|4810 | 0.000000e+00 | 5.000000e+00 |    Inf 
811.72/811.75	c   802s|330000 |  1874 |971705 |   2.9 |  75M| 130 |   1 |5645 |  16k|5645 | 155 | 220k| 407k|4869 | 0.000000e+00 | 5.000000e+00 |    Inf 
834.32/834.32	c   825s|340000 |  1918 |  1016k|   3.0 |  76M| 130 |   1 |5645 |  17k|5645 | 178 | 231k| 421k|4965 | 0.000000e+00 | 5.000000e+00 |    Inf 
855.21/855.23	c   845s|350000 |  1818 |  1050k|   3.0 |  75M| 130 |   1 |5645 |  16k|5645 | 168 | 237k| 434k|5064 | 0.000000e+00 | 5.000000e+00 |    Inf 
875.12/875.15	c   865s|360000 |  1799 |  1070k|   3.0 |  76M| 130 |  25 |5645 |  18k|5645 | 203 | 239k| 447k|5096 | 0.000000e+00 | 5.000000e+00 |    Inf 
886.91/886.93	o 2
886.91/886.93	c * 877s|365524 |  1196 |  1087k|   3.0 |  64M| 130 |   - |5645 |  15k|5645 | 175 | 243k| 455k|5184 | 0.000000e+00 | 2.000000e+00 |    Inf 
896.22/896.21	c   886s|370000 |  1195 |  1102k|   3.0 |  64M| 130 |   - |5645 |  16k|   0 |   0 | 246k| 460k|5205 | 0.000000e+00 | 2.000000e+00 |    Inf 
919.82/919.82	c   909s|380000 |  1232 |  1150k|   3.0 |  66M| 130 |   - |5645 |  21k|   0 |   0 | 258k| 473k|5293 | 0.000000e+00 | 2.000000e+00 |    Inf 
943.12/943.18	c   932s|390000 |  1192 |  1180k|   3.0 |  67M| 130 |   7 |5645 |  24k|5645 | 172 | 263k| 486k|5353 | 0.000000e+00 | 2.000000e+00 |    Inf 
969.32/969.36	c   958s|400000 |  1195 |  1216k|   3.0 |  68M| 130 |   1 |5645 |  28k|5645 | 178 | 270k| 499k|5415 | 0.000000e+00 | 2.000000e+00 |    Inf 
995.43/995.47	c   984s|410000 |  1237 |  1250k|   3.0 |  68M| 130 |   - |5645 |  26k|   0 |   0 | 279k| 511k|5520 | 0.000000e+00 | 2.000000e+00 |    Inf 
1023.52/1023.54	c  1012s|420000 |  1317 |  1291k|   3.1 |  70M| 130 |   - |5645 |  28k|   0 |   0 | 292k| 524k|5612 | 0.000000e+00 | 2.000000e+00 |    Inf 
1034.62/1034.60	o 1
1034.62/1034.60	c *1023s|423894 |  1314 |  1308k|   3.1 |  70M| 130 |   - |5645 |  29k|5645 | 196 | 297k| 529k|5644 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.42/1051.40	c  1040s|430000 |  1384 |  1334k|   3.1 |  72M| 130 |   8 |5645 |  31k|5645 | 177 | 305k| 537k|5685 | 0.000000e+00 | 1.000000e+00 |    Inf 
1080.42/1080.43	c  1068s|440000 |  1350 |  1378k|   3.1 |  72M| 130 |   1 |5645 |  31k|5645 | 189 | 317k| 551k|5752 | 0.000000e+00 | 1.000000e+00 |    Inf 
1107.03/1107.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.03/1107.00	c  1095s|450000 |  1428 |  1412k|   3.1 |  73M| 130 |   1 |5645 |  33k|5645 | 184 | 324k| 564k|5807 | 0.000000e+00 | 1.000000e+00 |    Inf 
1136.13/1136.15	c  1124s|460000 |  1541 |  1454k|   3.2 |  76M| 130 |   - |5645 |  36k|   0 |   0 | 336k| 577k|5878 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.24/1169.26	c  1156s|470000 |  1655 |  1504k|   3.2 |  78M| 130 |  29 |5645 |  39k|5645 | 175 | 351k| 590k|5952 | 0.000000e+00 | 1.000000e+00 |    Inf 
1202.43/1202.47	c  1189s|480000 |  1600 |  1549k|   3.2 |  79M| 130 |   1 |5645 |  42k|5645 | 172 | 362k| 603k|6019 | 0.000000e+00 | 1.000000e+00 |    Inf 
1234.53/1234.59	c  1221s|490000 |  1752 |  1588k|   3.2 |  81M| 130 |   8 |5645 |  42k|5645 | 182 | 373k| 616k|6095 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.23/1268.22	c  1255s|500000 |  1761 |  1636k|   3.3 |  82M| 130 |   - |5645 |  44k|5645 | 209 | 387k| 630k|6162 | 0.000000e+00 | 1.000000e+00 |    Inf 
1303.23/1303.22	c  1289s|510000 |  1784 |  1681k|   3.3 |  83M| 130 |   - |5645 |  44k|   0 |   0 | 400k| 643k|6206 | 0.000000e+00 | 1.000000e+00 |    Inf 
1337.73/1337.76	c  1324s|520000 |  1799 |  1722k|   3.3 |  84M| 130 |   - |5645 |  46k|   0 |   0 | 411k| 657k|6273 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.73/1375.75	c  1362s|530000 |  2142 |  1770k|   3.3 |  88M| 130 |  15 |5645 |  50k|5645 | 170 | 428k| 670k|6341 | 0.000000e+00 | 1.000000e+00 |    Inf 
1412.93/1412.93	c  1398s|540000 |  2127 |  1811k|   3.4 |  88M| 130 |   - |5645 |  49k|   0 |   0 | 440k| 683k|6393 | 0.000000e+00 | 1.000000e+00 |    Inf 
1452.33/1452.31	c  1438s|550000 |  2326 |  1862k|   3.4 |  92M| 130 |   8 |5645 |  53k|5645 | 170 | 455k| 697k|6468 | 0.000000e+00 | 1.000000e+00 |    Inf 
1492.33/1492.32	c  1477s|560000 |  2445 |  1906k|   3.4 |  93M| 130 |  27 |5645 |  53k|5645 | 185 | 468k| 710k|6537 | 0.000000e+00 | 1.000000e+00 |    Inf 
1532.83/1532.88	c  1518s|570000 |  2607 |  1952k|   3.4 |  95M| 130 |   - |5645 |  54k|   0 |   0 | 482k| 723k|6603 | 0.000000e+00 | 1.000000e+00 |    Inf 
1571.34/1571.39	c  1556s|580000 |  2750 |  1990k|   3.4 |  97M| 130 |   1 |5645 |  56k|5645 | 159 | 492k| 737k|6648 | 0.000000e+00 | 1.000000e+00 |    Inf 
1617.05/1617.08	c  1601s|590000 |  3312 |  2040k|   3.5 | 101M| 130 |   - |5645 |  58k|   0 |   0 | 508k| 750k|6719 | 0.000000e+00 | 1.000000e+00 |    Inf 
1660.95/1660.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1660.95/1660.91	c  1645s|600000 |  3387 |  2085k|   3.5 | 103M| 130 |  11 |5645 |  59k|5645 | 182 | 521k| 763k|6770 | 0.000000e+00 | 1.000000e+00 |    Inf 
1706.14/1706.17	c  1690s|610000 |  3374 |  2134k|   3.5 | 103M| 130 |   - |5645 |  58k|   0 |   0 | 534k| 777k|6815 | 0.000000e+00 | 1.000000e+00 |    Inf 
1747.54/1747.52	c  1731s|620000 |  3291 |  2183k|   3.5 | 103M| 130 |   - |5645 |  56k|   0 |   0 | 547k| 791k|6883 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.24/1789.20	c  1773s|630000 |  3279 |  2232k|   3.5 | 103M| 130 |   1 |5645 |  57k|5645 | 172 | 559k| 805k|6949 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1783.34
1800.05/1800.00	c Solving Nodes      : 632895
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (444 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.06	s SATISFIABLE
1800.05/1800.06	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1800.05/1800.06	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.05/1800.06	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1800.05/1800.06	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.06	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.06	v -x125 x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.06	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.05/1800.06	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.05/1800.06	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.05/1800.06	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.05/1800.06	v -x1 
1800.05/1800.06	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.06	c Solving Time       :    1783.34
1800.05/1800.06	c Original Problem   :
1800.05/1800.06	c   Problem name     : HOME/instance-2692339-1277926872.wbo
1800.05/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.06	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.06	c Presolved Problem  :
1800.05/1800.06	c   Problem name     : t_HOME/instance-2692339-1277926872.wbo
1800.05/1800.06	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.06	c   Constraints      : 5414 initial, 60559 maximal
1800.05/1800.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.05/1800.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.06	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.05/1800.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.06	c   integral         :          0          0          0     415611          0          2        189          0          0     682342
1800.05/1800.06	c   indicator        :       2707          0    2673279      44734          0        860   17629751          0          0          0
1800.05/1800.06	c   linear           :       2707          6    3743894      74270          0     237993   17494986     561745          0          0
1800.05/1800.06	c   logicor          :          0+         0    1120335          0          0      47935    1275171          0          0          0
1800.05/1800.06	c   bounddisjunction :          0+         0      43257          0          0          0       2880          0          0          0
1800.05/1800.06	c   countsols        :          0          0          0      10581          0          0          0          0          0          0
1800.05/1800.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.06	c   integral         :      14.83       0.00       0.00      14.83       0.00
1800.05/1800.06	c   indicator        :      51.80       0.01      46.79       5.00       0.00
1800.05/1800.06	c   linear           :     190.67       0.01     184.42       6.24       0.00
1800.05/1800.06	c   logicor          :     324.46       0.00     324.46       0.00       0.00
1800.05/1800.06	c   bounddisjunction :       0.08       0.00       0.08       0.00       0.00
1800.05/1800.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.06	c   vbounds          :       1.03          2          0          0
1800.05/1800.06	c   rootredcost      :       0.87         23          0       2707
1800.05/1800.06	c   pseudoobj        :     198.43    3775729      30821   12541032
1800.05/1800.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.06	c   propagation      :      18.34     316749     316230    1936121       26.7      19324       14.3          -
1800.05/1800.06	c   infeasible LP    :       4.63      14019      14018     108512       41.6        228       17.0          0
1800.05/1800.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.06	c   pseudo solution  :       0.02        366        366       1179       12.7        110       13.1          -
1800.05/1800.06	c   applied globally :          -          -          -     810015       21.5          -          -          -
1800.05/1800.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.06	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.05/1800.06	c   redcost          :      37.67     426530          0    4978762          0          0
1800.05/1800.06	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.06	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.06	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.06	c   gomory           :       0.01          4          0          0         86          0
1800.05/1800.06	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.06	c   cmir             :       0.00          4          0          0          0          0
1800.05/1800.06	c   flowcover        :       0.03          4          0          0          0          0
1800.05/1800.06	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.06	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.06	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.06	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.06	c Pricers            :       Time      Calls       Vars
1800.05/1800.06	c   problem variables:       0.00          0          0
1800.05/1800.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.06	c   relpscost        :      14.49     341327          2        189          0          0     682342
1800.05/1800.06	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.06	c   inference        :       2.57      10558          0          0          0          0      21116
1800.05/1800.06	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.06	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.06	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.06	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.06	c   LP solutions     :       0.08          -         23
1800.05/1800.06	c   pseudo solutions :       0.00          -          0
1800.05/1800.06	c   feaspump         :       0.01          0          0
1800.05/1800.06	c   oneopt           :       0.28         21          0
1800.05/1800.06	c   crossover        :       1.19         33          0
1800.05/1800.06	c   guideddiving     :       1.48        123          0
1800.05/1800.06	c   coefdiving       :       0.50        283          0
1800.05/1800.06	c   pscostdiving     :       0.43        283          0
1800.05/1800.06	c   fracdiving       :       0.44        283          0
1800.05/1800.06	c   veclendiving     :       0.44        283          0
1800.05/1800.06	c   linesearchdiving :       0.34        283          0
1800.05/1800.06	c   rootsoldiving    :       1.80        268          0
1800.05/1800.06	c   objpscostdiving  :       0.47        269          0
1800.05/1800.06	c   trivial          :       0.08          2          2
1800.05/1800.06	c   simplerounding   :       0.78     344882          0
1800.05/1800.06	c   zirounding       :       0.28       1000          0
1800.05/1800.06	c   rounding         :       4.62       8289          0
1800.05/1800.06	c   shifting         :       2.16       2543          0
1800.05/1800.06	c   intshifting      :       0.05         15          0
1800.05/1800.06	c   twoopt           :       0.00          0          0
1800.05/1800.06	c   fixandinfer      :       0.00          0          0
1800.05/1800.06	c   intdiving        :       0.00          0          0
1800.05/1800.06	c   actconsdiving    :       0.00          0          0
1800.05/1800.06	c   octane           :       0.00          0          0
1800.05/1800.06	c   rens             :       0.03          1          0
1800.05/1800.06	c   rins             :       0.00          0          0
1800.05/1800.06	c   localbranching   :       0.00          0          0
1800.05/1800.06	c   mutation         :       0.00          0          0
1800.05/1800.06	c   dins             :       0.00          0          0
1800.05/1800.06	c   undercover       :       0.00          0          0
1800.05/1800.06	c   nlp              :       0.16          0          0
1800.05/1800.06	c   trysol           :       2.80       6640        419
1800.05/1800.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.06	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.06	c   dual LP          :     359.20     426045    2240412       5.26    6237.23
1800.05/1800.06	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.06	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.06	c   diving/probing LP:       1.36       1104       2265       2.05    1665.44
1800.05/1800.06	c   strong branching :      11.71       6949      65572       9.44    5599.66
1800.05/1800.06	c     (at root node) :          -         32       1061      33.16          -
1800.05/1800.06	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.06	c B&B Tree           :
1800.05/1800.06	c   number of runs   :          1
1800.05/1800.06	c   nodes            :     632895
1800.05/1800.06	c   nodes (total)    :     632895
1800.05/1800.06	c   nodes left       :       3262
1800.05/1800.06	c   max depth        :        130
1800.05/1800.06	c   max depth (total):        130
1800.05/1800.06	c   backtracks       :      61426 (9.7%)
1800.05/1800.06	c   delayed cutoffs  :      53470
1800.05/1800.06	c   repropagations   :    1683909 (8806992 domain reductions, 50333 cutoffs)
1800.05/1800.06	c   avg switch length:       6.94
1800.05/1800.06	c   switching time   :     295.07
1800.05/1800.06	c Solution           :
1800.05/1800.06	c   Solutions found  :        444 (24 improvements)
1800.05/1800.06	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.06	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 423894 nodes, 1022.91 seconds, depth 35, found by <relaxation>)
1800.05/1800.06	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.06	c   Gap              :   infinite
1800.05/1800.06	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.06	c   Root Iterations  :        106
1800.24/1800.22	c Time complete: 1800.27.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692339-1277926872/watcher-2692339-1277926872 -o /tmp/evaluation-result-2692339-1277926872/solver-2692339-1277926872 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692339-1277926872.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.47 2.26 2.12 4/178 13341
/proc/meminfo: memFree=31468032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=9744 CPUtime=0
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 1726 0 0 0 0 0 0 0 18 0 1 0 133984774 9977856 1646 4089446400 4194304 8223781 140736967252624 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13341/statm: 2436 1650 369 984 0 1449 0

[startup+0.0621549 s]
/proc/loadavg: 2.47 2.26 2.12 4/178 13341
/proc/meminfo: memFree=31468032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=35144 CPUtime=0.05
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 8088 0 0 0 5 0 0 0 18 0 1 0 133984774 35987456 7644 4089446400 4194304 8223781 140736967252624 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35144

[startup+0.101175 s]
/proc/loadavg: 2.47 2.26 2.12 4/178 13341
/proc/meminfo: memFree=31468032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=35144 CPUtime=0.09
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 8088 0 0 0 9 0 0 0 18 0 1 0 133984774 35987456 7644 4089446400 4194304 8223781 140736967252624 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 8786 7644 422 984 0 7799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35144

[startup+0.301143 s]
/proc/loadavg: 2.47 2.26 2.12 4/178 13341
/proc/meminfo: memFree=31468032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=59036 CPUtime=0.29
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 14623 0 0 0 27 2 0 0 18 0 1 0 133984774 60452864 13566 4089446400 4194304 8223781 140736967252624 18446744073709551615 4563759 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 14759 13569 564 984 0 13772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59036

[startup+0.701038 s]
/proc/loadavg: 2.47 2.26 2.12 4/178 13341
/proc/meminfo: memFree=31468032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=43084 CPUtime=0.69
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 15655 0 0 0 67 2 0 0 18 0 1 0 133984774 44118016 9710 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 10771 9710 575 984 0 9784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43084

[startup+1.50089 s]
/proc/loadavg: 2.47 2.26 2.12 4/179 13342
/proc/meminfo: memFree=31430452/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=43332 CPUtime=1.49
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 15784 0 0 0 145 4 0 0 20 0 1 0 133984774 44371968 9839 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 10833 9839 578 984 0 9846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43332

[startup+3.10061 s]
/proc/loadavg: 2.47 2.26 2.12 3/179 13342
/proc/meminfo: memFree=31428716/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=48592 CPUtime=3.09
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 21939 0 0 0 304 5 0 0 25 0 1 0 133984774 49758208 10924 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 12148 10924 579 984 0 11161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48592

[startup+6.30102 s]
/proc/loadavg: 2.43 2.25 2.12 3/179 13342
/proc/meminfo: memFree=31418048/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=55272 CPUtime=6.29
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 28139 0 0 0 621 8 0 0 25 0 1 0 133984774 56598528 12677 4089446400 4194304 8223781 140736967252624 18446744073709551615 4561351 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 13818 12677 579 984 0 12831 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55272

[startup+12.7009 s]
/proc/loadavg: 2.39 2.25 2.12 3/179 13342
/proc/meminfo: memFree=31414316/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=59672 CPUtime=12.69
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 39366 0 0 0 1256 13 0 0 25 0 1 0 133984774 61104128 13782 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 14918 13782 579 984 0 13931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59672

[startup+25.5005 s]
/proc/loadavg: 2.31 2.24 2.12 3/179 13342
/proc/meminfo: memFree=31400840/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=73672 CPUtime=25.5
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 48047 0 0 0 2525 25 0 0 25 0 1 0 133984774 75440128 17287 4089446400 4194304 8223781 140736967252624 18446744073709551615 5892296 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 18418 17287 579 984 0 17431 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 73672

[startup+51.1009 s]
/proc/loadavg: 2.27 2.23 2.12 3/179 13343
/proc/meminfo: memFree=31345060/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=131580 CPUtime=51.1
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 82243 0 0 0 5054 56 0 0 25 0 1 0 133984774 134737920 31112 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 32895 31112 592 984 0 31908 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 131580

[startup+102.307 s]
/proc/loadavg: 2.19 2.21 2.11 3/179 13344
/proc/meminfo: memFree=31260368/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=218484 CPUtime=102.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 107282 0 0 0 10119 111 0 0 25 0 1 0 133984774 223727616 51452 4089446400 4194304 8223781 140736967252624 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 54621 51452 590 984 0 53634 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 218484

[startup+162.301 s]
/proc/loadavg: 2.07 2.17 2.10 3/179 13346
/proc/meminfo: memFree=31175156/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=311012 CPUtime=162.29
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 129973 0 0 0 16060 169 0 0 25 0 1 0 133984774 318476288 72308 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 77753 72308 590 984 0 76766 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 311012

[startup+222.301 s]
/proc/loadavg: 2.02 2.14 2.09 3/179 13348
/proc/meminfo: memFree=31110380/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=378316 CPUtime=222.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 149913 0 0 0 21995 235 0 0 25 0 1 0 133984774 387395584 87589 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 94579 87589 590 984 0 93592 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 378316

[startup+282.301 s]
/proc/loadavg: 2.01 2.11 2.08 3/179 13349
/proc/meminfo: memFree=31067200/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=422252 CPUtime=282.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 186133 0 0 0 27927 303 0 0 25 0 1 0 133984774 432386048 97526 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 105563 97526 590 984 0 104576 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 422252

[startup+342.301 s]
/proc/loadavg: 2.00 2.09 2.08 3/179 13350
/proc/meminfo: memFree=31014196/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=476936 CPUtime=342.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 228395 0 0 0 33868 362 0 0 25 0 1 0 133984774 488382464 109276 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 119234 109276 590 984 0 118247 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 476936

[startup+402.301 s]
/proc/loadavg: 2.00 2.07 2.07 3/179 13352
/proc/meminfo: memFree=30995928/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=494632 CPUtime=402.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 271301 0 0 0 39789 441 0 0 25 0 1 0 133984774 506503168 113351 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 123658 113351 590 984 0 122671 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 494632

[startup+462.301 s]
/proc/loadavg: 2.00 2.05 2.07 3/179 13354
/proc/meminfo: memFree=30993040/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=496780 CPUtime=462.3
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 275434 0 0 0 45718 512 0 0 25 0 1 0 133984774 508702720 113848 4089446400 4194304 8223781 140736967252624 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 124195 113848 590 984 0 123208 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 496780

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/179 13356
/proc/meminfo: memFree=30989032/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=499028 CPUtime=522.31
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 277699 0 0 0 51649 582 0 0 25 0 1 0 133984774 511004672 114300 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 124757 114300 590 984 0 123770 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 499028

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/179 13357
/proc/meminfo: memFree=30986636/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=500396 CPUtime=582.31
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 293587 0 0 0 57573 658 0 0 25 0 1 0 133984774 512405504 114611 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 125099 114611 593 984 0 124112 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 500396

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/179 13358
/proc/meminfo: memFree=30985100/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=500900 CPUtime=642.32
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 297332 0 0 0 63502 730 0 0 25 0 1 0 133984774 512921600 114730 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 125225 114730 593 984 0 124238 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 500900

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 13365
/proc/meminfo: memFree=30979988/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=504300 CPUtime=882.31
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 305044 0 0 0 87218 1013 0 0 25 0 1 0 133984774 516403200 115589 4089446400 4194304 8223781 140736967252624 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 126075 115589 593 984 0 125088 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 504300

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.02 3/179 13366
/proc/meminfo: memFree=30979332/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=504412 CPUtime=942.32
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 323736 0 0 0 93152 1080 0 0 25 0 1 0 133984774 516517888 115623 4089446400 4194304 8223781 140736967252624 18446744073709551615 6207502 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 126103 115623 593 984 0 125116 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 504412

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13368
/proc/meminfo: memFree=30975704/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=507068 CPUtime=1002.32
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 326178 0 0 0 99091 1141 0 0 25 0 1 0 133984774 519237632 116247 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 126767 116247 593 984 0 125780 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 507068

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13370
/proc/meminfo: memFree=30971808/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=507740 CPUtime=1062.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 347944 0 0 0 105039 1194 0 0 25 0 1 0 133984774 519925760 116412 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 126935 116412 593 984 0 125948 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 507740

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13372
/proc/meminfo: memFree=30966196/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=509480 CPUtime=1122.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 352016 0 0 0 110988 1245 0 0 25 0 1 0 133984774 521707520 116854 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 127370 116854 593 984 0 126383 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 509480

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13373
/proc/meminfo: memFree=30959948/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=512248 CPUtime=1182.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 352715 0 0 0 116942 1291 0 0 25 0 1 0 133984774 524541952 117553 4089446400 4194304 8223781 140736967252624 18446744073709551615 4676175 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 128062 117553 593 984 0 127075 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 512248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13383
/proc/meminfo: memFree=30954628/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=513288 CPUtime=1242.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 354780 0 0 0 122898 1335 0 0 25 0 1 0 133984774 525606912 117793 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 128322 117793 593 984 0 127335 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 513288

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13385
/proc/meminfo: memFree=30951368/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=514740 CPUtime=1302.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 355154 0 0 0 128856 1378 0 0 25 0 1 0 133984774 527093760 118165 4089446400 4194304 8223781 140736967252624 18446744073709551615 6207680 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 128685 118165 593 984 0 127698 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 514740

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31302208/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=516696 CPUtime=1362.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 357398 0 0 0 134818 1415 0 0 25 0 1 0 133984774 529096704 118590 4089446400 4194304 8223781 140736967252624 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 129174 118590 593 984 0 128187 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 516696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=31236528/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=520636 CPUtime=1422.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 358366 0 0 0 140782 1451 0 0 25 0 1 0 133984774 533131264 119556 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 130159 119556 593 984 0 129172 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 520636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13418
/proc/meminfo: memFree=31176368/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=521472 CPUtime=1482.33
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 358599 0 0 0 146746 1487 0 0 25 0 1 0 133984774 533987328 119787 4089446400 4194304 8223781 140736967252624 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 130368 119787 593 984 0 129381 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 521472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13419
/proc/meminfo: memFree=31114832/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=526336 CPUtime=1542.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 359717 0 0 0 152713 1521 0 0 25 0 1 0 133984774 538968064 120905 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 131584 120905 593 984 0 130597 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 526336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13421
/proc/meminfo: memFree=31058252/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=530724 CPUtime=1602.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 360758 0 0 0 158679 1555 0 0 25 0 1 0 133984774 543461376 121946 4089446400 4194304 8223781 140736967252624 18446744073709551615 6003622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 132681 121946 593 984 0 131694 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 530724

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13423
/proc/meminfo: memFree=31003640/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=533588 CPUtime=1662.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 361461 0 0 0 164649 1585 0 0 25 0 1 0 133984774 546394112 122649 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 133397 122649 593 984 0 132410 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 533588

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13425
/proc/meminfo: memFree=30949628/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=535072 CPUtime=1722.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 361827 0 0 0 170615 1619 0 0 25 0 1 0 133984774 547913728 123015 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 133768 123015 593 984 0 132781 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 535072

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13426
/proc/meminfo: memFree=30895532/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=535224 CPUtime=1782.34
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 361874 0 0 0 176578 1656 0 0 25 0 1 0 133984774 548069376 123062 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 133806 123062 593 984 0 132819 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 535224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13427
/proc/meminfo: memFree=30879524/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=535532 CPUtime=1800.05
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 368675 0 0 0 178336 1669 0 0 25 0 1 0 133984774 548384768 123128 4089446400 4194304 8223781 140736967252624 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/13341/statm: 133883 123128 593 984 0 132896 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 535532

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

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

[startup+1800.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 13427
/proc/meminfo: memFree=30879524/32951124 swapFree=67111528/67111528
[pid=13341] ppid=13339 vsize=471872 CPUtime=1800.24
/proc/13341/stat : 13341 (pbscip.linux.x8) R 13339 13341 10898 0 -1 4202496 368725 0 0 0 178355 1669 0 0 18 0 1 0 133984774 483196928 108636 4089446400 4194304 8223781 140736967252624 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/13341/statm: 117735 108498 595 984 0 116748 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 471872

Child status: 0
Real time (s): 1800.22
CPU time (s): 1800.28
CPU user time (s): 1783.56
CPU system time (s): 16.7125
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 535676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.56
system time used= 16.7125
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2043

runsolver used 3.09853 second user time and 5.97709 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 21:41:12
IDJOB=2692339
IDBENCH=79274
IDSOLVER=1204
FILE ID=node104/2692339-1277926872
PBS_JOBID= 11197336
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=402852311

node104.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.839
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.839
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.12
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.839
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.839
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.84
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.839
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.839
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.83
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.839
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.839
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31468436 kB
Buffers:        205000 kB
Cached:         707484 kB
SwapCached:          0 kB
Active:         788500 kB
Inactive:       551844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31468436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:      427688 kB
Mapped:          17392 kB
Slab:            78464 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   597052 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 node104 at 2010-06-30 22:11:14