Trace number 4299247

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
slowpoke 2018-04-29? 41.9206 19.2776

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
41.50/19.09	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
41.50/19.10		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
41.50/19.10		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
41.50/19.10		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:152)
41.50/19.10		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
41.50/19.10		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
41.50/19.10		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
41.50/19.10		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
41.50/19.10		at org.xcsp.parser.XCallbacks$$Lambda$86/989938643.accept(Unknown Source)
41.50/19.10		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
41.50/19.10		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
41.50/19.10		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
41.84/19.20		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
41.84/19.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
41.84/19.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
41.84/19.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
41.84/19.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
41.84/19.20		at xcsp3.XCSP3.<init>(XCSP3.java:84)
41.84/19.20		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
41.84/19.20		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
41.84/19.20	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 (11415 MiB free)
  memory of node 1: 16384 MiB (14490 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299247-1532809628/watcher-4299247-1532809628 -o /tmp/evaluation-result-4299247-1532809628/solver-4299247-1532809628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10649 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299247-1532809628.xml --timelimit 2520 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=10694, runsolver pid=10691

[startup+0.101359 s]*
/proc/loadavg: 0.93 0.95 1.04 3/220 10709
/proc/meminfo: memFree=26512884/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661056 memory=27380 CPUtime=0.13 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 5270 0 0 0 12 1 0 0 20 0 15 0 98526167 10916921344 6845 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665264 6845 2847 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661056 memory=-8269626465541590400 CPUtime=0.09 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) R 10691 10694 10618 0 -1 4202560 3147 0 0 0 9 0 0 0 20 0 15 0 98526167 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740994761856 139740990545302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740927224208 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740926171408 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740925119120 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740924066320 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740160227952 139740990544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740159173920 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0.02 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) R 10691 10694 10618 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740153911664 139740974613854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 6845 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27380 KiB

[startup+0.210762 s]*
/proc/loadavg: 0.93 0.95 1.04 3/220 10709
/proc/meminfo: memFree=26500224/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661056 memory=39700 CPUtime=0.33 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 8040 0 0 0 31 2 0 0 20 0 15 0 98526167 10916921344 9925 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665264 9925 2977 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) R 10691 10694 10618 0 -1 4202560 5114 0 0 0 19 1 0 0 20 0 15 0 98526167 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740994764608 139740990555293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661056 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740927224208 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661056 memory=140567984308408 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740926171408 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740925119120 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740924066320 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740160227952 139740990544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740159173920 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) R 10691 10694 10618 0 -1 1077944384 599 0 0 0 1 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) R 10691 10694 10618 0 -1 4202560 172 0 0 0 2 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740154963952 139740976557260 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0.08 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 9925 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39700 KiB

[startup+0.310734 s]*
/proc/loadavg: 0.93 0.95 1.04 3/220 10709
/proc/meminfo: memFree=26448024/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661056 memory=100408 CPUtime=0.49 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 8310 0 0 0 44 5 0 0 20 0 15 0 98526167 10916921344 25102 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665264 25102 3020 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661056 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) R 10691 10694 10618 0 -1 4202560 5156 0 0 0 26 3 0 0 20 0 15 0 98526167 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740994764608 139740990555293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661056 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740927224208 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661056 memory=140567984308396 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740926171408 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740925119120 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526168 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740924066320 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740160227952 139740990544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740159173920 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 619 0 0 0 2 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661056 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 304 0 0 0 5 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0.09 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 863 0 0 0 9 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661056 memory=140567984297600 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 25102 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 100408 KiB

[startup+0.705925 s]
/proc/loadavg: 1.01 0.97 1.04 4/220 10709
/proc/meminfo: memFree=26118484/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661056 memory=483000 CPUtime=1.55 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 12327 0 0 0 116 39 0 0 20 0 15 0 98526167 10916921344 120750 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665264 120750 3082 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661056 memory=17028 CPUtime=0.52 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 5189 0 0 0 46 6 0 0 20 0 15 0 98526167 10916921344 120750 33554432000 4194304 4196468 140721732841280 139740994772624 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661056 memory=18220 CPUtime=0.11 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) R 10691 10694 10618 0 -1 4202560 166 0 0 0 5 6 0 0 20 0 15 0 98526168 10916921344 120750 33554432000 4194304 4196468 140721732841280 139740927224408 139740983636346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661056 memory=1788 CPUtime=0.15 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) R 10691 10694 10618 0 -1 4202560 621 0 0 0 7 8 0 0 20 0 15 0 98526168 10916921344 120750 33554432000 4194304 4196468 140721732841280 139740926171408 139740983636353 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661056 memory=1232 CPUtime=0.13 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) R 10691 10694 10618 0 -1 1077944384 195 0 0 0 6 7 0 0 20 0 15 0 98526168 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740925119120 139740990543573 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661056 memory=644 CPUtime=0.15 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) R 10691 10694 10618 0 -1 4202560 517 0 0 0 7 8 0 0 20 0 15 0 98526168 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740924066320 139740983633067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661056 memory=952 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740160226496 139740990543573 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661056 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740159173920 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661056 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526170 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661056 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661056 memory=6081108994580113768 CPUtime=0.09 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 1577 0 0 0 9 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661056 memory=6154282490091891024 CPUtime=0.24 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) R 10691 10694 10618 0 -1 4202560 1737 0 0 0 24 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740154949976 139740975454663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661056 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 872 0 0 0 10 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661056 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526173 10916921344 121262 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 483000 KiB

[startup+1.50593 s]
/proc/loadavg: 1.01 0.97 1.04 5/220 10709
/proc/meminfo: memFree=25719260/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661132 memory=770840 CPUtime=3.26 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 14146 0 0 0 271 55 0 0 20 0 15 0 98526167 10916999168 192710 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665283 192710 3138 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661132 memory=750296 CPUtime=1.21 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 5566 0 0 0 113 8 0 0 20 0 15 0 98526167 10916999168 192710 33554432000 4194304 4196468 140721732841280 139740994771216 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661132 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) R 10691 10694 10618 0 -1 4202560 286 0 0 0 11 9 0 0 20 0 15 0 98526168 10916999168 192710 33554432000 4194304 4196468 140721732841280 139740927224208 139740983639049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661132 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) R 10691 10694 10618 0 -1 4202560 795 0 0 0 14 11 0 0 20 0 15 0 98526168 10916999168 192725 33554432000 4194304 4196468 140721732841280 139740926171408 139740983633228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) R 10691 10694 10618 0 -1 4202560 334 0 0 0 11 10 0 0 20 0 15 0 98526168 10916999168 192747 33554432000 4194304 4196468 140721732841280 139740925119320 139740983633312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661132 memory=6943526294502006880 CPUtime=0.24 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) R 10691 10694 10618 0 -1 4202560 609 0 0 0 13 11 0 0 20 0 15 0 98526168 10916999168 192747 33554432000 4194304 4196468 140721732841280 139740924066320 139740983633284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 378 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 192747 33554432000 4194304 4196468 140721732841280 139740160226464 139740990543573 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0

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

[pid=10694/tid=10708] ppid=10691 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 1990252 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 1990252 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 31.27 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7956912 KiB

[startup+17.6008 s]
/proc/loadavg: 1.39 1.06 1.07 6/221 10939
/proc/meminfo: memFree=18464636/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661132 memory=8306112 CPUtime=36.32 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 486982 0 0 0 3035 597 0 0 20 0 15 0 98526167 10916999168 2076528 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665283 2076528 3151 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661132 memory=6862748 CPUtime=11.09 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 10573 0 0 0 1090 19 0 0 20 0 15 0 98526167 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740994771344 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661132 memory=0 CPUtime=5.72 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) R 10691 10694 10618 0 -1 4202560 109254 0 0 0 419 153 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740927224208 139740983636346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661132 memory=292 CPUtime=5.76 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) R 10691 10694 10618 0 -1 4202560 118212 0 0 0 425 151 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740926171216 139740983161575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661132 memory=478 CPUtime=5.76 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) R 10691 10694 10618 0 -1 4202560 107823 0 0 0 419 157 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740925118928 139740983161575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661132 memory=236 CPUtime=5.76 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) R 10691 10694 10618 0 -1 4202560 121179 0 0 0 467 109 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740924066440 139740983161575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661132 memory=35 CPUtime=0.62 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 12157 0 0 0 61 1 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740160226512 139740990543573 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740159173984 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661132 memory=54 CPUtime=0.54 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 2210 0 0 0 53 1 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661132 memory=69 CPUtime=0.69 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 1962 0 0 0 69 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661132 memory=27 CPUtime=0.28 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 1838 0 0 0 28 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 36.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8306112 KiB

[startup+18.4007 s]
/proc/loadavg: 1.39 1.06 1.07 6/221 10939
/proc/meminfo: memFree=18464988/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661132 memory=8306112 CPUtime=39.42 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 866574 0 0 0 3328 614 0 0 20 0 15 0 98526167 10916999168 2076528 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665283 2076528 3151 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661132 memory=1228 CPUtime=11.09 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 10573 0 0 0 1090 19 0 0 20 0 15 0 98526167 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740994771344 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661132 memory=2241 CPUtime=6.51 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) R 10691 10694 10618 0 -1 4202560 488847 0 0 0 483 168 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740927224408 139740983636371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661132 memory=2244 CPUtime=6.54 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) R 10691 10694 10618 0 -1 4202560 118212 0 0 0 502 152 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740926171216 139740983161575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661132 memory=140567843773200 CPUtime=6.53 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) R 10691 10694 10618 0 -1 4202560 107823 0 0 0 495 158 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740925118928 139740983161575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661132 memory=6656426216303648864 CPUtime=6.52 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) R 10691 10694 10618 0 -1 4202560 121179 0 0 0 542 110 0 0 20 0 15 0 98526168 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740924066440 139740983161575 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661132 memory=6656426216303648864 CPUtime=0.62 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 12157 0 0 0 61 1 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740160226512 139740990543573 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661132 memory=15864 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740159173984 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661132 memory=6656426216303648864 CPUtime=0.54 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 2210 0 0 0 53 1 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661132 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 1962 0 0 0 69 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661132 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 1838 0 0 0 28 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661132 memory=140567837181540 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661132 memory=7565744 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076528 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 39.42 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8306112 KiB

[startup+18.801 s]
/proc/loadavg: 1.39 1.06 1.07 6/221 10939
/proc/meminfo: memFree=18464988/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661132 memory=8306120 CPUtime=40.8 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 866868 0 0 0 3466 614 0 0 20 0 15 0 98526167 10916999168 2076530 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665283 2076530 3151 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661132 memory=0 CPUtime=11.09 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 10574 0 0 0 1090 19 0 0 20 0 15 0 98526167 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740994771344 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661132 memory=7649399388643930161 CPUtime=6.85 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) R 10691 10694 10618 0 -1 4202560 488938 0 0 0 517 168 0 0 20 0 15 0 98526168 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740927224208 139740975231119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661132 memory=7649399392938897457 CPUtime=6.87 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) R 10691 10694 10618 0 -1 4202560 118212 0 0 0 535 152 0 0 20 0 15 0 98526168 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740926171408 139740975483972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661132 memory=7649399397233864753 CPUtime=6.86 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) R 10691 10694 10618 0 -1 4202560 107831 0 0 0 528 158 0 0 20 0 15 0 98526168 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740925119320 139740975231014 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661132 memory=7649399358428229681 CPUtime=6.84 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) R 10691 10694 10618 0 -1 4202560 121179 0 0 0 574 110 0 0 20 0 15 0 98526168 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740924066208 139740970559553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661132 memory=7649399362723196977 CPUtime=0.68 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) S 10691 10694 10618 0 -1 1077944384 12347 0 0 0 67 1 0 0 20 0 15 0 98526170 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740160226272 139740990543573 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661132 memory=7649399367018164273 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740159173520 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661132 memory=7649399371313131569 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661132 memory=7649399375608098865 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661132 memory=7649399379903066161 CPUtime=0.54 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 2210 0 0 0 53 1 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661132 memory=7649399384198033457 CPUtime=0.69 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 1962 0 0 0 69 0 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661132 memory=7649399388493000753 CPUtime=0.28 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 1838 0 0 0 28 0 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740153911664 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661132 memory=7649399392787968049 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661132 memory=7649399397082935345 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 2076530 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 40.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8306120 KiB

[startup+19.2009 s]
/proc/loadavg: 1.39 1.06 1.07 6/221 10939
/proc/meminfo: memFree=18469156/32770624 swapFree=67108860/67108860
[pid=10694] ppid=10691 vsize=10661132 memory=5666268 CPUtime=41.84 cores=0,2,4,6
/proc/10694/stat : 10694 (java) S 10691 10694 10618 0 -1 1077944320 867188 0 0 0 3564 620 0 0 20 0 15 0 98526167 10916999168 1416567 33554432000 4194304 4196468 140721732841280 140721732823824 139740990533367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
/proc/10694/statm: 2665283 1416567 3153 1 0 2627263 0
[pid=10694/tid=10696] ppid=10691 vsize=10661132 memory=6791534058613427641 CPUtime=11.09 cores=0,2,4,6
/proc/10694/task/10696/stat : 10696 (java) S 10691 10694 10618 0 -1 1077944384 10631 0 0 0 1090 19 0 0 20 0 15 0 98526167 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740994772528 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10697] ppid=10691 vsize=10661132 memory=8443538352883892301 CPUtime=7.05 cores=0,2,4,6
/proc/10694/task/10697/stat : 10697 (java) S 10691 10694 10618 0 -1 1077944384 488938 0 0 0 537 168 0 0 20 0 15 0 98526168 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740927224208 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10698] ppid=10691 vsize=10661132 memory=288291060634092338 CPUtime=7.08 cores=0,2,4,6
/proc/10694/task/10698/stat : 10698 (java) S 10691 10694 10618 0 -1 1077944384 118252 0 0 0 556 152 0 0 20 0 15 0 98526168 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740926171408 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10699] ppid=10691 vsize=10661132 memory=3472337092334594898 CPUtime=7.07 cores=0,2,4,6
/proc/10694/task/10699/stat : 10699 (java) S 10691 10694 10618 0 -1 1077944384 107905 0 0 0 549 158 0 0 20 0 15 0 98526168 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740925119120 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10700] ppid=10691 vsize=10661132 memory=140567984321249 CPUtime=7.06 cores=0,2,4,6
/proc/10694/task/10700/stat : 10700 (java) S 10691 10694 10618 0 -1 1077944384 121325 0 0 0 596 110 0 0 20 0 15 0 98526168 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740924066320 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10701] ppid=10691 vsize=10661132 memory=8306112 CPUtime=0.86 cores=0,2,4,6
/proc/10694/task/10701/stat : 10701 (java) R 10691 10694 10618 0 -1 4202560 12349 0 0 0 80 6 0 0 20 0 15 0 98526170 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740160226496 139740983250330 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10702] ppid=10691 vsize=10661132 memory=8306112 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10702/stat : 10702 (java) S 10691 10694 10618 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740159173984 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10703] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10703/stat : 10703 (java) S 10691 10694 10618 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 98526170 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740158121584 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10704] ppid=10691 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10704/stat : 10704 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740157069904 139740990551963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10705] ppid=10691 vsize=10661132 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/10694/task/10705/stat : 10705 (java) S 10691 10694 10618 0 -1 1077944384 2210 0 0 0 53 1 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740156016752 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10706] ppid=10691 vsize=10661132 memory=6791534058613427641 CPUtime=0.69 cores=0,2,4,6
/proc/10694/task/10706/stat : 10706 (java) S 10691 10694 10618 0 -1 1077944384 1962 0 0 0 69 0 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740154963952 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10707] ppid=10691 vsize=10661132 memory=1720 CPUtime=0.28 cores=0,2,4,6
/proc/10694/task/10707/stat : 10707 (java) S 10691 10694 10618 0 -1 1077944384 1839 0 0 0 28 0 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740153907040 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10708] ppid=10691 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10708/stat : 10708 (java) S 10691 10694 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740152859104 139740990543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
[pid=10694/tid=10709] ppid=10691 vsize=10661132 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10694/task/10709/stat : 10709 (java) S 10691 10694 10618 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 98526173 10916999168 1416567 33554432000 4194304 4196468 140721732841280 139740151806896 139740990544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14745600 140721732846748 140721732846857 140721732846857 140721732849615 0
Current children cumulated CPU time: 41.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5666268 KiB

Child status: 1
Real time (s): 19.2776
CPU time (s): 41.9206
CPU user time (s): 35.6434
CPU system time (s): 6.27723
CPU usage (%): 217.457
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8306132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6434
system time used= 6.27723
maximum resident set size= 8306132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 867275
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= 20264
involuntary context switches= 885


# summary of solver processes directly reported to runsolver:
#   pid: 10694
#   total CPU time (s): 41.9206
#   total CPU user time (s): 35.6434
#   total CPU system time (s): 6.27723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143002 second user time and 0.253004 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 22:27:10
IDJOB=4299247
IDBENCH=141314
IDSOLVER=2765
FILE ID=node135/4299247-1532809628
RUNJOBID= node135-1532809628-10649
PBS_JOBID= 21022479
Free space on /tmp= 48168 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299247-1532809628/watcher-4299247-1532809628 -o /tmp/evaluation-result-4299247-1532809628/solver-4299247-1532809628 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10649 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299247-1532809628.xml --timelimit 2520

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=1810578908

node135.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.50
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.50
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.50
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.50
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:        26528840 kB
MemAvailable:   31365680 kB
Buffers:          201532 kB
Cached:          4868528 kB
SwapCached:            0 kB
Active:          2422244 kB
Inactive:        3264244 kB
Active(anon):     567996 kB
Inactive(anon):    76932 kB
Active(file):    1854248 kB
Inactive(file):  3187312 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            203056 kB
Writeback:             0 kB
AnonPages:        547724 kB
Mapped:            54552 kB
Shmem:             25248 kB
Slab:             250064 kB
SReclaimable:     222228 kB
SUnreclaim:        27836 kB
KernelStack:        3600 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1563372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48212 MiB
End job on node135 at 2018-07-28 22:27:29