Trace number 4299253

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
MiniCPFever 2018-04-29? 52.8445 18.9899

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
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: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
52.53/18.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
52.75/18.94		at java.util.Arrays.copyOf(Arrays.java:3308)
52.75/18.94		at java.util.BitSet.toLongArray(BitSet.java:326)
52.75/18.94		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
52.75/18.94		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
52.75/18.94		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
52.75/18.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
52.75/18.94		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
52.75/18.94		at org.xcsp.parser.XCallbacks$$Lambda$86/361993357.accept(Unknown Source)
52.75/18.94		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
52.75/18.94		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
52.75/18.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
52.75/18.94		at xcsp3.XCSP3.<init>(XCSP3.java:79)
52.75/18.94		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
52.75/18.94		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
52.75/18.94	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 (12333 MiB free)
  memory of node 1: 16384 MiB (13934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299253-1532797368/watcher-4299253-1532797368 -o /tmp/evaluation-result-4299253-1532797368/solver-4299253-1532797368 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299253-1532797368.xml 

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=28857, runsolver pid=28854
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.71 1.66 1.59 5/219 28872
/proc/meminfo: memFree=26882236/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10658972 memory=27208 CPUtime=0.13 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 5259 0 0 0 12 1 0 0 20 0 15 0 97299988 10914787328 6802 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664743 6802 2826 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10658972 memory=-8269626465541068161 CPUtime=0.09 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) R 28854 28857 26043 0 -1 4202560 3111 0 0 0 8 1 0 0 20 0 15 0 97299989 10914787328 6802 33554432000 4194304 4196468 140721493695296 139814221499872 139814217280918 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 6802 33554432000 4194304 4196468 140721493695296 139814143343632 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 6802 33554432000 4194304 4196468 140721493695296 139814142291088 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 6802 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 6802 33554432000 4194304 4196468 140721493695296 139814140185488 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813252442352 139814217280130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813251388576 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97299992 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) R 28854 28857 26043 0 -1 4202560 448 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813248232272 139814217290330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) R 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0.02 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) R 28854 28857 26043 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813246126576 139813818728569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) R 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 6802 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27208 KiB

[startup+0.210841 s]*
/proc/loadavg: 1.71 1.66 1.59 4/219 28872
/proc/meminfo: memFree=26870080/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10658972 memory=40136 CPUtime=0.34 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 8116 0 0 0 32 2 0 0 20 0 15 0 97299988 10914787328 10034 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664743 10034 2986 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) R 28854 28857 26043 0 -1 4202560 5066 0 0 0 19 1 0 0 20 0 15 0 97299989 10914787328 10034 33554432000 4194304 4196468 140721493695296 139814221500000 139814217290909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 10034 33554432000 4194304 4196468 140721493695296 139814143343632 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10658972 memory=140646162554204 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 10034 33554432000 4194304 4196468 140721493695296 139814142291088 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 10034 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 10034 33554432000 4194304 4196468 140721493695296 139814140185488 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813252442352 139814217280130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813251388576 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97299992 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) R 28854 28857 26043 0 -1 4202560 645 0 0 0 2 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813248213192 139814209506110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) R 28854 28857 26043 0 -1 4202560 243 0 0 0 2 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813247160648 139814197969280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0.08 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 802 0 0 0 8 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 10034 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40136 KiB

[startup+0.310908 s]*
/proc/loadavg: 1.71 1.66 1.59 3/219 28872
/proc/meminfo: memFree=26816348/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10658972 memory=100260 CPUtime=0.51 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 8263 0 0 0 46 5 0 0 20 0 15 0 97299988 10914787328 25065 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664743 25065 3019 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10658972 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) R 28854 28857 26043 0 -1 4202560 5108 0 0 0 26 4 0 0 20 0 15 0 97299989 10914787328 25065 33554432000 4194304 4196468 140721493695296 139814221507392 139814217290909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10658972 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 25065 33554432000 4194304 4196468 140721493695296 139814143343632 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10658972 memory=140646162554199 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 25065 33554432000 4194304 4196468 140721493695296 139814142291088 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 25065 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299990 10914787328 25065 33554432000 4194304 4196468 140721493695296 139814140185488 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813252442352 139814217280130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97299991 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813251388576 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97299992 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) S 28854 28857 26043 0 -1 1077944384 667 0 0 0 3 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813248232176 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10658972 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 258 0 0 0 5 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0.1 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 861 0 0 0 10 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10658972 memory=140646162527872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299994 10914787328 25065 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 100260 KiB

[startup+0.701409 s]
/proc/loadavg: 1.71 1.66 1.59 7/219 28872
/proc/meminfo: memFree=26625452/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=294772 CPUtime=1.57 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 10688 0 0 0 138 19 0 0 20 0 15 0 97299988 10914865152 73693 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 73693 3098 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=1784 CPUtime=0.62 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) S 28854 28857 26043 0 -1 1077944384 5458 0 0 0 57 5 0 0 20 0 15 0 97299989 10914865152 73693 33554432000 4194304 4196468 140721493695296 139814221506640 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=5752 CPUtime=0.05 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) R 28854 28857 26043 0 -1 4202560 60 0 0 0 2 3 0 0 20 0 15 0 97299990 10914865152 73693 33554432000 4194304 4196468 140721493695296 139814143343632 139814202296857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=4588 CPUtime=0.05 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) R 28854 28857 26043 0 -1 4202560 49 0 0 0 2 3 0 0 20 0 15 0 97299990 10914865152 73693 33554432000 4194304 4196468 140721493695296 139814142291088 139814210365819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=1612 CPUtime=0.04 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) R 28854 28857 26043 0 -1 1077944384 57 0 0 0 2 2 0 0 20 0 15 0 97299990 10914865152 73693 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=1228 CPUtime=0.05 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) R 28854 28857 26043 0 -1 4202560 56 0 0 0 2 3 0 0 20 0 15 0 97299990 10914865152 73693 33554432000 4194304 4196468 140721493695296 139814140185488 139814202296857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 73693 33554432000 4194304 4196468 140721493695296 139813252440864 139814217279189 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10659048 memory=872 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 73693 33554432000 4194304 4196468 140721493695296 139813251388576 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10659048 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97299992 10914865152 73693 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10659048 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 73693 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10659048 memory=7881696724453321575 CPUtime=0.24 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) R 28854 28857 26043 0 -1 4202560 1257 0 0 0 24 0 0 0 20 0 15 0 97299994 10914865152 73693 33554432000 4194304 4196468 140721493695296 139813248221920 139814200679997 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10659048 memory=5787213827096799335 CPUtime=0.27 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 1020 0 0 0 27 0 0 0 20 0 15 0 97299994 10914865152 74205 33554432000 4194304 4196468 140721493695296 139813247171392 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10659048 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 1286 0 0 0 18 0 0 0 20 0 15 0 97299994 10914865152 74205 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 74205 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 74205 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 294772 KiB

[startup+1.50144 s]
/proc/loadavg: 1.71 1.66 1.59 3/219 28872
/proc/meminfo: memFree=26475756/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=561576 CPUtime=2.83 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 11634 0 0 0 253 30 0 0 20 0 15 0 97299988 10914865152 140394 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 140394 3123 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=6791534058613427641 CPUtime=1.36 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) R 28854 28857 26043 0 -1 4202560 5579 0 0 0 129 7 0 0 20 0 15 0 97299989 10914865152 140394 33554432000 4194304 4196468 140721493695296 139814221506904 139813821832658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=-6951259422114956437 CPUtime=0.11 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) S 28854 28857 26043 0 -1 1077944384 182 0 0 0 6 5 0 0 20 0 15 0 97299990 10914865152 140394 33554432000 4194304 4196468 140721493695296 139814143343632 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=-6509546260019855295 CPUtime=0.11 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) S 28854 28857 26043 0 -1 1077944384 149 0 0 0 6 5 0 0 20 0 15 0 97299990 10914865152 140394 33554432000 4194304 4196468 140721493695296 139814142291088 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=-7390251449858225344 CPUtime=0.1 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) S 28854 28857 26043 0 -1 1077944384 158 0 0 0 6 4 0 0 20 0 15 0 97299990 10914865152 140394 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=4134692831991786133 CPUtime=0.11 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) S 28854 28857 26043 0 -1 1077944384 168 0 0 0 6 5 0 0 20 0 15 0 97299990 10914865152 140394 33554432000 4194304 4196468 140721493695296 139814140185488 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 140394 33554432000 4194304 4196468 140721493695296 139813252442352 139814217280130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0

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

[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2068653 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=1388 CPUtime=0.01 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 164 0 0 0 0 1 0 0 20 0 15 0 97299994 10914865152 2068653 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 63 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 42.63 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8274612 KiB

[startup+17.6014 s]
/proc/loadavg: 1.93 1.71 1.61 6/219 28872
/proc/meminfo: memFree=18623160/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=8281160 CPUtime=48.11 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 400843 0 0 0 4002 809 0 0 20 0 15 0 97299988 10914865152 2070290 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 2070290 3158 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=4588 CPUtime=6.46 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) S 28854 28857 26043 0 -1 1077944384 13745 0 0 0 630 16 0 0 20 0 15 0 97299989 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814221507680 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=1612 CPUtime=9.89 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) R 28854 28857 26043 0 -1 4202560 97727 0 0 0 793 196 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814143343832 139814202220125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=1228 CPUtime=9.78 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) R 28854 28857 26043 0 -1 4202560 89472 0 0 0 796 182 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814142291088 139814202220110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=1852 CPUtime=9.78 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) R 28854 28857 26043 0 -1 4202560 85711 0 0 0 767 211 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814141238032 139814198865531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=8274612 CPUtime=9.81 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) R 28854 28857 26043 0 -1 4202560 84711 0 0 0 784 197 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814140185488 139814202220082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=3848 CPUtime=0.56 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 18000 0 0 0 55 1 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813252440688 139814217279189 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 60 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10659048 memory=2704 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813251388640 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10659048 memory=2696 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97299992 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10659048 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10659048 memory=3208 CPUtime=0.73 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) S 28854 28857 26043 0 -1 1077944384 3533 0 0 0 73 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813248232176 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10659048 memory=7962492 CPUtime=0.71 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 4017 0 0 0 71 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10659048 memory=7605628 CPUtime=0.29 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 2293 0 0 0 29 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 184 0 0 0 0 1 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 48.11 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8281160 KiB

[startup+18.4014 s]
/proc/loadavg: 1.93 1.71 1.61 6/219 28872
/proc/meminfo: memFree=18617252/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=8281160 CPUtime=51.2 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 436773 0 0 0 4306 814 0 0 20 0 15 0 97299988 10914865152 2070290 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 2070290 3158 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=56 CPUtime=6.46 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) S 28854 28857 26043 0 -1 1077944384 13745 0 0 0 630 16 0 0 20 0 15 0 97299989 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814221507680 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=6944656592387989600 CPUtime=10.67 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) R 28854 28857 26043 0 -1 4202560 133645 0 0 0 869 198 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814143343832 139814210371976 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=4140 CPUtime=10.54 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) R 28854 28857 26043 0 -1 4202560 89472 0 0 0 871 183 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814142290896 139814209897191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=6791534058613427641 CPUtime=10.55 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) R 28854 28857 26043 0 -1 4202560 85711 0 0 0 843 212 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814141237840 139814209897191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=1784 CPUtime=10.57 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) R 28854 28857 26043 0 -1 4202560 84711 0 0 0 859 198 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814140185296 139814209897191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=5752 CPUtime=0.57 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 18012 0 0 0 56 1 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813252440912 139814217279189 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 60 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10659048 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813251388640 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10659048 memory=8045220 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97299992 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10659048 memory=124004295798983 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10659048 memory=932 CPUtime=0.73 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) S 28854 28857 26043 0 -1 1077944384 3533 0 0 0 73 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813248232176 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10659048 memory=2244 CPUtime=0.71 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 4017 0 0 0 71 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10659048 memory=4132 CPUtime=0.29 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 2293 0 0 0 29 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=7532 CPUtime=0.01 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 184 0 0 0 0 1 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 51.2 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8281160 KiB

[startup+18.8007 s]
/proc/loadavg: 1.93 1.71 1.61 6/219 28872
/proc/meminfo: memFree=18617252/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=8281160 CPUtime=52.53 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 450214 0 0 0 4438 815 0 0 20 0 15 0 97299988 10914865152 2070290 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 2070290 3158 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=11702 CPUtime=6.46 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) S 28854 28857 26043 0 -1 1077944384 13746 0 0 0 630 16 0 0 20 0 15 0 97299989 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814221507680 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=440172 CPUtime=10.98 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) R 28854 28857 26043 0 -1 4202560 133645 0 0 0 900 198 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814143343632 139814201966735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=11702 CPUtime=10.85 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) R 28854 28857 26043 0 -1 4202560 89472 0 0 0 902 183 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814142290984 139814209897191 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=440172 CPUtime=10.86 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) R 28854 28857 26043 0 -1 4202560 98518 0 0 0 873 213 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814141238032 139814209897191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=10 CPUtime=10.88 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) R 28854 28857 26043 0 -1 4202560 84783 0 0 0 890 198 0 0 20 0 15 0 97299990 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139814140185688 139814209897191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=6944656592455360604 CPUtime=0.65 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) S 28854 28857 26043 0 -1 1077944384 18571 0 0 0 64 1 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813252440688 139814217279189 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 60 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10659048 memory=7306916055891837009 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813251388240 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10659048 memory=288285571665896825 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97299992 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10659048 memory=5794564174364426338 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10659048 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) S 28854 28857 26043 0 -1 1077944384 3533 0 0 0 73 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813248232176 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10659048 memory=-7745171780068671099 CPUtime=0.71 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 4017 0 0 0 71 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10659048 memory=2608 CPUtime=0.29 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 2293 0 0 0 29 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=667680 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=10 CPUtime=0.01 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 184 0 0 0 0 1 0 0 20 0 15 0 97299994 10914865152 2070290 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 52.53 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8281160 KiB

[startup+18.9014 s]
/proc/loadavg: 1.93 1.71 1.61 6/219 28872
/proc/meminfo: memFree=18617252/32770624 swapFree=67108436/67108860
[pid=28857] ppid=28854 vsize=10659048 memory=8281168 CPUtime=52.75 cores=1,3,5,7
/proc/28857/stat : 28857 (java) S 28854 28857 26043 0 -1 1077944320 450415 0 0 0 4460 815 0 0 20 0 15 0 97299988 10914865152 2070292 33554432000 4194304 4196468 140721493695296 140721493677840 139814217268983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
/proc/28857/statm: 2664762 2070292 3159 1 0 2627263 0
[pid=28857/tid=28859] ppid=28854 vsize=10659048 memory=8281160 CPUtime=6.46 cores=1,3,5,7
/proc/28857/task/28859/stat : 28859 (java) S 28854 28857 26043 0 -1 1077944384 13813 0 0 0 630 16 0 0 20 0 15 0 97299989 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139814221508256 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28860] ppid=28854 vsize=10659048 memory=8281160 CPUtime=11.02 cores=1,3,5,7
/proc/28857/task/28860/stat : 28860 (java) S 28854 28857 26043 0 -1 1077944384 133645 0 0 0 904 198 0 0 20 0 15 0 97299990 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139814143343632 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28861] ppid=28854 vsize=10659048 memory=8281160 CPUtime=10.89 cores=1,3,5,7
/proc/28857/task/28861/stat : 28861 (java) S 28854 28857 26043 0 -1 1077944384 89512 0 0 0 906 183 0 0 20 0 15 0 97299990 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139814142291088 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28862] ppid=28854 vsize=10659048 memory=8281160 CPUtime=10.9 cores=1,3,5,7
/proc/28857/task/28862/stat : 28862 (java) S 28854 28857 26043 0 -1 1077944384 98610 0 0 0 877 213 0 0 20 0 15 0 97299990 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139814141238032 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28863] ppid=28854 vsize=10659048 memory=872 CPUtime=10.92 cores=1,3,5,7
/proc/28857/task/28863/stat : 28863 (java) S 28854 28857 26043 0 -1 1077944384 84783 0 0 0 894 198 0 0 20 0 15 0 97299990 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139814140185488 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28864] ppid=28854 vsize=10659048 memory=8068 CPUtime=0.71 cores=1,3,5,7
/proc/28857/task/28864/stat : 28864 (java) R 28854 28857 26043 0 -1 4202560 18572 0 0 0 70 1 0 0 20 0 15 0 97299991 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813252440784 139814195639163 0 0 0 16800975 0 0 0 -1 7 0 0 60 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28865] ppid=28854 vsize=10659048 memory=6403796239550 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28865/stat : 28865 (java) S 28854 28857 26043 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 97299991 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813251388640 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28866] ppid=28854 vsize=10659048 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28866/stat : 28866 (java) S 28854 28857 26043 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97299992 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813250335472 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28867] ppid=28854 vsize=10659048 memory=840 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28867/stat : 28867 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813249284048 139814217287579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28868] ppid=28854 vsize=10659048 memory=1692 CPUtime=0.73 cores=1,3,5,7
/proc/28857/task/28868/stat : 28868 (java) S 28854 28857 26043 0 -1 1077944384 3533 0 0 0 73 0 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813248232176 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28869] ppid=28854 vsize=10659048 memory=8274612 CPUtime=0.71 cores=1,3,5,7
/proc/28857/task/28869/stat : 28869 (java) S 28854 28857 26043 0 -1 1077944384 4017 0 0 0 71 0 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813247179632 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28870] ppid=28854 vsize=10659048 memory=8274612 CPUtime=0.29 cores=1,3,5,7
/proc/28857/task/28870/stat : 28870 (java) S 28854 28857 26043 0 -1 1077944384 2293 0 0 0 29 0 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813246126576 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28871] ppid=28854 vsize=10659048 memory=6060404 CPUtime=0 cores=1,3,5,7
/proc/28857/task/28871/stat : 28871 (java) S 28854 28857 26043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813245074272 139814217279189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
[pid=28857/tid=28872] ppid=28854 vsize=10659048 memory=7900382160082254431 CPUtime=0.01 cores=1,3,5,7
/proc/28857/task/28872/stat : 28872 (java) S 28854 28857 26043 0 -1 1077944384 184 0 0 0 0 1 0 0 20 0 15 0 97299994 10914865152 2070292 33554432000 4194304 4196468 140721493695296 139813244021296 139814217280130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 16875520 140721493697709 140721493697801 140721493697801 140721493700559 0
Current children cumulated CPU time: 52.75 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8281168 KiB

Child status: 1
Real time (s): 18.9899
CPU time (s): 52.8445
CPU user time (s): 44.6284
CPU system time (s): 8.21603
CPU usage (%): 278.277
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8281168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.6284
system time used= 8.21603
maximum resident set size= 8281168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450542
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= 6508
involuntary context switches= 459


# summary of solver processes directly reported to runsolver:
#   pid: 28857
#   total CPU time (s): 52.8445
#   total CPU user time (s): 44.6284
#   total CPU system time (s): 8.21603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159135 second user time and 0.245439 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 19:02:48
IDJOB=4299253
IDBENCH=141315
IDSOLVER=2763
FILE ID=node137/4299253-1532797368
RUNJOBID= node137-1532774102-26075
PBS_JOBID= 21022457
Free space on /tmp= 48112 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299253-1532797368/watcher-4299253-1532797368 -o /tmp/evaluation-result-4299253-1532797368/solver-4299253-1532797368 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532774102-26075 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299253-1532797368.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1448099106

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26898912 kB
MemAvailable:   30815496 kB
Buffers:          193796 kB
Cached:          3956236 kB
SwapCached:           32 kB
Active:          2960768 kB
Inactive:        2357096 kB
Active(anon):    1115652 kB
Inactive(anon):    80052 kB
Active(file):    1845116 kB
Inactive(file):  2277044 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             44504 kB
Writeback:             0 kB
AnonPages:       1175428 kB
Mapped:            52788 kB
Shmem:             25052 kB
Slab:             248472 kB
SReclaimable:     220516 kB
SUnreclaim:        27956 kB
KernelStack:        3584 kB
PageTables:         7716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1970596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48112 MiB
End job on node137 at 2018-07-28 19:03:07