Trace number 4299250

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
The dodo solver 2018-04-29? 46.6958 21.5049

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
46.47/21.33	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
46.59/21.43		at minicp.util.BitSet.<init>(BitSet.java:11)
46.59/21.43		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
46.59/21.43		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
46.59/21.43		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
46.59/21.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
46.59/21.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
46.59/21.43		at org.xcsp.parser.XCallbacks$$Lambda$86/250370634.accept(Unknown Source)
46.59/21.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
46.59/21.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
46.59/21.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
46.59/21.43		at xcsp3.XCSP3.<init>(XCSP3.java:80)
46.59/21.43		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
46.59/21.43		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
46.59/21.43	s UNKNOWN

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 (12700 MiB free)
  memory of node 1: 16384 MiB (13102 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299250-1532809426/watcher-4299250-1532809426 -o /tmp/evaluation-result-4299250-1532809426/solver-4299250-1532809426 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299250-1532809426.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

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


[startup+0.101604 s]*
/proc/loadavg: 1.52 1.13 1.26 4/217 14300
/proc/meminfo: memFree=26404092/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10658972 memory=28460 CPUtime=0.13 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 5024 0 0 0 12 1 0 0 20 0 15 0 98506023 10914787328 7115 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2664743 7115 2831 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10658972 memory=-8197568871503662975 CPUtime=0.09 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) R 14282 14285 14132 0 -1 4202560 2841 0 0 0 9 0 0 0 20 0 15 0 98506024 10914787328 7115 33554432000 4194304 4196468 140736993380272 139658589525488 139658585317978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10914787328 7115 33554432000 4194304 4196468 140736993380272 139658521987600 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10658972 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10914787328 7115 33554432000 4194304 4196468 140736993380272 139658520935056 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10914787328 7115 33554432000 4194304 4196468 140736993380272 139658519882000 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506025 10914787328 7115 33554432000 4194304 4196468 140736993380272 139658518829456 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10658972 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506026 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657620703984 139658585307778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98506026 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657619650208 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98506027 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) R 14282 14285 14132 0 -1 4202560 337 0 0 0 0 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657616484288 139658569539550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) R 14282 14285 14132 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10658972 memory=139884260021888 CPUtime=0.02 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) R 14282 14285 14132 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657614387184 139658585308566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10658972 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506029 10914787328 7115 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28460 KiB

[startup+0.210652 s]*
/proc/loadavg: 1.52 1.13 1.26 4/217 14300
/proc/meminfo: memFree=26393052/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661056 memory=40312 CPUtime=0.34 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 7654 0 0 0 32 2 0 0 20 0 15 0 98506023 10916921344 10078 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665264 10078 2979 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) R 14282 14285 14132 0 -1 4202560 4614 0 0 0 19 1 0 0 20 0 15 0 98506024 10916921344 10078 33554432000 4194304 4196468 140736993380272 139658589530736 139658585318557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 10078 33554432000 4194304 4196468 140736993380272 139658521987600 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661056 memory=139884260036303 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 10078 33554432000 4194304 4196468 140736993380272 139658520935056 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 10078 33554432000 4194304 4196468 140736993380272 139658519882000 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 10078 33554432000 4194304 4196468 140736993380272 139658518829456 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657620703984 139658585307778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657619650208 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98506027 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) R 14282 14285 14132 0 -1 4202560 642 0 0 0 3 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657616492784 139658562624640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) R 14282 14285 14132 0 -1 4202560 306 0 0 0 1 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657615440240 139658565996928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0.07 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 10078 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40312 KiB

[startup+0.31065 s]*
/proc/loadavg: 1.52 1.13 1.26 3/217 14300
/proc/meminfo: memFree=26336516/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661056 memory=102248 CPUtime=0.49 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 7796 0 0 0 46 3 0 0 20 0 15 0 98506023 10916921344 25562 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665264 25562 2990 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661056 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) R 14282 14285 14132 0 -1 4202560 4658 0 0 0 27 2 0 0 20 0 15 0 98506024 10916921344 26074 33554432000 4194304 4196468 140736993380272 139658589535024 139658585318557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661056 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 26074 33554432000 4194304 4196468 140736993380272 139658521987600 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661056 memory=139884260036212 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 26074 33554432000 4194304 4196468 140736993380272 139658520935056 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 26074 33554432000 4194304 4196468 140736993380272 139658519882000 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506025 10916921344 26074 33554432000 4194304 4196468 140736993380272 139658518829456 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657620703984 139658585307778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657619650208 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98506027 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) S 14282 14285 14132 0 -1 1077944384 646 0 0 0 4 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657616492784 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661056 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 324 0 0 0 4 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0.09 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 801 0 0 0 9 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661056 memory=139884260021888 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 26074 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 102248 KiB

[startup+0.700891 s]
/proc/loadavg: 1.52 1.13 1.26 5/217 14300
/proc/meminfo: memFree=26143820/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661056 memory=484172 CPUtime=1.53 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 11094 0 0 0 115 38 0 0 20 0 15 0 98506023 10916921344 121043 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665264 121043 3074 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661056 memory=1840 CPUtime=0.51 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 4689 0 0 0 45 6 0 0 20 0 15 0 98506024 10916921344 121043 33554432000 4194304 4196468 140736993380272 139658589535888 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661056 memory=1004 CPUtime=0.11 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) R 14282 14285 14132 0 -1 4202560 213 0 0 0 5 6 0 0 20 0 15 0 98506025 10916921344 121043 33554432000 4194304 4196468 140736993380272 139658521987720 139658577924839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661056 memory=12060 CPUtime=0.14 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) R 14282 14285 14132 0 -1 4202560 230 0 0 0 6 8 0 0 20 0 15 0 98506025 10916921344 121043 33554432000 4194304 4196468 140736993380272 139658520935176 139658577924839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661056 memory=5788 CPUtime=0.15 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) R 14282 14285 14132 0 -1 4202560 237 0 0 0 7 8 0 0 20 0 15 0 98506025 10916921344 121043 33554432000 4194304 4196468 140736993380272 139658519882200 139658578399617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661056 memory=792 CPUtime=0.13 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) R 14282 14285 14132 0 -1 4202560 145 0 0 0 6 7 0 0 20 0 15 0 98506025 10916921344 121043 33554432000 4194304 4196468 140736993380272 139658518829456 139658577924839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661056 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657620702528 139658585306837 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661056 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98506026 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657619650208 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661056 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98506027 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661056 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661056 memory=7163631965283378496 CPUtime=0.22 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) R 14282 14285 14132 0 -1 4202560 2186 0 0 0 22 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657616478808 139658570220978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661056 memory=7667213801450137426 CPUtime=0.1 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 1134 0 0 0 10 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661056 memory=7440061282865139792 CPUtime=0.1 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 805 0 0 0 10 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661056 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98506029 10916921344 121043 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 484172 KiB

[startup+1.50102 s]
/proc/loadavg: 1.52 1.13 1.26 5/217 14300
/proc/meminfo: memFree=25888764/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661132 memory=775688 CPUtime=3.25 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 12879 0 0 0 270 55 0 0 20 0 15 0 98506023 10916999168 193922 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665283 193922 3138 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661132 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 5070 0 0 0 112 8 0 0 20 0 15 0 98506024 10916999168 193922 33554432000 4194304 4196468 140736993380272 139658589534304 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661132 memory=-8253362762724047225 CPUtime=0.2 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) R 14282 14285 14132 0 -1 4202560 278 0 0 0 10 10 0 0 20 0 15 0 98506025 10916999168 193922 33554432000 4194304 4196468 140736993380272 139658521987600 139658578400263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661132 memory=-8609294068986781045 CPUtime=0.23 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) R 14282 14285 14132 0 -1 4202560 356 0 0 0 12 11 0 0 20 0 15 0 98506025 10916999168 193922 33554432000 4194304 4196468 140736993380272 139658520935056 139658570318752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661132 memory=-6517102902069810590 CPUtime=0.25 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) R 14282 14285 14132 0 -1 4202560 400 0 0 0 14 11 0 0 20 0 15 0 98506025 10916999168 193922 33554432000 4194304 4196468 140736993380272 139658519882200 139658570323833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661132 memory=4134692831991786133 CPUtime=0.23 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) R 14282 14285 14132 0 -1 4202560 241 0 0 0 12 11 0 0 20 0 15 0 98506025 10916999168 193922 33554432000 4194304 4196468 140736993380272 139658518829656 139658578400273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 451 0 0 0 0 0 0 0 20 0 15 0 98506026 10916999168 193922 33554432000 4194304 4196468 140736993380272 139657620702496 139658585306837 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0

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

[pid=14285/tid=14299] ppid=14282 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 1950238 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 1950238 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 31.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7800952 KiB

[startup+19.2011 s]
/proc/loadavg: 1.74 1.20 1.28 3/217 14300
/proc/meminfo: memFree=18099560/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661132 memory=8307356 CPUtime=38.73 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 444086 0 0 0 3280 593 0 0 20 0 15 0 98506023 10916999168 2076839 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665283 2076839 3180 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661132 memory=446 CPUtime=12.55 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 9802 0 0 0 1237 18 0 0 20 0 15 0 98506024 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658589535024 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661132 memory=3024576 CPUtime=5.93 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) S 14282 14285 14132 0 -1 1077944384 101709 0 0 0 473 120 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658521987600 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661132 memory=6791534058613427641 CPUtime=5.93 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) S 14282 14285 14132 0 -1 1077944384 106349 0 0 0 425 168 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658520935056 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661132 memory=6400784 CPUtime=5.91 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) S 14282 14285 14132 0 -1 1077944384 103797 0 0 0 448 143 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658519882000 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661132 memory=7853 CPUtime=5.92 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) S 14282 14285 14132 0 -1 1077944384 101771 0 0 0 455 137 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658518829456 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661132 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) R 14282 14285 14132 0 -1 4202560 10918 0 0 0 56 1 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657620702416 139658563666811 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661132 memory=838 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657619650272 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661132 memory=98 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98506027 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661132 memory=101 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661132 memory=102 CPUtime=0.86 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) S 14282 14285 14132 0 -1 1077944384 3965 0 0 0 86 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657616477680 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661132 memory=100 CPUtime=0.65 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661132 memory=2443248 CPUtime=0.3 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 1896 0 0 0 30 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661132 memory=301741382048153914 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661132 memory=15252670952770799 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 38.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307356 KiB

[startup+20.809 s]
/proc/loadavg: 1.74 1.20 1.28 6/217 14300
/proc/meminfo: memFree=18099560/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661132 memory=8307356 CPUtime=44.85 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 799020 0 0 0 3875 610 0 0 20 0 15 0 98506023 10916999168 2076839 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665283 2076839 3180 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661132 memory=7976406965554101975 CPUtime=12.55 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 9802 0 0 0 1237 18 0 0 20 0 15 0 98506024 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658589535024 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661132 memory=4028 CPUtime=7.45 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) R 14282 14285 14132 0 -1 4202560 105084 0 0 0 624 121 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658521987408 139658577924839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661132 memory=6791534058613427641 CPUtime=7.44 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) R 14282 14285 14132 0 -1 4202560 106382 0 0 0 575 169 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658520934864 139658577924839 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661132 memory=2244 CPUtime=7.43 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) R 14282 14285 14132 0 -1 4202560 455305 0 0 0 586 157 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658519882200 139658578399617 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661132 memory=4124 CPUtime=7.43 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) R 14282 14285 14132 0 -1 4202560 101781 0 0 0 605 138 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658518829264 139658577924839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661132 memory=2200 CPUtime=0.63 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 10922 0 0 0 62 1 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657620702544 139658585306837 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661132 memory=6398736 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657619650272 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98506027 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661132 memory=6944656592387989600 CPUtime=0.86 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) S 14282 14285 14132 0 -1 1077944384 3969 0 0 0 86 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657616483888 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661132 memory=6944652177228980320 CPUtime=0.65 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661132 memory=6944656575208382560 CPUtime=0.3 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 1896 0 0 0 30 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661132 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 44.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307356 KiB

[startup+21.2011 s]
/proc/loadavg: 1.74 1.20 1.28 6/217 14300
/proc/meminfo: memFree=18097388/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661132 memory=8307356 CPUtime=46.1 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 799283 0 0 0 4000 610 0 0 20 0 15 0 98506023 10916999168 2076839 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665283 2076839 3180 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661132 memory=6791534058613427641 CPUtime=12.55 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 9802 0 0 0 1237 18 0 0 20 0 15 0 98506024 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658589535024 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661132 memory=15872 CPUtime=7.73 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) R 14282 14285 14132 0 -1 4202560 105084 0 0 0 652 121 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658521987800 139658570247707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661132 memory=16968 CPUtime=7.73 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) R 14282 14285 14132 0 -1 4202560 106382 0 0 0 604 169 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658520935056 139658570247856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661132 memory=4052 CPUtime=7.72 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) R 14282 14285 14132 0 -1 4202560 455305 0 0 0 615 157 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658519882000 139658577924839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661132 memory=0 CPUtime=7.72 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) R 14282 14285 14132 0 -1 4202560 101909 0 0 0 634 138 0 0 20 0 15 0 98506025 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139658518829656 139658565323036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661132 memory=11204 CPUtime=0.73 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) S 14282 14285 14132 0 -1 1077944384 11051 0 0 0 72 1 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657620702320 139658585306837 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661132 memory=1 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98506026 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657619650272 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661132 memory=279768264081648 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98506027 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661132 memory=-6798288501436274023 CPUtime=0.86 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) S 14282 14285 14132 0 -1 1077944384 3975 0 0 0 86 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657616485520 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661132 memory=6944656592455359580 CPUtime=0.65 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661132 memory=6944656592387989600 CPUtime=0.3 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 1896 0 0 0 30 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661132 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661132 memory=6944656592455359580 CPUtime=0.01 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 15 0 98506029 10916999168 2076839 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 46.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307356 KiB

[startup+21.4018 s]
/proc/loadavg: 1.74 1.20 1.28 6/217 14300
/proc/meminfo: memFree=18097388/32770624 swapFree=67108860/67108860
[pid=14285] ppid=14282 vsize=10661132 memory=7872676 CPUtime=46.59 cores=1,3,5,7
/proc/14285/stat : 14285 (java) S 14282 14285 14132 0 -1 1077944320 799436 0 0 0 4047 612 0 0 20 0 15 0 98506023 10916999168 1968169 33554432000 4194304 4196468 140736993380272 140736993362816 139658585296631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
/proc/14285/statm: 2665283 1968169 3182 1 0 2627263 0
[pid=14285/tid=14287] ppid=14282 vsize=10661132 memory=301741382048153914 CPUtime=12.55 cores=1,3,5,7
/proc/14285/task/14287/stat : 14287 (java) S 14282 14285 14132 0 -1 1077944384 9823 0 0 0 1237 18 0 0 20 0 15 0 98506024 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139658589536128 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14288] ppid=14282 vsize=10661132 memory=15252670952770799 CPUtime=7.82 cores=1,3,5,7
/proc/14285/task/14288/stat : 14288 (java) S 14282 14285 14132 0 -1 1077944384 105084 0 0 0 661 121 0 0 20 0 15 0 98506025 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139658521987600 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14289] ppid=14282 vsize=10661132 memory=-6956776531347661416 CPUtime=7.83 cores=1,3,5,7
/proc/14285/task/14289/stat : 14289 (java) S 14282 14285 14132 0 -1 1077944384 106422 0 0 0 614 169 0 0 20 0 15 0 98506025 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139658520935056 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14290] ppid=14282 vsize=10661132 memory=-7595754389018307680 CPUtime=7.82 cores=1,3,5,7
/proc/14285/task/14290/stat : 14290 (java) S 14282 14285 14132 0 -1 1077944384 455396 0 0 0 625 157 0 0 20 0 15 0 98506025 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139658519882000 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14291] ppid=14282 vsize=10661132 memory=8764164798296004766 CPUtime=7.82 cores=1,3,5,7
/proc/14285/task/14291/stat : 14291 (java) S 14282 14285 14132 0 -1 1077944384 101909 0 0 0 644 138 0 0 20 0 15 0 98506025 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139658518829456 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14292] ppid=14282 vsize=10661132 memory=6944938067432061290 CPUtime=0.83 cores=1,3,5,7
/proc/14285/task/14292/stat : 14292 (java) R 14282 14285 14132 0 -1 4202560 11052 0 0 0 80 3 0 0 20 0 15 0 98506026 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657620702744 139658578013594 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14293] ppid=14282 vsize=10661132 memory=-7173504570862900581 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14293/stat : 14293 (java) S 14282 14285 14132 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 98506026 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657619650272 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14294] ppid=14282 vsize=10661132 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14294/stat : 14294 (java) S 14282 14285 14132 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 98506027 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657618597104 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14295] ppid=14282 vsize=10661132 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14295/stat : 14295 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657617545680 139658585315227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14296] ppid=14282 vsize=10661132 memory=-7533522213388100735 CPUtime=0.86 cores=1,3,5,7
/proc/14285/task/14296/stat : 14296 (java) S 14282 14285 14132 0 -1 1077944384 3975 0 0 0 86 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657616492784 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14297] ppid=14282 vsize=10661132 memory=-8962857967774121921 CPUtime=0.65 cores=1,3,5,7
/proc/14285/task/14297/stat : 14297 (java) S 14282 14285 14132 0 -1 1077944384 2043 0 0 0 65 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657615440240 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14298] ppid=14282 vsize=10661132 memory=-7028383565733675155 CPUtime=0.3 cores=1,3,5,7
/proc/14285/task/14298/stat : 14298 (java) S 14282 14285 14132 0 -1 1077944384 1896 0 0 0 30 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657614387184 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14299] ppid=14282 vsize=10661132 memory=5450909908396308010 CPUtime=0 cores=1,3,5,7
/proc/14285/task/14299/stat : 14299 (java) S 14282 14285 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657613334880 139658585306837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
[pid=14285/tid=14300] ppid=14282 vsize=10661132 memory=4124 CPUtime=0.01 cores=1,3,5,7
/proc/14285/task/14300/stat : 14300 (java) S 14282 14285 14132 0 -1 1077944384 389 0 0 0 1 0 0 0 20 0 15 0 98506029 10916999168 1968169 33554432000 4194304 4196468 140736993380272 139657612282928 139658585307778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25804800 140736993383544 140736993383689 140736993383689 140736993386447 0
Current children cumulated CPU time: 46.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7872676 KiB

Child status: 1
Real time (s): 21.5049
CPU time (s): 46.6958
CPU user time (s): 40.472
CPU system time (s): 6.22383
CPU usage (%): 217.14
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8307356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.472
system time used= 6.22384
maximum resident set size= 8307360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 799498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18932
involuntary context switches= 310


# summary of solver processes directly reported to runsolver:
#   pid: 14285
#   total CPU time (s): 46.6958
#   total CPU user time (s): 40.472
#   total CPU system time (s): 6.22383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.165239 second user time and 0.252958 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 22:23:48
IDJOB=4299250
IDBENCH=141314
IDSOLVER=2768
FILE ID=node151/4299250-1532809426
RUNJOBID= node151-1532809404-14164
PBS_JOBID= 21022477
Free space on /tmp= 54772 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299250-1532809426/watcher-4299250-1532809426 -o /tmp/evaluation-result-4299250-1532809426/solver-4299250-1532809426 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299250-1532809426.xml --timelimit 2520

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=216215981

node151.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.87
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.87
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.87
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.87
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:        26421508 kB
MemAvailable:   30288000 kB
Buffers:          195708 kB
Cached:          3939808 kB
SwapCached:            0 kB
Active:          3264984 kB
Inactive:        2602380 kB
Active(anon):    1681660 kB
Inactive(anon):    78192 kB
Active(file):    1583324 kB
Inactive(file):  2524188 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            158788 kB
Writeback:             0 kB
AnonPages:       1737692 kB
Mapped:            55168 kB
Shmem:             25224 kB
Slab:             177708 kB
SReclaimable:     149632 kB
SUnreclaim:        28076 kB
KernelStack:        3552 kB
PageTables:         8608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4285180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1628160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54768 MiB
End job on node151 at 2018-07-28 22:24:10