Trace number 4299256

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
SuperSolver_Macq_Stevenart 2018-04-27? 57.3154 19.8944

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
57.00/19.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
57.21/19.83		at java.util.Arrays.copyOf(Arrays.java:3308)
57.21/19.83		at java.util.BitSet.ensureCapacity(BitSet.java:337)
57.21/19.83		at java.util.BitSet.expandTo(BitSet.java:352)
57.21/19.83		at java.util.BitSet.set(BitSet.java:447)
57.21/19.83		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:63)
57.21/19.83		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
57.21/19.83		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
57.21/19.83		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
57.21/19.83		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
57.21/19.83		at org.xcsp.parser.XCallbacks$$Lambda$86/687780858.accept(Unknown Source)
57.21/19.83		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
57.21/19.83		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
57.21/19.83		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
57.21/19.83		at xcsp3.XCSP3.<init>(XCSP3.java:73)
57.21/19.83		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
57.21/19.83		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
57.21/19.83	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 (7199 MiB free)
  memory of node 1: 16384 MiB (13585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299256-1532820403/watcher-4299256-1532820403 -o /tmp/evaluation-result-4299256-1532820403/solver-4299256-1532820403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299256-1532820403.xml 

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

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

solver pid=1699, runsolver pid=1696

[startup+0.100096 s]*
/proc/loadavg: 2.43 1.83 1.54 3/218 1714
/proc/meminfo: memFree=21266932/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661052 memory=27868 CPUtime=0.12 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 5362 0 0 0 12 0 0 0 20 0 15 0 99603469 10916917248 6967 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665263 6967 2843 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661052 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) R 1696 1699 31407 0 -1 4202560 3246 0 0 0 9 0 0 0 20 0 15 0 99603469 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660685793408 139660681575830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603471 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660173080560 139660681575042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660172026784 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) R 1696 1699 31407 0 -1 4202560 430 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660168870384 139660674548937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) R 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0.02 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) R 1696 1699 31407 0 -1 4202560 323 0 0 0 2 0 0 0 20 0 15 0 99603474 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660166765296 139660659756187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603475 10916917248 6967 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27868 KiB

[startup+0.210849 s]*
/proc/loadavg: 2.43 1.83 1.54 4/218 1714
/proc/meminfo: memFree=21255520/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661052 memory=39760 CPUtime=0.33 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 8043 0 0 0 32 1 0 0 20 0 15 0 99603469 10916917248 9940 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665263 9940 2966 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661052 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) R 1696 1699 31407 0 -1 4202560 5117 0 0 0 19 1 0 0 20 0 15 0 99603469 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660685795136 139660681585821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661052 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661052 memory=288370300478989952 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603471 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660173080560 139660681575042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660172026784 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) R 1696 1699 31407 0 -1 4202560 690 0 0 0 3 0 0 0 20 0 15 0 99603474 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660168870384 139660662264192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) R 1696 1699 31407 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 99603474 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0.08 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 691 0 0 0 8 0 0 0 20 0 15 0 99603474 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661052 memory=139924327278208 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603475 10916917248 10072 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39760 KiB

[startup+0.310716 s]*
/proc/loadavg: 2.43 1.83 1.54 3/218 1714
/proc/meminfo: memFree=21203188/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661052 memory=96076 CPUtime=0.5 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 8300 0 0 0 47 3 0 0 20 0 15 0 99603469 10916917248 24019 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665263 24019 3019 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661052 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) R 1696 1699 31407 0 -1 4202560 5158 0 0 0 27 2 0 0 20 0 15 0 99603469 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660685795136 139660273984262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603470 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99603471 10916917248 24531 33554432000 4194304 4196468 140724853600512 139660173080560 139660681575042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660172026784 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661052 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99603472 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661052 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661052 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) S 1696 1699 31407 0 -1 1077944384 723 0 0 0 6 0 0 0 20 0 15 0 99603474 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660168870384 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661052 memory=139924196141519 CPUtime=0.02 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) S 1696 1699 31407 0 -1 1077944384 301 0 0 0 2 0 0 0 20 0 15 0 99603474 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661052 memory=139924327279799 CPUtime=0.1 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 750 0 0 0 10 0 0 0 20 0 15 0 99603474 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661052 memory=139924196132303 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661052 memory=279848523450336 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603475 10916917248 25043 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 96076 KiB

[startup+0.701534 s]
/proc/loadavg: 2.43 1.83 1.54 6/218 1714
/proc/meminfo: memFree=21012540/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=291016 CPUtime=1.57 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 10697 0 0 0 138 19 0 0 20 0 15 0 99603469 10916995072 72754 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 72754 3111 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=57 CPUtime=0.62 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) R 1696 1699 31407 0 -1 4202560 5512 0 0 0 58 4 0 0 20 0 15 0 99603469 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660685798720 139660276401784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 53 0 0 0 2 3 0 0 20 0 15 0 99603470 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 99603470 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 15 0 99603470 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=7813587196152723253 CPUtime=0.05 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 15 0 99603470 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=6940156230964440640 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99603471 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660173080560 139660681575042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661128 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660172026784 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661128 memory=8388926882097820299 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661128 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) R 1696 1699 31407 0 -1 4202560 1398 0 0 0 28 0 0 0 20 0 15 0 99603474 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660168861216 139660666704864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661128 memory=43789138547 CPUtime=0.23 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) R 1696 1699 31407 0 -1 4202560 981 0 0 0 23 0 0 0 20 0 15 0 99603474 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660167804048 139660666674553 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661128 memory=1188 CPUtime=0.18 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 1142 0 0 0 18 0 0 0 20 0 15 0 99603474 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=8444 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=15252 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 72754 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 291016 KiB

[startup+1.50077 s]
/proc/loadavg: 2.43 1.83 1.54 3/218 1714
/proc/meminfo: memFree=20862112/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=561516 CPUtime=2.86 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 11583 0 0 0 257 29 0 0 20 0 15 0 99603469 10916995072 140379 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 140379 3130 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=8444 CPUtime=1.36 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) R 1696 1699 31407 0 -1 4202560 5631 0 0 0 130 6 0 0 20 0 15 0 99603469 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660685801824 139660273987942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=15252 CPUtime=0.11 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 89 0 0 0 6 5 0 0 20 0 15 0 99603470 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=5938109811024618816 CPUtime=0.11 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 137 0 0 0 6 5 0 0 20 0 15 0 99603470 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=7163379999951106867 CPUtime=0.11 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 135 0 0 0 6 5 0 0 20 0 15 0 99603470 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=29016 CPUtime=0.11 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 319 0 0 0 6 5 0 0 20 0 15 0 99603470 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 99603471 10916995072 140379 33554432000 4194304 4196468 140724853600512 139660173080560 139660681575042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0

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

[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075144 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=4312 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 2075144 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 61 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 43.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300576 KiB

[startup+17.6016 s]
/proc/loadavg: 2.64 1.90 1.57 6/218 1714
/proc/meminfo: memFree=12977864/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=8300592 CPUtime=49.51 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 498661 0 0 0 4109 842 0 0 20 0 15 0 99603469 10916995072 2075148 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 2075148 3159 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=8112282956445269571 CPUtime=6.15 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) S 1696 1699 31407 0 -1 1077944384 24320 0 0 0 597 18 0 0 20 0 15 0 99603469 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660685802560 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=4048 CPUtime=10.22 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) R 1696 1699 31407 0 -1 4202560 84649 0 0 0 798 224 0 0 20 0 15 0 99603470 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660607638176 139660674663551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=1236 CPUtime=10.3 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) R 1696 1699 31407 0 -1 4202560 105247 0 0 0 814 216 0 0 20 0 15 0 99603470 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660606585744 139660666262753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=8300580 CPUtime=10.28 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) R 1696 1699 31407 0 -1 4202560 55770 0 0 0 840 188 0 0 20 0 15 0 99603470 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660605533200 139660666262753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=1780 CPUtime=10.28 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) R 1696 1699 31407 0 -1 4202560 208366 0 0 0 838 190 0 0 20 0 15 0 99603470 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660604480656 139660666021528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=644 CPUtime=0.67 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) S 1696 1699 31407 0 -1 1077944384 11851 0 0 0 66 1 0 0 20 0 15 0 99603471 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660173079104 139660681574101 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661128 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660172026848 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661128 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661128 memory=7424400 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661128 memory=1572 CPUtime=0.63 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) S 1696 1699 31407 0 -1 1077944384 2761 0 0 0 63 0 0 0 20 0 15 0 99603474 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660168870384 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661128 memory=928 CPUtime=0.61 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) S 1696 1699 31407 0 -1 1077944384 2154 0 0 0 61 0 0 0 20 0 15 0 99603474 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661128 memory=2244 CPUtime=0.27 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 1834 0 0 0 27 0 0 0 20 0 15 0 99603474 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=4312 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=2092 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 2075148 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 61 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 49.51 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300592 KiB

[startup+19.2008 s]
/proc/loadavg: 2.64 1.90 1.57 6/218 1714
/proc/meminfo: memFree=12977740/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=8300616 CPUtime=55.27 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 506034 0 0 0 4681 846 0 0 20 0 15 0 99603469 10916995072 2075154 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 2075154 3159 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=4100 CPUtime=6.15 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) S 1696 1699 31407 0 -1 1077944384 24321 0 0 0 597 18 0 0 20 0 15 0 99603469 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660685802560 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=0 CPUtime=11.66 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 85136 0 0 0 941 225 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=8112282956445269571 CPUtime=11.71 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 105362 0 0 0 954 217 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=7367994820104577357 CPUtime=11.66 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 56094 0 0 0 976 190 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=68 CPUtime=11.66 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 208399 0 0 0 976 190 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=590024537936195114 CPUtime=0.83 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) R 1696 1699 31407 0 -1 4202560 18255 0 0 0 82 1 0 0 20 0 15 0 99603471 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660173079120 139660659934075 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661128 memory=9569 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660172026848 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661128 memory=279848392592400 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661128 memory=576461256399351847 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661128 memory=25466 CPUtime=0.63 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) S 1696 1699 31407 0 -1 1077944384 2761 0 0 0 63 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660168870432 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661128 memory=4121131424718028681 CPUtime=0.61 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) S 1696 1699 31407 0 -1 1077944384 2154 0 0 0 61 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660167817888 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661128 memory=279848392148472 CPUtime=0.27 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 1835 0 0 0 27 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660166765056 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=279848392065264 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 61 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 55.27 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300616 KiB

[startup+19.6008 s]
/proc/loadavg: 2.64 1.90 1.57 6/218 1714
/proc/meminfo: memFree=12977740/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=8300616 CPUtime=56.7 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 526402 0 0 0 4823 847 0 0 20 0 15 0 99603469 10916995072 2075154 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 2075154 3159 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=0 CPUtime=6.15 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) S 1696 1699 31407 0 -1 1077944384 24327 0 0 0 597 18 0 0 20 0 15 0 99603469 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660685802560 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=45 CPUtime=12.01 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 98865 0 0 0 976 225 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=48 CPUtime=12.05 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 106756 0 0 0 988 217 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=279848392314400 CPUtime=12 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 57173 0 0 0 1010 190 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=0 CPUtime=12.01 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 209925 0 0 0 1011 190 0 0 20 0 15 0 99603470 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) R 1696 1699 31407 0 -1 4202560 20878 0 0 0 87 1 0 0 20 0 15 0 99603471 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660173079104 139660659934056 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661128 memory=279848392173496 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660172026848 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661128 memory=6940425714409816166 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661128 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661128 memory=2268 CPUtime=0.63 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) S 1696 1699 31407 0 -1 1077944384 2763 0 0 0 63 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660168870384 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661128 memory=1244 CPUtime=0.61 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) S 1696 1699 31407 0 -1 1077944384 2158 0 0 0 61 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661128 memory=2268 CPUtime=0.27 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 1837 0 0 0 27 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 2075154 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 61 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 56.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300616 KiB

[startup+19.8007 s]
/proc/loadavg: 2.64 1.90 1.57 6/218 1714
/proc/meminfo: memFree=12977740/32770624 swapFree=67108856/67108860
[pid=1699] ppid=1696 vsize=10661128 memory=8300620 CPUtime=57.21 cores=1,3,5,7
/proc/1699/stat : 1699 (java) S 1696 1699 31407 0 -1 1077944320 526773 0 0 0 4874 847 0 0 20 0 15 0 99603469 10916995072 2075155 33554432000 4194304 4196468 140724853600512 140724853583056 139660681563895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
/proc/1699/statm: 2665282 2075155 3160 1 0 2627263 0
[pid=1699/tid=1701] ppid=1696 vsize=10661128 memory=11860 CPUtime=6.15 cores=1,3,5,7
/proc/1699/task/1701/stat : 1701 (java) S 1696 1699 31407 0 -1 1077944384 24405 0 0 0 597 18 0 0 20 0 15 0 99603469 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660685803168 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1702] ppid=1696 vsize=10661128 memory=5772 CPUtime=12.11 cores=1,3,5,7
/proc/1699/task/1702/stat : 1702 (java) S 1696 1699 31407 0 -1 1077944384 98900 0 0 0 986 225 0 0 20 0 15 0 99603470 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660607638288 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1703] ppid=1696 vsize=10661128 memory=4616 CPUtime=12.15 cores=1,3,5,7
/proc/1699/task/1703/stat : 1703 (java) S 1696 1699 31407 0 -1 1077944384 106756 0 0 0 998 217 0 0 20 0 15 0 99603470 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660606585744 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1704] ppid=1696 vsize=10661128 memory=1388 CPUtime=12.1 cores=1,3,5,7
/proc/1699/task/1704/stat : 1704 (java) S 1696 1699 31407 0 -1 1077944384 57173 0 0 0 1020 190 0 0 20 0 15 0 99603470 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660605533200 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1705] ppid=1696 vsize=10661128 memory=1232 CPUtime=12.11 cores=1,3,5,7
/proc/1699/task/1705/stat : 1705 (java) S 1696 1699 31407 0 -1 1077944384 210180 0 0 0 1021 190 0 0 20 0 15 0 99603470 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660604480656 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1706] ppid=1696 vsize=10661128 memory=1012 CPUtime=0.97 cores=1,3,5,7
/proc/1699/task/1706/stat : 1706 (java) R 1696 1699 31407 0 -1 4202560 20881 0 0 0 96 1 0 0 20 0 15 0 99603471 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660173079104 139660659934056 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1707] ppid=1696 vsize=10661128 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1707/stat : 1707 (java) S 1696 1699 31407 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660172026848 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1708] ppid=1696 vsize=10661128 memory=8300612 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1708/stat : 1708 (java) S 1696 1699 31407 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99603472 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660170974192 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1709] ppid=1696 vsize=10661128 memory=916 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1709/stat : 1709 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660169922768 139660681582491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1710] ppid=1696 vsize=10661128 memory=2241 CPUtime=0.63 cores=1,3,5,7
/proc/1699/task/1710/stat : 1710 (java) S 1696 1699 31407 0 -1 1077944384 2763 0 0 0 63 0 0 0 20 0 15 0 99603474 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660168870384 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1711] ppid=1696 vsize=10661128 memory=2244 CPUtime=0.61 cores=1,3,5,7
/proc/1699/task/1711/stat : 1711 (java) S 1696 1699 31407 0 -1 1077944384 2158 0 0 0 61 0 0 0 20 0 15 0 99603474 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660167817840 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1712] ppid=1696 vsize=10661128 memory=6944656592455360569 CPUtime=0.27 cores=1,3,5,7
/proc/1699/task/1712/stat : 1712 (java) S 1696 1699 31407 0 -1 1077944384 1837 0 0 0 27 0 0 0 20 0 15 0 99603474 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660166765296 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1713] ppid=1696 vsize=10661128 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1713/stat : 1713 (java) S 1696 1699 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99603474 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660165712992 139660681574101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
[pid=1699/tid=1714] ppid=1696 vsize=10661128 memory=7679937539659563834 CPUtime=0 cores=1,3,5,7
/proc/1699/task/1714/stat : 1714 (java) S 1696 1699 31407 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 99603475 10916995072 2075155 33554432000 4194304 4196468 140724853600512 139660164659504 139660681575042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 61 0 0 6293624 6294260 22224896 140724853609610 140724853609737 140724853609737 140724853612495 0
Current children cumulated CPU time: 57.21 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300620 KiB

Child status: 1
Real time (s): 19.8944
CPU time (s): 57.3154
CPU user time (s): 48.7726
CPU system time (s): 8.54283
CPU usage (%): 288.098
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8300620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.7726
system time used= 8.54283
maximum resident set size= 8300620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526886
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= 7088
involuntary context switches= 464


# summary of solver processes directly reported to runsolver:
#   pid: 1699
#   total CPU time (s): 57.3154
#   total CPU user time (s): 48.7726
#   total CPU system time (s): 8.54283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145323 second user time and 0.263959 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 01:26:43
IDJOB=4299256
IDBENCH=141315
IDSOLVER=2767
FILE ID=node133/4299256-1532820403
RUNJOBID= node133-1532808819-31439
PBS_JOBID= 21022475
Free space on /tmp= 48204 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299256-1532820403/watcher-4299256-1532820403 -o /tmp/evaluation-result-4299256-1532820403/solver-4299256-1532820403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299256-1532820403.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1273868487

node133.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.24
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.24
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.24
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.24
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:        21284592 kB
MemAvailable:   25855628 kB
Buffers:          186972 kB
Cached:          4632260 kB
SwapCached:            0 kB
Active:          8296108 kB
Inactive:        2657952 kB
Active(anon):    6086480 kB
Inactive(anon):    76688 kB
Active(file):    2209628 kB
Inactive(file):  2581264 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             44332 kB
Writeback:             0 kB
AnonPages:       6142336 kB
Mapped:            53272 kB
Shmem:             25244 kB
Slab:             220224 kB
SReclaimable:     191960 kB
SUnreclaim:        28264 kB
KernelStack:        3568 kB
PageTables:        17260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7790488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6019072 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= 48200 MiB
End job on node133 at 2018-07-29 01:27:03