Trace number 3447351

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558106--soft-0-100-0.wbo
MD5SUM820e833470f89e38c3db46a3ad325d3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark56.9743
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447351-1307901225.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 136179
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.50	c   0.5s|     1 |     0 |   458 |     - |  18M|   0 |  32 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.59/0.67	c   0.7s|     1 |     0 |   550 |     - |  18M|   0 |  52 |5645 |8121 |5645 |2756 |  49 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |   735 |     - |  19M|   0 |  33 |5645 |8121 |5645 |2769 |  62 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.09/1.12	c   1.1s|     1 |     0 |   787 |     - |  19M|   0 |  63 |5645 |8121 |5645 |2785 |  78 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.49/1.50	c   1.5s|     1 |     0 |   817 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2790 |  83 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     0 |   848 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2795 |  88 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
2.79/2.83	c   2.8s|     1 |     2 |   848 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2795 |  88 |   0 |  33 | 0.000000e+00 | 1.361790e+05 |    Inf 
14.99/15.02	o 420
14.99/15.02	c *15.0s|   170 |   168 | 14378 |  80.1 |  25M|  89 |   - |5645 |8121 |5645 |2813 | 156 |   0 |1289 | 0.000000e+00 | 4.200000e+02 |    Inf 
40.19/40.27	o 118
40.19/40.27	c *40.3s|   974 |   504 |147270 | 150.5 |  33M|  89 |   - |5645 |8248 |5645 |2860 |1829 | 127 |1738 | 0.000000e+00 | 1.180000e+02 |    Inf 
40.69/40.72	o 112
40.69/40.72	c *40.7s|  1002 |   492 |149431 | 148.4 |  34M|  89 |   - |5645 |8264 |5645 |2756 |1861 | 143 |1738 | 0.000000e+00 | 1.120000e+02 |    Inf 
40.69/40.76	o 111
40.69/40.76	c *40.8s|  1005 |   493 |149460 | 148.0 |  34M|  89 |   - |5645 |8264 |5645 |2750 |1861 | 143 |1738 | 0.000000e+00 | 1.110000e+02 |    Inf 
40.69/40.78	o 102
40.69/40.78	c *40.8s|  1006 |   473 |149476 | 147.9 |  34M|  89 |   - |5645 |8264 |5645 |2756 |1867 | 143 |1738 | 0.000000e+00 | 1.020000e+02 |    Inf 
40.79/40.84	o 99
40.79/40.84	c *40.8s|  1008 |   462 |149778 | 147.9 |  34M|  89 |   - |5645 |8264 |5645 |2750 |1867 | 143 |1738 | 0.000000e+00 | 9.900000e+01 |    Inf 
41.59/41.70	o 76
41.59/41.70	c *41.7s|  1049 |   417 |153091 | 145.3 |  34M|  89 |   - |5645 |8144 |5645 |2782 |1936 | 160 |1739 | 0.000000e+00 | 7.600000e+01 |    Inf 
41.70/41.74	o 75
41.70/41.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.70/41.74	c *41.7s|  1050 |   402 |153157 | 145.2 |  33M|  89 |   - |5645 |8144 |5645 |2750 |1936 | 160 |1739 | 0.000000e+00 | 7.500000e+01 |    Inf 
42.99/43.00	o 73
42.99/43.00	c *43.0s|  1105 |   399 |157581 | 142.0 |  34M|  89 |   - |5645 |6836 |5645 |2750 |1955 | 167 |1770 | 0.000000e+00 | 7.300000e+01 |    Inf 
43.29/43.36	o 15
43.29/43.36	c *43.4s|  1110 |   243 |158680 | 142.3 |  32M|  89 |   - |5645 |6708 |5645 |2834 |2040 | 170 |1770 | 0.000000e+00 | 1.500000e+01 |    Inf 
43.89/43.91	o 12
43.89/43.91	c *43.9s|  1130 |   244 |160999 | 141.9 |  32M|  89 |   - |5645 |3657 |5645 |2751 |2041 | 190 |1786 | 0.000000e+00 | 1.200000e+01 |    Inf 
43.99/44.02	o 11
43.99/44.02	c s44.0s|  1134 |   152 |161666 | 141.9 |  31M|  89 |   - |5645 |3480 |5645 |2750 |2041 | 193 |1786 | 0.000000e+00 | 1.100000e+01 |    Inf 
100.00/100.04	c   100s| 10000 |   678 |398877 |  39.8 |  38M|  89 |   - |5645 |7288 |5645 |2759 |2046 |  10k|1902 | 0.000000e+00 | 1.100000e+01 |    Inf 
161.39/161.50	o 9
161.39/161.50	c * 161s| 19816 |   841 |623263 |  31.4 |  42M|  89 |   - |5645 |  10k|5645 |2750 |2062 |  23k|2578 | 0.000000e+00 | 9.000000e+00 |    Inf 
162.59/162.67	c   163s| 20000 |   845 |628191 |  31.4 |  42M|  89 |  38 |5645 |  10k|5645 |2759 |2063 |  23k|2578 | 0.000000e+00 | 9.000000e+00 |    Inf 
229.10/229.15	c   229s| 30000 |  1136 |886126 |  29.5 |  46M|  89 |   - |5645 |8262 |5645 |2759 |2067 |  36k|3369 | 0.000000e+00 | 9.000000e+00 |    Inf 
293.61/293.70	c   294s| 40000 |  1286 |  1136k|  28.4 |  50M|  89 |  49 |5645 |  10k|5645 |2759 |2070 |  49k|4030 | 0.000000e+00 | 9.000000e+00 |    Inf 
356.41/356.49	c   356s| 50000 |  1354 |  1382k|  27.6 |  51M|  89 |   - |5645 |  11k|5645 |2759 |2084 |  63k|4494 | 0.000000e+00 | 9.000000e+00 |    Inf 
418.90/419.00	c   419s| 60000 |  1473 |  1624k|  27.1 |  53M|  89 |  26 |5645 |  10k|5645 |2759 |2087 |  77k|4937 | 0.000000e+00 | 9.000000e+00 |    Inf 
483.21/483.21	c   483s| 70000 |  1556 |  1878k|  26.8 |  55M|  89 |  25 |5645 |  10k|5645 |2759 |2092 |  90k|5446 | 0.000000e+00 | 9.000000e+00 |    Inf 
542.22/542.23	c   542s| 80000 |  1640 |  2114k|  26.4 |  57M|  89 |  15 |5645 |  12k|5645 |2759 |2098 | 104k|5741 | 0.000000e+00 | 9.000000e+00 |    Inf 
604.21/604.26	c   604s| 90000 |  1654 |  2358k|  26.2 |  59M|  89 |  32 |5645 |  13k|5645 |2759 |2111 | 118k|6132 | 0.000000e+00 | 9.000000e+00 |    Inf 
667.91/667.94	o 8
667.91/667.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.91/667.94	c * 668s| 99043 |  1683 |  2612k|  26.4 |  59M|  89 |   - |5645 |9286 |5645 |2761 |2124 | 130k|6471 | 0.000000e+00 | 8.000000e+00 |    Inf 
674.02/674.04	c   674s|100000 |  1701 |  2635k|  26.3 |  59M|  89 |  25 |5645 |8971 |5645 |2759 |2124 | 132k|6486 | 0.000000e+00 | 8.000000e+00 |    Inf 
738.42/738.45	c   738s|110000 |  1844 |  2889k|  26.3 |  62M|  89 |  24 |5645 |  10k|5645 |2759 |2125 | 145k|6819 | 0.000000e+00 | 8.000000e+00 |    Inf 
801.51/801.54	c   802s|120000 |  1974 |  3133k|  26.1 |  64M|  89 |  32 |5645 |8810 |5645 |2759 |2127 | 158k|7144 | 0.000000e+00 | 8.000000e+00 |    Inf 
865.82/865.89	c   866s|130000 |  2093 |  3396k|  26.1 |  67M|  89 |   - |5645 |  11k|5645 |2759 |2129 | 171k|7364 | 0.000000e+00 | 8.000000e+00 |    Inf 
932.62/932.60	c   933s|140000 |  2196 |  3662k|  26.2 |  69M|  89 |   - |5645 |  10k|   0 |   0 |2130 | 185k|7666 | 0.000000e+00 | 8.000000e+00 |    Inf 
998.23/998.28	c   998s|150000 |  2326 |  3925k|  26.2 |  73M|  89 |  26 |5645 |  11k|5645 |2759 |2140 | 198k|7980 | 0.000000e+00 | 8.000000e+00 |    Inf 
1068.92/1068.99	c  1069s|160000 |  2434 |  4212k|  26.3 |  75M|  89 |   - |5645 |  10k|5645 |2759 |2140 | 211k|8278 | 0.000000e+00 | 8.000000e+00 |    Inf 
1135.43/1135.48	c  1135s|170000 |  2574 |  4480k|  26.4 |  79M|  89 |  35 |5645 |  11k|5645 |2759 |2141 | 225k|8501 | 0.000000e+00 | 8.000000e+00 |    Inf 
1200.63/1200.62	c  1201s|180000 |  2664 |  4750k|  26.4 |  80M|  89 |  23 |5645 |  10k|5645 |2759 |2141 | 237k|8714 | 0.000000e+00 | 8.000000e+00 |    Inf 
1271.23/1271.20	c  1271s|190000 |  2693 |  5036k|  26.5 |  83M|  89 |  35 |5645 |  10k|5645 |2759 |2141 | 250k|8987 | 0.000000e+00 | 8.000000e+00 |    Inf 
1335.63/1335.65	c  1336s|200000 |  2663 |  5291k|  26.5 |  84M|  89 |  22 |5645 |  10k|5645 |2750 |2143 | 263k|9240 | 0.000000e+00 | 8.000000e+00 |    Inf 
1401.84/1401.87	c  1402s|210000 |  2646 |  5559k|  26.5 |  84M|  89 |  31 |5645 |9822 |5645 |2759 |2147 | 276k|9549 | 0.000000e+00 | 8.000000e+00 |    Inf 
1468.44/1468.49	c  1468s|220000 |  2625 |  5830k|  26.5 |  86M|  89 |  44 |5645 |9716 |5645 |2750 |2149 | 289k|9761 | 0.000000e+00 | 8.000000e+00 |    Inf 
1536.13/1536.12	c  1536s|230000 |  2759 |  6100k|  26.5 |  89M|  89 |  28 |5645 |  10k|5645 |2750 |2149 | 302k|9951 | 0.000000e+00 | 8.000000e+00 |    Inf 
1604.14/1604.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1604.14/1604.14	c  1604s|240000 |  2847 |  6370k|  26.5 |  93M|  89 |  45 |5645 |  11k|5645 |2759 |2150 | 314k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1675.34/1675.39	c  1675s|250000 |  3114 |  6659k|  26.6 |  98M|  89 |  29 |5645 |  11k|5645 |2759 |2154 | 327k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1747.85/1747.88	c  1748s|260000 |  3276 |  6955k|  26.7 | 102M|  89 |  30 |5645 |  12k|5645 |2759 |2154 | 341k|  10k| 0.000000e+00 | 8.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 267203
1800.05/1800.00	c Primal Bound       : +8.00000000000000e+00 (166 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447351-1307901225/watcher-3447351-1307901225 -o /var/tmp/evaluation-result-3447351-1307901225/solver-3447351-1307901225 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447351-1307901225.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.88 3/177 14664
/proc/meminfo: memFree=985672/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 1570 0 0 0 0 0 0 0 25 0 1 0 901722953 10539008 1523 33554432000 4194304 9128323 140736839518272 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14664/statm: 2573 1524 399 1205 0 1364 0

[startup+0.094216 s]
/proc/loadavg: 1.97 1.98 1.88 3/177 14664
/proc/meminfo: memFree=985672/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 7950 0 0 0 8 1 0 0 25 0 1 0 901722953 36581376 7644 33554432000 4194304 9128323 140736839518272 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.101222 s]
/proc/loadavg: 1.97 1.98 1.88 3/177 14664
/proc/meminfo: memFree=985672/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 7950 0 0 0 8 1 0 0 25 0 1 0 901722953 36581376 7644 33554432000 4194304 9128323 140736839518272 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.301175 s]
/proc/loadavg: 1.97 1.98 1.88 3/177 14664
/proc/meminfo: memFree=985672/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=72884 CPUtime=0.29 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 17550 0 0 0 28 1 0 0 25 0 1 0 901722953 74633216 17145 33554432000 4194304 9128323 140736839518272 18446744073709551615 7961589 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 18221 17145 699 1205 0 17012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72884

[startup+0.701105 s]
/proc/loadavg: 1.97 1.98 1.88 3/177 14664
/proc/meminfo: memFree=985672/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=52092 CPUtime=0.69 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 20998 0 0 0 67 2 0 0 25 0 1 0 901722953 53342208 11873 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 13023 11873 718 1205 0 11814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52092

[startup+1.50092 s]
/proc/loadavg: 1.97 1.98 1.88 3/178 14665
/proc/meminfo: memFree=939808/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=63152 CPUtime=1.49 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 23683 0 0 0 146 3 0 0 25 0 1 0 901722953 64667648 14551 33554432000 4194304 9128323 140736839518272 18446744073709551615 6890107 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 15788 14551 711 1205 0 14579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63152

[startup+3.10067 s]
/proc/loadavg: 1.97 1.98 1.88 3/178 14665
/proc/meminfo: memFree=926548/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=68344 CPUtime=3.09 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 31095 0 0 0 304 5 0 0 25 0 1 0 901722953 69984256 15767 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 17086 15767 729 1205 0 15877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68344

[startup+6.30109 s]
/proc/loadavg: 1.97 1.98 1.88 3/178 14665
/proc/meminfo: memFree=924688/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=68628 CPUtime=6.29 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 31133 0 0 0 621 8 0 0 25 0 1 0 901722953 70275072 15805 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 17157 15805 729 1205 0 15948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68628

[startup+12.7009 s]
/proc/loadavg: 1.97 1.98 1.88 3/178 14665
/proc/meminfo: memFree=923740/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=70204 CPUtime=12.69 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 31579 0 0 0 1256 13 0 0 25 0 1 0 901722953 71888896 16251 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 17551 16251 730 1205 0 16342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70204

[startup+25.5006 s]
/proc/loadavg: 1.98 1.98 1.88 3/178 14665
/proc/meminfo: memFree=913656/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=81704 CPUtime=25.49 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 36438 0 0 0 2525 24 0 0 25 0 1 0 901722953 83664896 19001 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 20426 19001 744 1205 0 19217 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81704

[startup+51.1009 s]
/proc/loadavg: 2.05 2.00 1.89 3/178 14666
/proc/meminfo: memFree=903864/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=90936 CPUtime=51.09 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 49298 0 0 0 5065 44 0 0 25 0 1 0 901722953 93118464 21329 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 22734 21329 741 1205 0 21525 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90936

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 1.90 3/178 14667
/proc/meminfo: memFree=895588/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=99016 CPUtime=102.3 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 57697 0 0 0 10155 75 0 0 25 0 1 0 901722953 101392384 23315 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 24754 23315 741 1205 0 23545 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99016

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.90 3/178 14669
/proc/meminfo: memFree=889356/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=105032 CPUtime=162.29 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 61526 0 0 0 16118 111 0 0 25 0 1 0 901722953 107552768 24830 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 26258 24830 741 1205 0 25049 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105032

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 14671
/proc/meminfo: memFree=883372/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=110884 CPUtime=222.29 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 78056 0 0 0 22076 153 0 0 25 0 1 0 901722953 113545216 26309 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 27721 26309 752 1205 0 26512 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110884

[startup+282.301 s]
/proc/loadavg: 1.93 1.98 1.90 3/178 14711
/proc/meminfo: memFree=1377460/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=114880 CPUtime=282.3 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 81037 0 0 0 28039 191 0 0 25 0 1 0 901722953 117637120 27343 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 28720 27343 752 1205 0 27511 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114880

[startup+342.301 s]
/proc/loadavg: 1.97 1.98 1.91 3/178 14713
/proc/meminfo: memFree=1355488/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=117384 CPUtime=342.3 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 87566 0 0 0 34002 228 0 0 25 0 1 0 901722953 120201216 27946 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 29346 27946 752 1205 0 28137 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117384

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14714
/proc/meminfo: memFree=1348116/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=121648 CPUtime=402.3 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 88643 0 0 0 39968 262 0 0 25 0 1 0 901722953 124567552 29023 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 30412 29023 752 1205 0 29203 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 121648

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14725
/proc/meminfo: memFree=1341308/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=122792 CPUtime=462.31 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 88948 0 0 0 45931 300 0 0 25 0 1 0 901722953 125739008 29328 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 30698 29328 752 1205 0 29489 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 122792

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 14727
/proc/meminfo: memFree=1336436/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=123708 CPUtime=522.31 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 91405 0 0 0 51893 338 0 0 25 0 1 0 901722953 126676992 29568 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 30927 29568 752 1205 0 29718 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 123708

[startup+582.301 s]
/proc/loadavg: 2.05 2.00 1.91 3/178 14728
/proc/meminfo: memFree=1323228/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=128040 CPUtime=582.31 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 92459 0 0 0 57856 375 0 0 25 0 1 0 901722953 131112960 30622 33554432000 4194304 9128323 140736839518272 18446744073709551615 5872976 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 32010 30622 752 1205 0 30801 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128040

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 14738
/proc/meminfo: memFree=1243952/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=137864 CPUtime=822.32 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 107650 0 0 0 81703 529 0 0 25 0 1 0 901722953 141172736 33077 33554432000 4194304 9128323 140736839518272 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 34466 33077 752 1205 0 33257 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 137864

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14739
/proc/meminfo: memFree=1236340/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=140244 CPUtime=882.31 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 114056 0 0 0 87665 566 0 0 25 0 1 0 901722953 143609856 33654 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 35061 33654 753 1205 0 33852 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 140244

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14741
/proc/meminfo: memFree=1232100/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=144284 CPUtime=942.32 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 115084 0 0 0 93628 604 0 0 25 0 1 0 901722953 147746816 34682 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 36071 34682 753 1205 0 34862 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 144284

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14742
/proc/meminfo: memFree=1227964/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=147432 CPUtime=1002.32 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 118005 0 0 0 99594 638 0 0 25 0 1 0 901722953 150970368 35440 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 36858 35440 753 1205 0 35649 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 147432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14744
/proc/meminfo: memFree=1225696/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=148932 CPUtime=1062.32 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 118387 0 0 0 105555 677 0 0 25 0 1 0 901722953 152506368 35822 33554432000 4194304 9128323 140736839518272 18446744073709551615 5200917 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 37233 35822 753 1205 0 36024 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 148932

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/178 14746
/proc/meminfo: memFree=1216708/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=156324 CPUtime=1122.32 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 120225 0 0 0 111520 712 0 0 25 0 1 0 901722953 160075776 37660 33554432000 4194304 9128323 140736839518272 18446744073709551615 6530281 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 39081 37660 753 1205 0 37872 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 156324

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 14747
/proc/meminfo: memFree=1212444/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=158888 CPUtime=1182.33 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 120807 0 0 0 117484 749 0 0 25 0 1 0 901722953 162701312 38242 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 39722 38242 753 1205 0 38513 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 158888

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 14749
/proc/meminfo: memFree=1208544/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=161148 CPUtime=1242.33 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 121351 0 0 0 123448 785 0 0 25 0 1 0 901722953 165015552 38786 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 40287 38786 753 1205 0 39078 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 161148

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14750
/proc/meminfo: memFree=1206520/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=162712 CPUtime=1302.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 121791 0 0 0 129413 821 0 0 25 0 1 0 901722953 166617088 39226 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 40678 39226 753 1205 0 39469 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 162712

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14752
/proc/meminfo: memFree=1203872/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=164176 CPUtime=1362.33 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 124266 0 0 0 135378 855 0 0 25 0 1 0 901722953 168116224 39531 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 41044 39531 753 1205 0 39835 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 164176

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14754
/proc/meminfo: memFree=1203324/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=164964 CPUtime=1422.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 124460 0 0 0 141340 894 0 0 25 0 1 0 901722953 168923136 39725 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 41241 39725 753 1205 0 40032 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 164964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14755
/proc/meminfo: memFree=1197444/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=168136 CPUtime=1482.33 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 125249 0 0 0 147308 925 0 0 25 0 1 0 901722953 172171264 40514 33554432000 4194304 9128323 140736839518272 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 42034 40514 753 1205 0 40825 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 168136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14757
/proc/meminfo: memFree=1192068/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=171388 CPUtime=1542.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 125960 0 0 0 153271 963 0 0 25 0 1 0 901722953 175501312 41225 33554432000 4194304 9128323 140736839518272 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 42847 41225 753 1205 0 41638 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 171388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14758
/proc/meminfo: memFree=1186560/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=174480 CPUtime=1602.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 126754 0 0 0 159232 1002 0 0 25 0 1 0 901722953 178667520 42019 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 43620 42019 753 1205 0 42411 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 174480

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14760
/proc/meminfo: memFree=1180312/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=179100 CPUtime=1662.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 127886 0 0 0 165194 1040 0 0 25 0 1 0 901722953 183398400 43151 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 44775 43151 753 1205 0 43566 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 179100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14762
/proc/meminfo: memFree=1176804/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=181304 CPUtime=1722.34 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 128471 0 0 0 171164 1070 0 0 25 0 1 0 901722953 185655296 43736 33554432000 4194304 9128323 140736839518272 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 45326 43736 753 1205 0 44117 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 181304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14763
/proc/meminfo: memFree=1172428/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=184252 CPUtime=1782.35 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 129174 0 0 0 177126 1109 0 0 25 0 1 0 901722953 188674048 44439 33554432000 4194304 9128323 140736839518272 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14664/statm: 46063 44439 753 1205 0 44854 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 184252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14764
/proc/meminfo: memFree=1171552/32951124 swapFree=67053020/67111528
[pid=14664] ppid=14662 vsize=185228 CPUtime=1800.05 cores=0,2,4,6
/proc/14664/stat : 14664 (scip-2.0.1.4.li) R 14662 14664 13179 0 -1 4202496 129427 0 0 0 178886 1119 0 0 25 0 1 0 901722953 189673472 44692 33554432000 4194304 9128323 140736839518272 18446744073709551615 5380149 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14664/statm: 46307 44692 753 1205 0 45098 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 185228

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1788.87
CPU system time (s): 11.1993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 185228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.87
system time used= 11.1993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129427
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= 6
involuntary context switches= 1620

runsolver used 2.68859 second user time and 5.50716 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-12 19:53:45
IDJOB=3447351
IDBENCH=79299
IDSOLVER=1944
FILE ID=node104/3447351-1307901225
RUNJOBID= node104-1307898940-14460
PBS_JOBID= 13559598
Free space on /var/tmp= 2876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447351-1307901225/watcher-3447351-1307901225 -o /var/tmp/evaluation-result-3447351-1307901225/solver-3447351-1307901225 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447351-1307901225.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 820e833470f89e38c3db46a3ad325d3f
RANDOM SEED=1688047190

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.855
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.71
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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:        985604 kB
Buffers:         52052 kB
Cached:       30399936 kB
SwapCached:      11184 kB
Active:       16113368 kB
Inactive:     14903296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        985604 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:      562192 kB
Mapped:          12248 kB
Slab:           882572 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   770848 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 /var/tmp at the end= 2864 MiB
End job on node104 at 2011-06-12 20:23:47