Trace number 4299173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
The dodo solver 2018-04-29? 36.0022 12.2607

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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
35.81/12.15	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
35.81/12.15		at minicp.util.BitSet.<init>(BitSet.java:11)
35.81/12.15		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
35.81/12.15		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
35.93/12.22		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
35.93/12.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
35.93/12.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
35.93/12.22		at org.xcsp.parser.XCallbacks$$Lambda$86/66233253.accept(Unknown Source)
35.93/12.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
35.93/12.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
35.93/12.22		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
35.93/12.22		at xcsp3.XCSP3.<init>(XCSP3.java:80)
35.93/12.22		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
35.93/12.22		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
35.93/12.22	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 (11569 MiB free)
  memory of node 1: 16384 MiB (14918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299173-1532807084/watcher-4299173-1532807084 -o /tmp/evaluation-result-4299173-1532807084/solver-4299173-1532807084 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6744 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299173-1532807084.xml --timelimit 2520 

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

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


[startup+0.10061 s]*
/proc/loadavg: 2.00 2.00 1.97 6/220 10258
/proc/meminfo: memFree=27085968/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10658972 memory=27588 CPUtime=0.13 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 5327 0 0 0 12 1 0 0 20 0 15 0 98271591 10914787328 6897 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2664743 6897 2830 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10658972 memory=-8269626465541066110 CPUtime=0.09 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 3198 0 0 0 9 0 0 0 20 0 15 0 98271591 10914787328 6897 33554432000 4194304 4196468 140726748169104 140719432542176 140719428342362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10914787328 6897 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10658972 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10914787328 6897 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10914787328 6897 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10914787328 6897 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10658972 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271593 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271594 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718986826656 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271594 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) R 10240 10243 6713 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 15 0 98271596 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) R 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10658972 memory=140223482918528 CPUtime=0.02 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) R 10240 10243 6713 0 -1 4202560 327 0 0 0 2 0 0 0 20 0 15 0 98271596 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10658972 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271597 10914787328 6897 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27588 KiB

[startup+0.211023 s]*
/proc/loadavg: 2.00 2.00 1.97 4/220 10258
/proc/meminfo: memFree=27070196/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661056 memory=39748 CPUtime=0.34 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 8054 0 0 0 32 2 0 0 20 0 15 0 98271591 10916921344 9937 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665264 9937 2971 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 5120 0 0 0 19 1 0 0 20 0 15 0 98271591 10916921344 9937 33554432000 4194304 4196468 140726748169104 140719432556256 140719428342941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661056 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10916921344 9937 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661056 memory=140223482928508 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10916921344 9937 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10916921344 9937 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10916921344 9937 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661056 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271593 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271594 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718986826656 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271594 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) R 10240 10243 6713 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 15 0 98271596 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718983670256 140719408956944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) R 10240 10243 6713 0 -1 4202560 226 0 0 0 1 0 0 0 20 0 15 0 98271596 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718982617712 140719406148253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661056 memory=140223482918528 CPUtime=0.08 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 772 0 0 0 8 0 0 0 20 0 15 0 98271596 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661056 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271597 10916921344 9937 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39748 KiB

[startup+0.312203 s]*
/proc/loadavg: 2.00 2.00 1.97 5/220 10258
/proc/meminfo: memFree=27046616/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=62752 CPUtime=0.54 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 8720 0 0 0 51 3 0 0 20 0 15 0 98271591 10916999168 15688 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 15688 3011 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 5435 0 0 0 27 2 0 0 20 0 15 0 98271591 10916999168 15688 33554432000 4194304 4196468 140726748169104 140719432556832 140719412401532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10916999168 15688 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=15113597124834968 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10916999168 15688 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271592 10916999168 15688 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271592 10916999168 15688 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98271593 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718986826656 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 581 0 0 0 4 0 0 0 20 0 15 0 98271596 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 431 0 0 0 6 0 0 0 20 0 15 0 98271596 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=140223482918528 CPUtime=0.12 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 905 0 0 0 12 0 0 0 20 0 15 0 98271596 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=140223482918528 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 15688 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 62752 KiB

[startup+0.70084 s]
/proc/loadavg: 2.00 2.00 1.97 5/220 10258
/proc/meminfo: memFree=26965272/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=218804 CPUtime=1.49 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 10495 0 0 0 140 9 0 0 20 0 15 0 98271591 10916999168 54701 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 54701 3105 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=16988 CPUtime=0.66 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 5511 0 0 0 62 4 0 0 20 0 15 0 98271591 10916999168 54701 33554432000 4194304 4196468 140726748169104 140719432558880 140719412811134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=18220 CPUtime=0.01 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 98271592 10916999168 54701 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=1788 CPUtime=0.01 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 15 0 98271592 10916999168 54701 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=1232 CPUtime=0.01 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 98271592 10916999168 54701 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=644 CPUtime=0.01 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 24 0 0 0 0 1 0 0 20 0 15 0 98271592 10916999168 54701 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98271593 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718986826656 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=6081108994580113768 CPUtime=0.27 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 1321 0 0 0 27 0 0 0 20 0 15 0 98271596 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=6154282490091891024 CPUtime=0.28 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 1007 0 0 0 28 0 0 0 20 0 15 0 98271596 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) R 10240 10243 6713 0 -1 4202560 1126 0 0 0 18 0 0 0 20 0 15 0 98271596 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 54701 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218804 KiB

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.97 3/220 10258
/proc/meminfo: memFree=26822904/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=625600 CPUtime=3.28 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 13212 0 0 0 284 44 0 0 20 0 15 0 98271591 10916999168 156400 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 156400 3142 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=437880 CPUtime=1.21 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 5726 0 0 0 115 6 0 0 20 0 15 0 98271591 10916999168 156400 33554432000 4194304 4196468 140726748169104 140719432559632 140719053542190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 762 0 0 0 14 8 0 0 20 0 15 0 98271592 10916999168 156400 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 431 0 0 0 14 8 0 0 20 0 15 0 98271592 10916999168 156400 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 232 0 0 0 13 8 0 0 20 0 15 0 98271592 10916999168 156400 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=6943526294502006880 CPUtime=0.22 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 328 0 0 0 13 9 0 0 20 0 15 0 98271592 10916999168 156400 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 15 0 98271593 10916999168 156400 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0

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

[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=-7091624348563251104 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 1316394 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=-7674914008656224160 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 1316906 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 17.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5265576 KiB

[startup+9.60093 s]
/proc/loadavg: 2.16 2.03 1.98 6/220 10258
/proc/meminfo: memFree=19368900/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=7561352 CPUtime=27.8 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 157792 0 0 0 1956 824 0 0 20 0 15 0 98271591 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 1890338 3177 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=655370 CPUtime=3.74 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) R 10240 10243 6713 0 -1 4202560 8656 0 0 0 362 12 0 0 20 0 15 0 98271591 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140719432559616 140719053812122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=6235660 CPUtime=5.59 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 28723 0 0 0 349 210 0 0 20 0 15 0 98271592 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=7234030490512353113 CPUtime=5.59 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 54903 0 0 0 359 200 0 0 20 0 15 0 98271592 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=8028904855800472896 CPUtime=5.53 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 25508 0 0 0 341 212 0 0 20 0 15 0 98271592 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=33 CPUtime=5.6 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 24851 0 0 0 377 183 0 0 20 0 15 0 98271592 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=-7965668622128159392 CPUtime=0.17 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 9004 0 0 0 17 0 0 0 20 0 15 0 98271593 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718987880432 140719428332162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=280446735215824 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718986826720 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=5788647689011156329 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=6009869402765283409 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=1444 CPUtime=0.65 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 1763 0 0 0 65 0 0 0 20 0 15 0 98271596 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=33 CPUtime=0.55 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 1666 0 0 0 55 0 0 0 20 0 15 0 98271596 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 1332 0 0 0 27 0 0 0 20 0 15 0 98271596 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 1890338 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 27.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7561352 KiB

[startup+11.2015 s]
/proc/loadavg: 2.15 2.03 1.98 6/220 10258
/proc/meminfo: memFree=18585520/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=8302788 CPUtime=32.51 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 205389 0 0 0 2365 886 0 0 20 0 15 0 98271591 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 2075697 3177 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=6944656592455360608 CPUtime=4.15 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) S 10240 10243 6713 0 -1 1077944384 8658 0 0 0 403 12 0 0 20 0 15 0 98271591 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140719432559616 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=8326441112149131687 CPUtime=6.63 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) R 10240 10243 6713 0 -1 4202560 60713 0 0 0 451 212 0 0 20 0 15 0 98271592 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140719370324952 140719421417732 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=-8412652169255943836 CPUtime=6.63 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) R 10240 10243 6713 0 -1 4202560 56331 0 0 0 431 232 0 0 20 0 15 0 98271592 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140719034260488 140719420949223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=-3253322038155611931 CPUtime=6.58 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) R 10240 10243 6713 0 -1 4202560 38533 0 0 0 444 214 0 0 20 0 15 0 98271592 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140719033207632 140719420949223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=7970124041166878227 CPUtime=6.64 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) R 10240 10243 6713 0 -1 4202560 25975 0 0 0 454 210 0 0 20 0 15 0 98271592 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140719032155088 140719420949223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=5788911507359232418 CPUtime=0.31 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) S 10240 10243 6713 0 -1 1077944384 9030 0 0 0 31 0 0 0 20 0 15 0 98271593 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718987878992 140719428331221 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718986826720 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=8282784 CPUtime=0.65 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 1763 0 0 0 65 0 0 0 20 0 15 0 98271596 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=1720 CPUtime=0.56 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 1666 0 0 0 56 0 0 0 20 0 15 0 98271596 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=792 CPUtime=0.27 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 1332 0 0 0 27 0 0 0 20 0 15 0 98271596 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075697 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 32.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8302788 KiB

[startup+12.0009 s]*
/proc/loadavg: 2.15 2.03 1.98 3/220 10258
/proc/meminfo: memFree=18585520/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=8302916 CPUtime=35.47 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 206332 0 0 0 2660 887 0 0 20 0 15 0 98271591 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 2075729 3177 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=6791534058613427641 CPUtime=4.15 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) S 10240 10243 6713 0 -1 1077944384 8659 0 0 0 403 12 0 0 20 0 15 0 98271591 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140719432559616 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=0 CPUtime=7.37 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 61114 0 0 0 525 212 0 0 20 0 15 0 98271592 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=0 CPUtime=7.35 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 56467 0 0 0 502 233 0 0 20 0 15 0 98271592 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=0 CPUtime=7.3 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 38676 0 0 0 516 214 0 0 20 0 15 0 98271592 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=0 CPUtime=7.35 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 25975 0 0 0 525 210 0 0 20 0 15 0 98271592 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) R 10240 10243 6713 0 -1 4202560 9290 0 0 0 38 0 0 0 20 0 15 0 98271593 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718987878976 140719406691190 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=3472328296227670329 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718986826256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=1399094042500829555 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=-7665536046109432865 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 1763 0 0 0 65 0 0 0 20 0 15 0 98271596 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=7018141386738909802 CPUtime=0.56 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 1666 0 0 0 56 0 0 0 20 0 15 0 98271596 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=3472468519710598832 CPUtime=0.27 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 1332 0 0 0 27 0 0 0 20 0 15 0 98271596 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=8237207281499516975 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=3472468519056956133 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075729 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 35.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8302916 KiB

[startup+12.2008 s]
/proc/loadavg: 2.15 2.03 1.98 3/220 10258
/proc/meminfo: memFree=18585520/32770624 swapFree=67108860/67108860
[pid=10243] ppid=10240 vsize=10661132 memory=8302928 CPUtime=35.93 cores=0,2,4,6
/proc/10243/stat : 10243 (java) S 10240 10243 6713 0 -1 1077944320 206450 0 0 0 2706 887 0 0 20 0 15 0 98271591 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140726748151648 140719428321015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
/proc/10243/statm: 2665283 2075732 3178 1 0 2627263 0
[pid=10243/tid=10245] ppid=10240 vsize=10661132 memory=302022865681922372 CPUtime=4.16 cores=0,2,4,6
/proc/10243/task/10245/stat : 10245 (java) S 10240 10243 6713 0 -1 1077944384 8697 0 0 0 404 12 0 0 20 0 15 0 98271591 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140719432560672 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10246] ppid=10240 vsize=10661132 memory=14694110523585502 CPUtime=7.46 cores=0,2,4,6
/proc/10243/task/10246/stat : 10246 (java) S 10240 10243 6713 0 -1 1077944384 61124 0 0 0 534 212 0 0 20 0 15 0 98271592 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140719370324752 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10247] ppid=10240 vsize=10661132 memory=7454130749351154278 CPUtime=7.44 cores=0,2,4,6
/proc/10243/task/10247/stat : 10247 (java) S 10240 10243 6713 0 -1 1077944384 56535 0 0 0 511 233 0 0 20 0 15 0 98271592 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140719034260368 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10248] ppid=10240 vsize=10661132 memory=7454130749351154278 CPUtime=7.39 cores=0,2,4,6
/proc/10243/task/10248/stat : 10248 (java) S 10240 10243 6713 0 -1 1077944384 38676 0 0 0 525 214 0 0 20 0 15 0 98271592 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140719033207824 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10249] ppid=10240 vsize=10661132 memory=7454130749351154278 CPUtime=7.44 cores=0,2,4,6
/proc/10243/task/10249/stat : 10249 (java) S 10240 10243 6713 0 -1 1077944384 25975 0 0 0 534 210 0 0 20 0 15 0 98271592 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140719032155280 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10250] ppid=10240 vsize=10661132 memory=7454130749351154278 CPUtime=0.47 cores=0,2,4,6
/proc/10243/task/10250/stat : 10250 (java) R 10240 10243 6713 0 -1 4202560 9292 0 0 0 47 0 0 0 20 0 15 0 98271593 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718987878864 140719406691195 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10251] ppid=10240 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10251/stat : 10251 (java) S 10240 10243 6713 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718986826720 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10252] ppid=10240 vsize=10661132 memory=6935650410838380624 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10252/stat : 10252 (java) S 10240 10243 6713 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98271594 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718985774064 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10253] ppid=10240 vsize=10661132 memory=7079765598914236496 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10253/stat : 10253 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271596 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718984722640 140719428339611 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10254] ppid=10240 vsize=10661132 memory=4640467252704989264 CPUtime=0.65 cores=0,2,4,6
/proc/10243/task/10254/stat : 10254 (java) S 10240 10243 6713 0 -1 1077944384 1763 0 0 0 65 0 0 0 20 0 15 0 98271596 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718983670256 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10255] ppid=10240 vsize=10661132 memory=5571041044932745317 CPUtime=0.56 cores=0,2,4,6
/proc/10243/task/10255/stat : 10255 (java) S 10240 10243 6713 0 -1 1077944384 1666 0 0 0 56 0 0 0 20 0 15 0 98271596 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718982617712 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10256] ppid=10240 vsize=10661132 memory=5571041044932614245 CPUtime=0.27 cores=0,2,4,6
/proc/10243/task/10256/stat : 10256 (java) S 10240 10243 6713 0 -1 1077944384 1332 0 0 0 27 0 0 0 20 0 15 0 98271596 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718981565168 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10257] ppid=10240 vsize=10661132 memory=5571041044932352101 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10257/stat : 10257 (java) S 10240 10243 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718980512864 140719428331221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
[pid=10243/tid=10258] ppid=10240 vsize=10661132 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/10243/task/10258/stat : 10258 (java) S 10240 10243 6713 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 98271597 10916999168 2075732 33554432000 4194304 4196468 140726748169104 140718979459376 140719428332162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 15134720 140726748177528 140726748177673 140726748177673 140726748180431 0
Current children cumulated CPU time: 35.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8302928 KiB

Child status: 1
Real time (s): 12.2607
CPU time (s): 36.0022
CPU user time (s): 27.0714
CPU system time (s): 8.93076
CPU usage (%): 293.64
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8302928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0714
system time used= 8.93076
maximum resident set size= 8302928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206548
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= 4699
involuntary context switches= 325


# summary of solver processes directly reported to runsolver:
#   pid: 10243
#   total CPU time (s): 36.0022
#   total CPU user time (s): 27.0714
#   total CPU system time (s): 8.93076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.111486 second user time and 0.167229 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 21:44:44
IDJOB=4299173
IDBENCH=141303
IDSOLVER=2768
FILE ID=node135/4299173-1532807084
RUNJOBID= node135-1532774549-6744
PBS_JOBID= 21022460
Free space on /tmp= 48356 MiB

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

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1761907803

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27127448 kB
MemAvailable:   31759320 kB
Buffers:          201004 kB
Cached:          4663784 kB
SwapCached:            0 kB
Active:          1830528 kB
Inactive:        3259408 kB
Active(anon):     176368 kB
Inactive(anon):    76932 kB
Active(file):    1654160 kB
Inactive(file):  3182476 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10872 kB
Writeback:             4 kB
AnonPages:        220452 kB
Mapped:            54512 kB
Shmem:             25248 kB
Slab:             250712 kB
SReclaimable:     222140 kB
SUnreclaim:        28572 kB
KernelStack:        3680 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48356 MiB
End job on node135 at 2018-07-28 21:44:57