Trace number 4299013

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
MiniCPFever 2018-04-29? 125.228 60.0185

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-04-0300_c18.xml
MD5SUMfe02389438635ce836f3ec0e18156e6a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark244954546
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints3360
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3360}]
Optimization problemYES
Type of objectivemin 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
125.07/59.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
125.07/59.98		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:42)
125.07/59.98		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:34)
125.07/59.98		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
125.07/59.98		at minicp.cp.Factory.makeIntVar(Factory.java:81)
125.07/59.98		at minicp.cp.Factory.sum(Factory.java:230)
125.07/59.98		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:564)
125.07/59.98		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
125.07/59.98		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
125.07/59.98		at org.xcsp.parser.XCallbacks$$Lambda$84/814753967.accept(Unknown Source)
125.07/59.98		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
125.07/59.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
125.07/59.98		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
125.07/59.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
125.07/59.98		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
125.07/59.98		at xcsp3.XCSP3.<init>(XCSP3.java:79)
125.07/59.98		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
125.07/59.98		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
125.07/59.98	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 (12372 MiB free)
  memory of node 1: 16384 MiB (8156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299013-1532790266/watcher-4299013-1532790266 -o /tmp/evaluation-result-4299013-1532790266/solver-4299013-1532790266 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299013-1532790266.xml 

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

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

solver pid=7867, runsolver pid=7864

[startup+0.100112 s]*
/proc/loadavg: 2.73 1.80 1.50 5/217 7882
/proc/meminfo: memFree=21005604/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10658972 memory=27404 CPUtime=0.12 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 5226 0 0 0 11 1 0 0 20 0 15 0 96590042 10914787328 6851 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664743 6851 2835 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10658972 memory=-8682199503641343168 CPUtime=0.09 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) R 7864 7867 6199 0 -1 4202560 3142 0 0 0 8 1 0 0 20 0 15 0 96590042 10914787328 6851 33554432000 4194304 4196468 140730518246848 139734417810560 139734413594006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 6851 33554432000 4194304 4196468 140730518246848 139734350273296 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 6851 33554432000 4194304 4196468 140730518246848 139734349220752 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 6851 33554432000 4194304 4196468 140730518246848 139734348168208 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 6851 33554432000 4194304 4196468 140730518246848 139734347115664 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590044 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733905450992 139734413593218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733904397216 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) R 7864 7867 6199 0 -1 4202560 427 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733901240816 139734396981244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) R 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0.01 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) R 7864 7867 6199 0 -1 4202560 302 0 0 0 1 0 0 0 20 0 15 0 96590047 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733899135728 139734392862642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590048 10914787328 6851 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27404 KiB

[startup+0.210647 s]*
/proc/loadavg: 2.73 1.80 1.50 4/217 7882
/proc/meminfo: memFree=20994232/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10658972 memory=40512 CPUtime=0.34 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 8151 0 0 0 32 2 0 0 20 0 15 0 96590042 10914787328 10128 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664743 10128 2984 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) R 7864 7867 6199 0 -1 4202560 5098 0 0 0 18 1 0 0 20 0 15 0 96590042 10914787328 10128 33554432000 4194304 4196468 140730518246848 139734417813216 139734413603997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10658972 memory=343 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 10128 33554432000 4194304 4196468 140730518246848 139734350273296 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10658972 memory=140542277615133 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 10128 33554432000 4194304 4196468 140730518246848 139734349220752 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 10128 33554432000 4194304 4196468 140730518246848 139734348168208 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 10128 33554432000 4194304 4196468 140730518246848 139734347115664 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590044 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733905450992 139734413593218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733904397216 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) R 7864 7867 6199 0 -1 1077944384 557 0 0 0 2 0 0 0 20 0 15 0 96590047 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733901240816 139734413593218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10658972 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 15 0 96590047 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0.08 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) R 7864 7867 6199 0 -1 4202560 867 0 0 0 8 0 0 0 20 0 15 0 96590047 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733899131672 139734391946721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590048 10914787328 10128 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40512 KiB

[startup+0.310489 s]*
/proc/loadavg: 2.73 1.80 1.50 3/217 7882
/proc/meminfo: memFree=20945020/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10658972 memory=96796 CPUtime=0.55 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 8462 0 0 0 52 3 0 0 20 0 15 0 96590042 10914787328 24199 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664743 24199 2999 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10658972 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) R 7864 7867 6199 0 -1 4202560 5130 0 0 0 27 3 0 0 20 0 15 0 96590042 10914787328 24711 33554432000 4194304 4196468 140730518246848 139734417813216 139734413603997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10658972 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 24711 33554432000 4194304 4196468 140730518246848 139734350273296 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10658972 memory=140542278177266 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 24711 33554432000 4194304 4196468 140730518246848 139734349220752 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 24711 33554432000 4194304 4196468 140730518246848 139734348168208 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590043 10914787328 24711 33554432000 4194304 4196468 140730518246848 139734347115664 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96590044 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733905450992 139734413593218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733904397216 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10658972 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) R 7864 7867 6199 0 -1 4202560 567 0 0 0 5 0 0 0 20 0 15 0 96590047 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733901240816 139734397979238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10658972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) R 7864 7867 6199 0 -1 4202560 504 0 0 0 8 0 0 0 20 0 15 0 96590047 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733900176416 139734398363293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0.11 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) R 7864 7867 6199 0 -1 1077944384 895 0 0 0 11 0 0 0 20 0 15 0 96590047 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10658972 memory=140542277600896 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590048 10914787328 24711 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 96796 KiB

[startup+0.70117 s]
/proc/loadavg: 2.73 1.80 1.50 5/217 7882
/proc/meminfo: memFree=20736508/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10658972 memory=431476 CPUtime=1.63 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 12759 0 0 0 130 33 0 0 20 0 15 0 96590042 10914787328 107869 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664743 107869 3068 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10658972 memory=174360706953761 CPUtime=0.55 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) S 7864 7867 6199 0 -1 1077944384 5165 0 0 0 49 6 0 0 20 0 15 0 96590042 10914787328 107869 33554432000 4194304 4196468 140730518246848 139734417821328 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10658972 memory=569991 CPUtime=0.11 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) R 7864 7867 6199 0 -1 4202560 181 0 0 0 5 6 0 0 20 0 15 0 96590043 10914787328 107869 33554432000 4194304 4196468 140730518246848 139734350273184 139734406681771 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10658972 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) R 7864 7867 6199 0 -1 4202560 173 0 0 0 4 6 0 0 20 0 15 0 96590043 10914787328 107869 33554432000 4194304 4196468 140730518246848 139734349220952 139734406685129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10658972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) R 7864 7867 6199 0 -1 4202560 181 0 0 0 5 6 0 0 20 0 15 0 96590043 10914787328 107869 33554432000 4194304 4196468 140730518246848 139734348168408 139734406684788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10658972 memory=7809523229951467570 CPUtime=0.09 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) R 7864 7867 6199 0 -1 4202560 173 0 0 0 3 6 0 0 20 0 15 0 96590043 10914787328 107869 33554432000 4194304 4196468 140730518246848 139734347115864 139734406685064 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96590044 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733905449504 139734413592277 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10658972 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733904397216 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10658972 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96590045 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10658972 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10658972 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) S 7864 7867 6199 0 -1 1077944384 1908 0 0 0 17 0 0 0 20 0 15 0 96590047 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733901232096 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10658972 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 2451 0 0 0 32 0 0 0 20 0 15 0 96590047 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10658972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) S 7864 7867 6199 0 -1 1077944384 1085 0 0 0 11 0 0 0 20 0 15 0 96590047 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10658972 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96590048 10914787328 107869 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 431476 KiB

[startup+1.50077 s]
/proc/loadavg: 2.73 1.80 1.50 3/217 7882
/proc/meminfo: memFree=20488148/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10658972 memory=885992 CPUtime=3.46 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 15295 0 0 0 265 81 0 0 20 0 15 0 96590042 10914787328 221498 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664743 221498 3090 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10658972 memory=10799 CPUtime=1.03 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) R 7864 7867 6199 0 -1 4202560 5222 0 0 0 92 11 0 0 20 0 15 0 96590042 10914787328 221498 33554432000 4194304 4196468 140730518246848 139734417821328 139734413603997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10658972 memory=8112282956445269571 CPUtime=0.41 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) S 7864 7867 6199 0 -1 1077944384 493 0 0 0 24 17 0 0 20 0 15 0 96590043 10914787328 221498 33554432000 4194304 4196468 140730518246848 139734350273296 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10658972 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) S 7864 7867 6199 0 -1 1077944384 378 0 0 0 23 17 0 0 20 0 15 0 96590043 10914787328 221498 33554432000 4194304 4196468 140730518246848 139734349220752 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10658972 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) S 7864 7867 6199 0 -1 1077944384 562 0 0 0 23 16 0 0 20 0 15 0 96590043 10914787328 221498 33554432000 4194304 4196468 140730518246848 139734348168208 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10658972 memory=6943526294502006880 CPUtime=0.39 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) S 7864 7867 6199 0 -1 1077944384 639 0 0 0 23 16 0 0 20 0 15 0 96590043 10914787328 221498 33554432000 4194304 4196468 140730518246848 139734347115664 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 936 0 0 0 1 0 0 0 20 0 15 0 96590044 10914787328 221498 33554432000 4194304 4196468 140730518246848 139733905450992 139734413593218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0

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


[startup+54.4008 s]
/proc/loadavg: 3.48 2.13 1.63 3/216 7882
/proc/meminfo: memFree=14296232/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10659048 memory=6722640 CPUtime=105.88 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 82563 0 0 0 10000 588 0 0 20 0 15 0 96590042 10914865152 1680660 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664762 1680660 3175 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10659048 memory=6520284 CPUtime=37.4 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) R 7864 7867 6199 0 -1 4202560 17996 0 0 0 3717 23 0 0 20 0 15 0 96590042 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139734417818664 139734032437384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10659048 memory=4136 CPUtime=15.75 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) S 7864 7867 6199 0 -1 1077944384 8474 0 0 0 1432 143 0 0 20 0 15 0 96590043 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139734350273296 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10659048 memory=28008 CPUtime=15.79 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) S 7864 7867 6199 0 -1 1077944384 7558 0 0 0 1443 136 0 0 20 0 15 0 96590043 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139734349220752 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10659048 memory=6602544 CPUtime=15.79 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) S 7864 7867 6199 0 -1 1077944384 6755 0 0 0 1436 143 0 0 20 0 15 0 96590043 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139734348168208 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10659048 memory=3472275356459743318 CPUtime=15.81 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) S 7864 7867 6199 0 -1 1077944384 8734 0 0 0 1446 135 0 0 20 0 15 0 96590043 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139734347115664 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10659048 memory=6278472 CPUtime=1 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 11183 0 0 0 99 1 0 0 20 0 15 0 96590044 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733905450992 139734413593218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733904397280 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10659048 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10659048 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10659048 memory=1720 CPUtime=1.77 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) S 7864 7867 6199 0 -1 1077944384 7111 0 0 0 176 1 0 0 20 0 15 0 96590047 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733901240816 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10659048 memory=1720 CPUtime=1.89 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 7390 0 0 0 189 0 0 0 20 0 15 0 96590047 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10659048 memory=5760 CPUtime=0.55 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) S 7864 7867 6199 0 -1 1077944384 5423 0 0 0 54 1 0 0 20 0 15 0 96590047 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10659048 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10659048 memory=9920 CPUtime=0.03 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 533 0 0 0 3 0 0 0 20 0 15 0 96590048 10914865152 1680660 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 105.88 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 6722640 KiB

[startup+57.6011 s]
/proc/loadavg: 3.48 2.13 1.63 6/216 7882
/proc/meminfo: memFree=12967892/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10659048 memory=8048408 CPUtime=116.16 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 92050 0 0 0 10992 624 0 0 20 0 15 0 96590042 10914865152 2012102 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664762 2012102 3175 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10659048 memory=1292 CPUtime=38.16 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) S 7864 7867 6199 0 -1 1077944384 19135 0 0 0 3776 40 0 0 20 0 15 0 96590042 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139734417820800 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10659048 memory=2436 CPUtime=18.05 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) R 7864 7867 6199 0 -1 4202560 10475 0 0 0 1657 148 0 0 20 0 15 0 96590043 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139734350273496 139734398279823 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10659048 memory=6278472 CPUtime=18.17 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) R 7864 7867 6199 0 -1 4202560 9612 0 0 0 1677 140 0 0 20 0 15 0 96590043 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139734349220952 139734398533296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10659048 memory=4136 CPUtime=18.15 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) R 7864 7867 6199 0 -1 4202560 8655 0 0 0 1668 147 0 0 20 0 15 0 96590043 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139734348168208 139734406210279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10659048 memory=28008 CPUtime=18.2 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) R 7864 7867 6199 0 -1 4202560 10498 0 0 0 1680 140 0 0 20 0 15 0 96590043 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139734347115552 139734393608288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10659048 memory=1292 CPUtime=1.05 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 11794 0 0 0 103 2 0 0 20 0 15 0 96590044 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733905449328 139734413592277 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10659048 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733904397280 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10659048 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10659048 memory=28008 CPUtime=1.8 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) S 7864 7867 6199 0 -1 1077944384 7114 0 0 0 179 1 0 0 20 0 15 0 96590047 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733901240816 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10659048 memory=1292 CPUtime=1.9 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 7394 0 0 0 190 0 0 0 20 0 15 0 96590047 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10659048 memory=2436 CPUtime=0.56 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) S 7864 7867 6199 0 -1 1077944384 5426 0 0 0 55 1 0 0 20 0 15 0 96590047 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10659048 memory=281084270131264 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10659048 memory=4136 CPUtime=0.03 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 541 0 0 0 3 0 0 0 20 0 15 0 96590048 10914865152 2012102 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 116.16 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8048408 KiB

[startup+59.2011 s]
/proc/loadavg: 3.28 2.11 1.62 5/216 7883
/proc/meminfo: memFree=12967396/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10659048 memory=8048428 CPUtime=122.34 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 95406 0 0 0 11609 625 0 0 20 0 15 0 96590042 10914865152 2012107 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664762 2012107 3175 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10659048 memory=1292 CPUtime=38.16 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) S 7864 7867 6199 0 -1 1077944384 19135 0 0 0 3776 40 0 0 20 0 15 0 96590042 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734417820800 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10659048 memory=2436 CPUtime=19.61 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) R 7864 7867 6199 0 -1 4202560 10524 0 0 0 1813 148 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734350273496 139734398571536 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10659048 memory=8112282956445269571 CPUtime=19.71 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) R 7864 7867 6199 0 -1 4202560 9639 0 0 0 1830 141 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734349220560 139734406210279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10659048 memory=28708 CPUtime=19.69 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) R 7864 7867 6199 0 -1 4202560 8681 0 0 0 1821 148 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734348168328 139734406210279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10659048 memory=33121 CPUtime=19.73 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) R 7864 7867 6199 0 -1 4202560 10522 0 0 0 1833 140 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734347115472 139734406210279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10659048 memory=4420 CPUtime=1.06 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 15024 0 0 0 104 2 0 0 20 0 15 0 96590044 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733905449552 139734413592277 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733904397280 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10659048 memory=3690332696402485312 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10659048 memory=2320257821402872400 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10659048 memory=-7745282787156926121 CPUtime=1.8 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) S 7864 7867 6199 0 -1 1077944384 7114 0 0 0 179 1 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733901240816 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10659048 memory=6944656591647563824 CPUtime=1.9 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 7394 0 0 0 190 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10659048 memory=8048428 CPUtime=0.56 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) S 7864 7867 6199 0 -1 1077944384 5426 0 0 0 55 1 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10659048 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10659048 memory=2200 CPUtime=0.04 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 541 0 0 0 3 1 0 0 20 0 15 0 96590048 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 122.34 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8048428 KiB

[startup+59.6011 s]
/proc/loadavg: 3.28 2.11 1.62 5/216 7883
/proc/meminfo: memFree=12967396/32770624 swapFree=67108792/67108860
[pid=7867] ppid=7864 vsize=10659048 memory=8048428 CPUtime=123.89 cores=0,2,4,6
/proc/7867/stat : 7867 (java) S 7864 7867 6199 0 -1 1077944320 95406 0 0 0 11764 625 0 0 20 0 15 0 96590042 10914865152 2012107 33554432000 4194304 4196468 140730518246848 140730518229392 139734413582071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
/proc/7867/statm: 2664762 2012107 3175 1 0 2627263 0
[pid=7867/tid=7869] ppid=7864 vsize=10659048 memory=4136 CPUtime=38.16 cores=0,2,4,6
/proc/7867/task/7869/stat : 7869 (java) S 7864 7867 6199 0 -1 1077944384 19135 0 0 0 3776 40 0 0 20 0 15 0 96590042 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734417820800 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7870] ppid=7864 vsize=10659048 memory=28008 CPUtime=20.01 cores=0,2,4,6
/proc/7867/task/7870/stat : 7870 (java) R 7864 7867 6199 0 -1 4202560 10524 0 0 0 1853 148 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734350273496 139734398578478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7871] ppid=7864 vsize=10659048 memory=1292 CPUtime=20.1 cores=0,2,4,6
/proc/7867/task/7871/stat : 7871 (java) R 7864 7867 6199 0 -1 4202560 9639 0 0 0 1869 141 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734349220560 139734406210279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7872] ppid=7864 vsize=10659048 memory=8048428 CPUtime=20.07 cores=0,2,4,6
/proc/7867/task/7872/stat : 7872 (java) R 7864 7867 6199 0 -1 4202560 8681 0 0 0 1859 148 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734348168016 139734406210279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7873] ppid=7864 vsize=10659048 memory=8112282956445269571 CPUtime=20.12 cores=0,2,4,6
/proc/7867/task/7873/stat : 7873 (java) R 7864 7867 6199 0 -1 4202560 10522 0 0 0 1872 140 0 0 20 0 15 0 96590043 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139734347115472 139734406210279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7874] ppid=7864 vsize=10659048 memory=4052 CPUtime=1.06 cores=0,2,4,6
/proc/7867/task/7874/stat : 7874 (java) S 7864 7867 6199 0 -1 1077944384 15024 0 0 0 104 2 0 0 20 0 15 0 96590044 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733905449552 139734413592277 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7875] ppid=7864 vsize=10659048 memory=644 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7875/stat : 7875 (java) S 7864 7867 6199 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733904397280 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7876] ppid=7864 vsize=10659048 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7876/stat : 7876 (java) S 7864 7867 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96590045 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733903344624 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7877] ppid=7864 vsize=10659048 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7877/stat : 7877 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733902293200 139734413600667 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7878] ppid=7864 vsize=10659048 memory=956 CPUtime=1.8 cores=0,2,4,6
/proc/7867/task/7878/stat : 7878 (java) S 7864 7867 6199 0 -1 1077944384 7114 0 0 0 179 1 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733901240816 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7879] ppid=7864 vsize=10659048 memory=2464 CPUtime=1.9 cores=0,2,4,6
/proc/7867/task/7879/stat : 7879 (java) S 7864 7867 6199 0 -1 1077944384 7394 0 0 0 190 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733900188272 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7880] ppid=7864 vsize=10659048 memory=1576 CPUtime=0.56 cores=0,2,4,6
/proc/7867/task/7880/stat : 7880 (java) S 7864 7867 6199 0 -1 1077944384 5426 0 0 0 55 1 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733899135728 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7881] ppid=7864 vsize=10659048 memory=2824 CPUtime=0 cores=0,2,4,6
/proc/7867/task/7881/stat : 7881 (java) S 7864 7867 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96590047 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733898083424 139734413592277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
[pid=7867/tid=7882] ppid=7864 vsize=10659048 memory=2588 CPUtime=0.04 cores=0,2,4,6
/proc/7867/task/7882/stat : 7882 (java) S 7864 7867 6199 0 -1 1077944384 541 0 0 0 3 1 0 0 20 0 15 0 96590048 10914865152 2012107 33554432000 4194304 4196468 140730518246848 139733897029936 139734413593218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14413824 140730518254765 140730518254857 140730518254857 140730518257615 0
Current children cumulated CPU time: 123.89 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8048428 KiB

[startup+60.0007 s]*
/proc/loadavg: 3.28 2.11 1.62 3/203 7884
/proc/meminfo: memFree=17740460/32770624 swapFree=67108792/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 60.0185
CPU time (s): 125.228
CPU user time (s): 118.928
CPU system time (s): 6.29983
CPU usage (%): 208.648
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8048428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.928
system time used= 6.29983
maximum resident set size= 8048904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4609
involuntary context switches= 1308


# summary of solver processes directly reported to runsolver:
#   pid: 7867
#   total CPU time (s): 125.228
#   total CPU user time (s): 118.928
#   total CPU system time (s): 6.29983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.383698 second user time and 0.620748 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 17:04:28
IDJOB=4299013
IDBENCH=141283
IDSOLVER=2763
FILE ID=node150/4299013-1532790266
RUNJOBID= node150-1532775187-6230
PBS_JOBID= 21022464
Free space on /tmp= 52564 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-04-0300_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299013-1532790266/watcher-4299013-1532790266 -o /tmp/evaluation-result-4299013-1532790266/solver-4299013-1532790266 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299013-1532790266.xml

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

MD5SUM BENCH= fe02389438635ce836f3ec0e18156e6a
RANDOM SEED=1229432973

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21020668 kB
MemAvailable:   25383444 kB
Buffers:          205384 kB
Cached:          4395824 kB
SwapCached:           32 kB
Active:          8559188 kB
Inactive:        2639184 kB
Active(anon):    6548648 kB
Inactive(anon):    76188 kB
Active(file):    2010540 kB
Inactive(file):  2562996 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            364556 kB
Writeback:             4 kB
AnonPages:       6600384 kB
Mapped:            55036 kB
Shmem:             25156 kB
Slab:             238472 kB
SReclaimable:     210148 kB
SUnreclaim:        28324 kB
KernelStack:        3696 kB
PageTables:        18160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7208132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6356992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 52564 MiB
End job on node150 at 2018-07-28 17:05:28