Trace number 3452587

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.08 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1797.37
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.01	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3452587-1307089537.opb>
0.39/0.46	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
0.39/0.46	c problem read
0.39/0.46	c presolving settings loaded
0.59/0.64	o 0
0.59/0.64	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.59/0.64	c presolving:
0.88/0.99	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 81068 upgd conss, 162136 impls, 0 clqs
2.10/2.15	c    (2.2s) probing: 101/1150 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.10/2.15	c    (2.2s) probing aborted: 100/100 successive totally useless probings
2.10/2.15	c presolving (2 rounds):
2.10/2.15	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.10/2.15	c  162136 implications, 0 cliques
2.10/2.15	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
2.10/2.15	c   81068 constraints of type <setppc>
2.10/2.15	c transformed objective value is always integral (scale: 1)
2.10/2.15	c Presolving Time: 1.65
2.10/2.15	c - non default parameters ----------------------------------------------------------------------
2.10/2.15	c # SCIP version 2.0.1.4
2.10/2.15	c 
2.10/2.15	c # frequency for displaying node information lines
2.10/2.15	c # [type: int, range: [-1,2147483647], default: 100]
2.10/2.15	c display/freq = 10000
2.10/2.15	c 
2.10/2.15	c # maximal time in seconds to run
2.10/2.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.10/2.15	c limits/time = 1800
2.10/2.15	c 
2.10/2.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.10/2.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.10/2.15	c limits/memory = 13950
2.10/2.15	c 
2.10/2.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.10/2.15	c # [type: int, range: [1,2], default: 1]
2.10/2.15	c timing/clocktype = 2
2.10/2.15	c 
2.10/2.15	c # belongs reading time to solving time?
2.10/2.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.10/2.15	c timing/reading = TRUE
2.10/2.15	c 
2.10/2.15	c # should presolving try to simplify inequalities
2.10/2.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.10/2.15	c constraints/linear/simplifyinequalities = TRUE
2.10/2.15	c 
2.10/2.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.10/2.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.10/2.15	c constraints/indicator/addCouplingCons = TRUE
2.10/2.15	c 
2.10/2.15	c # should presolving try to simplify knapsacks
2.10/2.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.10/2.15	c constraints/knapsack/simplifyinequalities = TRUE
2.10/2.15	c 
2.10/2.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.10/2.15	c # [type: int, range: [-1,2147483647], default: -1]
2.10/2.15	c separating/rapidlearning/freq = 0
2.10/2.15	c 
2.10/2.15	c -----------------------------------------------------------------------------------------------
2.10/2.15	c start solving
2.10/2.15	c 
3.49/3.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.56	c t 3.6s|     1 |     0 |  1152 |     - |  94M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 | 100.00%
3.59/3.62	o -1
3.59/3.62	c R 3.6s|     1 |     0 |  1152 |     - |  94M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  99.83%
5.19/5.20	c   5.2s|     1 |     0 |  1369 |     - |  94M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-1.000000e+00 |  99.82%
5.19/5.23	o -36
5.19/5.23	c b 5.2s|     1 |     0 |  1369 |     - |  94M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-3.600000e+01 |  93.36%
6.98/7.08	c   7.1s|     1 |     0 |  1542 |     - |  94M|   0 |1041 |1150 |  81k|1150 |  81k|  14 |   0 |   0 |-5.205000e+02 |-3.600000e+01 |  93.08%
9.39/9.47	c   9.5s|     1 |     0 |  1669 |     - |  94M|   0 | 998 |1150 |  81k|1150 |  81k|  19 |   0 |   0 |-4.990000e+02 |-3.600000e+01 |  92.79%
12.39/12.49	c  12.5s|     1 |     0 |  1944 |     - |  94M|   0 | 953 |1150 |  81k|1150 |  81k|  25 |   0 |   0 |-4.765000e+02 |-3.600000e+01 |  92.44%
15.59/15.60	c  15.6s|     1 |     0 |  2096 |     - |  94M|   0 | 910 |1150 |  81k|1150 |  81k|  30 |   0 |   0 |-4.550000e+02 |-3.600000e+01 |  92.09%
18.99/19.00	c  19.0s|     1 |     0 |  2380 |     - |  94M|   0 | 856 |1150 |  81k|1150 |  81k|  49 |   0 |   0 |-4.280000e+02 |-3.600000e+01 |  91.59%
22.59/22.66	c  22.7s|     1 |     0 |  2601 |     - |  94M|   0 | 810 |1150 |  81k|1150 |  81k|  68 |   0 |   0 |-4.035000e+02 |-3.600000e+01 |  91.08%
26.09/26.18	c  26.2s|     1 |     0 |  2855 |     - |  94M|   0 | 765 |1150 |  81k|1150 |  81k|  80 |   0 |   0 |-3.815000e+02 |-3.600000e+01 |  90.56%
29.89/29.94	c  29.9s|     1 |     0 |  3258 |     - |  94M|   0 | 704 |1150 |  81k|1150 |  81k|  91 |   0 |   0 |-3.505000e+02 |-3.600000e+01 |  89.73%
33.69/33.75	c  33.8s|     1 |     0 |  3691 |     - |  94M|   0 | 655 |1150 |  81k|1150 |  81k| 110 |   0 |   0 |-3.265000e+02 |-3.600000e+01 |  88.97%
34.59/34.66	c  34.7s|     1 |     0 |  3873 |     - |  94M|   0 | 633 |1150 |  81k|1150 |  81k| 121 |   0 |   0 |-3.139167e+02 |-3.600000e+01 |  88.53%
35.59/35.68	c  35.7s|     1 |     0 |  4161 |     - |  94M|   0 | 588 |1150 |  81k|1150 |  81k| 135 |   0 |   0 |-2.920000e+02 |-3.600000e+01 |  87.67%
37.18/37.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.18/37.26	c  37.3s|     1 |     0 |  4939 |     - |  95M|   0 | 555 |1150 |  81k|1150 |  81k| 160 |   0 |   0 |-2.755000e+02 |-3.600000e+01 |  86.93%
41.09/41.14	c  41.1s|     1 |     0 |  7606 |     - |  95M|   0 | 492 |1150 |  81k|1150 |  81k| 176 |   0 |   0 |-2.452500e+02 |-3.600000e+01 |  85.32%
43.38/43.49	c  43.5s|     1 |     0 |  9407 |     - |  95M|   0 | 417 |1150 |  81k|1150 |  81k| 193 |   0 |   0 |-2.077500e+02 |-3.600000e+01 |  82.67%
47.59/47.66	c  47.7s|     1 |     0 | 12702 |     - |  95M|   0 | 378 |1150 |  81k|1150 |  81k| 203 |   0 |   0 |-1.882500e+02 |-3.600000e+01 |  80.88%
49.09/49.16	c  49.2s|     1 |     0 | 13660 |     - |  95M|   0 | 340 |1150 |  81k|1150 |  81k| 212 |   0 |   0 |-1.692500e+02 |-3.600000e+01 |  78.73%
50.79/50.81	c  50.8s|     1 |     0 | 14857 |     - |  95M|   0 | 300 |1150 |  81k|1150 |  81k| 222 |   0 |   0 |-1.492500e+02 |-3.600000e+01 |  75.88%
52.19/52.26	c  52.3s|     1 |     0 | 16006 |     - |  95M|   0 | 277 |1150 |  81k|1150 |  81k| 235 |   0 |   0 |-1.385000e+02 |-3.600000e+01 |  74.01%
53.39/53.46	c  53.5s|     1 |     0 | 16962 |     - |  95M|   0 | 239 |1150 |  81k|1150 |  81k| 249 |   0 |   0 |-1.195000e+02 |-3.600000e+01 |  69.87%
53.99/54.09	c  54.1s|     1 |     0 | 17291 |     - |  95M|   0 | 202 |1150 |  81k|1150 |  81k| 260 |   0 |   0 |-1.010000e+02 |-3.600000e+01 |  64.36%
55.19/55.27	c  55.3s|     1 |     0 | 18401 |     - |  95M|   0 | 182 |1150 |  81k|1150 |  81k| 272 |   0 |   0 |-9.100000e+01 |-3.600000e+01 |  60.44%
56.19/56.28	c  56.3s|     1 |     0 | 19373 |     - |  95M|   0 | 165 |1150 |  81k|1150 |  81k| 282 |   0 |   0 |-8.250000e+01 |-3.600000e+01 |  56.36%
56.69/56.76	c  56.8s|     1 |     0 | 19499 |     - |  95M|   0 | 155 |1150 |  81k|1150 |  81k| 293 |   0 |   0 |-7.150000e+01 |-3.600000e+01 |  49.65%
57.39/57.42	c  57.4s|     1 |     0 | 20021 |     - |  95M|   0 | 115 |1150 |  81k|1150 |  81k| 305 |   0 |   0 |-5.800000e+01 |-3.600000e+01 |  37.93%
57.89/57.93	c  57.9s|     1 |     0 | 20214 |     - |  95M|   0 | 132 |1150 |  81k|1150 |  81k| 312 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
58.31/58.38	c  58.4s|     1 |     0 | 20306 |     - |  95M|   0 | 155 |1150 |  81k|1150 |  81k| 324 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
59.09/59.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.09/59.16	c  59.2s|     1 |     0 | 20395 |     - |  95M|   0 | 172 |1150 |  81k|1150 |  81k| 336 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
73.29/73.35	c  73.3s|     1 |     0 | 20455 |     - |  95M|   0 | 175 |1150 |  81k|1150 |  81k| 350 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
88.39/88.43	c  88.4s|     1 |     0 | 21065 |     - |  95M|   0 | 188 |1150 |  81k|1150 |  81k| 360 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
103.69/103.78	c   104s|     1 |     0 | 21583 |     - |  95M|   0 | 181 |1150 |  81k|1150 |  81k| 370 |   0 |   0 |-5.000000e+01 |-3.600000e+01 |  28.00%
126.19/126.26	c   126s|     1 |     2 | 21583 |     - |  95M|   0 | 181 |1150 |  81k|1150 |  81k| 370 |   0 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
228.29/228.34	o -37
228.29/228.34	c p 228s|    30 |    31 | 25407 | 131.9 |  99M|  18 |   - |1150 |  81k|1150 |  81k| 370 |   0 | 583 |-5.000000e+01 |-3.700000e+01 |  26.00%
291.40/291.42	o -38
291.40/291.42	c o 291s|    67 |    68 | 31598 | 151.7 | 101M|  21 |   7 |1150 |  81k|1150 |  81k| 370 |   0 | 871 |-5.000000e+01 |-3.800000e+01 |  24.00%
291.40/291.44	o -41
291.40/291.44	c o 291s|    67 |    68 | 31601 | 151.8 | 101M|  21 |   0 |1150 |  81k|1150 |  81k| 370 |   0 | 871 |-5.000000e+01 |-4.100000e+01 |  18.00%
313.10/313.13	o -42
313.10/313.13	c f 313s|   172 |   151 | 41799 | 118.2 | 105M|  29 |   - |1150 |  81k|1150 |  81k| 370 |   0 | 923 |-5.000000e+01 |-4.200000e+01 |  16.00%
398.29/398.38	o -43
398.29/398.38	c p 398s|   782 |   558 | 85682 |  82.1 | 120M|  39 |   - |1150 |  81k|1150 |  81k| 370 |   0 |1121 |-5.000000e+01 |-4.300000e+01 |  14.00%
1091.51/1091.59	o -44
1091.51/1091.59	c l1092s|  3801 |  3475 |461492 | 115.8 | 207M|  51 |   - |1150 |  81k|1150 |  81k| 370 |   0 |1990 |-5.000000e+01 |-4.400000e+01 |  12.00%
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.02	c Solving Time (sec) : 1800.01
1800.04/1800.02	c Solving Nodes      : 7686
1800.04/1800.02	c Primal Bound       : -4.40000000000000e+01 (602 solutions)
1800.04/1800.02	c Dual Bound         : -5.00000000000000e+01
1800.04/1800.02	c Gap                : 12.00 %

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-3452587-1307089537/watcher-3452587-1307089537 -o /tmp/evaluation-result-3452587-1307089537/solver-3452587-1307089537 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452587-1307089537.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.04 2.04 2.14 3/527 5600
/proc/meminfo: memFree=24639384/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=11364 CPUtime=0 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 1829 0 0 0 0 0 0 0 25 0 1 0 899184396 11636736 1782 33554432000 4194304 9128323 140735683875488 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5600/statm: 2841 1782 400 1205 0 1632 0

[startup+0.0347809 s]
/proc/loadavg: 2.04 2.04 2.14 3/527 5600
/proc/meminfo: memFree=24639384/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=13152 CPUtime=0.03 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 2278 0 0 0 3 0 0 0 25 0 1 0 899184396 13467648 2231 33554432000 4194304 9128323 140735683875488 18446744073709551615 6191570 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5600/statm: 3288 2231 400 1205 0 2079 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13152

[startup+0.100771 s]
/proc/loadavg: 2.04 2.04 2.14 3/527 5600
/proc/meminfo: memFree=24639384/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=16260 CPUtime=0.09 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 3083 0 0 0 9 0 0 0 25 0 1 0 899184396 16650240 3034 33554432000 4194304 9128323 140735683875488 18446744073709551615 6889312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5600/statm: 4065 3034 400 1205 0 2856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16260

[startup+0.300746 s]
/proc/loadavg: 2.04 2.04 2.14 3/527 5600
/proc/meminfo: memFree=24639384/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=27280 CPUtime=0.28 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 5842 0 0 0 28 0 0 0 25 0 1 0 899184396 27934720 5788 33554432000 4194304 9128323 140735683875488 18446744073709551615 4338640 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5600/statm: 6820 5788 400 1205 0 5611 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27280

[startup+0.700681 s]
/proc/loadavg: 2.04 2.04 2.14 3/527 5600
/proc/meminfo: memFree=24639384/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=105076 CPUtime=0.69 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 27642 0 0 0 65 4 0 0 25 0 1 0 899184396 107597824 24592 33554432000 4194304 9128323 140735683875488 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 26269 24592 505 1205 0 25060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105076

[startup+1.50053 s]
/proc/loadavg: 2.04 2.04 2.14 3/528 5601
/proc/meminfo: memFree=24518352/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=134696 CPUtime=1.49 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 39755 0 0 0 144 5 0 0 25 0 1 0 899184396 137928704 31952 33554432000 4194304 9128323 140735683875488 18446744073709551615 5488340 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 33674 31952 533 1205 0 32465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134696

[startup+3.10026 s]
/proc/loadavg: 2.04 2.04 2.14 3/528 5602
/proc/meminfo: memFree=24510560/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=243604 CPUtime=3.09 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 66300 0 0 0 300 9 0 0 25 0 1 0 899184396 249450496 56401 33554432000 4194304 9128323 140735683875488 18446744073709551615 7278872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 60901 56401 1187 1205 0 59692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 243604

[startup+6.30069 s]
/proc/loadavg: 2.04 2.04 2.14 3/528 5602
/proc/meminfo: memFree=24410420/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=252084 CPUtime=6.29 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 72742 0 0 0 619 10 0 0 25 0 1 0 899184396 258134016 56953 33554432000 4194304 9128323 140735683875488 18446744073709551615 6694293 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 63021 56953 933 1205 0 61812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 252084

[startup+12.7006 s]
/proc/loadavg: 2.04 2.04 2.14 3/528 5602
/proc/meminfo: memFree=24401512/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=256520 CPUtime=12.69 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 75662 0 0 0 1257 12 0 0 25 0 1 0 899184396 262676480 59717 33554432000 4194304 9128323 140735683875488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 64130 59717 780 1205 0 62921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 256520

[startup+25.5003 s]
/proc/loadavg: 2.03 2.04 2.13 3/528 5602
/proc/meminfo: memFree=24391972/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=256664 CPUtime=25.48 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 76776 0 0 0 2535 13 0 0 25 0 1 0 899184396 262823936 60781 33554432000 4194304 9128323 140735683875488 18446744073709551615 6309877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 64166 60781 731 1205 0 62957 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 256664

[startup+51.1009 s]
/proc/loadavg: 2.02 2.03 2.13 3/528 5603
/proc/meminfo: memFree=24375844/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=265876 CPUtime=51.09 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 80642 0 0 0 5088 21 0 0 25 0 1 0 899184396 272257024 64535 33554432000 4194304 9128323 140735683875488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 66469 64535 730 1205 0 65260 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 265876

[startup+102.32 s]
/proc/loadavg: 2.01 2.03 2.12 3/528 5604
/proc/meminfo: memFree=24367036/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=265876 CPUtime=102.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 80893 0 0 0 10190 41 0 0 25 0 1 0 899184396 272257024 64786 33554432000 4194304 9128323 140735683875488 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 66469 64786 741 1205 0 65260 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 265876

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/528 5606
/proc/meminfo: memFree=24345164/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=276788 CPUtime=162.29 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 95036 0 0 0 16128 101 0 0 25 0 1 0 899184396 283430912 67745 33554432000 4194304 9128323 140735683875488 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 69197 67745 723 1205 0 67988 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 276788

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.10 3/528 5607
/proc/meminfo: memFree=24349312/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=276788 CPUtime=222.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 95037 0 0 0 22102 128 0 0 25 0 1 0 899184396 283430912 67745 33554432000 4194304 9128323 140735683875488 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 69197 67745 722 1205 0 67988 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 276788

[startup+282.3 s]
/proc/loadavg: 2.12 2.04 2.10 3/528 5609
/proc/meminfo: memFree=24343296/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=276788 CPUtime=282.29 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 95037 0 0 0 28072 157 0 0 25 0 1 0 899184396 283430912 67745 33554432000 4194304 9128323 140735683875488 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 69197 67745 722 1205 0 67988 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 276788

[startup+342.301 s]
/proc/loadavg: 2.10 2.05 2.09 3/528 5611
/proc/meminfo: memFree=24337652/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=276788 CPUtime=342.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 109258 0 0 0 34035 195 0 0 25 0 1 0 899184396 283430912 67758 33554432000 4194304 9128323 140735683875488 18446744073709551615 7315455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 69197 67758 728 1205 0 67988 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 276788

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.08 3/528 5612
/proc/meminfo: memFree=24290980/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=318404 CPUtime=402.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 127747 0 0 0 39995 235 0 0 25 0 1 0 899184396 326045696 78140 33554432000 4194304 9128323 140735683875488 18446744073709551615 7025292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 79601 78140 728 1205 0 78392 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 318404

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.08 3/528 5614
/proc/meminfo: memFree=24283468/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=318404 CPUtime=462.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 127747 0 0 0 45972 258 0 0 25 0 1 0 899184396 326045696 78140 33554432000 4194304 9128323 140735683875488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 79601 78140 728 1205 0 78392 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 318404

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/528 5615
/proc/meminfo: memFree=24269420/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=318404 CPUtime=522.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 139131 0 0 0 51935 295 0 0 25 0 1 0 899184396 326045696 78166 33554432000 4194304 9128323 140735683875488 18446744073709551615 7380911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 79601 78166 728 1205 0 78392 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 318404

[startup+582.301 s]
/proc/loadavg: 1.96 2.00 2.06 3/528 5645
/proc/meminfo: memFree=24360032/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=318404 CPUtime=582.3 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 139132 0 0 0 57918 312 0 0 25 0 1 0 899184396 326045696 78167 33554432000 4194304 9128323 140735683875488 18446744073709551615 7176967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 79601 78167 728 1205 0 78392 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 318404

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 2.04 3/528 5654
/proc/meminfo: memFree=24249444/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=334608 CPUtime=822.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 159091 0 0 0 81838 393 0 0 25 0 1 0 899184396 342638592 81140 33554432000 4194304 9128323 140735683875488 18446744073709551615 7191106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 83652 81140 728 1205 0 82443 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 334608

[startup+882.3 s]
/proc/loadavg: 2.14 2.04 2.05 3/528 5656
/proc/meminfo: memFree=24237888/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=345992 CPUtime=882.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 161787 0 0 0 87819 412 0 0 25 0 1 0 899184396 354295808 83836 33554432000 4194304 9128323 140735683875488 18446744073709551615 8008915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 86498 83836 728 1205 0 85289 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 345992

[startup+942.301 s]
/proc/loadavg: 2.05 2.03 2.04 3/528 5658
/proc/meminfo: memFree=24234372/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=350476 CPUtime=942.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 182648 0 0 0 93788 443 0 0 25 0 1 0 899184396 358887424 84939 33554432000 4194304 9128323 140735683875488 18446744073709551615 7266148 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 87619 84939 728 1205 0 86410 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 350476

[startup+1002.3 s]
/proc/loadavg: 2.18 2.06 2.05 3/528 5659
/proc/meminfo: memFree=24228988/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=354676 CPUtime=1002.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 184018 0 0 0 99767 464 0 0 25 0 1 0 899184396 363188224 86309 33554432000 4194304 9128323 140735683875488 18446744073709551615 7162898 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 88669 86309 728 1205 0 87460 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 354676

[startup+1062.3 s]
/proc/loadavg: 2.14 2.06 2.05 3/528 5661
/proc/meminfo: memFree=24222352/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=363184 CPUtime=1062.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 185669 0 0 0 105750 482 0 0 25 0 1 0 899184396 371900416 87960 33554432000 4194304 9128323 140735683875488 18446744073709551615 7315305 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 90796 87960 728 1205 0 89587 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 363184

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.04 3/528 5662
/proc/meminfo: memFree=24211248/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=374572 CPUtime=1122.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 188432 0 0 0 111729 503 0 0 25 0 1 0 899184396 383561728 90713 33554432000 4194304 9128323 140735683875488 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 93643 90713 731 1205 0 92434 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 374572

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/528 5664
/proc/meminfo: memFree=24204256/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=379124 CPUtime=1182.31 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 189946 0 0 0 117705 526 0 0 25 0 1 0 899184396 388222976 92224 33554432000 4194304 9128323 140735683875488 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 94781 92224 731 1205 0 93572 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 379124

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/528 5666
/proc/meminfo: memFree=24202468/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=383396 CPUtime=1242.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 191075 0 0 0 123684 548 0 0 25 0 1 0 899184396 392597504 93352 33554432000 4194304 9128323 140735683875488 18446744073709551615 7025271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 95849 93352 730 1205 0 94640 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 383396

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/528 5667
/proc/meminfo: memFree=24191632/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=394960 CPUtime=1302.33 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 211048 0 0 0 129651 582 0 0 25 0 1 0 899184396 404439040 96135 33554432000 4194304 9128323 140735683875488 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 98740 96135 730 1205 0 97531 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 394960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/528 5669
/proc/meminfo: memFree=24189612/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=396032 CPUtime=1362.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 211625 0 0 0 135630 602 0 0 25 0 1 0 899184396 405536768 96712 33554432000 4194304 9128323 140735683875488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 99008 96712 730 1205 0 97799 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 396032

[startup+1422.32 s]
/proc/loadavg: 2.09 2.04 2.02 3/528 5670
/proc/meminfo: memFree=24125956/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=408428 CPUtime=1422.35 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 214111 0 0 0 141610 625 0 0 25 0 1 0 899184396 418230272 99196 33554432000 4194304 9128323 140735683875488 18446744073709551615 7343310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 102107 99196 730 1205 0 100898 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 408428

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.02 3/528 5672
/proc/meminfo: memFree=24114248/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=418556 CPUtime=1482.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 216889 0 0 0 147589 643 0 0 25 0 1 0 899184396 428601344 101948 33554432000 4194304 9128323 140735683875488 18446744073709551615 7380896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 104639 101948 728 1205 0 103430 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 418556

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/528 5674
/proc/meminfo: memFree=24104284/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=431224 CPUtime=1542.32 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 219538 0 0 0 153570 662 0 0 25 0 1 0 899184396 441573376 104597 33554432000 4194304 9128323 140735683875488 18446744073709551615 7013774 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 107806 104597 728 1205 0 106597 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 431224

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.02 3/528 5675
/proc/meminfo: memFree=24098652/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=438040 CPUtime=1602.33 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 241750 0 0 0 159541 692 0 0 25 0 1 0 899184396 448552960 106035 33554432000 4194304 9128323 140735683875488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 109510 106035 731 1205 0 108301 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 438040

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.02 3/528 5677
/proc/meminfo: memFree=24086704/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=448040 CPUtime=1662.33 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 244641 0 0 0 165522 711 0 0 25 0 1 0 899184396 458792960 108853 33554432000 4194304 9128323 140735683875488 18446744073709551615 7028742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 112010 108853 735 1205 0 110801 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 448040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/528 5678
/proc/meminfo: memFree=24076124/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=456692 CPUtime=1722.33 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 247283 0 0 0 171502 731 0 0 25 0 1 0 899184396 467652608 111481 33554432000 4194304 9128323 140735683875488 18446744073709551615 7315099 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 114173 111481 743 1205 0 112964 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 456692

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/528 5680
/proc/meminfo: memFree=24066284/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=468488 CPUtime=1782.33 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 269526 0 0 0 177471 762 0 0 25 0 1 0 899184396 479731712 113662 33554432000 4194304 9128323 140735683875488 18446744073709551615 7176986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 117122 113662 731 1205 0 115913 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 468488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.01 3/528 5680
/proc/meminfo: memFree=24062160/32951124 swapFree=56241860/67111528
[pid=5600] ppid=5598 vsize=471100 CPUtime=1800.04 cores=1,3,5,7
/proc/5600/stat : 5600 (scip-2.0.1.4.li) R 5598 5600 32685 0 -1 4202496 270527 0 0 0 179237 767 0 0 25 0 1 0 899184396 482406400 114663 33554432000 4194304 9128323 140735683875488 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/5600/statm: 117775 114663 731 1205 0 116566 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 471100

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.08
CPU user time (s): 1792.39
CPU system time (s): 7.69683
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 533048

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

runsolver used 9.16561 second user time and 22.9435 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 10:25:37
IDJOB=3452587
IDBENCH=2261
IDSOLVER=1949
FILE ID=node119/3452587-1307089537
RUNJOBID= node119-1307087244-5321
PBS_JOBID= 13497867
Free space on /tmp= 73616 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/frb50-23-opb/normalized-frb50-23-3.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-3452587-1307089537/watcher-3452587-1307089537 -o /tmp/evaluation-result-3452587-1307089537/solver-3452587-1307089537 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452587-1307089537.opb -t 1800 -m 15500

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=1755438116

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24639664 kB
Buffers:        176852 kB
Cached:         551484 kB
SwapCached:      59076 kB
Active:        1068440 kB
Inactive:      6946880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24639664 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           14036 kB
Writeback:           0 kB
AnonPages:     7231392 kB
Mapped:          36312 kB
Slab:           147156 kB
PageTables:      80132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164284944 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= 73604 MiB
End job on node119 at 2011-06-03 10:55:39