Trace number 4285342

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-08-22UNSAT 354.60599 309.35999

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-16.xml
MD5SUM2a6706ebf1a04474da396dd8277f6c47
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 benchmark24.489901
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1854
Maximum variable degree1979
Distribution of variable degrees[{"degree":1854,"count":1},{"degree":1899,"count":1},{"degree":1906,"count":1},{"degree":1917,"count":1},{"degree":1920,"count":1},{"degree":1924,"count":2},{"degree":1928,"count":1},{"degree":1938,"count":1},{"degree":1941,"count":1},{"degree":1943,"count":1},{"degree":1945,"count":1},{"degree":1948,"count":1},{"degree":1950,"count":1},{"degree":1955,"count":1},{"degree":1961,"count":2},{"degree":1962,"count":2},{"degree":1978,"count":1},{"degree":1979,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.26	c version: 2017-08-22
0.30/0.26	c seed: 775060635
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 22000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
2.47/0.90	c Parsing done, starting search...
354.53/309.32	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 (10276 MiB free)
  memory of node 1: 16384 MiB (11328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285342-1503429891/watcher-4285342-1503429891 -o /tmp/evaluation-result-4285342-1503429891/solver-4285342-1503429891 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 775060635 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285342-1503429891.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=17312, runsolver pid=17309

[startup+0.100062 s]*
/proc/loadavg: 9.17 8.85 8.79 2/200 17332
/proc/meminfo: memFree=22106440/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26000852 memory=32296 CPUtime=0.12 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 8468 0 0 0 10 2 0 0 20 0 20 0 176077043 26624872448 8074 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6500213 8074 3411 1 0 6487932 0
[pid=17312/tid=17314] ppid=17309 vsize=26000852 memory=7898076179640261528 CPUtime=0.08 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) R 17309 17312 17088 0 -1 4202560 6410 0 0 0 7 1 0 0 20 0 20 0 176077043 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255176898048 140255156790622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26000852 memory=732370082409454565 CPUtime=0 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255125331088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26000852 memory=139944072001152 CPUtime=0 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255124278288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255123225488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255122172688 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255121119888 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255120067088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255119014288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 8074 33554432000 4194304 4196468 140731090740688 140255117961488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253847346032 140255172721282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253846292000 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253845239152 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) R 17309 17312 17088 0 -1 4202560 374 0 0 0 1 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253839976432 140255151844659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 8074 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32296 KiB

[startup+0.209836 s]*
/proc/loadavg: 9.17 8.85 8.79 2/200 17332
/proc/meminfo: memFree=22097616/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26000852 memory=41440 CPUtime=0.3 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 9472 0 0 0 27 3 0 0 20 0 20 0 176077043 26624872448 10360 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6500213 10360 3603 1 0 6487932 0
[pid=17312/tid=17314] ppid=17309 vsize=26000852 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) R 17309 17312 17088 0 -1 4202560 7039 0 0 0 17 2 0 0 20 0 20 0 176077043 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255176911696 140255172732061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26000852 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255125331088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26000852 memory=288370320223712896 CPUtime=0 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255124278288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255123225488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255122172688 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255121119888 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255120067088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255119014288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624872448 10360 33554432000 4194304 4196468 140731090740688 140255117961488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253847346032 140255172721282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253846292000 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176077046 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253845239152 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 400 0 0 0 5 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624872448 10360 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41440 KiB

[startup+0.30953 s]*
/proc/loadavg: 9.17 8.85 8.79 2/200 17332
/proc/meminfo: memFree=22088728/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26000872 memory=48036 CPUtime=0.48 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 10418 0 0 0 44 4 0 0 20 0 20 0 176077043 26624892928 12009 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6500218 12009 3669 1 0 6487932 0
[pid=17312/tid=17314] ppid=17309 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) R 17309 17312 17088 0 -1 4202560 7681 0 0 0 26 3 0 0 20 0 20 0 176077043 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255176941712 140255156790622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255125331088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255124278288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255123225488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255122172688 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255121119888 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26000872 memory=139943926133679 CPUtime=0 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255120067088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26000872 memory=139943926135984 CPUtime=0 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255119014288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26000872 memory=139943926138288 CPUtime=0 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26624892928 12075 33554432000 4194304 4196468 140731090740688 140255117961488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176077046 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253847346032 140255172721282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26000872 memory=279887852283536 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176077046 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253846292000 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26000872 memory=279887852290448 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176077046 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253845239152 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26000872 memory=279887852231728 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26000872 memory=279887852304272 CPUtime=0.04 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 588 0 0 0 4 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26000872 memory=279887852311184 CPUtime=0.02 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26000872 memory=279887852308880 CPUtime=0.02 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26000872 memory=279887852325440 CPUtime=0.08 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 518 0 0 0 8 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26624892928 12075 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 48036 KiB

[startup+0.700809 s]
/proc/loadavg: 9.17 8.85 8.79 2/200 17332
/proc/meminfo: memFree=22074708/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26002920 memory=106648 CPUtime=1.59 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 15622 0 0 0 153 6 0 0 20 0 20 0 176077043 26626990080 26662 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6500730 26662 3778 1 0 6488444 0
[pid=17312/tid=17314] ppid=17309 vsize=26002920 memory=6370412455426085476 CPUtime=0.67 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) R 17309 17312 17088 0 -1 4202560 8459 0 0 0 64 3 0 0 20 0 20 0 176077043 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255176945696 140254791210228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26002920 memory=74436078241638 CPUtime=0 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255125331088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26002920 memory=139943926153177 CPUtime=0 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255124278288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255123225488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255122172688 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255121119888 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26002920 memory=2353 CPUtime=0 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255120067088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255119014288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26002920 memory=1724 CPUtime=0 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) S 17309 17312 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176077044 26626990080 26662 33554432000 4194304 4196468 140731090740688 140255117961488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26002920 memory=1012 CPUtime=0 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176077046 26626990080 26662 33554432000 4194304 4196468 140731090740688 140253847346032 140255172721282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0

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

[pid=17312/tid=17327] ppid=17309 vsize=26007016 memory=1724 CPUtime=1.18 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 8663 0 0 0 117 1 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26007016 memory=1012 CPUtime=1.19 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 7191 0 0 0 117 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26007016 memory=1716 CPUtime=1.24 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 10075 0 0 0 122 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26007016 memory=139943926337748 CPUtime=0.75 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 9860 0 0 0 73 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26007016 memory=6443059409170294374 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26007016 memory=7230923198005535338 CPUtime=0.15 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 231 0 0 0 6 9 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 352.46 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 7614864 KiB

[startup+308.801 s]
/proc/loadavg: 1.03 3.82 6.60 2/198 17332
/proc/meminfo: memFree=14510408/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26007016 memory=7614864 CPUtime=353.25 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 123310 0 0 0 34016 1309 0 0 20 0 20 0 176077043 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6501754 1903716 3854 1 0 6489468 0
[pid=17312/tid=17314] ppid=17309 vsize=26007016 memory=6943526294502006880 CPUtime=302.16 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) R 17309 17312 17088 0 -1 4202560 43397 0 0 0 30061 155 0 0 20 0 20 0 176077043 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255176943536 140254799411876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26007016 memory=6656426216303648864 CPUtime=5.7 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) S 17309 17312 17088 0 -1 1077944384 4434 0 0 0 438 132 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255125331088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26007016 memory=6791534058613427641 CPUtime=5.71 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) S 17309 17312 17088 0 -1 1077944384 3881 0 0 0 432 139 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255124278288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26007016 memory=1296 CPUtime=5.82 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) S 17309 17312 17088 0 -1 1077944384 3436 0 0 0 439 143 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255123225488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26007016 memory=2336 CPUtime=5.79 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) S 17309 17312 17088 0 -1 1077944384 3540 0 0 0 438 141 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255122172688 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26007016 memory=1724 CPUtime=5.74 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) S 17309 17312 17088 0 -1 1077944384 5127 0 0 0 437 137 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255121119888 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26007016 memory=1012 CPUtime=5.86 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) S 17309 17312 17088 0 -1 1077944384 3463 0 0 0 438 148 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255120067088 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26007016 memory=7614864 CPUtime=5.71 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) S 17309 17312 17088 0 -1 1077944384 4646 0 0 0 420 151 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255119014288 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26007016 memory=4272 CPUtime=5.74 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) S 17309 17312 17088 0 -1 1077944384 3464 0 0 0 434 140 0 0 20 0 20 0 176077044 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140255117961488 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26007016 memory=4096 CPUtime=0.35 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 10454 0 0 0 31 4 0 0 20 0 20 0 176077046 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253847346032 140255172721282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26007016 memory=1156 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253846292064 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26007016 memory=7614864 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253845239168 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26007016 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26007016 memory=5792 CPUtime=1.18 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 8663 0 0 0 117 1 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26007016 memory=4616 CPUtime=1.19 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 7191 0 0 0 117 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26007016 memory=792 CPUtime=1.24 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 10075 0 0 0 122 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26007016 memory=7614864 CPUtime=0.75 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 9860 0 0 0 73 2 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26007016 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26007016 memory=7280472 CPUtime=0.15 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 231 0 0 0 6 9 0 0 20 0 20 0 176077049 26631184384 1903716 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 353.25 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 7614864 KiB

[startup+309.212 s]
/proc/loadavg: 1.03 3.82 6.60 2/198 17332
/proc/meminfo: memFree=14510408/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26007016 memory=7635372 CPUtime=353.82 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 125083 0 0 0 34065 1317 0 0 20 0 20 0 176077043 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6501754 1908843 3854 1 0 6489468 0
[pid=17312/tid=17314] ppid=17309 vsize=26007016 memory=-2317720213663851332 CPUtime=302.54 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) S 17309 17312 17088 0 -1 1077944384 43448 0 0 0 30099 155 0 0 20 0 20 0 176077043 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140255176946528 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26007016 memory=-6948614817169703622 CPUtime=5.73 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) R 17309 17312 17088 0 -1 4202560 4704 0 0 0 440 133 0 0 20 0 20 0 176077044 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140255125331288 140255165815827 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26007016 memory=6944656592455359580 CPUtime=5.74 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) R 17309 17312 17088 0 -1 4202560 4079 0 0 0 434 140 0 0 20 0 20 0 176077044 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140255124278488 140255165815827 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26007016 memory=279886845631563 CPUtime=5.84 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) R 17309 17312 17088 0 -1 4202560 3588 0 0 0 440 144 0 0 20 0 20 0 176077044 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140255123225688 140255165815827 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26007016 memory=279887852432672 CPUtime=5.82 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) R 17309 17312 17088 0 -1 4202560 3877 0 0 0 440 142 0 0 20 0 20 0 176077044 26631184384 1908843 33554432000 4194304 4196468 140731090740688 140255122172888 140255165815827 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26007016 memory=0 CPUtime=5.76 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) R 17309 17312 17088 0 -1 4202560 5412 0 0 0 439 137 0 0 20 0 20 0 176077044 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140255121120088 140255165815827 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26007016 memory=288230377108284182 CPUtime=5.89 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) R 17309 17312 17088 0 -1 4202560 3608 0 0 0 440 149 0 0 20 0 20 0 176077044 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140255120067288 140255165815827 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26007016 memory=14979953397620173 CPUtime=5.73 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) R 17309 17312 17088 0 -1 4202560 4825 0 0 0 421 152 0 0 20 0 20 0 176077044 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140255119014176 140255165815827 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26007016 memory=14979953397620173 CPUtime=5.77 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) R 17309 17312 17088 0 -1 4202560 3601 0 0 0 436 141 0 0 20 0 20 0 176077044 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140255117961688 140255165815827 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26007016 memory=0 CPUtime=0.35 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 10475 0 0 0 31 4 0 0 20 0 20 0 176077046 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253847344544 140255172720341 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253846292064 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26007016 memory=288230377108284182 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253845239168 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26007016 memory=14979953397620173 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26007016 memory=14979953397620173 CPUtime=1.18 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 8663 0 0 0 117 1 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26007016 memory=0 CPUtime=1.19 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 7191 0 0 0 117 2 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26007016 memory=0 CPUtime=1.24 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 10075 0 0 0 122 2 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26007016 memory=0 CPUtime=0.75 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 9860 0 0 0 73 2 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26007016 memory=0 CPUtime=0.15 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 231 0 0 0 6 9 0 0 20 0 20 0 176077049 26631184384 1909355 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 353.82 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 7635372 KiB

[startup+309.301 s]
/proc/loadavg: 1.03 3.82 6.60 2/198 17332
/proc/meminfo: memFree=14510408/32770624 swapFree=67108860/67108860
[pid=17312] ppid=17309 vsize=26007016 memory=7799212 CPUtime=354.53 cores=0-7
/proc/17312/stat : 17312 (java) S 17309 17312 17088 0 -1 1077944320 126800 0 0 0 34089 1364 0 0 20 0 20 0 176077043 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140731090723232 140255172710135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
/proc/17312/statm: 6501754 1949803 3854 1 0 6489468 0
[pid=17312/tid=17314] ppid=17309 vsize=26007016 memory=7614864 CPUtime=302.54 cores=0-7
/proc/17312/task/17314/stat : 17314 (java) S 17309 17312 17088 0 -1 1077944384 43448 0 0 0 30099 155 0 0 20 0 20 0 176077043 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255176946528 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17315] ppid=17309 vsize=26007016 memory=164 CPUtime=5.81 cores=0-7
/proc/17312/task/17315/stat : 17315 (java) R 17309 17312 17088 0 -1 4202560 4797 0 0 0 442 139 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255125331288 140255151905591 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17316] ppid=17309 vsize=26007016 memory=7614864 CPUtime=5.82 cores=0-7
/proc/17312/task/17316/stat : 17316 (java) R 17309 17312 17088 0 -1 4202560 4173 0 0 0 436 146 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255124278488 140255157738009 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17317] ppid=17309 vsize=26007016 memory=7614864 CPUtime=5.93 cores=0-7
/proc/17312/task/17317/stat : 17317 (java) R 17309 17312 17088 0 -1 4202560 3698 0 0 0 443 150 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255123225688 140255157158317 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17318] ppid=17309 vsize=26007016 memory=7614608 CPUtime=5.91 cores=0-7
/proc/17312/task/17318/stat : 17318 (java) R 17309 17312 17088 0 -1 4202560 4473 0 0 0 443 148 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255122172888 140255157737554 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17319] ppid=17309 vsize=26007016 memory=48552 CPUtime=5.85 cores=0-7
/proc/17312/task/17319/stat : 17319 (java) R 17309 17312 17088 0 -1 4202560 5891 0 0 0 442 143 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255121120088 140255157737554 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17320] ppid=17309 vsize=26007016 memory=7614864 CPUtime=5.97 cores=0-7
/proc/17312/task/17320/stat : 17320 (java) R 17309 17312 17088 0 -1 4202560 3753 0 0 0 443 154 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255120067288 140255165815827 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17321] ppid=17309 vsize=26007016 memory=916 CPUtime=5.82 cores=0-7
/proc/17312/task/17321/stat : 17321 (java) R 17309 17312 17088 0 -1 4202560 4932 0 0 0 424 158 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255119014176 140255157754304 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17322] ppid=17309 vsize=26007016 memory=4272 CPUtime=5.85 cores=0-7
/proc/17312/task/17322/stat : 17322 (java) R 17309 17312 17088 0 -1 4202560 3700 0 0 0 439 146 0 0 20 0 20 0 176077044 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140255117961688 140255151905591 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17323] ppid=17309 vsize=26007016 memory=193 CPUtime=0.35 cores=0-7
/proc/17312/task/17323/stat : 17323 (java) S 17309 17312 17088 0 -1 1077944384 10475 0 0 0 31 4 0 0 20 0 20 0 176077046 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140253847344544 140255172720341 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17324] ppid=17309 vsize=26007016 memory=4206468019014099040 CPUtime=0 cores=0-7
/proc/17312/task/17324/stat : 17324 (java) S 17309 17312 17088 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140253846292064 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17325] ppid=17309 vsize=26007016 memory=792 CPUtime=0 cores=0-7
/proc/17312/task/17325/stat : 17325 (java) S 17309 17312 17088 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 176077046 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140253845239168 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17326] ppid=17309 vsize=26007016 memory=1420 CPUtime=0 cores=0-7
/proc/17312/task/17326/stat : 17326 (java) S 17309 17312 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1949803 33554432000 4194304 4196468 140731090740688 140253844187472 140255172728731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17327] ppid=17309 vsize=26007016 memory=7280472 CPUtime=1.18 cores=0-7
/proc/17312/task/17327/stat : 17327 (java) S 17309 17312 17088 0 -1 1077944384 8663 0 0 0 117 1 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253843134832 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17328] ppid=17309 vsize=26007016 memory=7614608 CPUtime=1.19 cores=0-7
/proc/17312/task/17328/stat : 17328 (java) S 17309 17312 17088 0 -1 1077944384 7191 0 0 0 117 2 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253842082032 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17329] ppid=17309 vsize=26007016 memory=7614864 CPUtime=1.24 cores=0-7
/proc/17312/task/17329/stat : 17329 (java) S 17309 17312 17088 0 -1 1077944384 10075 0 0 0 122 2 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253841029232 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17330] ppid=17309 vsize=26007016 memory=7067320 CPUtime=0.75 cores=0-7
/proc/17312/task/17330/stat : 17330 (java) S 17309 17312 17088 0 -1 1077944384 9860 0 0 0 73 2 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253839976432 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17331] ppid=17309 vsize=26007016 memory=1228 CPUtime=0 cores=0-7
/proc/17312/task/17331/stat : 17331 (java) S 17309 17312 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253838924896 140255172720341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
[pid=17312/tid=17332] ppid=17309 vsize=26007016 memory=15880 CPUtime=0.15 cores=0-7
/proc/17312/task/17332/stat : 17332 (java) S 17309 17312 17088 0 -1 1077944384 231 0 0 0 6 9 0 0 20 0 20 0 176077049 26631184384 1950315 33554432000 4194304 4196468 140731090740688 140253837872176 140255172721282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 28790784 140731090744418 140731090744603 140731090744603 140731090747343 0
Current children cumulated CPU time: 354.53 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 7799212 KiB

Child status: 0
Real time (s): 309.36
CPU time (s): 354.606
CPU user time (s): 340.928
CPU system time (s): 13.678
CPU usage (%): 114.626
Max. virtual memory (cumulated for all children) (KiB): 26007016
Max. memory (cumulated for all children) (KiB): 7799212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.928
system time used= 13.678
maximum resident set size= 7801396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127992
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13195
involuntary context switches= 3643


# summary of solver processes directly reported to runsolver:
#   pid: 17312
#   total CPU time (s): 354.606
#   total CPU user time (s): 340.928
#   total CPU system time (s): 13.678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21102 second user time and 2.84236 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-22 21:10:30
IDJOB=4285342
IDBENCH=125874
IDSOLVER=2681
FILE ID=node103/4285342-1503429891
RUNJOBID= node103-1503426507-17115
PBS_JOBID= 20632139
Free space on /tmp= 60764 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-16.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285342-1503429891/watcher-4285342-1503429891 -o /tmp/evaluation-result-4285342-1503429891/solver-4285342-1503429891 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 775060635 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285342-1503429891.xml

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

MD5SUM BENCH= 2a6706ebf1a04474da396dd8277f6c47
RANDOM SEED=775060635

node103.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.56
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.56
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.56
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.56
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:        22123304 kB
MemAvailable:   31947020 kB
Buffers:          237368 kB
Cached:          9871224 kB
SwapCached:            0 kB
Active:          2640548 kB
Inactive:        7521880 kB
Active(anon):       3720 kB
Inactive(anon):    95032 kB
Active(file):    2636828 kB
Inactive(file):  7426848 kB
Unevictable:        7472 kB
Mlocked:            7472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42820 kB
Writeback:             0 kB
AnonPages:         62100 kB
Mapped:            54792 kB
Shmem:             41612 kB
Slab:             178088 kB
SReclaimable:     151748 kB
SUnreclaim:        26340 kB
KernelStack:        3200 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 60720 MiB
End job on node103 at 2017-08-22 21:15:39