Trace number 3452725

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
MD5SUMdadfd792215a2bce735ffb7b3e25dcc5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark1797.36
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58579
Number of constraints which are clauses58579
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
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-3452725-1307089070.opb>
0.28/0.33	c original problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 58579 constraints
0.28/0.33	c problem read
0.28/0.33	c presolving settings loaded
0.39/0.47	o 0
0.39/0.47	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.39/0.47	c presolving:
0.68/0.72	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58579 upgd conss, 117158 impls, 0 clqs
1.48/1.50	c    (1.5s) probing: 101/945 (10.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.48/1.50	c    (1.5s) probing aborted: 100/100 successive totally useless probings
1.48/1.51	c presolving (2 rounds):
1.48/1.51	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.48/1.51	c  117158 implications, 0 cliques
1.48/1.51	c presolved problem has 945 variables (945 bin, 0 int, 0 impl, 0 cont) and 58579 constraints
1.48/1.51	c   58579 constraints of type <setppc>
1.48/1.51	c transformed objective value is always integral (scale: 1)
1.48/1.51	c Presolving Time: 1.14
1.48/1.51	c - non default parameters ----------------------------------------------------------------------
1.48/1.51	c # SCIP version 2.0.1.4
1.48/1.51	c 
1.48/1.51	c # frequency for displaying node information lines
1.48/1.51	c # [type: int, range: [-1,2147483647], default: 100]
1.48/1.51	c display/freq = 10000
1.48/1.51	c 
1.48/1.51	c # maximal time in seconds to run
1.48/1.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.48/1.51	c limits/time = 1800
1.48/1.51	c 
1.48/1.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.48/1.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.48/1.51	c limits/memory = 13950
1.48/1.51	c 
1.48/1.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.48/1.51	c # [type: int, range: [1,2], default: 1]
1.48/1.51	c timing/clocktype = 2
1.48/1.51	c 
1.48/1.51	c # belongs reading time to solving time?
1.48/1.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.51	c timing/reading = TRUE
1.48/1.51	c 
1.48/1.51	c # should presolving try to simplify inequalities
1.48/1.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.51	c constraints/linear/simplifyinequalities = TRUE
1.48/1.51	c 
1.48/1.51	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.48/1.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.51	c constraints/indicator/addCouplingCons = TRUE
1.48/1.51	c 
1.48/1.51	c # should presolving try to simplify knapsacks
1.48/1.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.51	c constraints/knapsack/simplifyinequalities = TRUE
1.48/1.51	c 
1.48/1.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.48/1.51	c # [type: int, range: [-1,2147483647], default: -1]
1.48/1.51	c separating/rapidlearning/freq = 0
1.48/1.51	c 
1.48/1.51	c -----------------------------------------------------------------------------------------------
1.48/1.51	c start solving
1.48/1.51	c 
2.29/2.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.38	c t 2.4s|     1 |     0 |   946 |     - |  68M|   0 | 945 | 945 |  58k| 945 |  58k|   0 |   0 |   0 |-4.725000e+02 | 0.000000e+00 | 100.00%
2.39/2.42	o -1
2.39/2.42	c R 2.4s|     1 |     0 |   946 |     - |  68M|   0 | 945 | 945 |  58k| 945 |  58k|   0 |   0 |   0 |-4.725000e+02 |-1.000000e+00 |  99.79%
2.39/2.47	o -2
2.39/2.47	c s 2.5s|     1 |     0 |   946 |     - |  68M|   0 | 945 | 945 |  58k| 945 |  58k|   0 |   0 |   0 |-4.725000e+02 |-2.000000e+00 |  99.58%
3.49/3.54	c   3.5s|     1 |     0 |  1247 |     - |  68M|   0 | 888 | 945 |  58k| 945 |  58k|   5 |   0 |   0 |-4.440000e+02 |-2.000000e+00 |  99.55%
3.49/3.56	o -33
3.49/3.56	c b 3.6s|     1 |     0 |  1247 |     - |  68M|   0 | 888 | 945 |  58k| 945 |  58k|   5 |   0 |   0 |-4.440000e+02 |-3.300000e+01 |  92.57%
4.78/4.88	c   4.9s|     1 |     0 |  1420 |     - |  68M|   0 | 848 | 945 |  58k| 945 |  58k|  10 |   0 |   0 |-4.240000e+02 |-3.300000e+01 |  92.22%
6.49/6.61	c   6.6s|     1 |     0 |  1588 |     - |  68M|   0 | 808 | 945 |  58k| 945 |  58k|  17 |   0 |   0 |-4.040000e+02 |-3.300000e+01 |  91.83%
8.48/8.57	c   8.6s|     1 |     0 |  1750 |     - |  68M|   0 | 759 | 945 |  58k| 945 |  58k|  37 |   0 |   0 |-3.795000e+02 |-3.300000e+01 |  91.30%
10.58/10.66	c  10.7s|     1 |     0 |  1935 |     - |  68M|   0 | 715 | 945 |  58k| 945 |  58k|  47 |   0 |   0 |-3.575000e+02 |-3.300000e+01 |  90.77%
12.98/13.05	c  13.1s|     1 |     0 |  2479 |     - |  68M|   0 | 675 | 945 |  58k| 945 |  58k|  54 |   0 |   0 |-3.375000e+02 |-3.300000e+01 |  90.22%
15.47/15.55	c  15.5s|     1 |     0 |  2837 |     - |  68M|   0 | 630 | 945 |  58k| 945 |  58k|  71 |   0 |   0 |-3.140000e+02 |-3.300000e+01 |  89.49%
17.88/17.91	c  17.9s|     1 |     0 |  3032 |     - |  68M|   0 | 607 | 945 |  58k| 945 |  58k|  83 |   0 |   0 |-3.020000e+02 |-3.300000e+01 |  89.07%
20.48/20.52	c  20.5s|     1 |     0 |  3555 |     - |  68M|   0 | 547 | 945 |  58k| 945 |  58k|  99 |   0 |   0 |-2.735000e+02 |-3.300000e+01 |  87.93%
22.88/22.94	c  22.9s|     1 |     0 |  3904 |     - |  68M|   0 | 516 | 945 |  58k| 945 |  58k| 113 |   0 |   0 |-2.580000e+02 |-3.300000e+01 |  87.21%
23.58/23.61	c  23.6s|     1 |     0 |  4184 |     - |  68M|   0 | 461 | 945 |  58k| 945 |  58k| 131 |   0 |   0 |-2.305000e+02 |-3.300000e+01 |  85.68%
24.88/24.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.88/24.98	c  25.0s|     1 |     0 |  5454 |     - |  68M|   0 | 424 | 945 |  58k| 945 |  58k| 141 |   0 |   0 |-2.120000e+02 |-3.300000e+01 |  84.43%
25.77/25.88	c  25.9s|     1 |     0 |  5956 |     - |  68M|   0 | 382 | 945 |  58k| 945 |  58k| 152 |   0 |   0 |-1.910000e+02 |-3.300000e+01 |  82.72%
26.68/26.79	c  26.8s|     1 |     0 |  6771 |     - |  68M|   0 | 342 | 945 |  58k| 945 |  58k| 168 |   0 |   0 |-1.710000e+02 |-3.300000e+01 |  80.70%
27.77/27.84	c  27.8s|     1 |     0 |  7614 |     - |  68M|   0 | 322 | 945 |  58k| 945 |  58k| 180 |   0 |   0 |-1.610000e+02 |-3.300000e+01 |  79.50%
28.78/28.85	c  28.8s|     1 |     0 |  8483 |     - |  68M|   0 | 287 | 945 |  58k| 945 |  58k| 190 |   0 |   0 |-1.435000e+02 |-3.300000e+01 |  77.00%
30.48/30.57	c  30.6s|     1 |     0 | 10392 |     - |  68M|   0 | 250 | 945 |  58k| 945 |  58k| 202 |   0 |   0 |-1.250000e+02 |-3.300000e+01 |  73.60%
31.07/31.17	c  31.2s|     1 |     0 | 10631 |     - |  68M|   0 | 228 | 945 |  58k| 945 |  58k| 216 |   0 |   0 |-1.140000e+02 |-3.300000e+01 |  71.05%
31.98/32.04	c  32.0s|     1 |     0 | 11541 |     - |  69M|   0 | 213 | 945 |  58k| 945 |  58k| 224 |   0 |   0 |-1.065000e+02 |-3.300000e+01 |  69.01%
32.68/32.76	c  32.8s|     1 |     0 | 11984 |     - |  69M|   0 | 198 | 945 |  58k| 945 |  58k| 236 |   0 |   0 |-9.875000e+01 |-3.300000e+01 |  66.58%
33.18/33.22	c  33.2s|     1 |     0 | 12325 |     - |  69M|   0 | 187 | 945 |  58k| 945 |  58k| 251 |   0 |   0 |-9.075000e+01 |-3.300000e+01 |  63.64%
33.58/33.63	c  33.6s|     1 |     0 | 12600 |     - |  69M|   0 | 181 | 945 |  58k| 945 |  58k| 264 |   0 |   0 |-8.275000e+01 |-3.300000e+01 |  60.12%
33.98/34.07	c  34.1s|     1 |     0 | 12939 |     - |  69M|   0 | 156 | 945 |  58k| 945 |  58k| 274 |   0 |   0 |-7.500000e+01 |-3.300000e+01 |  56.00%
34.58/34.69	c  34.7s|     1 |     0 | 13506 |     - |  69M|   0 | 129 | 945 |  58k| 945 |  58k| 283 |   0 |   0 |-6.175000e+01 |-3.300000e+01 |  46.56%
37.48/37.58	c  37.6s|     1 |     0 | 17944 |     - |  69M|   0 | 120 | 945 |  58k| 945 |  58k| 291 |   0 |   0 |-4.800000e+01 |-3.300000e+01 |  31.25%
37.78/37.87	c  37.9s|     1 |     0 | 18041 |     - |  69M|   0 | 131 | 945 |  58k| 945 |  58k| 296 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
38.08/38.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.08/38.16	c  38.2s|     1 |     0 | 18108 |     - |  69M|   0 | 128 | 945 |  58k| 945 |  58k| 309 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
38.38/38.49	c  38.5s|     1 |     0 | 18199 |     - |  69M|   0 | 145 | 945 |  58k| 945 |  58k| 321 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
38.77/38.87	c  38.9s|     1 |     0 | 18288 |     - |  69M|   0 | 162 | 945 |  58k| 945 |  58k| 335 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
47.07/47.14	c  47.1s|     1 |     0 | 18522 |     - |  69M|   0 | 155 | 945 |  58k| 945 |  58k| 348 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
47.58/47.69	c  47.7s|     1 |     0 | 18735 |     - |  69M|   0 | 161 | 945 |  58k| 945 |  58k| 361 |   0 |   0 |-4.500000e+01 |-3.300000e+01 |  26.67%
65.58/65.61	c  65.6s|     1 |     2 | 18735 |     - |  69M|   0 | 161 | 945 |  58k| 945 |  58k| 361 |   0 |  35 |-4.500000e+01 |-3.300000e+01 |  26.67%
116.18/116.22	o -36
116.18/116.22	c p 116s|    28 |    26 | 22125 | 125.6 |  71M|  16 |   - | 945 |  58k| 945 |  58k| 361 |   0 | 533 |-4.500000e+01 |-3.600000e+01 |  20.00%
132.78/132.85	o -37
132.78/132.85	c f 133s|    40 |    35 | 23014 | 109.7 |  72M|  17 |   - | 945 |  58k| 945 |  58k| 361 |   0 | 728 |-4.500000e+01 |-3.700000e+01 |  17.78%
241.58/241.63	o -38
241.58/241.63	c l 242s|  1020 |   531 | 69437 |  49.8 |  87M|  41 |   - | 945 |  58k| 945 |  58k| 361 |   0 |1343 |-4.500000e+01 |-3.800000e+01 |  15.56%
538.09/538.11	o -39
538.09/538.11	c l 538s|  3412 |  2427 |289390 |  79.3 | 137M|  55 |   - | 945 |  58k| 945 |  58k| 361 |   0 |2035 |-4.500000e+01 |-3.900000e+01 |  13.33%
706.69/706.75	o -40
706.69/706.75	c v 707s|  4769 |  3089 |412152 |  82.5 | 159M|  55 |   - | 945 |  58k| 945 |  58k| 361 |   0 |2504 |-4.500000e+01 |-4.000000e+01 |  11.11%
1133.21/1133.28	c  1133s| 10000 |  6108 |754344 |  73.6 | 236M|  59 |  71 | 945 |  58k| 945 |  58k| 361 |   0 |3263 |-4.500000e+01 |-4.000000e+01 |  11.11%
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 18263
1800.03/1800.01	c Primal Bound       : -4.00000000000000e+01 (625 solutions)
1800.03/1800.01	c Dual Bound         : -4.50000000000000e+01
1800.03/1800.01	c Gap                : 11.11 %

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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 /tmp/evaluation-result-3452725-1307089070/watcher-3452725-1307089070 -o /tmp/evaluation-result-3452725-1307089070/solver-3452725-1307089070 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452725-1307089070.opb -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: 2.00 2.03 2.00 2/459 5570
/proc/meminfo: memFree=30118748/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=8236 CPUtime=0 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 1042 0 0 0 0 0 0 0 24 0 1 0 820506777 8433664 995 33554432000 4194304 9128323 140736198674256 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5570/statm: 2059 1009 381 1205 0 850 0

[startup+0.046464 s]
/proc/loadavg: 2.00 2.03 2.00 2/459 5570
/proc/meminfo: memFree=30118748/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=13528 CPUtime=0.03 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 2382 0 0 0 3 0 0 0 24 0 1 0 820506777 13852672 2334 33554432000 4194304 9128323 140736198674256 18446744073709551615 4337627 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5570/statm: 3382 2334 400 1205 0 2173 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13528

[startup+0.100455 s]
/proc/loadavg: 2.00 2.03 2.00 2/459 5570
/proc/meminfo: memFree=30118748/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=15872 CPUtime=0.09 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 2983 0 0 0 9 0 0 0 24 0 1 0 820506777 16252928 2934 33554432000 4194304 9128323 140736198674256 18446744073709551615 6519935 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5570/statm: 3968 2934 400 1205 0 2759 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15872

[startup+0.300421 s]
/proc/loadavg: 2.00 2.03 2.00 2/459 5570
/proc/meminfo: memFree=30118748/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=26892 CPUtime=0.28 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 5741 0 0 0 28 0 0 0 25 0 1 0 820506777 27537408 5687 33554432000 4194304 9128323 140736198674256 18446744073709551615 4217115 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5570/statm: 6723 5687 400 1205 0 5514 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26892

[startup+0.700352 s]
/proc/loadavg: 2.00 2.03 2.00 2/459 5570
/proc/meminfo: memFree=30118748/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=104116 CPUtime=0.68 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 28593 0 0 0 66 2 0 0 25 0 1 0 820506777 106614784 24512 33554432000 4194304 9128323 140736198674256 18446744073709551615 6885346 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5570/statm: 26029 24512 514 1205 0 24820 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104116

[startup+1.50032 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 5576
/proc/meminfo: memFree=29907644/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=99872 CPUtime=1.48 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 30220 0 0 0 146 2 0 0 25 0 1 0 820506777 102268928 23474 33554432000 4194304 9128323 140736198674256 18446744073709551615 4207323 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5570/statm: 24968 23474 533 1205 0 23759 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99872

[startup+3.10105 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5576
/proc/meminfo: memFree=29814768/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188688 CPUtime=3.09 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 52569 0 0 0 304 5 0 0 25 0 1 0 820506777 193216512 43320 33554432000 4194304 9128323 140736198674256 18446744073709551615 6239156 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/5570/statm: 47172 43320 1099 1205 0 45963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 188688

[startup+6.30047 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5576
/proc/meminfo: memFree=29680728/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188688 CPUtime=6.28 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 54012 0 0 0 622 6 0 0 25 0 1 0 820506777 193216512 44452 33554432000 4194304 9128323 140736198674256 18446744073709551615 6694295 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47172 44452 1014 1205 0 45963 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 188688

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5577
/proc/meminfo: memFree=29672716/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188688 CPUtime=12.68 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 54205 0 0 0 1262 6 0 0 25 0 1 0 820506777 193216512 44582 33554432000 4194304 9128323 140736198674256 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47172 44582 951 1205 0 45963 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 188688

[startup+25.5011 s]
/proc/loadavg: 2.08 2.04 2.01 3/465 5577
/proc/meminfo: memFree=29667244/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=190260 CPUtime=25.47 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 54899 0 0 0 2540 7 0 0 25 0 1 0 820506777 194826240 45262 33554432000 4194304 9128323 140736198674256 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47565 45262 939 1205 0 46356 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 190260

[startup+51.1006 s]
/proc/loadavg: 2.05 2.03 2.01 3/465 5578
/proc/meminfo: memFree=29661696/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188276 CPUtime=51.07 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 67001 0 0 0 5089 18 0 0 25 0 1 0 820506777 192794624 45589 33554432000 4194304 9128323 140736198674256 18446744073709551615 7315382 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47069 45589 740 1205 0 45860 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 188276

[startup+102.317 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 5579
/proc/meminfo: memFree=29589460/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188276 CPUtime=102.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 67001 0 0 0 10198 31 0 0 25 0 1 0 820506777 192794624 45589 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47069 45589 740 1205 0 45860 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 188276

[startup+162.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 5581
/proc/meminfo: memFree=29586764/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=188276 CPUtime=162.28 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 67001 0 0 0 16186 42 0 0 25 0 1 0 820506777 192794624 45589 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 47069 45589 740 1205 0 45860 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 188276

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/465 5582
/proc/meminfo: memFree=29534908/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=242928 CPUtime=222.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 80239 0 0 0 22168 61 0 0 25 0 1 0 820506777 248758272 58827 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 60732 58827 741 1205 0 59523 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 242928

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/465 5584
/proc/meminfo: memFree=29535108/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=242928 CPUtime=282.28 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 80241 0 0 0 28157 71 0 0 25 0 1 0 820506777 248758272 58829 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 60732 58829 741 1205 0 59523 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 242928

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 5585
/proc/meminfo: memFree=29536936/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=238656 CPUtime=342.28 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 85580 0 0 0 34141 87 0 0 25 0 1 0 820506777 244383744 58189 33554432000 4194304 9128323 140736198674256 18446744073709551615 7192179 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 59664 58189 741 1205 0 58455 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 238656

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5587
/proc/meminfo: memFree=29539628/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=238656 CPUtime=402.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 85581 0 0 0 40131 98 0 0 25 0 1 0 820506777 244383744 58190 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 59664 58190 741 1205 0 58455 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 238656

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5589
/proc/meminfo: memFree=29538980/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=242320 CPUtime=462.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 98831 0 0 0 46116 113 0 0 25 0 1 0 820506777 248135680 58521 33554432000 4194304 9128323 140736198674256 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 60580 58521 741 1205 0 59371 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 242320

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5590
/proc/meminfo: memFree=29526684/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=256964 CPUtime=522.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 102043 0 0 0 52105 124 0 0 25 0 1 0 820506777 263131136 61672 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 64241 61672 742 1205 0 63032 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 256964

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5592
/proc/meminfo: memFree=29517236/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=267292 CPUtime=582.29 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 104428 0 0 0 58093 136 0 0 25 0 1 0 820506777 273707008 64051 33554432000 4194304 9128323 140736198674256 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 66823 64051 745 1205 0 65614 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 267292

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/465 5598
/proc/meminfo: memFree=29459088/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=305536 CPUtime=822.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 144526 0 0 0 82033 197 0 0 25 0 1 0 820506777 312868864 73740 33554432000 4194304 9128323 140736198674256 18446744073709551615 7163072 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 76384 73740 768 1205 0 75175 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 305536

[startup+882.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/465 5600
/proc/meminfo: memFree=29450380/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=313568 CPUtime=882.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 161508 0 0 0 88017 213 0 0 25 0 1 0 820506777 321093632 75860 33554432000 4194304 9128323 140736198674256 18446744073709551615 5851754 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 78392 75860 757 1205 0 77183 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 313568

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/465 5602
/proc/meminfo: memFree=29442172/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=325088 CPUtime=942.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 177818 0 0 0 94001 229 0 0 25 0 1 0 820506777 332890112 78060 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 81272 78060 757 1205 0 80063 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 325088

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5605
/proc/meminfo: memFree=29429256/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=335036 CPUtime=1002.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 181032 0 0 0 99989 241 0 0 25 0 1 0 820506777 343076864 81262 33554432000 4194304 9128323 140736198674256 18446744073709551615 7267336 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 83759 81262 761 1205 0 82550 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 335036

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5607
/proc/meminfo: memFree=29418812/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=344840 CPUtime=1062.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 183422 0 0 0 105978 252 0 0 25 0 1 0 820506777 353116160 83651 33554432000 4194304 9128323 140736198674256 18446744073709551615 7342771 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 86210 83651 761 1205 0 85001 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 344840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5608
/proc/meminfo: memFree=29388536/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=355840 CPUtime=1122.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 200932 0 0 0 111962 268 0 0 25 0 1 0 820506777 364380160 86653 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 88960 86653 761 1205 0 87751 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 355840

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/465 5610
/proc/meminfo: memFree=29377848/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=367712 CPUtime=1182.3 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 203625 0 0 0 117949 281 0 0 25 0 1 0 820506777 376537088 89327 33554432000 4194304 9128323 140736198674256 18446744073709551615 7380736 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 91928 89327 759 1205 0 90719 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 367712

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 5611
/proc/meminfo: memFree=29366400/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=379036 CPUtime=1242.31 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 206270 0 0 0 123938 293 0 0 25 0 1 0 820506777 388132864 91943 33554432000 4194304 9128323 140736198674256 18446744073709551615 7076722 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 94759 91943 761 1205 0 93550 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 379036

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 5613
/proc/meminfo: memFree=29353840/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=388648 CPUtime=1302.32 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 208535 0 0 0 129928 304 0 0 25 0 1 0 820506777 397975552 94197 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 97162 94197 760 1205 0 95953 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 388648

[startup+1362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 5615
/proc/meminfo: memFree=29341160/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=393916 CPUtime=1362.31 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 223521 0 0 0 135911 320 0 0 25 0 1 0 820506777 403369984 96189 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 98479 96189 754 1205 0 97270 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 393916

[startup+1422.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 5617
/proc/meminfo: memFree=29321404/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=404144 CPUtime=1422.33 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 225993 0 0 0 141901 332 0 0 25 0 1 0 820506777 413843456 98645 33554432000 4194304 9128323 140736198674256 18446744073709551615 7315455 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 101036 98645 756 1205 0 99827 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 404144

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5619
/proc/meminfo: memFree=29303140/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=414364 CPUtime=1482.31 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 228585 0 0 0 147889 342 0 0 25 0 1 0 820506777 424308736 101220 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 103591 101220 753 1205 0 102382 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 414364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5621
/proc/meminfo: memFree=29284260/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=426664 CPUtime=1542.32 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 231496 0 0 0 153877 355 0 0 25 0 1 0 820506777 436903936 104071 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 106666 104071 759 1205 0 105457 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 426664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5623
/proc/meminfo: memFree=29271088/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=434728 CPUtime=1602.31 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 233901 0 0 0 159863 368 0 0 25 0 1 0 820506777 445161472 106426 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 108682 106426 761 1205 0 107473 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 434728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 5625
/proc/meminfo: memFree=29254676/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=446448 CPUtime=1662.32 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 236439 0 0 0 165853 379 0 0 25 0 1 0 820506777 457162752 108959 33554432000 4194304 9128323 140736198674256 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 111612 108959 766 1205 0 110403 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 446448

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 5626
/proc/meminfo: memFree=29241752/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=453948 CPUtime=1722.32 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 238548 0 0 0 171842 390 0 0 25 0 1 0 820506777 464842752 111060 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 113487 111060 761 1205 0 112278 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 453948

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/465 5628
/proc/meminfo: memFree=29216784/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=469640 CPUtime=1782.32 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 242202 0 0 0 177828 404 0 0 25 0 1 0 820506777 480911360 114708 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 117410 114708 756 1205 0 116201 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 469640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 5628
/proc/meminfo: memFree=29211564/32950928 swapFree=45617076/67111528
[pid=5570] ppid=5568 vsize=471424 CPUtime=1800.03 cores=0,2,4,6
/proc/5570/stat : 5570 (scip-2.0.1.4.li) R 5568 5570 32650 0 -1 4202496 242895 0 0 0 179595 408 0 0 25 0 1 0 820506777 482738176 115399 33554432000 4194304 9128323 140736198674256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5570/statm: 117856 115399 754 1205 0 116647 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 471424

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.04
CPU time (s): 1800.07
CPU user time (s): 1795.97
CPU system time (s): 4.10138
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 471424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.97
system time used= 4.10138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242896
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= 5
involuntary context switches= 1447

runsolver used 8.58969 second user time and 19.1781 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 10:17:50
IDJOB=3452725
IDBENCH=2254
IDSOLVER=1949
FILE ID=node123/3452725-1307089070
RUNJOBID= node123-1307089070-5555
PBS_JOBID= 13497863
Free space on /tmp= 73828 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
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 /tmp/evaluation-result-3452725-1307089070/watcher-3452725-1307089070 -o /tmp/evaluation-result-3452725-1307089070/solver-3452725-1307089070 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452725-1307089070.opb -t 1800 -m 15500

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

MD5SUM BENCH= dadfd792215a2bce735ffb7b3e25dcc5
RANDOM SEED=798067224

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30119152 kB
Buffers:        251652 kB
Cached:         355116 kB
SwapCached:       9456 kB
Active:        2258624 kB
Inactive:       292428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30119152 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           28140 kB
Writeback:           0 kB
AnonPages:     1941368 kB
Mapped:          23012 kB
Slab:           133888 kB
PageTables:      78372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133351664 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= 73804 MiB
End job on node123 at 2011-06-03 10:47:52