Trace number 4249549

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
R1: OscaR - Hybrid 2017-06-30? (TO) 2400.1 2332.43

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-30.xml
MD5SUM1730b431530ce221acf4898e37ce65f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.44/0.53	c version: 2017-06-30
0.44/0.54	c seed: 1399218035
0.44/0.54	c timeout: 2400
0.44/0.54	c memlimit: 15500
0.44/0.54	c nbcore: 8
0.44/0.57	c Parsing instance...
2400.07/2332.40	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4249549-1500733091/watcher-4249549-1500733091 -o /tmp/evaluation-result-4249549-1500733091/solver-4249549-1500733091 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500709764-19675 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1399218035 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249549-1500733091.xml 

pid=23180
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.64 1.71 1.68 3/261 23183
/proc/meminfo: memFree=27773056/32770624 swapFree=6564/166384
[pid=23183] ppid=23180 vsize=2584 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) D 23180 23183 19643 0 -1 1077936128 178 0 0 0 0 0 0 0 20 0 1 0 8574150 2646016 45 33554432000 4194304 4196468 140727754546272 140727754543496 140232312833735 0 0 4096 0 18446744072101600804 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 646 45 36 1 0 42 0

[startup+0.100106 s]
/proc/loadavg: 1.64 1.71 1.68 3/261 23183
/proc/meminfo: memFree=27773056/32770624 swapFree=6564/166384
[pid=23183] ppid=23180 vsize=12795092 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 4074 0 0 0 3 1 0 0 20 0 13 0 8574150 13102174208 4751 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3198773 4751 2115 1 0 3187211 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12795092

[startup+0.200421 s]
/proc/loadavg: 1.64 1.71 1.68 3/261 23183
/proc/meminfo: memFree=27773056/32770624 swapFree=6564/166384
[pid=23183] ppid=23180 vsize=13263912 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 6659 0 0 0 11 1 0 0 20 0 20 0 8574150 13582245888 6934 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3315978 6934 3346 1 0 3303698 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13263912

[startup+0.300375 s]
/proc/loadavg: 1.64 1.71 1.68 3/261 23183
/proc/meminfo: memFree=27773056/32770624 swapFree=6564/166384
[pid=23183] ppid=23180 vsize=13263912 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 8750 0 0 0 20 3 0 0 20 0 20 0 8574150 13582245888 8226 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3315978 8226 3474 1 0 3303698 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13263912

[startup+0.700243 s]
/proc/loadavg: 1.64 1.71 1.68 3/261 23183
/proc/meminfo: memFree=27773056/32770624 swapFree=6564/166384
[pid=23183] ppid=23180 vsize=13263932 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 11102 0 0 0 73 5 0 0 20 0 20 0 8574150 13582266368 13874 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3315983 13874 3732 1 0 3303698 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 13263932

[startup+1.50118 s]
/proc/loadavg: 1.59 1.70 1.67 3/281 23203
/proc/meminfo: memFree=27662304/32770624 swapFree=6564/166716
[pid=23183] ppid=23180 vsize=13265980 CPUtime=2.77 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 20440 0 0 0 264 13 0 0 20 0 20 0 8574150 13584363520 50324 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 50324 3805 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 9403 0 0 0 118 5 0 0 20 0 20 0 8574153 13584363520 50324 33554432000 4194304 4196468 140727754546272 140232314791704 140231910659109 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231773103008 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) R 23180 23183 19643 0 -1 4202560 2401 0 0 0 37 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231769945744 140232295683855 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) R 23180 23183 19643 0 -1 4202560 1650 0 0 0 35 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231768881184 140232310572319 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) R 23180 23183 19643 0 -1 4202560 2272 0 0 0 34 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231767828088 140232292103083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 2133 0 0 0 33 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 8574168 13584363520 50324 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 13265980

[startup+3.10133 s]
/proc/loadavg: 1.59 1.70 1.67 3/281 23203
/proc/meminfo: memFree=27586024/32770624 swapFree=6564/166716
[pid=23183] ppid=23180 vsize=13265980 CPUtime=4.7 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 21471 0 0 0 457 13 0 0 20 0 20 0 8574150 13584363520 50706 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 50706 3807 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 9826 0 0 0 278 5 0 0 20 0 20 0 8574153 13584363520 50706 33554432000 4194304 4196468 140727754546272 140232314792056 140231911115452 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231773103008 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) S 23180 23183 19643 0 -1 1077944384 2651 0 0 0 51 0 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231769946608 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 1796 0 0 0 45 0 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 2359 0 0 0 41 0 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 2207 0 0 0 37 1 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 8574168 13584363520 50706 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 13265980

[startup+6.30087 s]
/proc/loadavg: 1.59 1.70 1.67 4/281 23203
/proc/meminfo: memFree=27584928/32770624 swapFree=6564/166720
[pid=23183] ppid=23180 vsize=13265980 CPUtime=8.05 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 21574 0 0 0 792 13 0 0 20 0 20 0 8574150 13584363520 50733 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 50733 3807 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=6.03 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 9851 0 0 0 598 5 0 0 20 0 20 0 8574153 13584363520 50733 33554432000 4194304 4196468 140727754546272 140232314792664 140231911289264 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8574157 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231773103008 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) S 23180 23183 19643 0 -1 1077944384 2662 0 0 0 57 0 0 0 20 0 20 0 8574166 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231769946608 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 36 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 1806 0 0 0 49 0 0 0 20 0 20 0 8574166 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 35 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 2369 0 0 0 44 0 0 0 20 0 20 0 8574166 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 2227 0 0 0 37 1 0 0 20 0 20 0 8574166 13584363520 50733 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 3622 0 0 0 55 1 0 0 20 0 20 0 8574166 13584363520 619624 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 4186 0 0 0 61 1 0 0 20 0 20 0 8574166 13584363520 619624 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 3741 0 0 0 40 1 0 0 20 0 20 0 8574166 13584363520 619624 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 619624 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 1778 0 0 0 28 29 0 0 20 0 20 0 8574168 13584363520 619624 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 2268.58
Current children cumulated vsize (KiB) 13265980

[startup+2262.3 s]
/proc/loadavg: 1.70 1.90 1.95 3/281 23362
/proc/meminfo: memFree=29040020/32770624 swapFree=6564/169304
[pid=23183] ppid=23180 vsize=13265980 CPUtime=2329.95 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 138572 0 0 0 232111 884 0 0 20 0 20 0 8574150 13584363520 645291 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 645291 3833 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=2248.15 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 25235 0 0 0 224807 8 0 0 20 0 20 0 8574153 13584363520 645291 33554432000 4194304 4196468 140727754546272 140232314795088 140231911289288 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 10642 0 0 0 828 106 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 9611 0 0 0 826 100 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 11607 0 0 0 830 104 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 7604 0 0 0 823 108 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 8220 0 0 0 827 103 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 9276 0 0 0 821 109 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 8440 0 0 0 832 104 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 7110 0 0 0 824 106 0 0 20 0 20 0 8574157 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 20630 0 0 0 427 3 0 0 20 0 20 0 8574159 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231773103072 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) S 23180 23183 19643 0 -1 1077944384 5304 0 0 0 68 1 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231769946608 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 36 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 3628 0 0 0 55 1 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 4197 0 0 0 61 1 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 3746 0 0 0 40 1 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 1817 0 0 0 28 30 0 0 20 0 20 0 8574168 13584363520 645291 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 2329.95
Current children cumulated vsize (KiB) 13265980

[startup+2322.3 s]
/proc/loadavg: 1.78 1.89 1.94 3/281 23363
/proc/meminfo: memFree=29037564/32770624 swapFree=6564/169360
[pid=23183] ppid=23180 vsize=13265980 CPUtime=2389.97 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 139018 0 0 0 238112 885 0 0 20 0 20 0 8574150 13584363520 645296 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 645296 3833 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=2308.14 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 25530 0 0 0 230806 8 0 0 20 0 20 0 8574153 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232314795088 140231911289247 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 10642 0 0 0 828 106 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 9611 0 0 0 826 100 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 11607 0 0 0 830 104 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 7604 0 0 0 823 108 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 8220 0 0 0 827 103 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 9276 0 0 0 821 109 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 8440 0 0 0 832 104 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 7110 0 0 0 824 106 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 20650 0 0 0 427 3 0 0 20 0 20 0 8574159 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231773103072 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) S 23180 23183 19643 0 -1 1077944384 5314 0 0 0 68 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231769946608 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 36 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 3650 0 0 0 55 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 4207 0 0 0 61 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 3759 0 0 0 40 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 1893 0 0 0 29 31 0 0 20 0 20 0 8574168 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 2389.97
Current children cumulated vsize (KiB) 13265980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.4 s]
/proc/loadavg: 1.81 1.89 1.94 3/281 23363
/proc/meminfo: memFree=29037564/32770624 swapFree=6564/169368
[pid=23183] ppid=23180 vsize=13265980 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/23183/stat : 23183 (java) S 23180 23183 19643 0 -1 1077944320 139051 0 0 0 239122 885 0 0 20 0 20 0 8574150 13584363520 645296 33554432000 4194304 4196468 140727754546272 140727754528816 140232310558455 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
/proc/23183/statm: 3316495 645296 3833 1 0 3304210 0
[pid=23183/tid=23185] ppid=23180 vsize=13265980 CPUtime=2318.24 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23185/stat : 23185 (java) R 23180 23183 19643 0 -1 4202560 25563 0 0 0 231816 8 0 0 20 0 20 0 8574153 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232314795088 140231911289288 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23186] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23186/stat : 23186 (java) S 23180 23183 19643 0 -1 1077944384 10642 0 0 0 828 106 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232229038352 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23187] ppid=23180 vsize=13265980 CPUtime=9.26 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23187/stat : 23187 (java) S 23180 23183 19643 0 -1 1077944384 9611 0 0 0 826 100 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232227985808 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23188] ppid=23180 vsize=13265980 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23188/stat : 23188 (java) S 23180 23183 19643 0 -1 1077944384 11607 0 0 0 830 104 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140232226933264 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23189] ppid=23180 vsize=13265980 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23189/stat : 23189 (java) S 23180 23183 19643 0 -1 1077944384 7604 0 0 0 823 108 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231906945680 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23190] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23190/stat : 23190 (java) S 23180 23183 19643 0 -1 1077944384 8220 0 0 0 827 103 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231905893136 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23191] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23191/stat : 23191 (java) S 23180 23183 19643 0 -1 1077944384 9276 0 0 0 821 109 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231904840592 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23192] ppid=23180 vsize=13265980 CPUtime=9.36 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23192/stat : 23192 (java) S 23180 23183 19643 0 -1 1077944384 8440 0 0 0 832 104 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231903788048 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23193] ppid=23180 vsize=13265980 CPUtime=9.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23193/stat : 23193 (java) S 23180 23183 19643 0 -1 1077944384 7110 0 0 0 824 106 0 0 20 0 20 0 8574157 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231902735504 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23194] ppid=23180 vsize=13265980 CPUtime=4.3 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23194/stat : 23194 (java) S 23180 23183 19643 0 -1 1077944384 20650 0 0 0 427 3 0 0 20 0 20 0 8574159 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231774156784 140232310569602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23195] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23195/stat : 23195 (java) S 23180 23183 19643 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 20 0 8574159 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231773103072 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23196] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23196/stat : 23196 (java) S 23180 23183 19643 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 8574160 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231772050432 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23197] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23197/stat : 23197 (java) S 23180 23183 19643 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231770998992 140232310577051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23198] ppid=23180 vsize=13265980 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23198/stat : 23198 (java) S 23180 23183 19643 0 -1 1077944384 5314 0 0 0 68 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231769946608 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 36 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23199] ppid=23180 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23199/stat : 23199 (java) S 23180 23183 19643 0 -1 1077944384 3650 0 0 0 55 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231768894064 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23200] ppid=23180 vsize=13265980 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23200/stat : 23200 (java) S 23180 23183 19643 0 -1 1077944384 4207 0 0 0 61 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231767841520 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23201] ppid=23180 vsize=13265980 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23201/stat : 23201 (java) S 23180 23183 19643 0 -1 1077944384 3759 0 0 0 40 1 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231766788976 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23202] ppid=23180 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23202/stat : 23202 (java) S 23180 23183 19643 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8574166 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231765735648 140232310568661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
[pid=23183/tid=23203] ppid=23180 vsize=13265980 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/23183/task/23203/stat : 23203 (java) S 23180 23183 19643 0 -1 1077944384 1893 0 0 0 29 31 0 0 20 0 20 0 8574168 13584363520 645296 33554432000 4194304 4196468 140727754546272 140231764683184 140232310569602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 15261696 140727754548365 140727754548548 140727754548548 140727754551247 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 13265980

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23183 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2332.43
CPU time (s): 2400.1
CPU user time (s): 2391.22
CPU system time (s): 8.87509
CPU usage (%): 102.901
Max. virtual memory (cumulated for all children) (KiB): 13265980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.22
system time used= 8.87509
maximum resident set size= 2581664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55539
involuntary context switches= 122138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0163 second user time and 17.1559 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-22 16:18:11
IDJOB=4249549
IDBENCH=137104
IDSOLVER=2629
FILE ID=node148/4249549-1500733091
RUNJOBID= node148-1500709764-19675
PBS_JOBID= 20623348
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-30.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249549-1500733091/watcher-4249549-1500733091 -o /tmp/evaluation-result-4249549-1500733091/solver-4249549-1500733091 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500709764-19675 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1399218035 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4249549-1500733091.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=1399218035

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27773212 kB
MemAvailable:   28002140 kB
Buffers:          162128 kB
Cached:           336264 kB
SwapCached:            0 kB
Active:          4304332 kB
Inactive:         227928 kB
Active(anon):    3984156 kB
Inactive(anon):    61544 kB
Active(file):     320176 kB
Inactive(file):   166384 kB
Unevictable:        6564 kB
Mlocked:            6564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42688 kB
Writeback:             0 kB
AnonPages:       4040776 kB
Mapped:            45780 kB
Shmem:              8848 kB
Slab:             150916 kB
SReclaimable:     116408 kB
SUnreclaim:        34508 kB
KernelStack:        4512 kB
PageTables:        12624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5300720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3893248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61948 MiB
End job on node148 at 2017-07-22 16:57:04