Trace number 4275581

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 2017-07-26UNSAT 530.13501 82.4002

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-020-05-mul.xml
MD5SUMa36cd0da2272e5282cbf2247e3cbad08
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 benchmark0.94687301
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":20},{"size":400,"count":5}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 994393595
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
2.12/1.19	c Parsing done, starting search...
529.96/82.36	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 (15014 MiB free)
  memory of node 1: 16384 MiB (15673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275581-1502686171/watcher-4275581-1502686171 -o /tmp/evaluation-result-4275581-1502686171/solver-4275581-1502686171 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 994393595 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275581-1502686171.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
Current StackSize limit: 8192 KiB

solver pid=28430, runsolver pid=28427

[startup+0.100118 s]*
/proc/loadavg: 6.56 7.20 8.08 2/199 28450
/proc/meminfo: memFree=31403920/32770624 swapFree=67108860/67108860
[pid=28430] ppid=28427 vsize=14325320 memory=34300 CPUtime=0.12 cores=0-7
/proc/28430/stat : 28430 (java) S 28427 28430 26064 0 -1 1077944320 8467 0 0 0 11 1 0 0 20 0 20 0 101704933 14669127680 8575 33554432000 4194304 4196468 140725711572400 140725711554944 139638507196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
/proc/28430/statm: 3581330 8575 3411 1 0 3569050 0
[pid=28430/tid=28432] ppid=28427 vsize=14325320 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28430/task/28432/stat : 28432 (java) R 28427 28430 26064 0 -1 4202560 6411 0 0 0 8 0 0 0 20 0 20 0 101704934 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638511412832 139638507218077 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28433] ppid=28427 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=14325320 memory=139766384907904 CPUtime=0 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 8575 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704936 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28442] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28442/stat : 28442 (java) S 28427 28430 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101704937 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637334422304 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28443] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28443/stat : 28443 (java) S 28427 28430 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101704937 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637333369968 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28444] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28444/stat : 28444 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637332318288 139638507214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28445] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28445/stat : 28445 (java) S 28427 28430 26064 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637331266160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28446] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28446/stat : 28446 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637330213360 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28447] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28447/stat : 28447 (java) R 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637329161072 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28448] ppid=28427 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28430/task/28448/stat : 28448 (java) R 28427 28430 26064 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637328108272 139638486172718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28449] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28449/stat : 28449 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637327055200 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28450] ppid=28427 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28450/stat : 28450 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704940 14669127680 8575 33554432000 4194304 4196468 140725711572400 139637326002480 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34300 KiB

[startup+0.209631 s]*
/proc/loadavg: 6.56 7.20 8.08 5/199 28450
/proc/meminfo: memFree=31395272/32770624 swapFree=67108860/67108860
[pid=28430] ppid=28427 vsize=14325320 memory=43188 CPUtime=0.29 cores=0-7
/proc/28430/stat : 28430 (java) S 28427 28430 26064 0 -1 1077944320 9479 0 0 0 28 1 0 0 20 0 20 0 101704933 14669127680 10797 33554432000 4194304 4196468 140725711572400 140725711554944 139638507196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
/proc/28430/statm: 3581330 10797 3583 1 0 3569050 0
[pid=28430/tid=28432] ppid=28427 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/28430/task/28432/stat : 28432 (java) R 28427 28430 26064 0 -1 4202560 7039 0 0 0 18 1 0 0 20 0 20 0 101704934 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638511416320 139638507218077 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28433] ppid=28427 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=14325320 memory=139766385246284 CPUtime=0 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669127680 10797 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101704936 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28442] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28442/stat : 28442 (java) S 28427 28430 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101704937 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637334422304 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28443] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28443/stat : 28443 (java) S 28427 28430 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101704937 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637333369968 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28444] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28444/stat : 28444 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637332318288 139638507214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28445] ppid=28427 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28430/task/28445/stat : 28445 (java) S 28427 28430 26064 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637331266160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28446] ppid=28427 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28430/task/28446/stat : 28446 (java) S 28427 28430 26064 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637330213360 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28447] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28447/stat : 28447 (java) S 28427 28430 26064 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637329161072 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28448] ppid=28427 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28430/task/28448/stat : 28448 (java) S 28427 28430 26064 0 -1 1077944384 393 0 0 0 5 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637328108272 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28449] ppid=28427 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28449/stat : 28449 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704939 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637327055200 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28450] ppid=28427 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28450/stat : 28450 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704940 14669127680 10797 33554432000 4194304 4196468 140725711572400 139637326002480 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43188 KiB

[startup+0.309453 s]*
/proc/loadavg: 6.56 7.20 8.08 2/199 28450
/proc/meminfo: memFree=31388572/32770624 swapFree=67108860/67108860
[pid=28430] ppid=28427 vsize=14325340 memory=50052 CPUtime=0.47 cores=0-7
/proc/28430/stat : 28430 (java) S 28427 28430 26064 0 -1 1077944320 10376 0 0 0 45 2 0 0 20 0 20 0 101704933 14669148160 12513 33554432000 4194304 4196468 140725711572400 140725711554944 139638507196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
/proc/28430/statm: 3581335 12513 3676 1 0 3569050 0
[pid=28430/tid=28432] ppid=28427 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28430/task/28432/stat : 28432 (java) R 28427 28430 26064 0 -1 4202560 7603 0 0 0 27 2 0 0 20 0 20 0 101704934 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638511413024 139638491239781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28433] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=14325340 memory=139766221861807 CPUtime=0 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=14325340 memory=139766221864112 CPUtime=0 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=14325340 memory=139766221866416 CPUtime=0 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14669148160 12513 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101704936 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28442] ppid=28427 vsize=14325340 memory=279532443739792 CPUtime=0 cores=0-7
/proc/28430/task/28442/stat : 28442 (java) S 28427 28430 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101704937 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637334422304 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28443] ppid=28427 vsize=14325340 memory=279532443746704 CPUtime=0 cores=0-7
/proc/28430/task/28443/stat : 28443 (java) S 28427 28430 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101704937 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637333369968 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28444] ppid=28427 vsize=14325340 memory=279532443687984 CPUtime=0 cores=0-7
/proc/28430/task/28444/stat : 28444 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637332318288 139638507214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28445] ppid=28427 vsize=14325340 memory=279532443760528 CPUtime=0.03 cores=0-7
/proc/28430/task/28445/stat : 28445 (java) S 28427 28430 26064 0 -1 1077944384 508 0 0 0 3 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637331266160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28446] ppid=28427 vsize=14325340 memory=279532443767440 CPUtime=0.01 cores=0-7
/proc/28430/task/28446/stat : 28446 (java) S 28427 28430 26064 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637330213360 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28447] ppid=28427 vsize=14325340 memory=279532443765136 CPUtime=0.03 cores=0-7
/proc/28430/task/28447/stat : 28447 (java) S 28427 28430 26064 0 -1 1077944384 160 0 0 0 3 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637329161072 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28448] ppid=28427 vsize=14325340 memory=279532443781744 CPUtime=0.08 cores=0-7
/proc/28430/task/28448/stat : 28448 (java) S 28427 28430 26064 0 -1 1077944384 527 0 0 0 8 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637328108272 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28449] ppid=28427 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28449/stat : 28449 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704939 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637327055200 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28450] ppid=28427 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28430/task/28450/stat : 28450 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704940 14669148160 12513 33554432000 4194304 4196468 140725711572400 139637326002480 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50052 KiB

[startup+0.700789 s]
/proc/loadavg: 6.56 7.20 8.08 3/199 28450
/proc/meminfo: memFree=31376072/32770624 swapFree=67108860/67108860
[pid=28430] ppid=28427 vsize=14327388 memory=86176 CPUtime=1.43 cores=0-7
/proc/28430/stat : 28430 (java) S 28427 28430 26064 0 -1 1077944320 14667 0 0 0 139 4 0 0 20 0 20 0 101704933 14671245312 21544 33554432000 4194304 4196468 140725711572400 140725711554944 139638507196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
/proc/28430/statm: 3581847 21544 3773 1 0 3569562 0
[pid=28430/tid=28432] ppid=28427 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/28430/task/28432/stat : 28432 (java) R 28427 28430 26064 0 -1 4202560 8518 0 0 0 65 2 0 0 20 0 20 0 101704934 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638511430768 139638131620350 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28433] ppid=28427 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101704935 14671245312 21544 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=14327388 memory=18520 CPUtime=0 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101704936 14671245312 21544 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0

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

[pid=28430/tid=28433] ppid=28427 vsize=15535816 memory=29064 CPUtime=1.89 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 3195 0 0 0 118 71 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=15535816 memory=3373684 CPUtime=1.9 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3420 0 0 0 120 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=15535816 memory=288230574492221466 CPUtime=1.86 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 3431 0 0 0 114 72 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=15535816 memory=288230617509003574 CPUtime=1.88 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 2569 0 0 0 115 73 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=15535816 memory=14979992052304174 CPUtime=1.9 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2488 0 0 0 116 74 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=15535816 memory=3705708 CPUtime=1.91 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 3521 0 0 0 116 75 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=15535816 memory=1696 CPUtime=1.89 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 4112 0 0 0 119 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=15535816 memory=920 CPUtime=1.87 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 3599 0 0 0 117 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=15535816 memory=4120 CPUtime=0.19 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 5261 0 0 0 18 1 0 0 20 0 38 0 101704936 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28442] ppid=28427 vsize=15535816 memory=1152 CPUtime=0 cores=0-7
/proc/28430/task/28442/stat : 28442 (java) S 28427 28430 26064 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 38 0 101704937 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637334422368 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28443] ppid=28427 vsize=15535816 memory=3632 CPUtime=0 cores=0-7
/proc/28430/task/28443/stat : 28443 (java) S 28427 28430 26064 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 38 0 101704937 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637333369984 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28444] ppid=28427 vsize=15535816 memory=3373488 CPUtime=0 cores=0-7
/proc/28430/task/28444/stat : 28444 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637332318288 139638507214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28445] ppid=28427 vsize=15535816 memory=2240 CPUtime=1.89 cores=0-7
/proc/28430/task/28445/stat : 28445 (java) S 28427 28430 26064 0 -1 1077944384 12715 0 0 0 187 2 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637331266160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28446] ppid=28427 vsize=15535816 memory=3373488 CPUtime=1.92 cores=0-7
/proc/28430/task/28446/stat : 28446 (java) S 28427 28430 26064 0 -1 1077944384 15548 0 0 0 189 3 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637330213360 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28447] ppid=28427 vsize=15535816 memory=928 CPUtime=1.89 cores=0-7
/proc/28430/task/28447/stat : 28447 (java) S 28427 28430 26064 0 -1 1077944384 11999 0 0 0 188 1 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637329161072 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28448] ppid=28427 vsize=15535816 memory=1576 CPUtime=1.06 cores=0-7
/proc/28430/task/28448/stat : 28448 (java) S 28427 28430 26064 0 -1 1077944384 17115 0 0 0 103 3 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637328108272 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28449] ppid=28427 vsize=15535816 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28449/stat : 28449 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637327055200 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28450] ppid=28427 vsize=15535816 memory=0 CPUtime=0.03 cores=0-7
/proc/28430/task/28450/stat : 28450 (java) S 28427 28430 26064 0 -1 1077944384 1393 0 0 0 2 1 0 0 20 0 38 0 101704940 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637326002480 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28451] ppid=28427 vsize=15535816 memory=0 CPUtime=0.08 cores=0-7
/proc/28430/task/28451/stat : 28451 (java) S 28427 28430 26064 0 -1 1077944384 901 0 0 0 5 3 0 0 20 0 38 0 101706722 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637315715920 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28452] ppid=28427 vsize=15535816 memory=0 CPUtime=0.19 cores=0-7
/proc/28430/task/28452/stat : 28452 (java) S 28427 28430 26064 0 -1 1077944384 1562 0 0 0 7 12 0 0 20 0 38 0 101706734 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637312566160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28453] ppid=28427 vsize=15535816 memory=0 CPUtime=36.89 cores=0-7
/proc/28430/task/28453/stat : 28453 (java) S 28427 28430 26064 0 -1 1077944384 4000 0 0 0 3682 7 0 0 20 0 38 0 101706744 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637309416976 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28454] ppid=28427 vsize=15535816 memory=0 CPUtime=20.35 cores=0-7
/proc/28430/task/28454/stat : 28454 (java) S 28427 28430 26064 0 -1 1077944384 4420 0 0 0 2030 5 0 0 20 0 38 0 101706745 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637308364176 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28455] ppid=28427 vsize=15535816 memory=0 CPUtime=34.73 cores=0-7
/proc/28430/task/28455/stat : 28455 (java) S 28427 28430 26064 0 -1 1077944384 4630 0 0 0 3466 7 0 0 20 0 38 0 101706746 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637307311888 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28456] ppid=28427 vsize=15535816 memory=2241 CPUtime=32.91 cores=0-7
/proc/28430/task/28456/stat : 28456 (java) R 28427 28430 26064 0 -1 4202560 3580 0 0 0 3287 4 0 0 20 0 38 0 101706747 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637238516712 139638137744888 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28457] ppid=28427 vsize=15535816 memory=2244 CPUtime=47.13 cores=0-7
/proc/28430/task/28457/stat : 28457 (java) S 28427 28430 26064 0 -1 1077944384 5256 0 0 0 4708 5 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637237470224 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28458] ppid=28427 vsize=15535816 memory=279532446797988 CPUtime=41.27 cores=0-7
/proc/28430/task/28458/stat : 28458 (java) S 28427 28430 26064 0 -1 1077944384 2231 0 0 0 4123 4 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637236417424 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28459] ppid=28427 vsize=15535816 memory=279532446735680 CPUtime=26.1 cores=0-7
/proc/28430/task/28459/stat : 28459 (java) S 28427 28430 26064 0 -1 1077944384 3598 0 0 0 2607 3 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637235365136 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28460] ppid=28427 vsize=15535816 memory=2110116830505028 CPUtime=38.77 cores=0-7
/proc/28430/task/28460/stat : 28460 (java) S 28427 28430 26064 0 -1 1077944384 4695 0 0 0 3872 5 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637234312336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28461] ppid=28427 vsize=15535816 memory=0 CPUtime=36.75 cores=0-7
/proc/28430/task/28461/stat : 28461 (java) R 28427 28430 26064 0 -1 4202560 4840 0 0 0 3667 8 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637233259136 139638137746707 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28462] ppid=28427 vsize=15535816 memory=0 CPUtime=30.88 cores=0-7
/proc/28430/task/28462/stat : 28462 (java) S 28427 28430 26064 0 -1 1077944384 3582 0 0 0 3082 6 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637232207248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28463] ppid=28427 vsize=15535816 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28463/stat : 28463 (java) S 28427 28430 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 101706749 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637231154736 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28464] ppid=28427 vsize=15535816 memory=0 CPUtime=35.25 cores=0-7
/proc/28430/task/28464/stat : 28464 (java) R 28427 28430 26064 0 -1 4202560 4791 0 0 0 3520 5 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637230101248 139638137746650 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28465] ppid=28427 vsize=15535816 memory=0 CPUtime=18.45 cores=0-7
/proc/28430/task/28465/stat : 28465 (java) S 28427 28430 26064 0 -1 1077944384 1112 0 0 0 1845 0 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637229048848 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28466] ppid=28427 vsize=15535816 memory=0 CPUtime=40.66 cores=0-7
/proc/28430/task/28466/stat : 28466 (java) S 28427 28430 26064 0 -1 1077944384 5457 0 0 0 4061 5 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637227996048 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28467] ppid=28427 vsize=15535816 memory=-4695052241013923951 CPUtime=32.79 cores=0-7
/proc/28430/task/28467/stat : 28467 (java) S 28427 28430 26064 0 -1 1077944384 3485 0 0 0 3276 3 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637226943760 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28468] ppid=28427 vsize=15535816 memory=91729 CPUtime=16.12 cores=0-7
/proc/28430/task/28468/stat : 28468 (java) S 28427 28430 26064 0 -1 1077944384 1260 0 0 0 1612 0 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637225890960 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
Current children cumulated CPU time: 529.72 s
Current children cumulated vsize: 15535816 KiB
Current children cumulated memory: 3705708 KiB

[startup+82.3014 s]
/proc/loadavg: 8.12 7.38 8.06 9/217 28468
/proc/meminfo: memFree=27728496/32770624 swapFree=67108860/67108860
[pid=28430] ppid=28427 vsize=15535816 memory=3705708 CPUtime=529.96 cores=0-7
/proc/28430/stat : 28430 (java) S 28427 28430 26064 0 -1 1077944320 167418 0 0 0 52319 677 0 0 20 0 38 0 101704933 15908675584 926427 33554432000 4194304 4196468 140725711572400 140725711554944 139638507196151 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
/proc/28430/statm: 3883954 926427 3867 1 0 3871148 0
[pid=28430/tid=28432] ppid=28427 vsize=15535816 memory=3705708 CPUtime=17.98 cores=0-7
/proc/28430/task/28432/stat : 28432 (java) S 28427 28430 26064 0 -1 1077944384 16173 0 0 0 1789 9 0 0 20 0 38 0 101704934 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638511433856 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28433] ppid=28427 vsize=15535816 memory=57 CPUtime=1.89 cores=0-7
/proc/28430/task/28433/stat : 28433 (java) S 28427 28430 26064 0 -1 1077944384 3195 0 0 0 118 71 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638459816336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28434] ppid=28427 vsize=15535816 memory=7373050533535770475 CPUtime=1.9 cores=0-7
/proc/28430/task/28434/stat : 28434 (java) S 28427 28430 26064 0 -1 1077944384 3420 0 0 0 120 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638458763536 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28435] ppid=28427 vsize=15535816 memory=8027500731804640868 CPUtime=1.86 cores=0-7
/proc/28430/task/28435/stat : 28435 (java) S 28427 28430 26064 0 -1 1077944384 3431 0 0 0 114 72 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638457711248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28436] ppid=28427 vsize=15535816 memory=7307767039243282496 CPUtime=1.88 cores=0-7
/proc/28430/task/28436/stat : 28436 (java) S 28427 28430 26064 0 -1 1077944384 2569 0 0 0 115 73 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638456658448 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28437] ppid=28427 vsize=15535816 memory=164 CPUtime=1.9 cores=0-7
/proc/28430/task/28437/stat : 28437 (java) S 28427 28430 26064 0 -1 1077944384 2488 0 0 0 116 74 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638455606160 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28438] ppid=28427 vsize=15535816 memory=6944656575208382560 CPUtime=1.91 cores=0-7
/proc/28430/task/28438/stat : 28438 (java) S 28427 28430 26064 0 -1 1077944384 3521 0 0 0 116 75 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638454553360 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28439] ppid=28427 vsize=15535816 memory=6944656592387989600 CPUtime=1.89 cores=0-7
/proc/28430/task/28439/stat : 28439 (java) S 28427 28430 26064 0 -1 1077944384 4112 0 0 0 119 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638453501072 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28440] ppid=28427 vsize=15535816 memory=5668 CPUtime=1.87 cores=0-7
/proc/28430/task/28440/stat : 28440 (java) S 28427 28430 26064 0 -1 1077944384 3599 0 0 0 117 70 0 0 20 0 38 0 101704935 15908675584 926427 33554432000 4194304 4196468 140725711572400 139638452448272 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28441] ppid=28427 vsize=15535816 memory=1008 CPUtime=0.19 cores=0-7
/proc/28430/task/28441/stat : 28441 (java) S 28427 28430 26064 0 -1 1077944384 5261 0 0 0 18 1 0 0 20 0 38 0 101704936 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637335476336 139638507207298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28442] ppid=28427 vsize=15535816 memory=4612 CPUtime=0 cores=0-7
/proc/28430/task/28442/stat : 28442 (java) S 28427 28430 26064 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 38 0 101704937 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637334422368 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28443] ppid=28427 vsize=15535816 memory=0 CPUtime=0 cores=0-7
/proc/28430/task/28443/stat : 28443 (java) S 28427 28430 26064 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 38 0 101704937 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637333369984 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28444] ppid=28427 vsize=15535816 memory=7374790901363878553 CPUtime=0 cores=0-7
/proc/28430/task/28444/stat : 28444 (java) S 28427 28430 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637332318288 139638507214747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28445] ppid=28427 vsize=15535816 memory=14777144556 CPUtime=1.89 cores=0-7
/proc/28430/task/28445/stat : 28445 (java) S 28427 28430 26064 0 -1 1077944384 12715 0 0 0 187 2 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637331266160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28446] ppid=28427 vsize=15535816 memory=303430223234596890 CPUtime=1.92 cores=0-7
/proc/28430/task/28446/stat : 28446 (java) S 28427 28430 26064 0 -1 1077944384 15548 0 0 0 189 3 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637330213360 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28447] ppid=28427 vsize=15535816 memory=288230617509003574 CPUtime=1.89 cores=0-7
/proc/28430/task/28447/stat : 28447 (java) S 28427 28430 26064 0 -1 1077944384 11999 0 0 0 188 1 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637329161072 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28448] ppid=28427 vsize=15535816 memory=14979992052304174 CPUtime=1.06 cores=0-7
/proc/28430/task/28448/stat : 28448 (java) S 28427 28430 26064 0 -1 1077944384 17115 0 0 0 103 3 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637328108272 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28449] ppid=28427 vsize=15535816 memory=279532444463936 CPUtime=0 cores=0-7
/proc/28430/task/28449/stat : 28449 (java) S 28427 28430 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 101704939 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637327055200 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28450] ppid=28427 vsize=15535816 memory=2967036 CPUtime=0.03 cores=0-7
/proc/28430/task/28450/stat : 28450 (java) S 28427 28430 26064 0 -1 1077944384 1393 0 0 0 2 1 0 0 20 0 38 0 101704940 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637326002480 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28451] ppid=28427 vsize=15535816 memory=4048 CPUtime=0.08 cores=0-7
/proc/28430/task/28451/stat : 28451 (java) S 28427 28430 26064 0 -1 1077944384 901 0 0 0 5 3 0 0 20 0 38 0 101706722 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637315715920 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28452] ppid=28427 vsize=15535816 memory=18488 CPUtime=0.2 cores=0-7
/proc/28430/task/28452/stat : 28452 (java) S 28427 28430 26064 0 -1 1077944384 1562 0 0 0 7 13 0 0 20 0 38 0 101706734 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637312566160 139638507207298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28453] ppid=28427 vsize=15535816 memory=3259304 CPUtime=36.89 cores=0-7
/proc/28430/task/28453/stat : 28453 (java) S 28427 28430 26064 0 -1 1077944384 4000 0 0 0 3682 7 0 0 20 0 38 0 101706744 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637309416976 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28454] ppid=28427 vsize=15535816 memory=2340 CPUtime=20.35 cores=0-7
/proc/28430/task/28454/stat : 28454 (java) S 28427 28430 26064 0 -1 1077944384 4420 0 0 0 2030 5 0 0 20 0 38 0 101706745 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637308364176 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28455] ppid=28427 vsize=15535816 memory=2240 CPUtime=34.73 cores=0-7
/proc/28430/task/28455/stat : 28455 (java) S 28427 28430 26064 0 -1 1077944384 4630 0 0 0 3466 7 0 0 20 0 38 0 101706746 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637307311888 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28456] ppid=28427 vsize=15535816 memory=4128 CPUtime=33.01 cores=0-7
/proc/28430/task/28456/stat : 28456 (java) R 28427 28430 26064 0 -1 4202560 3584 0 0 0 3297 4 0 0 20 0 38 0 101706747 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637238516712 139638137745082 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28457] ppid=28427 vsize=15535816 memory=928 CPUtime=47.13 cores=0-7
/proc/28430/task/28457/stat : 28457 (java) S 28427 28430 26064 0 -1 1077944384 5256 0 0 0 4708 5 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637237470224 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28458] ppid=28427 vsize=15535816 memory=3705708 CPUtime=41.27 cores=0-7
/proc/28430/task/28458/stat : 28458 (java) S 28427 28430 26064 0 -1 1077944384 2231 0 0 0 4123 4 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637236417424 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28459] ppid=28427 vsize=15535816 memory=3705708 CPUtime=26.1 cores=0-7
/proc/28430/task/28459/stat : 28459 (java) S 28427 28430 26064 0 -1 1077944384 3598 0 0 0 2607 3 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637235365136 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28460] ppid=28427 vsize=15535816 memory=14979992052304174 CPUtime=38.77 cores=0-7
/proc/28430/task/28460/stat : 28460 (java) S 28427 28430 26064 0 -1 1077944384 4695 0 0 0 3872 5 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637234312336 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28461] ppid=28427 vsize=15535816 memory=2416 CPUtime=36.79 cores=0-7
/proc/28430/task/28461/stat : 28461 (java) S 28427 28430 26064 0 -1 1077944384 4840 0 0 0 3671 8 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637233260048 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28462] ppid=28427 vsize=15535816 memory=1728 CPUtime=30.88 cores=0-7
/proc/28430/task/28462/stat : 28462 (java) S 28427 28430 26064 0 -1 1077944384 3582 0 0 0 3082 6 0 0 20 0 38 0 101706748 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637232207248 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28463] ppid=28427 vsize=15535816 memory=3705708 CPUtime=0 cores=0-7
/proc/28430/task/28463/stat : 28463 (java) S 28427 28430 26064 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 101706749 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637231154736 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28464] ppid=28427 vsize=15535816 memory=6791534058613427641 CPUtime=35.35 cores=0-7
/proc/28430/task/28464/stat : 28464 (java) R 28427 28430 26064 0 -1 4202560 4791 0 0 0 3530 5 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637230101248 139638137745796 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28465] ppid=28427 vsize=15535816 memory=1428 CPUtime=18.45 cores=0-7
/proc/28430/task/28465/stat : 28465 (java) S 28427 28430 26064 0 -1 1077944384 1112 0 0 0 1845 0 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637229048848 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28466] ppid=28427 vsize=15535816 memory=1204 CPUtime=40.66 cores=0-7
/proc/28430/task/28466/stat : 28466 (java) S 28427 28430 26064 0 -1 1077944384 5457 0 0 0 4061 5 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637227996048 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28467] ppid=28427 vsize=15535816 memory=15876 CPUtime=32.79 cores=0-7
/proc/28430/task/28467/stat : 28467 (java) S 28427 28430 26064 0 -1 1077944384 3485 0 0 0 3276 3 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637226943760 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
[pid=28430/tid=28468] ppid=28427 vsize=15535816 memory=3373684 CPUtime=16.12 cores=0-7
/proc/28430/task/28468/stat : 28468 (java) S 28427 28430 26064 0 -1 1077944384 1260 0 0 0 1612 0 0 0 20 0 38 0 101706909 15908675584 926427 33554432000 4194304 4196468 140725711572400 139637225890960 139638507206357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25235456 140725711578210 140725711578395 140725711578395 140725711581135 0
Current children cumulated CPU time: 529.96 s
Current children cumulated vsize: 15535816 KiB
Current children cumulated memory: 3705708 KiB

Child status: 0
Real time (s): 82.4002
CPU time (s): 530.135
CPU user time (s): 523.326
CPU system time (s): 6.80907
CPU usage (%): 643.366
Max. virtual memory (cumulated for all children) (KiB): 15535816
Max. memory (cumulated for all children) (KiB): 3705708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 523.326
system time used= 6.80907
maximum resident set size= 3706188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22973
involuntary context switches= 16587


# summary of solver processes directly reported to runsolver:
#   pid: 28430
#   total CPU time (s): 530.135
#   total CPU user time (s): 523.326
#   total CPU system time (s): 6.80907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.740111 second user time and 1.07733 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:35:13
IDJOB=4275581
IDBENCH=120888
IDSOLVER=2668
FILE ID=node106/4275581-1502686171
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-020-05-mul.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275581-1502686171/watcher-4275581-1502686171 -o /tmp/evaluation-result-4275581-1502686171/solver-4275581-1502686171 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 994393595 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275581-1502686171.xml

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

MD5SUM BENCH= a36cd0da2272e5282cbf2247e3cbad08
RANDOM SEED=994393595

node106.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.86
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.86
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.86
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.86
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:        31424840 kB
MemAvailable:   31980768 kB
Buffers:          140084 kB
Cached:           700760 kB
SwapCached:            0 kB
Active:           473724 kB
Inactive:         423760 kB
Active(anon):      12292 kB
Inactive(anon):    72080 kB
Active(file):     461432 kB
Inactive(file):   351680 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42084 kB
Writeback:             0 kB
AnonPages:         64240 kB
Mapped:            44196 kB
Shmem:             25228 kB
Slab:             143596 kB
SReclaimable:     117304 kB
SUnreclaim:        26292 kB
KernelStack:        3424 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61732 MiB
End job on node106 at 2017-08-14 06:36:35