Trace number 4291262

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 344.448 45.1979

General information on the benchmark

NameDubois/
Dubois-024_c18.xml
MD5SUM4f48250d2147fae0e085f28a4cc8c702
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 benchmark3.63743
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":72}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":72}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1147616712
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
1.19/0.84	c Parsing done, starting search...
344.25/45.16	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 (8472 MiB free)
  memory of node 1: 16384 MiB (11554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291262-1532659364/watcher-4291262-1532659364 -o /tmp/evaluation-result-4291262-1532659364/solver-4291262-1532659364 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1147616712 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291262-1532659364.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=16731, runsolver pid=16728
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 7.42 8.41 8.65 2/199 16751
/proc/meminfo: memFree=20491616/32770624 swapFree=67108860/67108860
[pid=16731] ppid=16728 vsize=26103424 memory=30444 CPUtime=0.12 cores=0-7
/proc/16731/stat : 16731 (java) S 16728 16731 14998 0 -1 1077944320 7049 0 0 0 10 2 0 0 20 0 20 0 83499620 26729906176 7611 33554432000 4194304 4196468 140725520762448 140725520744992 140085760241399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
/proc/16731/statm: 6525856 7611 3155 1 0 6487932 0
[pid=16731/tid=16733] ppid=16728 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16731/task/16733/stat : 16733 (java) R 16728 16731 14998 0 -1 4202560 5138 0 0 0 8 1 0 0 20 0 20 0 83499620 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085764444528 140085740517148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16734] ppid=16728 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16731/task/16734/stat : 16734 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085318257424 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16735] ppid=16728 vsize=26103424 memory=140210221676160 CPUtime=0 cores=0-7
/proc/16731/task/16735/stat : 16735 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085317204880 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16736] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7677 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7743 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7743 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 7743 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499622 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16743] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16743/stat : 16743 (java) S 16728 16731 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084887049632 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16744] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16744/stat : 16744 (java) S 16728 16731 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084885997040 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16745] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16745/stat : 16745 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084884945616 140085760259995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16746] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16746/stat : 16746 (java) S 16728 16731 14998 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084883892208 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16747] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16747/stat : 16747 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084882839664 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16748] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16748/stat : 16748 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084881787120 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16749] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16749/stat : 16749 (java) S 16728 16731 14998 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 7743 33554432000 4194304 4196468 140725520762448 140084880734576 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16750] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16750/stat : 16750 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 7809 33554432000 4194304 4196468 140725520762448 140084879682272 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16751] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16751/stat : 16751 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 7809 33554432000 4194304 4196468 140725520762448 140084878629808 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30444 KiB

[startup+0.21021 s]*
/proc/loadavg: 7.42 8.41 8.65 3/199 16751
/proc/meminfo: memFree=20478036/32770624 swapFree=67108860/67108860
[pid=16731] ppid=16728 vsize=26103424 memory=42452 CPUtime=0.3 cores=0-7
/proc/16731/stat : 16731 (java) S 16728 16731 14998 0 -1 1077944320 10289 0 0 0 28 2 0 0 20 0 20 0 83499620 26729906176 10613 33554432000 4194304 4196468 140725520762448 140725520744992 140085760241399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
/proc/16731/statm: 6525856 10613 3344 1 0 6487932 0
[pid=16731/tid=16733] ppid=16728 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16731/task/16733/stat : 16733 (java) R 16728 16731 14998 0 -1 4202560 7938 0 0 0 18 1 0 0 20 0 20 0 83499620 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085764467216 140085744285029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16734] ppid=16728 vsize=26103424 memory=13939 CPUtime=0 cores=0-7
/proc/16731/task/16734/stat : 16734 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085318257424 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16735] ppid=16728 vsize=26103424 memory=140210222228114 CPUtime=0 cores=0-7
/proc/16731/task/16735/stat : 16735 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085317204880 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16736] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 10613 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499622 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16743] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16743/stat : 16743 (java) S 16728 16731 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084887049632 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16744] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16744/stat : 16744 (java) S 16728 16731 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084885997040 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16745] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16745/stat : 16745 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084884945616 140085760259995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16746] ppid=16728 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/16731/task/16746/stat : 16746 (java) S 16728 16731 14998 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 20 0 83499625 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084883892208 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16747] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16747/stat : 16747 (java) R 16728 16731 14998 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084882839664 140085760252546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16748] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16748/stat : 16748 (java) S 16728 16731 14998 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084881787120 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16749] ppid=16728 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/16731/task/16749/stat : 16749 (java) R 16728 16731 14998 0 -1 4202560 425 0 0 0 6 0 0 0 20 0 20 0 83499625 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084880734576 140085760262746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16750] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16750/stat : 16750 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084879682272 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16751] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16751/stat : 16751 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 10613 33554432000 4194304 4196468 140725520762448 140084878629808 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42452 KiB

[startup+0.310305 s]*
/proc/loadavg: 7.42 8.41 8.65 3/199 16751
/proc/meminfo: memFree=20473932/32770624 swapFree=67108860/67108860
[pid=16731] ppid=16728 vsize=26103424 memory=46024 CPUtime=0.43 cores=0-7
/proc/16731/stat : 16731 (java) S 16728 16731 14998 0 -1 1077944320 10725 0 0 0 40 3 0 0 20 0 20 0 83499620 26729906176 11506 33554432000 4194304 4196468 140725520762448 140725520744992 140085760241399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
/proc/16731/statm: 6525856 11506 3371 1 0 6487932 0
[pid=16731/tid=16733] ppid=16728 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16731/task/16733/stat : 16733 (java) R 16728 16731 14998 0 -1 4202560 8260 0 0 0 28 2 0 0 20 0 20 0 83499620 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085764403136 140085740516721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16734] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16734/stat : 16734 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085318257424 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16735] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16735/stat : 16735 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085317204880 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16736] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=26103424 memory=140210079888303 CPUtime=0 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=26103424 memory=140210079890608 CPUtime=0 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=26103424 memory=140210079892912 CPUtime=0 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26729906176 11506 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499622 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16743] ppid=16728 vsize=26103424 memory=280420159792784 CPUtime=0 cores=0-7
/proc/16731/task/16743/stat : 16743 (java) S 16728 16731 14998 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084887049632 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16744] ppid=16728 vsize=26103424 memory=280420159799696 CPUtime=0 cores=0-7
/proc/16731/task/16744/stat : 16744 (java) S 16728 16731 14998 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83499623 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084885997040 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16745] ppid=16728 vsize=26103424 memory=280420159740976 CPUtime=0 cores=0-7
/proc/16731/task/16745/stat : 16745 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084884945616 140085760259995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16746] ppid=16728 vsize=26103424 memory=280420159813520 CPUtime=0.01 cores=0-7
/proc/16731/task/16746/stat : 16746 (java) S 16728 16731 14998 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 83499625 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084883892208 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16747] ppid=16728 vsize=26103424 memory=280420159820432 CPUtime=0 cores=0-7
/proc/16731/task/16747/stat : 16747 (java) S 16728 16731 14998 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 20 0 83499625 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084882839664 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16748] ppid=16728 vsize=26103424 memory=280420159818128 CPUtime=0.01 cores=0-7
/proc/16731/task/16748/stat : 16748 (java) S 16728 16731 14998 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 20 0 83499625 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084881787120 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16749] ppid=16728 vsize=26103424 memory=280420159834736 CPUtime=0.07 cores=0-7
/proc/16731/task/16749/stat : 16749 (java) S 16728 16731 14998 0 -1 1077944384 454 0 0 0 7 0 0 0 20 0 20 0 83499625 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084880734576 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16750] ppid=16728 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16750/stat : 16750 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084879682272 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16751] ppid=16728 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/16731/task/16751/stat : 16751 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499626 26729906176 11506 33554432000 4194304 4196468 140725520762448 140084878629808 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46024 KiB

[startup+0.700899 s]
/proc/loadavg: 7.42 8.41 8.65 2/199 16751
/proc/meminfo: memFree=20450368/32770624 swapFree=67108860/67108860
[pid=16731] ppid=16728 vsize=26105492 memory=84708 CPUtime=0.99 cores=0-7
/proc/16731/stat : 16731 (java) S 16728 16731 14998 0 -1 1077944320 17602 0 0 0 94 5 0 0 20 0 20 0 83499620 26732023808 21177 33554432000 4194304 4196468 140725520762448 140725520744992 140085760241399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
/proc/16731/statm: 6526373 21177 3500 1 0 6488444 0
[pid=16731/tid=16733] ppid=16728 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/16731/task/16733/stat : 16733 (java) R 16728 16731 14998 0 -1 4202560 14634 0 0 0 64 3 0 0 20 0 20 0 83499620 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085764447456 140085744321886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16734] ppid=16728 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16734/stat : 16734 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085318257424 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16735] ppid=16728 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16735/stat : 16735 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085317204880 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16736] ppid=16728 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=26105492 memory=1196 CPUtime=0 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=26105492 memory=8536 CPUtime=0 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=26105492 memory=4616 CPUtime=0 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=26105492 memory=1424 CPUtime=0 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=26105492 memory=15868 CPUtime=0 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499621 26732023808 21177 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=26105492 memory=4052 CPUtime=0 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499622 26732023808 21177 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0

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

[pid=16731/tid=16736] ppid=16728 vsize=27384580 memory=2344 CPUtime=0.1 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1247 0 0 0 6 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=27384580 memory=928 CPUtime=0.09 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 648 0 0 0 5 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=27384580 memory=1580 CPUtime=0.1 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1127 0 0 0 6 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=27384580 memory=2240 CPUtime=0.11 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 459 0 0 0 7 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=27384580 memory=4128 CPUtime=0.09 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 640 0 0 0 5 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=27384580 memory=3267764 CPUtime=0.11 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1422 0 0 0 6 5 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=27384580 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 5402 0 0 0 7 2 0 0 20 0 39 0 83499622 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16743] ppid=16728 vsize=27384580 memory=1692 CPUtime=0 cores=0-7
/proc/16731/task/16743/stat : 16743 (java) S 16728 16731 14998 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 39 0 83499623 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084887049696 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16744] ppid=16728 vsize=27384580 memory=916 CPUtime=0 cores=0-7
/proc/16731/task/16744/stat : 16744 (java) S 16728 16731 14998 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 83499623 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084885997056 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16745] ppid=16728 vsize=27384580 memory=4376 CPUtime=0 cores=0-7
/proc/16731/task/16745/stat : 16745 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084884945616 140085760259995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16746] ppid=16728 vsize=27384580 memory=4096 CPUtime=1.05 cores=0-7
/proc/16731/task/16746/stat : 16746 (java) S 16728 16731 14998 0 -1 1077944384 5327 0 0 0 103 2 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084883892208 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16747] ppid=16728 vsize=27384580 memory=0 CPUtime=0.93 cores=0-7
/proc/16731/task/16747/stat : 16747 (java) S 16728 16731 14998 0 -1 1077944384 2895 0 0 0 92 1 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084882839664 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16748] ppid=16728 vsize=27384580 memory=0 CPUtime=0.92 cores=0-7
/proc/16731/task/16748/stat : 16748 (java) S 16728 16731 14998 0 -1 1077944384 3869 0 0 0 91 1 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084881787120 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16749] ppid=16728 vsize=27384580 memory=0 CPUtime=0.91 cores=0-7
/proc/16731/task/16749/stat : 16749 (java) S 16728 16731 14998 0 -1 1077944384 10575 0 0 0 89 2 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084880734576 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16750] ppid=16728 vsize=27384580 memory=0 CPUtime=0 cores=0-7
/proc/16731/task/16750/stat : 16750 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 83499626 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084879682272 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16751] ppid=16728 vsize=27384580 memory=0 CPUtime=0.01 cores=0-7
/proc/16731/task/16751/stat : 16751 (java) S 16728 16731 14998 0 -1 1077944384 621 0 0 0 0 1 0 0 20 0 39 0 83499626 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084878629808 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16752] ppid=16728 vsize=27384580 memory=22244 CPUtime=0.09 cores=0-7
/proc/16731/task/16752/stat : 16752 (java) S 16728 16731 14998 0 -1 1077944384 885 0 0 0 7 2 0 0 20 0 39 0 83499772 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084867282128 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16753] ppid=16728 vsize=27384580 memory=24452 CPUtime=0.13 cores=0-7
/proc/16731/task/16753/stat : 16753 (java) S 16728 16731 14998 0 -1 1077944384 1311 0 0 0 7 6 0 0 20 0 39 0 83499789 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084864132624 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16754] ppid=16728 vsize=27384580 memory=3492 CPUtime=4.93 cores=0-7
/proc/16731/task/16754/stat : 16754 (java) S 16728 16731 14998 0 -1 1077944384 1500 0 0 0 492 1 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084860982160 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16755] ppid=16728 vsize=27384580 memory=2845512 CPUtime=23.4 cores=0-7
/proc/16731/task/16755/stat : 16755 (java) S 16728 16731 14998 0 -1 1077944384 4782 0 0 0 2333 7 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084859929616 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16756] ppid=16728 vsize=27384580 memory=6791534058613427641 CPUtime=27.03 cores=0-7
/proc/16731/task/16756/stat : 16756 (java) S 16728 16731 14998 0 -1 1077944384 5423 0 0 0 2695 8 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084858877072 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16757] ppid=16728 vsize=27384580 memory=4872558044660077418 CPUtime=12.58 cores=0-7
/proc/16731/task/16757/stat : 16757 (java) S 16728 16731 14998 0 -1 1077944384 1694 0 0 0 1255 3 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084855727376 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16758] ppid=16728 vsize=27384580 memory=0 CPUtime=24.87 cores=0-7
/proc/16731/task/16758/stat : 16758 (java) S 16728 16731 14998 0 -1 1077944384 7212 0 0 0 2480 7 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083932423568 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16759] ppid=16728 vsize=27384580 memory=0 CPUtime=31.1 cores=0-7
/proc/16731/task/16759/stat : 16759 (java) R 16728 16731 14998 0 -1 4202560 2072 0 0 0 3100 10 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083931368784 140085401668243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16760] ppid=16728 vsize=27384580 memory=0 CPUtime=16.97 cores=0-7
/proc/16731/task/16760/stat : 16760 (java) S 16728 16731 14998 0 -1 1077944384 2056 0 0 0 1690 7 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083930318480 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16761] ppid=16728 vsize=27384580 memory=0 CPUtime=13.05 cores=0-7
/proc/16731/task/16761/stat : 16761 (java) R 16728 16731 14998 0 -1 4202560 2257 0 0 0 1302 3 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083929263696 140085406051551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16762] ppid=16728 vsize=27384580 memory=0 CPUtime=15.73 cores=0-7
/proc/16731/task/16762/stat : 16762 (java) S 16728 16731 14998 0 -1 1077944384 3606 0 0 0 1568 5 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083928212368 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16763] ppid=16728 vsize=27384580 memory=0 CPUtime=32.07 cores=0-7
/proc/16731/task/16763/stat : 16763 (java) S 16728 16731 14998 0 -1 1077944384 3298 0 0 0 3197 10 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083927159824 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16764] ppid=16728 vsize=27384580 memory=6791534058613427641 CPUtime=18.49 cores=0-7
/proc/16731/task/16764/stat : 16764 (java) S 16728 16731 14998 0 -1 1077944384 1201 0 0 0 1845 4 0 0 20 0 39 0 83499823 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083926107280 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16765] ppid=16728 vsize=27384580 memory=288230583166042425 CPUtime=27.85 cores=0-7
/proc/16731/task/16765/stat : 16765 (java) R 16728 16731 14998 0 -1 4202560 4833 0 0 0 2777 8 0 0 20 0 39 0 83499891 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083922918480 140085745451374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16766] ppid=16728 vsize=27384580 memory=15824378344507954 CPUtime=30.5 cores=0-7
/proc/16731/task/16766/stat : 16766 (java) R 16728 16731 14998 0 -1 4202560 2814 0 0 0 3040 10 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083921865936 140085406470767 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16767] ppid=16728 vsize=27384580 memory=6 CPUtime=18.85 cores=0-7
/proc/16731/task/16767/stat : 16767 (java) S 16728 16731 14998 0 -1 1077944384 3715 0 0 0 1880 5 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083920815632 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16768] ppid=16728 vsize=27384580 memory=123 CPUtime=9.84 cores=0-7
/proc/16731/task/16768/stat : 16768 (java) S 16728 16731 14998 0 -1 1077944384 1957 0 0 0 978 6 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083919763088 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16769] ppid=16728 vsize=27384580 memory=1152 CPUtime=17.43 cores=0-7
/proc/16731/task/16769/stat : 16769 (java) S 16728 16731 14998 0 -1 1077944384 2420 0 0 0 1741 2 0 0 20 0 39 0 83500236 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083918710544 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16770] ppid=16728 vsize=27384580 memory=1316 CPUtime=12.09 cores=0-7
/proc/16731/task/16770/stat : 16770 (java) S 16728 16731 14998 0 -1 1077944384 2948 0 0 0 1206 3 0 0 20 0 39 0 83500237 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083917656976 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
Current children cumulated CPU time: 343.96 s
Current children cumulated vsize: 27384580 KiB
Current children cumulated memory: 3266752 KiB

[startup+45.1107 s]
/proc/loadavg: 8.11 8.44 8.65 5/218 16770
/proc/meminfo: memFree=17251936/32770624 swapFree=67108860/67108860
[pid=16731] ppid=16728 vsize=27384580 memory=3266752 CPUtime=344.25 cores=0-7
/proc/16731/stat : 16731 (java) S 16728 16731 14998 0 -1 1077944320 117964 0 0 0 34261 164 0 0 20 0 39 0 83499620 28041809920 816688 33554432000 4194304 4196468 140725520762448 140725520744992 140085760241399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
/proc/16731/statm: 6846145 816688 3616 1 0 6807695 0
[pid=16731/tid=16733] ppid=16728 vsize=27384580 memory=3266752 CPUtime=1.9 cores=0-7
/proc/16731/task/16733/stat : 16733 (java) S 16728 16731 14998 0 -1 1077944384 21760 0 0 0 183 7 0 0 20 0 39 0 83499620 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085764478864 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16734] ppid=16728 vsize=27384580 memory=3267252 CPUtime=0.1 cores=0-7
/proc/16731/task/16734/stat : 16734 (java) S 16728 16731 14998 0 -1 1077944384 2440 0 0 0 5 5 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085318257424 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16735] ppid=16728 vsize=27384580 memory=3266752 CPUtime=0.1 cores=0-7
/proc/16731/task/16735/stat : 16735 (java) S 16728 16731 14998 0 -1 1077944384 2136 0 0 0 5 5 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085317204880 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16736] ppid=16728 vsize=27384580 memory=91 CPUtime=0.1 cores=0-7
/proc/16731/task/16736/stat : 16736 (java) S 16728 16731 14998 0 -1 1077944384 1247 0 0 0 6 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085316152336 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16737] ppid=16728 vsize=27384580 memory=91 CPUtime=0.09 cores=0-7
/proc/16731/task/16737/stat : 16737 (java) S 16728 16731 14998 0 -1 1077944384 648 0 0 0 5 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085315099792 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16738] ppid=16728 vsize=27384580 memory=0 CPUtime=0.1 cores=0-7
/proc/16731/task/16738/stat : 16738 (java) S 16728 16731 14998 0 -1 1077944384 1127 0 0 0 6 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085314046224 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16739] ppid=16728 vsize=27384580 memory=0 CPUtime=0.11 cores=0-7
/proc/16731/task/16739/stat : 16739 (java) S 16728 16731 14998 0 -1 1077944384 459 0 0 0 7 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085312993680 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16740] ppid=16728 vsize=27384580 memory=7156589589112907361 CPUtime=0.09 cores=0-7
/proc/16731/task/16740/stat : 16740 (java) S 16728 16731 14998 0 -1 1077944384 640 0 0 0 5 4 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085311941136 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16741] ppid=16728 vsize=27384580 memory=7444819965264618856 CPUtime=0.11 cores=0-7
/proc/16731/task/16741/stat : 16741 (java) S 16728 16731 14998 0 -1 1077944384 1422 0 0 0 6 5 0 0 20 0 39 0 83499621 28041809920 816688 33554432000 4194304 4196468 140725520762448 140085310888592 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16742] ppid=16728 vsize=27384580 memory=6082203004691245143 CPUtime=0.09 cores=0-7
/proc/16731/task/16742/stat : 16742 (java) S 16728 16731 14998 0 -1 1077944384 5402 0 0 0 7 2 0 0 20 0 39 0 83499622 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084888103408 140085760252546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16743] ppid=16728 vsize=27384580 memory=3208816 CPUtime=0 cores=0-7
/proc/16731/task/16743/stat : 16743 (java) S 16728 16731 14998 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 39 0 83499623 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084887049696 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16744] ppid=16728 vsize=27384580 memory=3076480 CPUtime=0 cores=0-7
/proc/16731/task/16744/stat : 16744 (java) S 16728 16731 14998 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 39 0 83499623 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084885997056 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16745] ppid=16728 vsize=27384580 memory=3267252 CPUtime=0 cores=0-7
/proc/16731/task/16745/stat : 16745 (java) S 16728 16731 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084884945616 140085760259995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16746] ppid=16728 vsize=27384580 memory=3070192 CPUtime=1.05 cores=0-7
/proc/16731/task/16746/stat : 16746 (java) S 16728 16731 14998 0 -1 1077944384 5327 0 0 0 103 2 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084883892208 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16747] ppid=16728 vsize=27384580 memory=3070192 CPUtime=0.93 cores=0-7
/proc/16731/task/16747/stat : 16747 (java) S 16728 16731 14998 0 -1 1077944384 2895 0 0 0 92 1 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084882839664 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16748] ppid=16728 vsize=27384580 memory=3259972 CPUtime=0.92 cores=0-7
/proc/16731/task/16748/stat : 16748 (java) S 16728 16731 14998 0 -1 1077944384 3869 0 0 0 91 1 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084881787120 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16749] ppid=16728 vsize=27384580 memory=2420 CPUtime=0.91 cores=0-7
/proc/16731/task/16749/stat : 16749 (java) S 16728 16731 14998 0 -1 1077944384 10575 0 0 0 89 2 0 0 20 0 39 0 83499625 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084880734576 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16750] ppid=16728 vsize=27384580 memory=57 CPUtime=0 cores=0-7
/proc/16731/task/16750/stat : 16750 (java) S 16728 16731 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 83499626 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084879682272 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16751] ppid=16728 vsize=27384580 memory=0 CPUtime=0.01 cores=0-7
/proc/16731/task/16751/stat : 16751 (java) S 16728 16731 14998 0 -1 1077944384 621 0 0 0 0 1 0 0 20 0 39 0 83499626 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084878629808 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16752] ppid=16728 vsize=27384580 memory=8026650869813564775 CPUtime=0.09 cores=0-7
/proc/16731/task/16752/stat : 16752 (java) S 16728 16731 14998 0 -1 1077944384 885 0 0 0 7 2 0 0 20 0 39 0 83499772 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084867282128 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16753] ppid=16728 vsize=27384580 memory=3267252 CPUtime=0.13 cores=0-7
/proc/16731/task/16753/stat : 16753 (java) S 16728 16731 14998 0 -1 1077944384 1311 0 0 0 7 6 0 0 20 0 39 0 83499789 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084864132624 140085760252546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16754] ppid=16728 vsize=27384580 memory=4872558044660077418 CPUtime=4.93 cores=0-7
/proc/16731/task/16754/stat : 16754 (java) S 16728 16731 14998 0 -1 1077944384 1500 0 0 0 492 1 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084860982160 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16755] ppid=16728 vsize=27384580 memory=6944652177228980272 CPUtime=23.4 cores=0-7
/proc/16731/task/16755/stat : 16755 (java) S 16728 16731 14998 0 -1 1077944384 4782 0 0 0 2333 7 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084859929616 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16756] ppid=16728 vsize=27384580 memory=6655300316396806192 CPUtime=27.03 cores=0-7
/proc/16731/task/16756/stat : 16756 (java) S 16728 16731 14998 0 -1 1077944384 5423 0 0 0 2695 8 0 0 20 0 39 0 83499810 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084858877072 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16757] ppid=16728 vsize=27384580 memory=6791534058613427641 CPUtime=12.58 cores=0-7
/proc/16731/task/16757/stat : 16757 (java) S 16728 16731 14998 0 -1 1077944384 1694 0 0 0 1255 3 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140084855727376 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16758] ppid=16728 vsize=27384580 memory=24716 CPUtime=24.87 cores=0-7
/proc/16731/task/16758/stat : 16758 (java) S 16728 16731 14998 0 -1 1077944384 7212 0 0 0 2480 7 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083932423568 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16759] ppid=16728 vsize=27384580 memory=2420 CPUtime=31.2 cores=0-7
/proc/16731/task/16759/stat : 16759 (java) R 16728 16731 14998 0 -1 4202560 2072 0 0 0 3110 10 0 0 20 0 39 0 83499817 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083931368784 140085406049440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16760] ppid=16728 vsize=27384580 memory=1292 CPUtime=16.97 cores=0-7
/proc/16731/task/16760/stat : 16760 (java) S 16728 16731 14998 0 -1 1077944384 2056 0 0 0 1690 7 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083930318480 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16761] ppid=16728 vsize=27384580 memory=1728 CPUtime=13.15 cores=0-7
/proc/16731/task/16761/stat : 16761 (java) R 16728 16731 14998 0 -1 4202560 2257 0 0 0 1312 3 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083929263696 140085406309012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16762] ppid=16728 vsize=27384580 memory=2539572 CPUtime=15.73 cores=0-7
/proc/16731/task/16762/stat : 16762 (java) S 16728 16731 14998 0 -1 1077944384 3606 0 0 0 1568 5 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083928212368 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16763] ppid=16728 vsize=27384580 memory=0 CPUtime=32.07 cores=0-7
/proc/16731/task/16763/stat : 16763 (java) S 16728 16731 14998 0 -1 1077944384 3298 0 0 0 3197 10 0 0 20 0 39 0 83499818 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083927159824 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16764] ppid=16728 vsize=27384580 memory=0 CPUtime=18.49 cores=0-7
/proc/16731/task/16764/stat : 16764 (java) S 16728 16731 14998 0 -1 1077944384 1201 0 0 0 1845 4 0 0 20 0 39 0 83499823 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083926107280 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16765] ppid=16728 vsize=27384580 memory=3267764 CPUtime=27.91 cores=0-7
/proc/16731/task/16765/stat : 16765 (java) S 16728 16731 14998 0 -1 1077944384 4833 0 0 0 2783 8 0 0 20 0 39 0 83499891 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083922920720 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16766] ppid=16728 vsize=27384580 memory=0 CPUtime=30.53 cores=0-7
/proc/16731/task/16766/stat : 16766 (java) S 16728 16731 14998 0 -1 1077944384 2814 0 0 0 3043 10 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083921868176 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16767] ppid=16728 vsize=27384580 memory=0 CPUtime=18.85 cores=0-7
/proc/16731/task/16767/stat : 16767 (java) S 16728 16731 14998 0 -1 1077944384 3715 0 0 0 1880 5 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083920815632 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16768] ppid=16728 vsize=27384580 memory=0 CPUtime=9.84 cores=0-7
/proc/16731/task/16768/stat : 16768 (java) S 16728 16731 14998 0 -1 1077944384 1957 0 0 0 978 6 0 0 20 0 39 0 83499917 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083919763088 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16769] ppid=16728 vsize=27384580 memory=0 CPUtime=17.43 cores=0-7
/proc/16731/task/16769/stat : 16769 (java) S 16728 16731 14998 0 -1 1077944384 2420 0 0 0 1741 2 0 0 20 0 39 0 83500236 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083918710544 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
[pid=16731/tid=16770] ppid=16728 vsize=27384580 memory=0 CPUtime=12.09 cores=0-7
/proc/16731/task/16770/stat : 16770 (java) S 16728 16731 14998 0 -1 1077944384 2948 0 0 0 1206 3 0 0 20 0 39 0 83500237 28041809920 816688 33554432000 4194304 4196468 140725520762448 140083917656976 140085760251605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19251200 140725520766029 140725520766213 140725520766213 140725520768975 0
Current children cumulated CPU time: 344.25 s
Current children cumulated vsize: 27384580 KiB
Current children cumulated memory: 3266752 KiB

Child status: 0
Real time (s): 45.1979
CPU time (s): 344.448
CPU user time (s): 342.767
CPU system time (s): 1.68142
CPU usage (%): 762.09
Max. virtual memory (cumulated for all children) (KiB): 27384580
Max. memory (cumulated for all children) (KiB): 3267764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 342.767
system time used= 1.68142
maximum resident set size= 3270444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21072
involuntary context switches= 12894


# summary of solver processes directly reported to runsolver:
#   pid: 16731
#   total CPU time (s): 344.448
#   total CPU user time (s): 342.767
#   total CPU system time (s): 1.68142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.466468 second user time and 0.62938 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 04:42:44
IDJOB=4291262
IDBENCH=141408
IDSOLVER=2745
FILE ID=node105/4291262-1532659364
RUNJOBID= node105-1532654157-15025
PBS_JOBID= 21022216
Free space on /tmp= 44624 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-024_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-4291262-1532659364/watcher-4291262-1532659364 -o /tmp/evaluation-result-4291262-1532659364/solver-4291262-1532659364 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1147616712 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291262-1532659364.xml

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

MD5SUM BENCH= 4f48250d2147fae0e085f28a4cc8c702
RANDOM SEED=1147616712

node105.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.32
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.32
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.32
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.32
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:        20507052 kB
MemAvailable:   31927712 kB
Buffers:          254016 kB
Cached:         11307484 kB
SwapCached:            0 kB
Active:          2365500 kB
Inactive:        9248548 kB
Active(anon):       7088 kB
Inactive(anon):    73456 kB
Active(file):    2358412 kB
Inactive(file):  9175092 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36344 kB
Writeback:             0 kB
AnonPages:         58824 kB
Mapped:            40696 kB
Shmem:             25228 kB
Slab:             343284 kB
SReclaimable:     315616 kB
SUnreclaim:        27668 kB
KernelStack:        3216 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44588 MiB
End job on node105 at 2018-07-27 04:43:30