Trace number 4291821

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02UNSAT 122.304 18.5968

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f10_c18.xml
MD5SUM597c97ebbfec0748b52bd546c50d9854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.8786
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":2},{"size":19,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":34,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1449876988
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
5.26/1.85	c Parsing done, starting search...
122.08/18.56	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6645 MiB free)
  memory of node 1: 16384 MiB (10452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291821-1532639046/watcher-4291821-1532639046 -o /tmp/evaluation-result-4291821-1532639046/solver-4291821-1532639046 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532633938-8345 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1449876988 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291821-1532639046.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9305, runsolver pid=9302
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 6.28 7.85 8.24 2/201 9325
/proc/meminfo: memFree=17493376/32770624 swapFree=67108796/67108860
[pid=9305] ppid=9302 vsize=26103424 memory=30704 CPUtime=0.12 cores=0-7
/proc/9305/stat : 9305 (java) S 9302 9305 8318 0 -1 1077944320 7126 0 0 0 11 1 0 0 20 0 20 0 81467821 26729906176 7676 33554432000 4194304 4196468 140722761404944 140722761387488 140689192857335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
/proc/9305/statm: 6525856 7676 3142 1 0 6487932 0
[pid=9305/tid=9307] ppid=9302 vsize=26103424 memory=4138136748288013212 CPUtime=0.09 cores=0-7
/proc/9305/task/9307/stat : 9307 (java) R 9302 9305 8318 0 -1 4202560 5357 0 0 0 9 0 0 0 20 0 20 0 81467821 26729906176 7808 33554432000 4194304 4196468 140722761404944 140689197060464 140689173133095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9308] ppid=9302 vsize=26103424 memory=732369780343593957 CPUtime=0 cores=0-7
/proc/9305/task/9308/stat : 9308 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689115438096 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9309] ppid=9302 vsize=26103424 memory=139642006140544 CPUtime=0 cores=0-7
/proc/9305/task/9309/stat : 9309 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689114385552 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9310] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9310/stat : 9310 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689113332496 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9311] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9311/stat : 9311 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689112279952 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9312] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9312/stat : 9312 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689111226896 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9313] ppid=9302 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9305/task/9313/stat : 9313 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689110174352 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9314] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9314/stat : 9314 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689109121296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9315] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9315/stat : 9315 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 7874 33554432000 4194304 4196468 140722761404944 140689108068752 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9316] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 7874 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9317] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9317/stat : 9317 (java) S 9302 9305 8318 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 7874 33554432000 4194304 4196468 140722761404944 140688319604384 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9318] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9318/stat : 9318 (java) S 9302 9305 8318 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 7874 33554432000 4194304 4196468 140722761404944 140688318551280 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9319] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9319/stat : 9319 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7874 33554432000 4194304 4196468 140722761404944 140688317499856 140689192875931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9320] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9320/stat : 9320 (java) S 9302 9305 8318 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688316446960 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9321] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9321/stat : 9321 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688315394416 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9322] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9322/stat : 9322 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688314341360 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9323] ppid=9302 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9305/task/9323/stat : 9323 (java) S 9302 9305 8318 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688313288816 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9324] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9324/stat : 9324 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688312237024 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9325] ppid=9302 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9305/task/9325/stat : 9325 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 7940 33554432000 4194304 4196468 140722761404944 140688311184560 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30704 KiB

[startup+0.210178 s]*
/proc/loadavg: 6.28 7.85 8.24 3/201 9325
/proc/meminfo: memFree=17479672/32770624 swapFree=67108796/67108860
[pid=9305] ppid=9302 vsize=26103424 memory=43056 CPUtime=0.3 cores=0-7
/proc/9305/stat : 9305 (java) S 9302 9305 8318 0 -1 1077944320 10439 0 0 0 28 2 0 0 20 0 20 0 81467821 26729906176 10764 33554432000 4194304 4196468 140722761404944 140722761387488 140689192857335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
/proc/9305/statm: 6525856 10764 3320 1 0 6487932 0
[pid=9305/tid=9307] ppid=9302 vsize=26103424 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/9305/task/9307/stat : 9307 (java) R 9302 9305 8318 0 -1 4202560 8197 0 0 0 19 1 0 0 20 0 20 0 81467821 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689197085280 140689176937822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9308] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9308/stat : 9308 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689115438096 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9309] ppid=9302 vsize=26103424 memory=139642006605214 CPUtime=0 cores=0-7
/proc/9305/task/9309/stat : 9309 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689114385552 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9310] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9310/stat : 9310 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689113332496 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9311] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9311/stat : 9311 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689112279952 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9312] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9312/stat : 9312 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689111226896 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9313] ppid=9302 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9305/task/9313/stat : 9313 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689110174352 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9314] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9314/stat : 9314 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689109121296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9315] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9315/stat : 9315 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 10764 33554432000 4194304 4196468 140722761404944 140689108068752 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9316] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9317] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9317/stat : 9317 (java) S 9302 9305 8318 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688319604384 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9318] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9318/stat : 9318 (java) S 9302 9305 8318 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688318551280 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9319] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9319/stat : 9319 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688317499856 140689192875931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9320] ppid=9302 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/9305/task/9320/stat : 9320 (java) S 9302 9305 8318 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688316446960 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9321] ppid=9302 vsize=26103424 memory=0 CPUtime=0.02 cores=0-7
/proc/9305/task/9321/stat : 9321 (java) S 9302 9305 8318 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688315394416 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9322] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9322/stat : 9322 (java) S 9302 9305 8318 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688314341360 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9323] ppid=9302 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/9305/task/9323/stat : 9323 (java) S 9302 9305 8318 0 -1 1077944384 301 0 0 0 6 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688313288816 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9324] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9324/stat : 9324 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688312237024 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9325] ppid=9302 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9305/task/9325/stat : 9325 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 10764 33554432000 4194304 4196468 140722761404944 140688311184560 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43056 KiB

[startup+0.310333 s]*
/proc/loadavg: 6.28 7.85 8.24 3/201 9325
/proc/meminfo: memFree=17476260/32770624 swapFree=67108796/67108860
[pid=9305] ppid=9302 vsize=26103424 memory=46584 CPUtime=0.43 cores=0-7
/proc/9305/stat : 9305 (java) S 9302 9305 8318 0 -1 1077944320 10866 0 0 0 41 2 0 0 20 0 20 0 81467821 26729906176 11646 33554432000 4194304 4196468 140722761404944 140722761387488 140689192857335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
/proc/9305/statm: 6525856 11646 3357 1 0 6487932 0
[pid=9305/tid=9307] ppid=9302 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9305/task/9307/stat : 9307 (java) R 9302 9305 8318 0 -1 4202560 8542 0 0 0 28 1 0 0 20 0 20 0 81467821 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689197056768 140689176937822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9308] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9308/stat : 9308 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689115438096 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9309] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9309/stat : 9309 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689114385552 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9310] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9310/stat : 9310 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689113332496 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9311] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9311/stat : 9311 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689112279952 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9312] ppid=9302 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/9305/task/9312/stat : 9312 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689111226896 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9313] ppid=9302 vsize=26103424 memory=139641869136815 CPUtime=0 cores=0-7
/proc/9305/task/9313/stat : 9313 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689110174352 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9314] ppid=9302 vsize=26103424 memory=139641869139120 CPUtime=0 cores=0-7
/proc/9305/task/9314/stat : 9314 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689109121296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9315] ppid=9302 vsize=26103424 memory=139641869141424 CPUtime=0 cores=0-7
/proc/9305/task/9315/stat : 9315 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467822 26729906176 11646 33554432000 4194304 4196468 140722761404944 140689108068752 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9316] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9317] ppid=9302 vsize=26103424 memory=279283738289808 CPUtime=0 cores=0-7
/proc/9305/task/9317/stat : 9317 (java) S 9302 9305 8318 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688319604384 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9318] ppid=9302 vsize=26103424 memory=279283738296720 CPUtime=0 cores=0-7
/proc/9305/task/9318/stat : 9318 (java) S 9302 9305 8318 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 81467824 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688318551280 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9319] ppid=9302 vsize=26103424 memory=279283738238000 CPUtime=0 cores=0-7
/proc/9305/task/9319/stat : 9319 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688317499856 140689192875931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9320] ppid=9302 vsize=26103424 memory=279283738310544 CPUtime=0.01 cores=0-7
/proc/9305/task/9320/stat : 9320 (java) S 9302 9305 8318 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688316446960 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9321] ppid=9302 vsize=26103424 memory=279283738317456 CPUtime=0.02 cores=0-7
/proc/9305/task/9321/stat : 9321 (java) S 9302 9305 8318 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688315394416 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9322] ppid=9302 vsize=26103424 memory=279283738315152 CPUtime=0 cores=0-7
/proc/9305/task/9322/stat : 9322 (java) S 9302 9305 8318 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688314341360 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9323] ppid=9302 vsize=26103424 memory=279283738331712 CPUtime=0.07 cores=0-7
/proc/9305/task/9323/stat : 9323 (java) S 9302 9305 8318 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688313288816 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9324] ppid=9302 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9324/stat : 9324 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688312237024 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9325] ppid=9302 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/9305/task/9325/stat : 9325 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467827 26729906176 11646 33554432000 4194304 4196468 140722761404944 140688311184560 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46584 KiB

[startup+0.700882 s]
/proc/loadavg: 6.28 7.85 8.24 3/201 9325
/proc/meminfo: memFree=17452292/32770624 swapFree=67108796/67108860
[pid=9305] ppid=9302 vsize=26105492 memory=87744 CPUtime=0.99 cores=0-7
/proc/9305/stat : 9305 (java) S 9302 9305 8318 0 -1 1077944320 17799 0 0 0 94 5 0 0 20 0 20 0 81467821 26732023808 21936 33554432000 4194304 4196468 140722761404944 140722761387488 140689192857335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
/proc/9305/statm: 6526373 21936 3503 1 0 6488444 0
[pid=9305/tid=9307] ppid=9302 vsize=26105492 memory=5787213913013829728 CPUtime=0.67 cores=0-7
/proc/9305/task/9307/stat : 9307 (java) R 9302 9305 8318 0 -1 4202560 15024 0 0 0 63 4 0 0 20 0 20 0 81467821 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689197080000 140689192879261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9308] ppid=9302 vsize=26105492 memory=40046275086552 CPUtime=0 cores=0-7
/proc/9305/task/9308/stat : 9308 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689115438096 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9309] ppid=9302 vsize=26105492 memory=139641869148306 CPUtime=0 cores=0-7
/proc/9305/task/9309/stat : 9309 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689114385552 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9310] ppid=9302 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9310/stat : 9310 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689113332496 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9311] ppid=9302 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9311/stat : 9311 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689112279952 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9312] ppid=9302 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9312/stat : 9312 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689111226896 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9313] ppid=9302 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9313/stat : 9313 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689110174352 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9314] ppid=9302 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9314/stat : 9314 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689109121296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9315] ppid=9302 vsize=26105492 memory=1628 CPUtime=0 cores=0-7
/proc/9305/task/9315/stat : 9315 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81467822 26732023808 21936 33554432000 4194304 4196468 140722761404944 140689108068752 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9316] ppid=9302 vsize=26105492 memory=8876 CPUtime=0 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81467824 26732023808 21936 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0

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

[pid=9305/tid=9316] ppid=9302 vsize=27586320 memory=10692 CPUtime=0.1 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2735 0 0 0 9 1 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9317] ppid=9302 vsize=27586320 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/9305/task/9317/stat : 9317 (java) S 9302 9305 8318 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688319604448 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9318] ppid=9302 vsize=27586320 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/9305/task/9318/stat : 9318 (java) S 9302 9305 8318 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688318551296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9319] ppid=9302 vsize=27586320 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/9305/task/9319/stat : 9319 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688317499856 140689192875931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9320] ppid=9302 vsize=27586320 memory=6943526294502006880 CPUtime=2.58 cores=0-7
/proc/9305/task/9320/stat : 9320 (java) S 9302 9305 8318 0 -1 1077944384 7008 0 0 0 256 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688316446960 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9321] ppid=9302 vsize=27586320 memory=8112282956445269571 CPUtime=2.99 cores=0-7
/proc/9305/task/9321/stat : 9321 (java) S 9302 9305 8318 0 -1 1077944384 6041 0 0 0 296 3 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688315394416 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9322] ppid=9302 vsize=27586320 memory=6944656592455097440 CPUtime=2.69 cores=0-7
/proc/9305/task/9322/stat : 9322 (java) S 9302 9305 8318 0 -1 1077944384 5120 0 0 0 267 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688314341360 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9323] ppid=9302 vsize=27586320 memory=6656426216303648864 CPUtime=1.63 cores=0-7
/proc/9305/task/9323/stat : 9323 (java) S 9302 9305 8318 0 -1 1077944384 9782 0 0 0 161 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688313288816 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9324] ppid=9302 vsize=27586320 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/9305/task/9324/stat : 9324 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688312237024 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9325] ppid=9302 vsize=27586320 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/9305/task/9325/stat : 9325 (java) S 9302 9305 8318 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688311184560 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9326] ppid=9302 vsize=27586320 memory=3708 CPUtime=0.04 cores=0-7
/proc/9305/task/9326/stat : 9326 (java) S 9302 9305 8318 0 -1 1077944384 805 0 0 0 3 1 0 0 20 0 42 0 81468229 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687308219344 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9327] ppid=9302 vsize=27586320 memory=23868 CPUtime=0.03 cores=0-7
/proc/9305/task/9327/stat : 9327 (java) R 9302 9305 8318 0 -1 1077944384 968 0 0 0 2 1 0 0 20 0 42 0 81468251 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687305069840 140689192868482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9328] ppid=9302 vsize=27586320 memory=2088 CPUtime=8.05 cores=0-7
/proc/9305/task/9328/stat : 9328 (java) R 9302 9305 8318 0 -1 4202560 2666 0 0 0 798 7 0 0 20 0 42 0 81468267 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687301917648 140688796801632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9329] ppid=9302 vsize=27586320 memory=1040 CPUtime=9.78 cores=0-7
/proc/9305/task/9329/stat : 9329 (java) S 9302 9305 8318 0 -1 1077944384 1184 0 0 0 973 5 0 0 20 0 42 0 81468268 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687300867344 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9330] ppid=9302 vsize=27586320 memory=1628 CPUtime=6.29 cores=0-7
/proc/9305/task/9330/stat : 9330 (java) S 9302 9305 8318 0 -1 1077944384 780 0 0 0 621 8 0 0 20 0 42 0 81468270 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687299814288 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9331] ppid=9302 vsize=27586320 memory=8876 CPUtime=5.36 cores=0-7
/proc/9305/task/9331/stat : 9331 (java) S 9302 9305 8318 0 -1 1077944384 499 0 0 0 533 3 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687296664592 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9332] ppid=9302 vsize=27586320 memory=1120 CPUtime=4.61 cores=0-7
/proc/9305/task/9332/stat : 9332 (java) S 9302 9305 8318 0 -1 1077944384 530 0 0 0 455 6 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687295612560 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9333] ppid=9302 vsize=27586320 memory=792 CPUtime=2.2 cores=0-7
/proc/9305/task/9333/stat : 9333 (java) R 9302 9305 8318 0 -1 4202560 394 0 0 0 220 0 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687294557776 140688799067441 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9334] ppid=9302 vsize=27586320 memory=832 CPUtime=4.91 cores=0-7
/proc/9305/task/9334/stat : 9334 (java) R 9302 9305 8318 0 -1 4202560 522 0 0 0 489 2 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687293504720 140688799067496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9335] ppid=9302 vsize=27586320 memory=1608 CPUtime=7.03 cores=0-7
/proc/9305/task/9335/stat : 9335 (java) S 9302 9305 8318 0 -1 1077944384 850 0 0 0 696 7 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687292454416 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9336] ppid=9302 vsize=27586320 memory=5024 CPUtime=2.77 cores=0-7
/proc/9305/task/9336/stat : 9336 (java) S 9302 9305 8318 0 -1 1077944384 416 0 0 0 276 1 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686983517328 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9337] ppid=9302 vsize=27586320 memory=4032 CPUtime=4.51 cores=0-7
/proc/9305/task/9337/stat : 9337 (java) S 9302 9305 8318 0 -1 1077944384 569 0 0 0 451 0 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686982464784 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9338] ppid=9302 vsize=27586320 memory=1284 CPUtime=3 cores=0-7
/proc/9305/task/9338/stat : 9338 (java) S 9302 9305 8318 0 -1 1077944384 515 0 0 0 299 1 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686981411728 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9339] ppid=9302 vsize=27586320 memory=1088 CPUtime=8.3 cores=0-7
/proc/9305/task/9339/stat : 9339 (java) R 9302 9305 8318 0 -1 4202560 938 0 0 0 825 5 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686980356944 140688789042304 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9340] ppid=9302 vsize=27586320 memory=1800 CPUtime=9.98 cores=0-7
/proc/9305/task/9340/stat : 9340 (java) S 9302 9305 8318 0 -1 1077944384 993 0 0 0 991 7 0 0 20 0 42 0 81468276 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686979307152 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9341] ppid=9302 vsize=27586320 memory=7024 CPUtime=3.96 cores=0-7
/proc/9305/task/9341/stat : 9341 (java) S 9302 9305 8318 0 -1 1077944384 920 0 0 0 395 1 0 0 20 0 42 0 81468734 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686976120592 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9342] ppid=9302 vsize=27586320 memory=15044 CPUtime=2.95 cores=0-7
/proc/9305/task/9342/stat : 9342 (java) R 9302 9305 8318 0 -1 4202560 301 0 0 0 294 1 0 0 20 0 42 0 81468735 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686975065296 140688799067274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9343] ppid=9302 vsize=27586320 memory=18732 CPUtime=4.63 cores=0-7
/proc/9305/task/9343/stat : 9343 (java) S 9302 9305 8318 0 -1 1077944384 899 0 0 0 460 3 0 0 20 0 42 0 81468736 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686974014992 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9344] ppid=9302 vsize=27586320 memory=17804 CPUtime=4.45 cores=0-7
/proc/9305/task/9344/stat : 9344 (java) R 9302 9305 8318 0 -1 4202560 593 0 0 0 444 1 0 0 20 0 42 0 81468737 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686972959696 140688799067638 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9345] ppid=9302 vsize=27586320 memory=2776360 CPUtime=1.73 cores=0-7
/proc/9305/task/9345/stat : 9345 (java) R 9302 9305 8318 0 -1 4202560 542 0 0 0 172 1 0 0 20 0 42 0 81468860 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686971907152 140688799067315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9346] ppid=9302 vsize=27586320 memory=6943526294502006880 CPUtime=3.33 cores=0-7
/proc/9305/task/9346/stat : 9346 (java) S 9302 9305 8318 0 -1 1077944384 409 0 0 0 331 2 0 0 20 0 42 0 81468862 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686970856336 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9347] ppid=9302 vsize=27586320 memory=6943526294502006880 CPUtime=4.64 cores=0-7
/proc/9305/task/9347/stat : 9347 (java) R 9302 9305 8318 0 -1 4202560 663 0 0 0 461 3 0 0 20 0 42 0 81468863 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686969801552 140688799067441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
Current children cumulated CPU time: 121.37 s
Current children cumulated vsize: 27586320 KiB
Current children cumulated memory: 2776360 KiB

[startup+18.502 s]
/proc/loadavg: 7.33 7.99 8.28 12/223 9347
/proc/meminfo: memFree=14743452/32770624 swapFree=67108796/67108860
[pid=9305] ppid=9302 vsize=27586320 memory=2776360 CPUtime=122.08 cores=0-7
/proc/9305/stat : 9305 (java) S 9302 9305 8318 0 -1 1077944320 80411 0 0 0 12021 187 0 0 20 0 42 0 81467821 28248391680 694090 33554432000 4194304 4196468 140722761404944 140722761387488 140689192857335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
/proc/9305/statm: 6896580 694090 3624 1 0 6858130 0
[pid=9305/tid=9307] ppid=9302 vsize=27586320 memory=2776360 CPUtime=4.32 cores=0-7
/proc/9305/task/9307/stat : 9307 (java) S 9302 9305 8318 0 -1 1077944384 23203 0 0 0 419 13 0 0 20 0 42 0 81467821 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689197094800 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9308] ppid=9302 vsize=27586320 memory=2776360 CPUtime=0.52 cores=0-7
/proc/9305/task/9308/stat : 9308 (java) S 9302 9305 8318 0 -1 1077944384 1345 0 0 0 41 11 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689115438096 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9309] ppid=9302 vsize=27586320 memory=164 CPUtime=0.5 cores=0-7
/proc/9305/task/9309/stat : 9309 (java) S 9302 9305 8318 0 -1 1077944384 511 0 0 0 41 9 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689114385552 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9310] ppid=9302 vsize=27586320 memory=80135499827424 CPUtime=0.49 cores=0-7
/proc/9305/task/9310/stat : 9310 (java) S 9302 9305 8318 0 -1 1077944384 1436 0 0 0 39 10 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689113332496 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9311] ppid=9302 vsize=27586320 memory=56 CPUtime=0.53 cores=0-7
/proc/9305/task/9311/stat : 9311 (java) S 9302 9305 8318 0 -1 1077944384 478 0 0 0 44 9 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689112279952 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9312] ppid=9302 vsize=27586320 memory=88206074 CPUtime=0.51 cores=0-7
/proc/9305/task/9312/stat : 9312 (java) S 9302 9305 8318 0 -1 1077944384 1870 0 0 0 41 10 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689111226896 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9313] ppid=9302 vsize=27586320 memory=0 CPUtime=0.53 cores=0-7
/proc/9305/task/9313/stat : 9313 (java) S 9302 9305 8318 0 -1 1077944384 938 0 0 0 43 10 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689110174352 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9314] ppid=9302 vsize=27586320 memory=55 CPUtime=0.52 cores=0-7
/proc/9305/task/9314/stat : 9314 (java) S 9302 9305 8318 0 -1 1077944384 524 0 0 0 42 10 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689109121296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9315] ppid=9302 vsize=27586320 memory=7524 CPUtime=0.51 cores=0-7
/proc/9305/task/9315/stat : 9315 (java) S 9302 9305 8318 0 -1 1077944384 503 0 0 0 40 11 0 0 20 0 42 0 81467822 28248391680 694090 33554432000 4194304 4196468 140722761404944 140689108068752 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9316] ppid=9302 vsize=27586320 memory=840 CPUtime=0.1 cores=0-7
/proc/9305/task/9316/stat : 9316 (java) S 9302 9305 8318 0 -1 1077944384 2735 0 0 0 9 1 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688702221040 140689192868482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9317] ppid=9302 vsize=27586320 memory=1796 CPUtime=0 cores=0-7
/proc/9305/task/9317/stat : 9317 (java) S 9302 9305 8318 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688319604448 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9318] ppid=9302 vsize=27586320 memory=916 CPUtime=0 cores=0-7
/proc/9305/task/9318/stat : 9318 (java) S 9302 9305 8318 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 42 0 81467824 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688318551296 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9319] ppid=9302 vsize=27586320 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9319/stat : 9319 (java) S 9302 9305 8318 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688317499856 140689192875931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9320] ppid=9302 vsize=27586320 memory=6944656425122961013 CPUtime=2.58 cores=0-7
/proc/9305/task/9320/stat : 9320 (java) S 9302 9305 8318 0 -1 1077944384 7008 0 0 0 256 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688316446960 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9321] ppid=9302 vsize=27586320 memory=7740115876185265770 CPUtime=2.99 cores=0-7
/proc/9305/task/9321/stat : 9321 (java) S 9302 9305 8318 0 -1 1077944384 6041 0 0 0 296 3 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688315394416 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9322] ppid=9302 vsize=27586320 memory=7590655979367786604 CPUtime=2.69 cores=0-7
/proc/9305/task/9322/stat : 9322 (java) S 9302 9305 8318 0 -1 1077944384 5120 0 0 0 267 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688314341360 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9323] ppid=9302 vsize=27586320 memory=7739550654194871616 CPUtime=1.63 cores=0-7
/proc/9305/task/9323/stat : 9323 (java) S 9302 9305 8318 0 -1 1077944384 9782 0 0 0 161 2 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688313288816 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9324] ppid=9302 vsize=27586320 memory=160 CPUtime=0 cores=0-7
/proc/9305/task/9324/stat : 9324 (java) S 9302 9305 8318 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688312237024 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9325] ppid=9302 vsize=27586320 memory=0 CPUtime=0 cores=0-7
/proc/9305/task/9325/stat : 9325 (java) S 9302 9305 8318 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 42 0 81467827 28248391680 694090 33554432000 4194304 4196468 140722761404944 140688311184560 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9326] ppid=9302 vsize=27586320 memory=0 CPUtime=0.04 cores=0-7
/proc/9305/task/9326/stat : 9326 (java) S 9302 9305 8318 0 -1 1077944384 805 0 0 0 3 1 0 0 20 0 42 0 81468229 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687308219344 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9327] ppid=9302 vsize=27586320 memory=2 CPUtime=0.03 cores=0-7
/proc/9305/task/9327/stat : 9327 (java) S 9302 9305 8318 0 -1 1077944384 969 0 0 0 2 1 0 0 20 0 42 0 81468251 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687305069840 140689192868482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9328] ppid=9302 vsize=27586320 memory=2 CPUtime=8.14 cores=0-7
/proc/9305/task/9328/stat : 9328 (java) R 9302 9305 8318 0 -1 4202560 2674 0 0 0 807 7 0 0 20 0 42 0 81468267 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687301917648 140688799067315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9329] ppid=9302 vsize=27586320 memory=55 CPUtime=9.78 cores=0-7
/proc/9305/task/9329/stat : 9329 (java) S 9302 9305 8318 0 -1 1077944384 1184 0 0 0 973 5 0 0 20 0 42 0 81468268 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687300867344 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9330] ppid=9302 vsize=27586320 memory=4206468019014099040 CPUtime=6.29 cores=0-7
/proc/9305/task/9330/stat : 9330 (java) S 9302 9305 8318 0 -1 1077944384 780 0 0 0 621 8 0 0 20 0 42 0 81468270 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687299814288 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9331] ppid=9302 vsize=27586320 memory=6944656592455360569 CPUtime=5.36 cores=0-7
/proc/9305/task/9331/stat : 9331 (java) S 9302 9305 8318 0 -1 1077944384 499 0 0 0 533 3 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687296664592 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9332] ppid=9302 vsize=27586320 memory=-9001734013606258791 CPUtime=4.61 cores=0-7
/proc/9305/task/9332/stat : 9332 (java) S 9302 9305 8318 0 -1 1077944384 530 0 0 0 455 6 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687295612560 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9333] ppid=9302 vsize=27586320 memory=-7522837415797432224 CPUtime=2.27 cores=0-7
/proc/9305/task/9333/stat : 9333 (java) S 9302 9305 8318 0 -1 1077944384 400 0 0 0 227 0 0 0 20 0 42 0 81468274 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687294560016 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9334] ppid=9302 vsize=27586320 memory=0 CPUtime=5 cores=0-7
/proc/9305/task/9334/stat : 9334 (java) S 9302 9305 8318 0 -1 1077944384 532 0 0 0 498 2 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687293506960 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9335] ppid=9302 vsize=27586320 memory=0 CPUtime=7.03 cores=0-7
/proc/9305/task/9335/stat : 9335 (java) S 9302 9305 8318 0 -1 1077944384 850 0 0 0 696 7 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140687292454416 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9336] ppid=9302 vsize=27586320 memory=0 CPUtime=2.77 cores=0-7
/proc/9305/task/9336/stat : 9336 (java) S 9302 9305 8318 0 -1 1077944384 416 0 0 0 276 1 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686983517328 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9337] ppid=9302 vsize=27586320 memory=0 CPUtime=4.51 cores=0-7
/proc/9305/task/9337/stat : 9337 (java) S 9302 9305 8318 0 -1 1077944384 569 0 0 0 451 0 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686982464784 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9338] ppid=9302 vsize=27586320 memory=0 CPUtime=3 cores=0-7
/proc/9305/task/9338/stat : 9338 (java) S 9302 9305 8318 0 -1 1077944384 515 0 0 0 299 1 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686981411728 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9339] ppid=9302 vsize=27586320 memory=0 CPUtime=8.4 cores=0-7
/proc/9305/task/9339/stat : 9339 (java) R 9302 9305 8318 0 -1 4202560 948 0 0 0 835 5 0 0 20 0 42 0 81468275 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686980356944 140688796854278 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9340] ppid=9302 vsize=27586320 memory=2776360 CPUtime=9.98 cores=0-7
/proc/9305/task/9340/stat : 9340 (java) S 9302 9305 8318 0 -1 1077944384 993 0 0 0 991 7 0 0 20 0 42 0 81468276 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686979307152 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9341] ppid=9302 vsize=27586320 memory=0 CPUtime=3.96 cores=0-7
/proc/9305/task/9341/stat : 9341 (java) S 9302 9305 8318 0 -1 1077944384 920 0 0 0 395 1 0 0 20 0 42 0 81468734 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686976120592 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9342] ppid=9302 vsize=27586320 memory=0 CPUtime=3.03 cores=0-7
/proc/9305/task/9342/stat : 9342 (java) S 9302 9305 8318 0 -1 1077944384 309 0 0 0 302 1 0 0 20 0 42 0 81468735 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686975067536 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9343] ppid=9302 vsize=27586320 memory=0 CPUtime=4.63 cores=0-7
/proc/9305/task/9343/stat : 9343 (java) S 9302 9305 8318 0 -1 1077944384 899 0 0 0 460 3 0 0 20 0 42 0 81468736 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686974014992 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9344] ppid=9302 vsize=27586320 memory=0 CPUtime=4.54 cores=0-7
/proc/9305/task/9344/stat : 9344 (java) S 9302 9305 8318 0 -1 1077944384 601 0 0 0 453 1 0 0 20 0 42 0 81468737 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686972961936 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9345] ppid=9302 vsize=27586320 memory=2562776 CPUtime=1.83 cores=0-7
/proc/9305/task/9345/stat : 9345 (java) R 9302 9305 8318 0 -1 4202560 558 0 0 0 182 1 0 0 20 0 42 0 81468860 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686971907152 140688796852892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9346] ppid=9302 vsize=27586320 memory=8027778955893630272 CPUtime=3.33 cores=0-7
/proc/9305/task/9346/stat : 9346 (java) S 9302 9305 8318 0 -1 1077944384 409 0 0 0 331 2 0 0 20 0 42 0 81468862 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686970856336 140689192867541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
[pid=9305/tid=9347] ppid=9302 vsize=27586320 memory=7157735280297202537 CPUtime=4.74 cores=0-7
/proc/9305/task/9347/stat : 9347 (java) R 9302 9305 8318 0 -1 4202560 673 0 0 0 471 3 0 0 20 0 42 0 81468863 28248391680 694090 33554432000 4194304 4196468 140722761404944 140686969801552 140688792054635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31371264 140722761413709 140722761413893 140722761413893 140722761416655 0
Current children cumulated CPU time: 122.08 s
Current children cumulated vsize: 27586320 KiB
Current children cumulated memory: 2776360 KiB

Child status: 0
Real time (s): 18.5968
CPU time (s): 122.304
CPU user time (s): 120.392
CPU system time (s): 1.9119
CPU usage (%): 657.658
Max. virtual memory (cumulated for all children) (KiB): 27586320
Max. memory (cumulated for all children) (KiB): 2776360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.392
system time used= 1.9119
maximum resident set size= 2777276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85758
page faults= 0
swaps= 0
block input operations= 192
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16470
involuntary context switches= 6558


# summary of solver processes directly reported to runsolver:
#   pid: 9305
#   total CPU time (s): 122.304
#   total CPU user time (s): 120.392
#   total CPU system time (s): 1.9119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.15866 second user time and 0.295437 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 23:04:06
IDJOB=4291821
IDBENCH=141181
IDSOLVER=2745
FILE ID=node138/4291821-1532639046
RUNJOBID= node138-1532633938-8345
PBS_JOBID= 21022187
Free space on /tmp= 53800 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f10_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291821-1532639046/watcher-4291821-1532639046 -o /tmp/evaluation-result-4291821-1532639046/solver-4291821-1532639046 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532633938-8345 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1449876988 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291821-1532639046.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 597c97ebbfec0748b52bd546c50d9854
RANDOM SEED=1449876988

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.71
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.71
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.71
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.71
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17510096 kB
MemAvailable:   31920532 kB
Buffers:          202720 kB
Cached:         14351500 kB
SwapCached:           44 kB
Active:          2458300 kB
Inactive:       12155916 kB
Active(anon):      10764 kB
Inactive(anon):    77300 kB
Active(file):    2447536 kB
Inactive(file): 12078616 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             36244 kB
Writeback:             0 kB
AnonPages:         70660 kB
Mapped:            35560 kB
Shmem:             25164 kB
Slab:             340476 kB
SReclaimable:     312744 kB
SUnreclaim:        27732 kB
KernelStack:        3456 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53768 MiB
End job on node138 at 2018-07-26 23:04:25