Trace number 4299193

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? 45.8894 16.2862

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.11/0.13	c version: 2018-04-11
0.11/0.13	c seed: 1811631
0.11/0.13	c timeout: -1
0.11/0.13	c memlimit: -1
0.11/0.13	c nbcore: -1
45.64/16.16	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
45.64/16.16		at java.util.Arrays.copyOf(Arrays.java:3308)
45.64/16.16		at java.util.BitSet.ensureCapacity(BitSet.java:337)
45.64/16.16		at java.util.BitSet.expandTo(BitSet.java:352)
45.64/16.16		at java.util.BitSet.set(BitSet.java:447)
45.64/16.16		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:63)
45.64/16.16		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
45.79/16.23		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
45.79/16.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
45.79/16.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
45.79/16.23		at org.xcsp.parser.XCallbacks$$Lambda$86/1076835071.accept(Unknown Source)
45.79/16.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
45.79/16.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
45.79/16.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
45.79/16.23		at xcsp3.XCSP3.<init>(XCSP3.java:73)
45.79/16.23		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
45.79/16.23		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
45.79/16.23	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 (13128 MiB free)
  memory of node 1: 16384 MiB (13292 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299193-1532820152/watcher-4299193-1532820152 -o /tmp/evaluation-result-4299193-1532820152/solver-4299193-1532820152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31438 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299193-1532820152.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=1314, runsolver pid=1311

[startup+0.100058 s]*
/proc/loadavg: 1.25 1.21 1.31 4/219 1329
/proc/meminfo: memFree=27038876/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661052 memory=27528 CPUtime=0.11 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 5282 0 0 0 10 1 0 0 20 0 15 0 99578401 10916917248 6882 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665263 6882 2862 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661052 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) R 1311 1314 31407 0 -1 4202560 3159 0 0 0 8 1 0 0 20 0 15 0 99578401 10916917248 6882 33554432000 4194304 4196468 140734702006016 140176384396768 140176372403006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 6882 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 6882 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 6882 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 6882 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175617046640 140176380177026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175615992608 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0.01 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 6882 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27528 KiB

[startup+0.21073 s]*
/proc/loadavg: 1.31 1.23 1.31 4/219 1329
/proc/meminfo: memFree=27028332/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661052 memory=39712 CPUtime=0.33 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 8020 0 0 0 30 3 0 0 20 0 15 0 99578401 10916917248 9928 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665263 9928 2978 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661052 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) R 1311 1314 31407 0 -1 4202560 5112 0 0 0 18 2 0 0 20 0 15 0 99578401 10916917248 9928 33554432000 4194304 4196468 140734702006016 140176384402528 140176380187805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661052 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 9928 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661052 memory=140583698027797 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 9928 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 9928 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 9928 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175617046640 140176380177026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175615992608 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) R 1311 1314 31407 0 -1 4202560 450 0 0 0 1 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175612817480 140176372403006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) R 1311 1314 31407 0 -1 4202560 290 0 0 0 2 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175611783664 140176359383647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0.08 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 806 0 0 0 8 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661052 memory=140583697487488 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 9928 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39712 KiB

[startup+0.310615 s]*
/proc/loadavg: 1.31 1.23 1.31 4/219 1329
/proc/meminfo: memFree=26975396/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661052 memory=96568 CPUtime=0.5 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 8366 0 0 0 45 5 0 0 20 0 15 0 99578401 10916917248 24142 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665263 24142 3028 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661052 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) R 1311 1314 31407 0 -1 4202560 5170 0 0 0 26 4 0 0 20 0 15 0 99578401 10916917248 24152 33554432000 4194304 4196468 140734702006016 140176384403840 140176380187805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661052 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 24152 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661052 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 24152 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 24152 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578402 10916917248 24152 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175617046640 140176380177026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175615992608 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661052 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661052 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 538 0 0 0 4 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661052 memory=140583540716559 CPUtime=0.04 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 415 0 0 0 4 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661052 memory=140583697488609 CPUtime=0.1 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 892 0 0 0 10 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661052 memory=140583540725679 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661052 memory=281167238248416 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578407 10916917248 24152 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 96568 KiB

[startup+0.700801 s]
/proc/loadavg: 1.31 1.23 1.31 5/219 1329
/proc/meminfo: memFree=26794776/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=274256 CPUtime=1.62 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 10533 0 0 0 146 16 0 0 20 0 15 0 99578401 10916995072 68564 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 68564 3114 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=57 CPUtime=0.63 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) R 1311 1314 31407 0 -1 4202560 5506 0 0 0 58 5 0 0 20 0 15 0 99578401 10916995072 68564 33554432000 4194304 4196468 140734702006016 140176384401400 140176007853034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 15 0 99578402 10916995072 68564 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 99578402 10916995072 68564 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 15 0 99578402 10916995072 68564 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=7813587196152723253 CPUtime=0.03 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 43 0 0 0 1 2 0 0 20 0 15 0 99578402 10916995072 68564 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=6940156230964440640 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175617046640 140176380177026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661128 memory=7588675599774802240 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175615992608 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661128 memory=8388926882097820299 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661128 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661128 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 1094 0 0 0 32 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661128 memory=10 CPUtime=0.3 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 1014 0 0 0 30 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661128 memory=-2127759922778101534 CPUtime=0.18 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 1335 0 0 0 18 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=8444 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 68564 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 274256 KiB

[startup+1.50683 s]
/proc/loadavg: 1.31 1.23 1.31 2/219 1329
/proc/meminfo: memFree=26789136/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=446088 CPUtime=2.32 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 11188 0 0 0 210 22 0 0 20 0 15 0 99578401 10916995072 111522 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 111522 3128 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=8444 CPUtime=1.04 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) R 1311 1314 31407 0 -1 4202560 5591 0 0 0 97 7 0 0 20 0 15 0 99578401 10916995072 111522 33554432000 4194304 4196468 140734702006016 140176384403592 140176008319739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=4036 CPUtime=0.07 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 62 0 0 0 4 3 0 0 20 0 15 0 99578402 10916995072 111522 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 147 0 0 0 3 3 0 0 20 0 15 0 99578402 10916995072 111522 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=281167081790000 CPUtime=0.06 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 111 0 0 0 3 3 0 0 20 0 15 0 99578402 10916995072 111522 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 180 0 0 0 4 3 0 0 20 0 15 0 99578402 10916995072 111522 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 111522 33554432000 4194304 4196468 140734702006016 140175617046640 140176380177026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 37 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0

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

[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=29008 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2047891 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2047891 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 34.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8191564 KiB

[startup+14.4009 s]
/proc/loadavg: 1.72 1.32 1.34 6/219 1329
/proc/meminfo: memFree=18753396/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=8300384 CPUtime=39.68 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 288668 0 0 0 3117 851 0 0 20 0 15 0 99578401 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 2075096 3157 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=2404 CPUtime=5.22 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) S 1311 1314 31407 0 -1 1077944384 26106 0 0 0 506 16 0 0 20 0 15 0 99578401 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176384404544 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=1572 CPUtime=8.1 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) R 1311 1314 31407 0 -1 4202560 75280 0 0 0 593 217 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176332786576 140176364863631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=928 CPUtime=8.08 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) R 1311 1314 31407 0 -1 4202560 55489 0 0 0 611 197 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176331733776 140176361761739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=4036 CPUtime=8.08 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) R 1311 1314 31407 0 -1 4202560 50489 0 0 0 598 210 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176330681376 140176360192251 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=4100 CPUtime=8.08 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) R 1311 1314 31407 0 -1 4202560 64829 0 0 0 603 205 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176329628888 140176361762427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=29008 CPUtime=0.61 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 9783 0 0 0 60 1 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175617044960 140176380176085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661128 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175615992672 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661128 memory=2268 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661128 memory=3878 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661128 memory=769 CPUtime=0.58 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 1977 0 0 0 58 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661128 memory=768 CPUtime=0.56 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 1547 0 0 0 56 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661128 memory=768 CPUtime=0.27 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 1582 0 0 0 27 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=769 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=42 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 39.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300384 KiB

[startup+15.2007 s]
/proc/loadavg: 1.72 1.32 1.34 6/219 1329
/proc/meminfo: memFree=18751348/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=8300384 CPUtime=42.44 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 351383 0 0 0 3390 854 0 0 20 0 15 0 99578401 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 2075096 3157 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=58 CPUtime=5.22 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) S 1311 1314 31407 0 -1 1077944384 26108 0 0 0 506 16 0 0 20 0 15 0 99578401 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176384404544 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=8112282956445269571 CPUtime=8.77 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) R 1311 1314 31407 0 -1 4202560 137990 0 0 0 658 219 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176332786776 140176373265565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=4100 CPUtime=8.73 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) R 1311 1314 31407 0 -1 4202560 55489 0 0 0 675 198 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176331733896 140176372794087 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=29008 CPUtime=8.74 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 50489 0 0 0 664 210 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176330681296 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=1244 CPUtime=8.74 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) R 1311 1314 31407 0 -1 4202560 64829 0 0 0 669 205 0 0 20 0 15 0 99578402 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140176329628808 140176372794087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=2268 CPUtime=0.74 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 9786 0 0 0 73 1 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175617045200 140176380176085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661128 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175615992672 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661128 memory=11860 CPUtime=0.58 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 1977 0 0 0 58 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661128 memory=5772 CPUtime=0.56 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 1547 0 0 0 56 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661128 memory=4616 CPUtime=0.27 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 1582 0 0 0 27 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075096 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 42.44 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300384 KiB

[startup+16.0028 s]*
/proc/loadavg: 1.91 1.36 1.35 6/219 1329
/proc/meminfo: memFree=18751348/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=8300404 CPUtime=45.35 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 360747 0 0 0 3678 857 0 0 20 0 15 0 99578401 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 2075101 3158 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=281167081998768 CPUtime=5.22 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) S 1311 1314 31407 0 -1 1077944384 26119 0 0 0 506 16 0 0 20 0 15 0 99578401 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140176384404544 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=4126316290023845779 CPUtime=9.5 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) R 1311 1314 31407 0 -1 4202560 139196 0 0 0 731 219 0 0 20 0 15 0 99578402 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140176332786576 140176372794087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=2268 CPUtime=9.43 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) R 1311 1314 31407 0 -1 4202560 55797 0 0 0 745 198 0 0 20 0 15 0 99578402 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140176331733776 140176364865184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=1804 CPUtime=9.45 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) R 1311 1314 31407 0 -1 4202560 50895 0 0 0 734 211 0 0 20 0 15 0 99578402 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140176330681488 140176364864695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=796 CPUtime=9.44 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) R 1311 1314 31407 0 -1 4202560 64980 0 0 0 738 206 0 0 20 0 15 0 99578402 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140176329628888 140176365162246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=1712 CPUtime=0.82 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) S 1311 1314 31407 0 -1 1077944384 17042 0 0 0 81 1 0 0 20 0 15 0 99578404 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175617045184 140176380176085 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661128 memory=11860 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175615992672 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661128 memory=5772 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661128 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661128 memory=1388 CPUtime=0.58 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 1977 0 0 0 58 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661128 memory=1012 CPUtime=0.56 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 1547 0 0 0 56 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175611783664 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661128 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 1582 0 0 0 27 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175610731376 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075101 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 45.35 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300404 KiB

[startup+16.2009 s]
/proc/loadavg: 1.91 1.36 1.35 6/219 1329
/proc/meminfo: memFree=18751348/32770624 swapFree=67108856/67108860
[pid=1314] ppid=1311 vsize=10661128 memory=8300408 CPUtime=45.79 cores=0,2,4,6
/proc/1314/stat : 1314 (java) S 1311 1314 31407 0 -1 1077944320 361103 0 0 0 3722 857 0 0 20 0 15 0 99578401 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140734701988560 140176380165879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
/proc/1314/statm: 2665282 2075102 3159 1 0 2627263 0
[pid=1314/tid=1316] ppid=1311 vsize=10661128 memory=5772 CPUtime=5.22 cores=0,2,4,6
/proc/1314/task/1316/stat : 1316 (java) S 1311 1314 31407 0 -1 1077944384 26197 0 0 0 506 16 0 0 20 0 15 0 99578401 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140176384405792 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1317] ppid=1311 vsize=10661128 memory=4616 CPUtime=9.58 cores=0,2,4,6
/proc/1314/task/1317/stat : 1317 (java) S 1311 1314 31407 0 -1 1077944384 139326 0 0 0 739 219 0 0 20 0 15 0 99578402 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140176332786576 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1318] ppid=1311 vsize=10661128 memory=1388 CPUtime=9.52 cores=0,2,4,6
/proc/1314/task/1318/stat : 1318 (java) S 1311 1314 31407 0 -1 1077944384 55799 0 0 0 754 198 0 0 20 0 15 0 99578402 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140176331733776 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1319] ppid=1311 vsize=10661128 memory=1232 CPUtime=9.53 cores=0,2,4,6
/proc/1314/task/1319/stat : 1319 (java) S 1311 1314 31407 0 -1 1077944384 50895 0 0 0 742 211 0 0 20 0 15 0 99578402 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140176330681488 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1320] ppid=1311 vsize=10661128 memory=1012 CPUtime=9.52 cores=0,2,4,6
/proc/1314/task/1320/stat : 1320 (java) S 1311 1314 31407 0 -1 1077944384 65101 0 0 0 746 206 0 0 20 0 15 0 99578402 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140176329628688 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1321] ppid=1311 vsize=10661128 memory=1948 CPUtime=0.92 cores=0,2,4,6
/proc/1314/task/1321/stat : 1321 (java) R 1311 1314 31407 0 -1 4202560 17053 0 0 0 91 1 0 0 20 0 15 0 99578404 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175617045072 140176358536059 0 0 0 16800975 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1322] ppid=1311 vsize=10661128 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1322/stat : 1322 (java) S 1311 1314 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175615992672 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1323] ppid=1311 vsize=10661128 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1323/stat : 1323 (java) S 1311 1314 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99578404 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175614940272 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1324] ppid=1311 vsize=10661128 memory=318629880650793273 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1324/stat : 1324 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175613888592 140176380184475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1325] ppid=1311 vsize=10661128 memory=14689690917799375 CPUtime=0.58 cores=0,2,4,6
/proc/1314/task/1325/stat : 1325 (java) S 1311 1314 31407 0 -1 1077944384 1979 0 0 0 58 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175612836464 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1326] ppid=1311 vsize=10661128 memory=596764 CPUtime=0.56 cores=0,2,4,6
/proc/1314/task/1326/stat : 1326 (java) S 1311 1314 31407 0 -1 1077944384 1549 0 0 0 56 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175611783424 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1327] ppid=1311 vsize=10661128 memory=3472328296227703306 CPUtime=0.27 cores=0,2,4,6
/proc/1314/task/1327/stat : 1327 (java) S 1311 1314 31407 0 -1 1077944384 1592 0 0 0 27 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175610730208 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1328] ppid=1311 vsize=10661128 memory=7740634871459175313 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1328/stat : 1328 (java) S 1311 1314 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175609678816 140176380176085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
[pid=1314/tid=1329] ppid=1311 vsize=10661128 memory=4210972816720109259 CPUtime=0 cores=0,2,4,6
/proc/1314/task/1329/stat : 1329 (java) S 1311 1314 31407 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 99578407 10916995072 2075102 33554432000 4194304 4196468 140734702006016 140175608625584 140176380177026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 36384768 140734702007434 140734702007561 140734702007561 140734702010319 0
Current children cumulated CPU time: 45.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8300408 KiB

Child status: 1
Real time (s): 16.2862
CPU time (s): 45.8894
CPU user time (s): 37.2427
CPU system time (s): 8.64668
CPU usage (%): 281.768
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8300408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.2427
system time used= 8.64668
maximum resident set size= 8300408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361214
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= 7084
involuntary context switches= 530


# summary of solver processes directly reported to runsolver:
#   pid: 1314
#   total CPU time (s): 45.8894
#   total CPU user time (s): 37.2427
#   total CPU system time (s): 8.64668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151189 second user time and 0.204759 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 01:22:32
IDJOB=4299193
IDBENCH=141306
IDSOLVER=2767
FILE ID=node133/4299193-1532820152
RUNJOBID= node133-1532808819-31438
PBS_JOBID= 21022475
Free space on /tmp= 48224 MiB

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

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1539550721

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:        27055200 kB
MemAvailable:   31591504 kB
Buffers:          186788 kB
Cached:          4597328 kB
SwapCached:            0 kB
Active:          2529840 kB
Inactive:        2662080 kB
Active(anon):     359204 kB
Inactive(anon):    76688 kB
Active(file):    2170636 kB
Inactive(file):  2585392 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             29184 kB
Writeback:             0 kB
AnonPages:        415096 kB
Mapped:            53176 kB
Shmem:             25244 kB
Slab:             220112 kB
SReclaimable:     192224 kB
SUnreclaim:        27888 kB
KernelStack:        3584 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1085112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 48220 MiB
End job on node133 at 2018-07-29 01:22:49