Trace number 4299252

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
GG's minicp 2018-04-29? 26.7232 10.4005

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
26.61/10.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
26.61/10.35		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:203)
26.61/10.35		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:138)
26.61/10.35		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
26.61/10.35		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
26.61/10.35		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
26.61/10.35		at org.xcsp.parser.XCallbacks$$Lambda$86/2015601401.accept(Unknown Source)
26.61/10.35		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
26.61/10.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
26.61/10.35		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
26.61/10.35		at xcsp3.XCSP3.<init>(XCSP3.java:70)
26.61/10.35		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
26.61/10.35		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
26.61/10.35	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 (8196 MiB free)
  memory of node 1: 16384 MiB (13233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299252-1532795584/watcher-4299252-1532795584 -o /tmp/evaluation-result-4299252-1532795584/solver-4299252-1532795584 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299252-1532795584.xml 

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=1413, runsolver pid=1410

[startup+0.100081 s]*
/proc/loadavg: 3.38 2.67 2.30 5/216 1428
/proc/meminfo: memFree=21930608/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661056 memory=26648 CPUtime=0.12 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 5548 0 0 0 11 1 0 0 20 0 15 0 97121578 10916921344 6662 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665264 6662 2855 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661056 memory=4627829660337606006 CPUtime=0.09 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) R 1410 1413 30301 0 -1 4202560 3386 0 0 0 9 0 0 0 20 0 15 0 97121578 10916921344 6662 33554432000 4194304 4196468 140728611236064 140296485213712 140296117006400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 6662 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 6662 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 6662 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 6662 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295516687088 140296480995970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295515633312 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) S 1410 1413 30301 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295512475888 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295511423344 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0.01 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) R 1410 1413 30301 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295201966632 140296474081659 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 6662 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26648 KiB

[startup+0.210813 s]*
/proc/loadavg: 3.38 2.67 2.30 3/216 1428
/proc/meminfo: memFree=21918848/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661056 memory=38592 CPUtime=0.33 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 8273 0 0 0 31 2 0 0 20 0 15 0 97121578 10916921344 9648 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665264 9648 2955 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) R 1410 1413 30301 0 -1 4202560 5204 0 0 0 19 1 0 0 20 0 15 0 97121578 10916921344 9648 33554432000 4194304 4196468 140728611236064 140296485216544 140296481006749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 9648 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661056 memory=4121273240176916128 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 9648 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 9648 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 9648 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295516687088 140296480995970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295515633312 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) R 1410 1413 30301 0 -1 4202560 581 0 0 0 2 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295512475888 140296460141888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) R 1410 1413 30301 0 -1 1077944384 255 0 0 0 2 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295511423344 140296480995970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0.08 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 881 0 0 0 8 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295201970160 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661056 memory=140690194265728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 9648 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38592 KiB

[startup+0.310685 s]*
/proc/loadavg: 3.38 2.67 2.30 3/216 1428
/proc/meminfo: memFree=21868332/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661056 memory=95436 CPUtime=0.5 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 8591 0 0 0 46 4 0 0 20 0 15 0 97121578 10916921344 23859 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665264 23859 3020 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661056 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) R 1410 1413 30301 0 -1 4202560 5245 0 0 0 27 3 0 0 20 0 15 0 97121578 10916921344 24371 33554432000 4194304 4196468 140728611236064 140296485216160 140296481006749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661056 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 24371 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661056 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 24371 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 24371 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121579 10916921344 24371 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295516687088 140296480995970 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295515633312 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97121581 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661056 memory=140690042497519 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661056 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) R 1410 1413 30301 0 -1 4202560 747 0 0 0 5 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295512475888 140296464470782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661056 memory=140690042481423 CPUtime=0.03 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 280 0 0 0 3 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295511423344 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661056 memory=281380236756320 CPUtime=0.1 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 952 0 0 0 10 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295201970160 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661056 memory=140690042486031 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661056 memory=140690194265739 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121584 10916921344 24371 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 95436 KiB

[startup+0.701135 s]
/proc/loadavg: 3.38 2.67 2.30 5/216 1428
/proc/meminfo: memFree=21673712/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=290184 CPUtime=1.56 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 11062 0 0 0 136 20 0 0 20 0 15 0 97121578 10916999168 72546 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 72546 3106 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=2372 CPUtime=0.62 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) R 1410 1413 30301 0 -1 4202560 5598 0 0 0 57 5 0 0 20 0 15 0 97121578 10916999168 72546 33554432000 4194304 4196468 140728611236064 140296485219648 140296119605605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 97121579 10916999168 72546 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 47 0 0 0 2 3 0 0 20 0 15 0 97121579 10916999168 72546 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 97121579 10916999168 72546 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=146788895952843 CPUtime=0.05 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 97121579 10916999168 72546 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=13850767857575624 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295516687088 140296480995970 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295515633312 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661132 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) R 1410 1413 30301 0 -1 4202560 1558 0 0 0 26 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295512467344 140296465381216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661132 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) R 1410 1413 30301 0 -1 4202560 864 0 0 0 23 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295511408808 140296462507354 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661132 memory=6943526294502006880 CPUtime=0.18 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 1380 0 0 0 18 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295201970160 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 72546 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 290184 KiB

[startup+1.50078 s]
/proc/loadavg: 3.38 2.67 2.30 3/216 1428
/proc/meminfo: memFree=21552236/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=560664 CPUtime=2.87 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 11994 0 0 0 258 29 0 0 20 0 15 0 97121578 10916999168 140166 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 140166 3131 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=8 CPUtime=1.35 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) R 1410 1413 30301 0 -1 4202560 5693 0 0 0 129 6 0 0 20 0 15 0 97121578 10916999168 140166 33554432000 4194304 4196468 140728611236064 140296485222672 140296119844222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 164 0 0 0 6 5 0 0 20 0 15 0 97121579 10916999168 140166 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=55 CPUtime=0.1 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 188 0 0 0 6 4 0 0 20 0 15 0 97121579 10916999168 140166 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=9258 CPUtime=0.11 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 189 0 0 0 6 5 0 0 20 0 15 0 97121579 10916999168 140166 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=19658 CPUtime=0.11 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 163 0 0 0 6 5 0 0 20 0 15 0 97121579 10916999168 140166 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=-1807685287724412255 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 140166 33554432000 4194304 4196468 140728611236064 140295516687088 140296480995970 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0

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

[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=7737580367676724582 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1746372 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=6081075038483222951 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1746372 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 18.37 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6952720 KiB

[startup+9.60078 s]
/proc/loadavg: 3.25 2.67 2.31 3/216 1428
/proc/meminfo: memFree=14273272/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=7669724 CPUtime=23.91 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 52075 0 0 0 1888 503 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 1917431 3153 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=2889916 CPUtime=4.48 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) S 1410 1413 30301 0 -1 1077944384 8138 0 0 0 430 18 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296485223520 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=4576928 CPUtime=4.41 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) R 1410 1413 30301 0 -1 4202560 5317 0 0 0 337 104 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296450697864 140296473613031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=8112282956445269571 CPUtime=4.48 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) R 1410 1413 30301 0 -1 4202560 12301 0 0 0 333 115 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296086489944 140296474087795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=0 CPUtime=4.46 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) R 1410 1413 30301 0 -1 4202560 5421 0 0 0 319 127 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296085436808 140296473613031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=52 CPUtime=4.45 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) R 1410 1413 30301 0 -1 4202560 5531 0 0 0 312 133 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296084383952 140296473613031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 8913 0 0 0 38 1 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295516685648 140296480995029 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295515633376 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661132 memory=2241 CPUtime=0.43 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) S 1410 1413 30301 0 -1 1077944384 1700 0 0 0 43 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295512475648 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661132 memory=281380085136768 CPUtime=0.46 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 1216 0 0 0 46 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295511423392 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661132 memory=6944656575208382560 CPUtime=0.26 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 2001 0 0 0 26 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295201970208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=-9178176116494409632 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 23.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7669724 KiB

[startup+10.0009 s]*
/proc/loadavg: 3.25 2.67 2.31 6/216 1428
/proc/meminfo: memFree=14273272/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=7669724 CPUtime=25.5 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 53019 0 0 0 2047 503 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 1917431 3153 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=608959503673196820 CPUtime=4.48 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) S 1410 1413 30301 0 -1 1077944384 8138 0 0 0 430 18 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296485223520 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=0 CPUtime=4.81 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) R 1410 1413 30301 0 -1 4202560 5317 0 0 0 377 104 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296450697552 140296473613031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=561458 CPUtime=4.89 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) R 1410 1413 30301 0 -1 4202560 13245 0 0 0 374 115 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296086489944 140296474087816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=6944656592455097440 CPUtime=4.85 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) R 1410 1413 30301 0 -1 4202560 5421 0 0 0 358 127 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296085436808 140296473613031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=6944656592455359580 CPUtime=4.85 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) R 1410 1413 30301 0 -1 4202560 5531 0 0 0 352 133 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296084383952 140296473613031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 8913 0 0 0 38 1 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295516685648 140296480995029 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661132 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295515633376 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661132 memory=7681407940103534239 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661132 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) S 1410 1413 30301 0 -1 1077944384 1700 0 0 0 43 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295512475648 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661132 memory=7307199747045421918 CPUtime=0.46 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 1216 0 0 0 46 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295511423392 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661132 memory=8386792596502932206 CPUtime=0.26 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 2001 0 0 0 26 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295201970208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=6873730494919109728 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=8607468956871154143 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7669724 KiB

[startup+10.2008 s]
/proc/loadavg: 3.25 2.67 2.31 6/216 1428
/proc/meminfo: memFree=14273272/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=7669724 CPUtime=26.24 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 53197 0 0 0 2121 503 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 1917431 3153 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=6944656592455097440 CPUtime=4.48 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) S 1410 1413 30301 0 -1 1077944384 8138 0 0 0 430 18 0 0 20 0 15 0 97121578 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296485223520 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=6944656575208382560 CPUtime=4.99 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) R 1410 1413 30301 0 -1 4202560 5317 0 0 0 395 104 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296450697552 140296473613031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=6944656592455360604 CPUtime=5.08 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) R 1410 1413 30301 0 -1 4202560 13424 0 0 0 393 115 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296086489944 140296474087809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=6655300316396806240 CPUtime=5.03 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 5421 0 0 0 376 127 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296085436496 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=-9174445032661854264 CPUtime=5.03 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) R 1410 1413 30301 0 -1 4202560 5531 0 0 0 370 133 0 0 20 0 15 0 97121579 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140296084383952 140296473613031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=6365110644732088677 CPUtime=0.39 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) S 1410 1413 30301 0 -1 1077944384 8913 0 0 0 38 1 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295516685648 140296480995029 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661132 memory=7955166091236687980 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295515633376 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661132 memory=7597132098393106257 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661132 memory=7525907968511338833 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661132 memory=3763990390830228077 CPUtime=0.43 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) S 1410 1413 30301 0 -1 1077944384 1700 0 0 0 43 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295512475648 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661132 memory=24868 CPUtime=0.46 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 1216 0 0 0 46 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295511423392 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661132 memory=27140 CPUtime=0.26 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 2001 0 0 0 26 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295201970208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=3761692294704805936 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917431 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 26.24 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7669724 KiB

[startup+10.3009 s]
/proc/loadavg: 3.25 2.67 2.31 6/216 1428
/proc/meminfo: memFree=14273272/32770624 swapFree=67108404/67108860
[pid=1413] ppid=1410 vsize=10661132 memory=7669928 CPUtime=26.61 cores=0,2,4,6
/proc/1413/stat : 1413 (java) S 1410 1413 30301 0 -1 1077944320 53324 0 0 0 2158 503 0 0 20 0 15 0 97121578 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140728611218608 140296480984823 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
/proc/1413/statm: 2665283 1917482 3153 1 0 2627263 0
[pid=1413/tid=1415] ppid=1410 vsize=10661132 memory=0 CPUtime=4.48 cores=0,2,4,6
/proc/1413/task/1415/stat : 1415 (java) S 1410 1413 30301 0 -1 1077944384 8138 0 0 0 430 18 0 0 20 0 15 0 97121578 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140296485223520 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1416] ppid=1410 vsize=10661132 memory=2340 CPUtime=5.08 cores=0,2,4,6
/proc/1413/task/1416/stat : 1416 (java) S 1410 1413 30301 0 -1 1077944384 5319 0 0 0 404 104 0 0 20 0 15 0 97121579 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140296450697744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1417] ppid=1410 vsize=10661132 memory=6903572 CPUtime=5.17 cores=0,2,4,6
/proc/1413/task/1417/stat : 1417 (java) S 1410 1413 30301 0 -1 1077944384 13536 0 0 0 402 115 0 0 20 0 15 0 97121579 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140296086489744 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1418] ppid=1410 vsize=10661132 memory=3196 CPUtime=5.12 cores=0,2,4,6
/proc/1413/task/1418/stat : 1418 (java) S 1410 1413 30301 0 -1 1077944384 5422 0 0 0 385 127 0 0 20 0 15 0 97121579 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140296085436688 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1419] ppid=1410 vsize=10661132 memory=1635068 CPUtime=5.12 cores=0,2,4,6
/proc/1413/task/1419/stat : 1419 (java) S 1410 1413 30301 0 -1 1077944384 5532 0 0 0 379 133 0 0 20 0 15 0 97121579 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140296084384144 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1420] ppid=1410 vsize=10661132 memory=7669724 CPUtime=0.4 cores=0,2,4,6
/proc/1413/task/1420/stat : 1420 (java) R 1410 1413 30301 0 -1 4202560 8921 0 0 0 39 1 0 0 20 0 15 0 97121581 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295516685648 140296465981230 0 0 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1421] ppid=1410 vsize=10661132 memory=6702176 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1421/stat : 1421 (java) S 1410 1413 30301 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295515633376 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1422] ppid=1410 vsize=10661132 memory=18911 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1422/stat : 1422 (java) S 1410 1413 30301 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97121581 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295514580208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1423] ppid=1410 vsize=10661132 memory=7669724 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1423/stat : 1423 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295513528784 140296481003419 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1424] ppid=1410 vsize=10661132 memory=6655300316396806240 CPUtime=0.43 cores=0,2,4,6
/proc/1413/task/1424/stat : 1424 (java) S 1410 1413 30301 0 -1 1077944384 1700 0 0 0 43 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295512475648 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1425] ppid=1410 vsize=10661132 memory=-8253362762721939848 CPUtime=0.46 cores=0,2,4,6
/proc/1413/task/1425/stat : 1425 (java) S 1410 1413 30301 0 -1 1077944384 1216 0 0 0 46 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295511423392 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1426] ppid=1410 vsize=10661132 memory=6944656592387989600 CPUtime=0.26 cores=0,2,4,6
/proc/1413/task/1426/stat : 1426 (java) S 1410 1413 30301 0 -1 1077944384 2001 0 0 0 26 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295201970208 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1427] ppid=1410 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1427/stat : 1427 (java) S 1410 1413 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295200917856 140296480995029 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
[pid=1413/tid=1428] ppid=1410 vsize=10661132 memory=7669724 CPUtime=0 cores=0,2,4,6
/proc/1413/task/1428/stat : 1428 (java) S 1410 1413 30301 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 97121584 10916999168 1917482 33554432000 4194304 4196468 140728611236064 140295199865904 140296480995970 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 18235392 140728611243125 140728611243273 140728611243273 140728611246031 0
Current children cumulated CPU time: 26.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7669928 KiB

Child status: 1
Real time (s): 10.4005
CPU time (s): 26.7232
CPU user time (s): 21.6392
CPU system time (s): 5.08398
CPU usage (%): 256.941
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 7669928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6392
system time used= 5.08399
maximum resident set size= 7670312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54474
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= 3328
involuntary context switches= 221


# summary of solver processes directly reported to runsolver:
#   pid: 1413
#   total CPU time (s): 26.7232
#   total CPU user time (s): 21.6392
#   total CPU system time (s): 5.08398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.097173 second user time and 0.1527 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:33:04
IDJOB=4299252
IDBENCH=141315
IDSOLVER=2762
FILE ID=node148/4299252-1532795584
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43220 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299252-1532795584/watcher-4299252-1532795584 -o /tmp/evaluation-result-4299252-1532795584/solver-4299252-1532795584 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299252-1532795584.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=2035697326

node148.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:        21944880 kB
MemAvailable:   30307108 kB
Buffers:          229544 kB
Cached:          8266296 kB
SwapCached:          352 kB
Active:          3670624 kB
Inactive:        6499500 kB
Active(anon):    1627952 kB
Inactive(anon):    74228 kB
Active(file):    2042672 kB
Inactive(file):  6425272 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             44620 kB
Writeback:            48 kB
AnonPages:       1681216 kB
Mapped:            55128 kB
Shmem:             25016 kB
Slab:             351552 kB
SReclaimable:     322744 kB
SUnreclaim:        28808 kB
KernelStack:        3696 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1566720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43220 MiB
End job on node148 at 2018-07-28 18:33:15