Trace number 4299169

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? 55.1278 19.3525

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
54.88/19.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
55.07/19.31		at java.util.Arrays.copyOf(Arrays.java:3308)
55.07/19.31		at java.util.BitSet.toLongArray(BitSet.java:326)
55.07/19.31		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
55.07/19.31		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
55.07/19.31		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
55.07/19.31		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
55.07/19.31		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
55.07/19.31		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
55.07/19.32		at org.xcsp.parser.XCallbacks$$Lambda$86/1874154700.accept(Unknown Source)
55.07/19.32		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
55.07/19.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
55.07/19.32		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
55.07/19.32		at xcsp3.XCSP3.<init>(XCSP3.java:79)
55.07/19.32		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
55.07/19.32		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
55.07/19.32	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 (12272 MiB free)
  memory of node 1: 16384 MiB (14723 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299169-1532795159/watcher-4299169-1532795159 -o /tmp/evaluation-result-4299169-1532795159/solver-4299169-1532795159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299169-1532795159.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=8731, runsolver pid=8728
Current StackSize limit: 8192 KiB


[startup+0.104777 s]*
/proc/loadavg: 1.27 1.25 1.34 4/215 8746
/proc/meminfo: memFree=27628800/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10658972 memory=27712 CPUtime=0.14 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 5334 0 0 0 13 1 0 0 20 0 15 0 97079206 10914787328 6928 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664743 6928 2894 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10658972 memory=-8826029918205605056 CPUtime=0.1 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) R 8728 8731 6199 0 -1 4202560 3116 0 0 0 9 1 0 0 20 0 15 0 97079207 10914787328 6928 33554432000 4194304 4196468 140732340441472 140429679630432 140429675412886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 6928 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 6928 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 6928 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 6928 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428709939184 140429675412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428708885408 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10658972 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428705729008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0.02 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) R 8728 8731 6199 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428703623920 140429659481438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 6928 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27712 KiB

[startup+0.210667 s]*
/proc/loadavg: 1.27 1.25 1.34 4/215 8746
/proc/meminfo: memFree=27616868/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10658972 memory=40116 CPUtime=0.33 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 8085 0 0 0 31 2 0 0 20 0 15 0 97079206 10914787328 10029 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664743 10029 2994 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10658972 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) R 8728 8731 6199 0 -1 4202560 5059 0 0 0 18 2 0 0 20 0 15 0 97079207 10914787328 10029 33554432000 4194304 4196468 140732340441472 140429679640768 140429675422877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10658972 memory=343 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 10029 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10658972 memory=140544409459076 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 10029 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 10029 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914787328 10029 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428709939184 140429675412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428708885408 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) R 8728 8731 6199 0 -1 4202560 841 0 0 0 3 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428705729008 140429656101248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10658972 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) R 8728 8731 6199 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428704676464 140429652728960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0.07 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 806 0 0 0 7 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428703623920 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10658972 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079212 10914787328 10029 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40116 KiB

[startup+0.311286 s]*
/proc/loadavg: 1.27 1.25 1.34 5/215 8746
/proc/meminfo: memFree=27593916/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=62872 CPUtime=0.54 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 8731 0 0 0 50 4 0 0 20 0 15 0 97079206 10914865152 15718 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 15718 3025 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) R 8728 8731 6199 0 -1 4202560 5378 0 0 0 27 3 0 0 20 0 15 0 97079207 10914865152 15718 33554432000 4194304 4196468 140732340441472 140429679629744 140429675412886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914865152 15718 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=140544409449598 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914865152 15718 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079207 10914865152 15718 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079207 10914865152 15718 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428709939184 140429675412098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428708885408 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) R 8728 8731 6199 0 -1 4202560 961 0 0 0 7 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428705715104 140429656926005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 57 0 0 0 2 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=140544408970880 CPUtime=0.12 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) R 8728 8731 6199 0 -1 4202560 970 0 0 0 12 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428703623920 140429675422298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=140544408970880 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 15718 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 62872 KiB

[startup+0.70348 s]
/proc/loadavg: 1.27 1.25 1.34 5/215 8746
/proc/meminfo: memFree=27507596/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=219620 CPUtime=1.55 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 10669 0 0 0 145 10 0 0 20 0 15 0 97079206 10914865152 54905 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 54905 3105 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=178073706182017 CPUtime=0.66 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) R 8728 8731 6199 0 -1 4202560 5466 0 0 0 61 5 0 0 20 0 15 0 97079207 10914865152 54905 33554432000 4194304 4196468 140732340441472 140429679629264 140429274258194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=569991 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 20 0 0 0 0 1 0 0 20 0 15 0 97079207 10914865152 54905 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 97079207 10914865152 54905 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 97079207 10914865152 54905 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=7809523229951467570 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 15 0 97079207 10914865152 54905 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428709939184 140429675412098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428708885408 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 1717 0 0 0 35 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428705729008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 790 0 0 0 25 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 1172 0 0 0 18 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428703623920 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 54905 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 219620 KiB

[startup+1.50088 s]
/proc/loadavg: 1.27 1.25 1.34 3/215 8746
/proc/meminfo: memFree=27360580/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=625560 CPUtime=3.35 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 13266 0 0 0 292 43 0 0 20 0 15 0 97079206 10914865152 156390 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 156390 3137 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=10799 CPUtime=1.23 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) R 8728 8731 6199 0 -1 4202560 5731 0 0 0 116 7 0 0 20 0 15 0 97079207 10914865152 156390 33554432000 4194304 4196468 140732340441472 140429679639648 140429277632024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 625 0 0 0 13 8 0 0 20 0 15 0 97079207 10914865152 156390 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 482 0 0 0 13 7 0 0 20 0 15 0 97079207 10914865152 156390 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 285 0 0 0 13 8 0 0 20 0 15 0 97079207 10914865152 156390 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=6943526294502006880 CPUtime=0.21 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 327 0 0 0 13 8 0 0 20 0 15 0 97079207 10914865152 156390 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 537 0 0 0 2 0 0 0 20 0 15 0 97079209 10914865152 156390 33554432000 4194304 4196468 140732340441472 140428709939184 140429675412098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0

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

[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075125 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 97079212 10914865152 2075125 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 49.12 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8300500 KiB

[startup+18.4008 s]
/proc/loadavg: 1.94 1.40 1.38 6/215 8746
/proc/meminfo: memFree=19340168/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=8300572 CPUtime=52.01 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 139568 0 0 0 4360 841 0 0 20 0 15 0 97079206 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 2075143 3158 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=140544282422437 CPUtime=7.06 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) S 8728 8731 6199 0 -1 1077944384 16670 0 0 0 693 13 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429679639600 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=801 CPUtime=10.65 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) R 8728 8731 6199 0 -1 4202560 19897 0 0 0 862 203 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429601475544 140429660390509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=8112282956445269571 CPUtime=10.6 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) R 8728 8731 6199 0 -1 4202560 37063 0 0 0 858 202 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429600422920 140429668029159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=25340 CPUtime=10.56 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) R 8728 8731 6199 0 -1 4202560 18460 0 0 0 840 216 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429599370064 140429668029159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=916 CPUtime=10.59 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) R 8728 8731 6199 0 -1 4202560 27395 0 0 0 859 200 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429598317520 140429668029159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=3852 CPUtime=0.59 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 12244 0 0 0 58 1 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428709937744 140429675411157 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428708885472 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=2688 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=1408 CPUtime=0.74 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 2809 0 0 0 74 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428705729008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=3212 CPUtime=0.83 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 1941 0 0 0 83 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=473636 CPUtime=0.29 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 1509 0 0 0 29 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428703623920 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=2680 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 52.01 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8300572 KiB

[startup+18.8007 s]
/proc/loadavg: 1.94 1.40 1.38 6/215 8746
/proc/meminfo: memFree=19340168/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=8300572 CPUtime=53.58 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 140638 0 0 0 4516 842 0 0 20 0 15 0 97079206 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 2075143 3158 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=288230583166042426 CPUtime=7.06 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) S 8728 8731 6199 0 -1 1077944384 16670 0 0 0 693 13 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429679639600 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=14976689222453353 CPUtime=11.05 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) R 8728 8731 6199 0 -1 4202560 20967 0 0 0 902 203 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429601475544 140429660390509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=2436 CPUtime=10.98 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) R 8728 8731 6199 0 -1 4202560 37063 0 0 0 896 202 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429600422920 140429668029159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=1728 CPUtime=10.94 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) R 8728 8731 6199 0 -1 4202560 18460 0 0 0 878 216 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429599370064 140429668029159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=1720 CPUtime=10.99 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) R 8728 8731 6199 0 -1 4202560 27395 0 0 0 898 201 0 0 20 0 15 0 97079207 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140429598317520 140429668029159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=5760 CPUtime=0.59 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 12244 0 0 0 58 1 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428709937744 140429675411157 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428708885472 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=1428 CPUtime=0.74 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 2809 0 0 0 74 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428705729008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=8500 CPUtime=0.83 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 1941 0 0 0 83 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=792 CPUtime=0.29 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 1509 0 0 0 29 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428703623920 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=102849 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 97079212 10914865152 2075143 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 53.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8300572 KiB

[startup+19.2007 s]
/proc/loadavg: 1.94 1.40 1.38 6/215 8746
/proc/meminfo: memFree=19340168/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=8300576 CPUtime=54.88 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 145758 0 0 0 4645 843 0 0 20 0 15 0 97079206 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 2075144 3159 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=6872598998417432672 CPUtime=7.06 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) S 8728 8731 6199 0 -1 1077944384 16676 0 0 0 693 13 0 0 20 0 15 0 97079207 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140429679639600 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=6655300316396806240 CPUtime=11.36 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) R 8728 8731 6199 0 -1 4202560 21224 0 0 0 933 203 0 0 20 0 15 0 97079207 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140429601475464 140429668029159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=8112282956445269571 CPUtime=11.28 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) R 8728 8731 6199 0 -1 4202560 37144 0 0 0 926 202 0 0 20 0 15 0 97079207 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140429600423000 140429660397597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=6327884 CPUtime=11.24 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) R 8728 8731 6199 0 -1 4202560 18757 0 0 0 908 216 0 0 20 0 15 0 97079207 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140429599370256 140429660099662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=0 CPUtime=11.28 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) R 8728 8731 6199 0 -1 4202560 27478 0 0 0 927 201 0 0 20 0 15 0 97079207 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140429598317712 140429668029159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=413 CPUtime=0.67 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) S 8728 8731 6199 0 -1 1077944384 16629 0 0 0 66 1 0 0 20 0 15 0 97079209 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428709937744 140429675411157 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=8300500 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428708885008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=8298452 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=6445168 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=7214144 CPUtime=0.74 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 2811 0 0 0 74 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428705729056 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=8112282956445269571 CPUtime=0.83 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 1943 0 0 0 83 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428704676512 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=14132247146009609 CPUtime=0.29 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 1512 0 0 0 29 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428703623680 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=6082221597268197474 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 97079212 10914865152 2075144 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 54.88 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8300576 KiB

[startup+19.3008 s]
/proc/loadavg: 1.94 1.40 1.38 6/215 8746
/proc/meminfo: memFree=19340168/32770624 swapFree=67108792/67108860
[pid=8731] ppid=8728 vsize=10659048 memory=8300592 CPUtime=55.07 cores=1,3,5,7
/proc/8731/stat : 8731 (java) S 8728 8731 6199 0 -1 1077944320 145837 0 0 0 4664 843 0 0 20 0 15 0 97079206 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140732340424016 140429675400951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
/proc/8731/statm: 2664762 2075148 3160 1 0 2627263 0
[pid=8731/tid=8733] ppid=8728 vsize=10659048 memory=8300500 CPUtime=7.07 cores=1,3,5,7
/proc/8731/task/8733/stat : 8733 (java) S 8728 8731 6199 0 -1 1077944384 16751 0 0 0 694 13 0 0 20 0 15 0 97079207 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140429679640176 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8734] ppid=8728 vsize=10659048 memory=8300572 CPUtime=11.39 cores=1,3,5,7
/proc/8731/task/8734/stat : 8734 (java) S 8728 8731 6199 0 -1 1077944384 21224 0 0 0 936 203 0 0 20 0 15 0 97079207 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140429601475344 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8735] ppid=8728 vsize=10659048 memory=8300576 CPUtime=11.32 cores=1,3,5,7
/proc/8731/task/8735/stat : 8735 (java) S 8728 8731 6199 0 -1 1077944384 37144 0 0 0 930 202 0 0 20 0 15 0 97079207 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140429600422800 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8736] ppid=8728 vsize=10659048 memory=0 CPUtime=11.27 cores=1,3,5,7
/proc/8731/task/8736/stat : 8736 (java) S 8728 8731 6199 0 -1 1077944384 18760 0 0 0 911 216 0 0 20 0 15 0 97079207 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140429599370256 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8737] ppid=8728 vsize=10659048 memory=0 CPUtime=11.31 cores=1,3,5,7
/proc/8731/task/8737/stat : 8737 (java) S 8728 8731 6199 0 -1 1077944384 27478 0 0 0 930 201 0 0 20 0 15 0 97079207 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140429598317712 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8738] ppid=8728 vsize=10659048 memory=8300564 CPUtime=0.74 cores=1,3,5,7
/proc/8731/task/8738/stat : 8738 (java) R 8728 8731 6199 0 -1 4202560 16630 0 0 0 73 1 0 0 20 0 15 0 97079209 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428709937728 140429667690423 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8739] ppid=8728 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8739/stat : 8739 (java) S 8728 8731 6199 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428708885472 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8740] ppid=8728 vsize=10659048 memory=8300572 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8740/stat : 8740 (java) S 8728 8731 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97079209 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428707832816 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8741] ppid=8728 vsize=10659048 memory=8300572 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8741/stat : 8741 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428706781392 140429675419547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8742] ppid=8728 vsize=10659048 memory=7587052 CPUtime=0.74 cores=1,3,5,7
/proc/8731/task/8742/stat : 8742 (java) S 8728 8731 6199 0 -1 1077944384 2811 0 0 0 74 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428705729008 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8743] ppid=8728 vsize=10659048 memory=1292 CPUtime=0.83 cores=1,3,5,7
/proc/8731/task/8743/stat : 8743 (java) S 8728 8731 6199 0 -1 1077944384 1943 0 0 0 83 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428704676464 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8744] ppid=8728 vsize=10659048 memory=2436 CPUtime=0.29 cores=1,3,5,7
/proc/8731/task/8744/stat : 8744 (java) S 8728 8731 6199 0 -1 1077944384 1512 0 0 0 29 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428703623920 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8745] ppid=8728 vsize=10659048 memory=75067438416964 CPUtime=0 cores=1,3,5,7
/proc/8731/task/8745/stat : 8745 (java) S 8728 8731 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428702571616 140429675411157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
[pid=8731/tid=8746] ppid=8728 vsize=10659048 memory=-7313654673739556905 CPUtime=0.01 cores=1,3,5,7
/proc/8731/task/8746/stat : 8746 (java) S 8728 8731 6199 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 97079212 10914865152 2075148 33554432000 4194304 4196468 140732340441472 140428701518128 140429675412098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 23191552 140732340446381 140732340446473 140732340446473 140732340449231 0
Current children cumulated CPU time: 55.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8300592 KiB

Child status: 1
Real time (s): 19.3525
CPU time (s): 55.1278
CPU user time (s): 46.6531
CPU system time (s): 8.47474
CPU usage (%): 284.861
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8300592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6531
system time used= 8.47474
maximum resident set size= 8300592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145963
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= 3771
involuntary context switches= 452


# summary of solver processes directly reported to runsolver:
#   pid: 8731
#   total CPU time (s): 55.1278
#   total CPU user time (s): 46.6531
#   total CPU system time (s): 8.47474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.156404 second user time and 0.240471 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 18:25:59
IDJOB=4299169
IDBENCH=141303
IDSOLVER=2763
FILE ID=node150/4299169-1532795159
RUNJOBID= node150-1532775187-6231
PBS_JOBID= 21022464
Free space on /tmp= 53092 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299169-1532795159/watcher-4299169-1532795159 -o /tmp/evaluation-result-4299169-1532795159/solver-4299169-1532795159 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299169-1532795159.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=942043333

node150.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.76
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.76
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.76
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.76
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:        27645256 kB
MemAvailable:   31475368 kB
Buffers:          206448 kB
Cached:          3862112 kB
SwapCached:           32 kB
Active:          1942160 kB
Inactive:        2641560 kB
Active(anon):     466476 kB
Inactive(anon):    76188 kB
Active(file):    1475684 kB
Inactive(file):  2565372 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             11164 kB
Writeback:             0 kB
AnonPages:        534688 kB
Mapped:            55052 kB
Shmem:             25156 kB
Slab:             238492 kB
SReclaimable:     209780 kB
SUnreclaim:        28712 kB
KernelStack:        3792 kB
PageTables:         6260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1049484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53088 MiB
End job on node150 at 2018-07-28 18:26:19