Trace number 4299222

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? 44.303 17.6047

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-13-4-rom_c18.xml
MD5SUM0b51c5bbf7274d342280acfb624bd8bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables481
Number of constraints104
Number of domains5
Minimum domain size2
Maximum domain size129443
Distribution of domain sizes[{"size":2,"count":26},{"size":14,"count":182},{"size":27,"count":169},{"size":129443,"count":104}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":130},{"degree":2,"count":182},{"degree":8,"count":169}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":26},{"arity":17,"count":78}]
Number of extensional constraints104
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":104}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299222-1532809033/watcher-4299222-1532809033 -o /tmp/evaluation-result-4299222-1532809033/solver-4299222-1532809033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532809033-30700 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299222-1532809033.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

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

solver pid=30743, runsolver pid=30740

[startup+0.10565 s]*
/proc/loadavg: 0.97 1.25 1.30 3/215 30758
/proc/meminfo: memFree=23291440/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10658972 memory=28780 CPUtime=0.14 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 5609 0 0 0 13 1 0 0 20 0 15 0 98466300 10914787328 7195 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2664743 7195 2836 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10658972 memory=-8197568871503662460 CPUtime=0.1 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 24557 0 -1 4202560 3140 0 0 0 9 1 0 0 20 0 15 0 98466301 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422829397512 140422429097255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10658972 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422750189968 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422749137424 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466302 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10658972 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466303 10914787328 7195 33554432000 4194304 4196468 140726709752496 140422317619696 140422825179778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98466303 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422316565920 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98466304 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422313408496 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422312355952 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10658972 memory=140103549134464 CPUtime=0.02 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) R 30740 30743 24557 0 -1 4202560 676 0 0 0 2 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422311300312 140422804121314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10658972 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466306 10914787328 7261 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28780 KiB

[startup+0.215189 s]*
/proc/loadavg: 0.97 1.25 1.30 4/215 30758
/proc/meminfo: memFree=23277608/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661056 memory=42524 CPUtime=0.36 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 8180 0 0 0 33 3 0 0 20 0 15 0 98466300 10916921344 10631 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665264 10631 3009 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661056 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 24557 0 -1 4202560 5118 0 0 0 19 2 0 0 20 0 15 0 98466301 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422829399504 140422825190557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661056 memory=140103549318725 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422750189968 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422749137424 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466303 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422317619696 140422825179778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98466303 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422316565920 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98466304 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) R 30740 30743 24557 0 -1 4202560 469 0 0 0 2 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422313408496 140422811147477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661056 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) R 30740 30743 24557 0 -1 4202560 401 0 0 0 4 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422312355952 140422811223500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0.07 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 824 0 0 0 7 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422311303408 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 10631 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42524 KiB

[startup+0.310504 s]*
/proc/loadavg: 0.97 1.25 1.30 3/215 30758
/proc/meminfo: memFree=23221072/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661056 memory=102688 CPUtime=0.5 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 8369 0 0 0 45 5 0 0 20 0 15 0 98466300 10916921344 25672 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665264 25672 3024 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661056 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 24557 0 -1 4202560 5150 0 0 0 26 4 0 0 20 0 15 0 98466301 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422829399056 140422825190557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661056 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661056 memory=140103549684552 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422750189968 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422749137424 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466302 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98466303 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422317619696 140422825179778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98466303 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422316565920 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98466304 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 546 0 0 0 4 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422313408496 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661056 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 404 0 0 0 5 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422312355952 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0.09 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 901 0 0 0 9 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422311303408 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661056 memory=140103549134464 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466306 10916921344 25672 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 102688 KiB

[startup+0.701279 s]
/proc/loadavg: 0.97 1.25 1.30 5/215 30758
/proc/meminfo: memFree=23022048/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=407560 CPUtime=1.58 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 11920 0 0 0 126 32 0 0 20 0 15 0 98466300 10916999168 101890 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 101890 3104 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=272173688195965 CPUtime=0.56 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 24557 0 -1 4202560 5503 0 0 0 49 7 0 0 20 0 15 0 98466301 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422829403360 140422806750724 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=4051047449723404320 CPUtime=0.11 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 209 0 0 0 5 6 0 0 20 0 15 0 98466302 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 24557 0 -1 1077944384 78 0 0 0 4 4 0 0 20 0 15 0 98466302 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422750189968 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 163 0 0 0 3 4 0 0 20 0 15 0 98466302 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422749137424 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=7809523229951467576 CPUtime=0.12 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 193 0 0 0 6 6 0 0 20 0 15 0 98466302 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422317619696 140422825179778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661132 memory=-6439724508107906857 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422316565920 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98466304 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661132 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) R 30740 30743 24557 0 -1 4202560 2006 0 0 0 25 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422313394592 140422806713305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661132 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) R 30740 30743 24557 0 -1 4202560 1200 0 0 0 16 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422312341584 140422802763383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661132 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) R 30740 30743 24557 0 -1 4202560 1124 0 0 0 15 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422311299776 140422804596055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 101890 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 407560 KiB

[startup+1.50085 s]
/proc/loadavg: 0.97 1.25 1.30 3/215 30758
/proc/meminfo: memFree=22836248/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=645736 CPUtime=3.12 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 13752 0 0 0 269 43 0 0 20 0 15 0 98466300 10916999168 161434 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 161434 3140 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=12848 CPUtime=1.25 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 24557 0 -1 4202560 5569 0 0 0 117 8 0 0 20 0 15 0 98466301 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422829406480 140422429352832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 575 0 0 0 12 8 0 0 20 0 15 0 98466302 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 24557 0 -1 1077944384 341 0 0 0 11 7 0 0 20 0 15 0 98466302 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422750189968 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 199 0 0 0 9 7 0 0 20 0 15 0 98466302 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422749137424 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 605 0 0 0 12 8 0 0 20 0 15 0 98466302 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 15 0 98466303 10916999168 161434 33554432000 4194304 4196468 140726709752496 140422317619696 140422825179778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0

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

[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=7301021543963649893 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 38.79 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307700 KiB

[startup+16.8013 s]
/proc/loadavg: 1.13 1.27 1.31 6/215 30758
/proc/meminfo: memFree=14888024/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=8307700 CPUtime=41.85 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 474732 0 0 0 3445 740 0 0 20 0 15 0 98466300 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 2076925 3182 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=8242257093008242997 CPUtime=8.38 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 24557 0 -1 1077944384 124857 0 0 0 814 24 0 0 20 0 15 0 98466301 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422829407312 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=0 CPUtime=7.72 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) R 30740 30743 24557 0 -1 4202560 179290 0 0 0 591 181 0 0 20 0 15 0 98466302 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422751242712 140422818271617 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=6791534058613427641 CPUtime=7.74 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 24557 0 -1 4202560 46424 0 0 0 579 195 0 0 20 0 15 0 98466302 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422750189776 140422817796839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=28348 CPUtime=7.71 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 24557 0 -1 4202560 50741 0 0 0 618 153 0 0 20 0 15 0 98466302 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422749137232 140422817796839 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=1296 CPUtime=7.79 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 24557 0 -1 4202560 48365 0 0 0 600 179 0 0 20 0 15 0 98466302 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422429010384 140422817796839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=2408 CPUtime=0.51 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 12993 0 0 0 50 1 0 0 20 0 15 0 98466303 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422317618256 140422825178837 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661132 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422316565984 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98466304 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661132 memory=1708 CPUtime=0.83 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 4151 0 0 0 83 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422313401232 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661132 memory=792 CPUtime=0.75 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 3828 0 0 0 75 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422312355952 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661132 memory=8307700 CPUtime=0.29 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 2374 0 0 0 29 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422311303408 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076925 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 41.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307700 KiB

[startup+17.2013 s]
/proc/loadavg: 1.13 1.27 1.31 6/215 30758
/proc/meminfo: memFree=14888024/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=8307824 CPUtime=43.25 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 475128 0 0 0 3584 741 0 0 20 0 15 0 98466300 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 2076956 3182 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=8390361644446492005 CPUtime=8.38 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 24557 0 -1 1077944384 124857 0 0 0 814 24 0 0 20 0 15 0 98466301 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422829407312 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=3047711428380565130 CPUtime=8.07 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) R 30740 30743 24557 0 -1 4202560 179421 0 0 0 625 182 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422751242712 140422805195073 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=5450874561017252906 CPUtime=8.09 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 24557 0 -1 4202560 46424 0 0 0 613 196 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422750189968 140422809866189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=-8412658762586492787 CPUtime=8.05 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 24557 0 -1 4202560 50748 0 0 0 652 153 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422749137424 140422810926944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=6944656592455097440 CPUtime=8.13 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 24557 0 -1 4202560 48365 0 0 0 634 179 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422429010776 140422810119794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=7753118821576485451 CPUtime=0.56 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 13250 0 0 0 55 1 0 0 20 0 15 0 98466303 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422317618016 140422825178837 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661132 memory=8031735012220349003 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422316565984 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661132 memory=8390361644446492005 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98466304 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661132 memory=5794842320728124266 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661132 memory=8307700 CPUtime=0.83 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 4152 0 0 0 83 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422313405696 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661132 memory=8307700 CPUtime=0.75 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 3828 0 0 0 75 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422312355952 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661132 memory=7518877575231467365 CPUtime=0.29 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 2374 0 0 0 29 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422311303408 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=140103444137072 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=-7395679465411340910 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 43.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307824 KiB

[startup+17.4013 s]
/proc/loadavg: 1.13 1.27 1.31 6/215 30758
/proc/meminfo: memFree=14888024/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=8307824 CPUtime=43.93 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 475236 0 0 0 3652 741 0 0 20 0 15 0 98466300 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 2076956 3182 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=0 CPUtime=8.38 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 24557 0 -1 1077944384 124857 0 0 0 814 24 0 0 20 0 15 0 98466301 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422829407312 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=576460756329955446 CPUtime=8.23 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) R 30740 30743 24557 0 -1 4202560 179421 0 0 0 641 182 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422751242512 140422809866270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=12961 CPUtime=8.24 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 24557 0 -1 4202560 46446 0 0 0 628 196 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422750190168 140422805195153 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=4010064581478929184 CPUtime=8.22 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 24557 0 -1 4202560 50769 0 0 0 668 154 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422749137424 140422805194792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=4206468019014099040 CPUtime=8.29 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 24557 0 -1 4202560 48430 0 0 0 650 179 0 0 20 0 15 0 98466302 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422429010776 140422810119856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=8761640388971749472 CPUtime=0.6 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 13250 0 0 0 59 1 0 0 20 0 15 0 98466303 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422317618032 140422825178837 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661132 memory=7900356879513904446 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422316565984 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661132 memory=8029253707270602343 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98466304 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661132 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661132 memory=-7595718316223195531 CPUtime=0.83 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 4152 0 0 0 83 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422313405696 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661132 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 3828 0 0 0 75 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422312355952 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661132 memory=7752549240514114323 CPUtime=0.29 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 2374 0 0 0 29 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422311303408 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=8292148140386801351 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076956 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 43.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307824 KiB

[startup+17.5007 s]
/proc/loadavg: 1.13 1.27 1.31 6/215 30758
/proc/meminfo: memFree=14888024/32770624 swapFree=67108688/67108860
[pid=30743] ppid=30740 vsize=10661132 memory=8307828 CPUtime=44.19 cores=1,3,5,7
/proc/30743/stat : 30743 (java) S 30740 30743 24557 0 -1 1077944320 475334 0 0 0 3678 741 0 0 20 0 15 0 98466300 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140726709735040 140422825168631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
/proc/30743/statm: 2665283 2076957 3183 1 0 2627263 0
[pid=30743/tid=30745] ppid=30740 vsize=10661132 memory=8307700 CPUtime=8.38 cores=1,3,5,7
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 24557 0 -1 1077944384 124908 0 0 0 814 24 0 0 20 0 15 0 98466301 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422829407792 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30746] ppid=30740 vsize=10661132 memory=0 CPUtime=8.28 cores=1,3,5,7
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 24557 0 -1 1077944384 179463 0 0 0 646 182 0 0 20 0 15 0 98466302 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422751242512 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30747] ppid=30740 vsize=10661132 memory=343 CPUtime=8.3 cores=1,3,5,7
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 24557 0 -1 4202560 46446 0 0 0 634 196 0 0 20 0 15 0 98466302 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422750190088 140422817796839 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30748] ppid=30740 vsize=10661132 memory=26 CPUtime=8.27 cores=1,3,5,7
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 24557 0 -1 1077944384 50771 0 0 0 673 154 0 0 20 0 15 0 98466302 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422749137440 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30749] ppid=30740 vsize=10661132 memory=33 CPUtime=8.34 cores=1,3,5,7
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 24557 0 -1 1077944384 48430 0 0 0 655 179 0 0 20 0 15 0 98466302 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422429010576 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30750] ppid=30740 vsize=10661132 memory=7660743291384194411 CPUtime=0.65 cores=1,3,5,7
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 24557 0 -1 1077944384 13252 0 0 0 64 1 0 0 20 0 15 0 98466303 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422317618240 140422825178837 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30751] ppid=30740 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 24557 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 98466303 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422316565984 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30752] ppid=30740 vsize=10661132 memory=63 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 24557 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 98466304 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422315513328 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30753] ppid=30740 vsize=10661132 memory=27 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422314461904 140422825187227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30754] ppid=30740 vsize=10661132 memory=7392696 CPUtime=0.83 cores=1,3,5,7
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 24557 0 -1 1077944384 4152 0 0 0 83 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422313408496 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30755] ppid=30740 vsize=10661132 memory=8307700 CPUtime=0.75 cores=1,3,5,7
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 24557 0 -1 1077944384 3829 0 0 0 75 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422312355712 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30756] ppid=30740 vsize=10661132 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 24557 0 -1 1077944384 2374 0 0 0 29 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422311299600 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30757] ppid=30740 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422310251104 140422825178837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
[pid=30743/tid=30758] ppid=30740 vsize=10661132 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 24557 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 98466306 10916999168 2076957 33554432000 4194304 4196468 140726709752496 140422309198640 140422825179778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140726709761144 140726709761289 140726709761289 140726709764047 0
Current children cumulated CPU time: 44.19 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8307828 KiB

Child status: 1
Real time (s): 17.6047
CPU time (s): 44.303
CPU user time (s): 36.8209
CPU system time (s): 7.48206
CPU usage (%): 251.654
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8307828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.8209
system time used= 7.48206
maximum resident set size= 8307828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475419
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= 8160
involuntary context switches= 455


# summary of solver processes directly reported to runsolver:
#   pid: 30743
#   total CPU time (s): 44.303
#   total CPU user time (s): 36.8209
#   total CPU system time (s): 7.48206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.125207 second user time and 0.230255 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 22:17:14
IDJOB=4299222
IDBENCH=141310
IDSOLVER=2768
FILE ID=node106/4299222-1532809033
RUNJOBID= node106-1532809033-30700
PBS_JOBID= 21022468
Free space on /tmp= 46080 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-13-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-4299222-1532809033/watcher-4299222-1532809033 -o /tmp/evaluation-result-4299222-1532809033/solver-4299222-1532809033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532809033-30700 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299222-1532809033.xml --timelimit 2520

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

MD5SUM BENCH= 0b51c5bbf7274d342280acfb624bd8bf
RANDOM SEED=1299010001

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        23311632 kB
MemAvailable:   31857928 kB
Buffers:          233560 kB
Cached:          8474416 kB
SwapCached:            0 kB
Active:          2711368 kB
Inactive:        6126068 kB
Active(anon):      76844 kB
Inactive(anon):    80488 kB
Active(file):    2634524 kB
Inactive(file):  6045580 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             91088 kB
Writeback:             0 kB
AnonPages:        130376 kB
Mapped:            55152 kB
Shmem:             25056 kB
Slab:             321996 kB
SReclaimable:     294652 kB
SUnreclaim:        27344 kB
KernelStack:        3520 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46080 MiB
End job on node106 at 2018-07-28 22:17:32