Trace number 4298970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 787.335 255.92

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-03-0300_c18.xml
MD5SUM4cd5aede9cdfae4f3fb25eb1dc6a899d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark470973176
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables6750
Number of constraints4376
Number of domains77
Minimum domain size2
Maximum domain size125
Distribution of domain sizes[{"size":2,"count":2350},{"size":11,"count":2050},{"size":12,"count":1},{"size":21,"count":20},{"size":23,"count":62},{"size":24,"count":4},{"size":25,"count":49},{"size":26,"count":11},{"size":27,"count":33},{"size":28,"count":8},{"size":29,"count":15},{"size":30,"count":3},{"size":31,"count":15},{"size":32,"count":17},{"size":33,"count":16},{"size":34,"count":5},{"size":35,"count":3},{"size":41,"count":2},{"size":43,"count":13},{"size":45,"count":4},{"size":47,"count":7},{"size":53,"count":13},{"size":54,"count":6},{"size":55,"count":19},{"size":57,"count":5},"...",{"size":71,"count":29}, {"size":72,"count":7}, {"size":73,"count":9}, {"size":74,"count":18}, {"size":75,"count":1}, {"size":76,"count":6}, {"size":77,"count":1}, {"size":78,"count":10}, {"size":79,"count":27}, {"size":81,"count":44}, {"size":84,"count":2}, {"size":90,"count":3}, {"size":91,"count":13}, {"size":99,"count":2}, {"size":101,"count":36}, {"size":102,"count":77}, {"size":105,"count":10}, {"size":113,"count":152}, {"size":114,"count":176}, {"size":115,"count":87}, {"size":117,"count":87}, {"size":119,"count":37}, {"size":121,"count":82}, {"size":124,"count":46}, {"size":125,"count":1037}]
Minimum variable degree2
Maximum variable degree2051
Distribution of variable degrees[{"degree":2,"count":6148},{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":5},{"degree":6,"count":11},{"degree":7,"count":12},{"degree":8,"count":20},{"degree":9,"count":18},{"degree":10,"count":21},{"degree":11,"count":30},{"degree":12,"count":39},{"degree":13,"count":45},{"degree":14,"count":47},{"degree":15,"count":54},{"degree":16,"count":61},{"degree":17,"count":83},{"degree":18,"count":104},{"degree":19,"count":49},{"degree":2051,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":277},{"arity":3,"count":2049},{"arity":6,"count":2050}]
Number of extensional constraints4376
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4376}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
787.21/255.86	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
787.21/255.87		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:37)
787.21/255.87		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
787.21/255.87		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
787.21/255.87		at minicp.cp.Factory.makeIntVar(Factory.java:92)
787.21/255.87		at minicp.cp.Factory.sum(Factory.java:240)
787.21/255.87		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:550)
787.21/255.87		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
787.21/255.87		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
787.21/255.87		at org.xcsp.parser.XCallbacks$$Lambda$79/1373051324.accept(Unknown Source)
787.21/255.87		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
787.21/255.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
787.21/255.87		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
787.21/255.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
787.21/255.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
787.21/255.87		at xcsp3.XCSP3.<init>(XCSP3.java:70)
787.21/255.87		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
787.21/255.87		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
787.21/255.87	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 (11288 MiB free)
  memory of node 1: 16384 MiB (12919 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298970-1532788257/watcher-4298970-1532788257 -o /tmp/evaluation-result-4298970-1532788257/solver-4298970-1532788257 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8893 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298970-1532788257.xml 

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

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


[startup+0.104376 s]*
/proc/loadavg: 2.01 1.70 1.50 4/216 10263
/proc/meminfo: memFree=24772600/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661056 memory=27800 CPUtime=0.13 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 5344 0 0 0 12 1 0 0 20 0 15 0 96389051 10916921344 6950 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665264 6950 2880 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661056 memory=-8269626465541592443 CPUtime=0.09 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) R 10245 10248 8861 0 -1 4202560 3168 0 0 0 9 0 0 0 20 0 15 0 96389051 10916921344 6950 33554432000 4194304 4196468 140731304984128 140674478508128 140674455928123 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 6950 33554432000 4194304 4196468 140731304984128 140674410970256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 6950 33554432000 4194304 4196468 140731304984128 140674409917456 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 6950 33554432000 4194304 4196468 140731304984128 140674408864656 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 6950 33554432000 4194304 4196468 140731304984128 140674407811856 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389053 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673966418288 140674474289794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673965364256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) R 10245 10248 8861 0 -1 4202560 355 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673962208112 140674460293057 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) R 10245 10248 8861 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673961155312 140674474289794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0.02 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 15 0 96389056 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673960102512 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389057 10916921344 6950 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27800 KiB

[startup+0.217558 s]*
/proc/loadavg: 2.01 1.70 1.50 5/216 10263
/proc/meminfo: memFree=24761116/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661056 memory=40004 CPUtime=0.36 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 8105 0 0 0 33 3 0 0 20 0 15 0 96389051 10916921344 10001 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665264 10001 2996 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661056 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) R 10245 10248 8861 0 -1 4202560 5135 0 0 0 19 2 0 0 20 0 15 0 96389051 10916921344 10065 33554432000 4194304 4196468 140731304984128 140674478517072 140674474300573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 10065 33554432000 4194304 4196468 140731304984128 140674410970256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661056 memory=288370219559110272 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 10065 33554432000 4194304 4196468 140731304984128 140674409917456 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 10065 33554432000 4194304 4196468 140731304984128 140674408864656 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 10065 33554432000 4194304 4196468 140731304984128 140674407811856 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389053 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673966418288 140674474289794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673965364256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 15 0 96389056 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673962208112 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) R 10245 10248 8861 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 15 0 96389056 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673961155312 140674474289794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0.09 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) R 10245 10248 8861 0 -1 4202560 836 0 0 0 9 0 0 0 20 0 15 0 96389056 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673960098880 140674474292496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389057 10916921344 10065 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40004 KiB

[startup+0.31054 s]*
/proc/loadavg: 2.01 1.70 1.50 4/216 10263
/proc/meminfo: memFree=24700796/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661056 memory=107440 CPUtime=0.57 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 9035 0 0 0 53 4 0 0 20 0 15 0 96389051 10916921344 26860 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665264 26860 3052 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) R 10245 10248 8861 0 -1 4202560 5166 0 0 0 27 3 0 0 20 0 15 0 96389051 10916921344 26860 33554432000 4194304 4196468 140731304984128 140674478517072 140674474300573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661056 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 26860 33554432000 4194304 4196468 140731304984128 140674410970256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661056 memory=16239134136026776 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 26860 33554432000 4194304 4196468 140731304984128 140674409917456 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 26860 33554432000 4194304 4196468 140731304984128 140674408864656 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389052 10916921344 26860 33554432000 4194304 4196468 140731304984128 140674407811856 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96389053 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673966418288 140674474289794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673965364256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661056 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) R 10245 10248 8861 0 -1 4202560 1071 0 0 0 7 0 0 0 20 0 15 0 96389056 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673962188776 140674455027248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661056 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 552 0 0 0 6 0 0 0 20 0 15 0 96389056 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673961155312 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0.11 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 878 0 0 0 11 0 0 0 20 0 15 0 96389056 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673960102512 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 26860 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661056 memory=139843407398528 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389057 10916921344 26926 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 107440 KiB

[startup+0.70221 s]
/proc/loadavg: 2.01 1.70 1.50 5/216 10263
/proc/meminfo: memFree=24506864/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661056 memory=480172 CPUtime=1.6 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 12074 0 0 0 120 40 0 0 20 0 15 0 96389051 10916921344 120043 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665264 120043 3088 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661056 memory=1840 CPUtime=0.52 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) S 10245 10248 8861 0 -1 1077944384 5197 0 0 0 46 6 0 0 20 0 15 0 96389051 10916921344 120043 33554432000 4194304 4196468 140731304984128 140674478517904 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661056 memory=1004 CPUtime=0.15 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) R 10245 10248 8861 0 -1 4202560 355 0 0 0 7 8 0 0 20 0 15 0 96389052 10916921344 120043 33554432000 4194304 4196468 140731304984128 140674410970256 140674459274593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661056 memory=12060 CPUtime=0.11 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) R 10245 10248 8861 0 -1 4202560 388 0 0 0 4 7 0 0 20 0 15 0 96389052 10916921344 120043 33554432000 4194304 4196468 140731304984128 140674409917456 140674467378347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661056 memory=5788 CPUtime=0.12 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) R 10245 10248 8861 0 -1 4202560 234 0 0 0 5 7 0 0 20 0 15 0 96389052 10916921344 120043 33554432000 4194304 4196468 140731304984128 140674408864656 140674467375348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661056 memory=792 CPUtime=0.13 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) R 10245 10248 8861 0 -1 4202560 505 0 0 0 5 8 0 0 20 0 15 0 96389052 10916921344 120043 33554432000 4194304 4196468 140731304984128 140674407812056 140674467375348 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661056 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 96389053 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673966416832 140674474288853 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661056 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673965364256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661056 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96389054 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661056 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661056 memory=7163631965283378496 CPUtime=0.23 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 1886 0 0 0 23 0 0 0 20 0 15 0 96389056 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673962208112 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661056 memory=7667213801450137426 CPUtime=0.14 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 1128 0 0 0 14 0 0 0 20 0 15 0 96389056 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673961155312 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661056 memory=7007715718637572176 CPUtime=0.12 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 927 0 0 0 12 0 0 0 20 0 15 0 96389056 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673960102512 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661056 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96389057 10916921344 120043 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 480172 KiB

[startup+1.50082 s]
/proc/loadavg: 2.01 1.70 1.50 3/216 10263
/proc/meminfo: memFree=24227908/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661056 memory=881316 CPUtime=3.48 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 14223 0 0 0 265 83 0 0 20 0 15 0 96389051 10916921344 220329 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665264 220329 3101 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661056 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) R 10245 10248 8861 0 -1 4202560 5256 0 0 0 91 11 0 0 20 0 15 0 96389051 10916921344 220329 33554432000 4194304 4196468 140731304984128 140674478517904 140674474300573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661056 memory=-8754540793456063680 CPUtime=0.42 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) S 10245 10248 8861 0 -1 1077944384 537 0 0 0 25 17 0 0 20 0 15 0 96389052 10916921344 220329 33554432000 4194304 4196468 140731304984128 140674410970256 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661056 memory=-2843869621055772062 CPUtime=0.4 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) S 10245 10248 8861 0 -1 1077944384 565 0 0 0 24 16 0 0 20 0 15 0 96389052 10916921344 220329 33554432000 4194304 4196468 140731304984128 140674409917456 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661056 memory=5450919713671312938 CPUtime=0.4 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) S 10245 10248 8861 0 -1 1077944384 371 0 0 0 24 16 0 0 20 0 15 0 96389052 10916921344 220329 33554432000 4194304 4196468 140731304984128 140674408864656 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661056 memory=7005738693937936738 CPUtime=0.41 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) S 10245 10248 8861 0 -1 1077944384 695 0 0 0 23 18 0 0 20 0 15 0 96389052 10916921344 220329 33554432000 4194304 4196468 140731304984128 140674407811856 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 898 0 0 0 1 0 0 0 20 0 15 0 96389053 10916921344 220329 33554432000 4194304 4196468 140731304984128 140673966418288 140674474289794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0

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


[startup+254.401 s]
/proc/loadavg: 4.59 3.12 2.11 6/215 10267
/proc/meminfo: memFree=16385736/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661132 memory=8245780 CPUtime=781.78 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 163208 0 0 0 77289 889 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665283 2061445 3187 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661132 memory=27792 CPUtime=70.31 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) S 10245 10248 8861 0 -1 1077944384 21228 0 0 0 7008 23 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674478517408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661132 memory=640 CPUtime=175.56 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) R 10245 10248 8861 0 -1 4202560 18176 0 0 0 17342 214 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674410970064 140674466906855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661132 memory=1784 CPUtime=175.73 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) R 10245 10248 8861 0 -1 4202560 16483 0 0 0 17359 214 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674409917264 140674466906855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661132 memory=1236 CPUtime=175.41 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) R 10245 10248 8861 0 -1 4202560 17263 0 0 0 17320 221 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674408864856 140674459275200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661132 memory=8245780 CPUtime=176.13 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) R 10245 10248 8861 0 -1 4202560 15469 0 0 0 17412 201 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674407811976 140674466906855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661132 memory=3192 CPUtime=4.52 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 48978 0 0 0 448 4 0 0 20 0 15 0 96389053 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673966416848 140674474288853 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661132 memory=3246116 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673965364320 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661132 memory=2424 CPUtime=1.78 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 7560 0 0 0 177 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673962193104 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661132 memory=1840 CPUtime=1.53 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 10011 0 0 0 152 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673961146592 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661132 memory=6791534058613427641 CPUtime=0.54 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 6131 0 0 0 53 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673960102512 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661132 memory=5788 CPUtime=0.16 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 520 0 0 0 7 9 0 0 20 0 15 0 96389057 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 781.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8245780 KiB

[startup+255.201 s]
/proc/loadavg: 4.59 3.12 2.11 6/215 10267
/proc/meminfo: memFree=16385736/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661132 memory=8245780 CPUtime=784.88 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 163847 0 0 0 77598 890 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665283 2061445 3187 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661132 memory=1944 CPUtime=70.31 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) S 10245 10248 8861 0 -1 1077944384 21228 0 0 0 7008 23 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674478517408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661132 memory=1416 CPUtime=176.34 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) R 10245 10248 8861 0 -1 4202560 18176 0 0 0 17419 215 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674410970064 140674474299994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661132 memory=4612 CPUtime=176.51 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) R 10245 10248 8861 0 -1 4202560 16483 0 0 0 17437 214 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674409917264 140674466906855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661132 memory=4028 CPUtime=176.21 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) R 10245 10248 8861 0 -1 4202560 17902 0 0 0 17400 221 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674408864856 140674467378328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661132 memory=27792 CPUtime=176.89 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) R 10245 10248 8861 0 -1 4202560 15469 0 0 0 17488 201 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674407811976 140674466906855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661132 memory=1296 CPUtime=4.52 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 48978 0 0 0 448 4 0 0 20 0 15 0 96389053 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673966416848 140674474288853 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673965364320 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661132 memory=16668 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661132 memory=4052 CPUtime=1.78 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 7560 0 0 0 177 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673962193104 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661132 memory=18248 CPUtime=1.53 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 10011 0 0 0 152 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673961146592 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661132 memory=1004 CPUtime=0.54 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 6131 0 0 0 53 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673960102272 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661132 memory=5788 CPUtime=0.16 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 520 0 0 0 7 9 0 0 20 0 15 0 96389057 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 784.88 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8245780 KiB

[startup+255.601 s]
/proc/loadavg: 4.59 3.12 2.11 6/215 10267
/proc/meminfo: memFree=16385736/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661132 memory=8245780 CPUtime=786.44 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 163847 0 0 0 77753 891 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665283 2061445 3187 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661132 memory=4028 CPUtime=70.31 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) S 10245 10248 8861 0 -1 1077944384 21228 0 0 0 7008 23 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674478517408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661132 memory=6791534058613427641 CPUtime=176.72 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) R 10245 10248 8861 0 -1 4202560 18176 0 0 0 17457 215 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674410970064 140674466906855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661132 memory=1944 CPUtime=176.89 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) R 10245 10248 8861 0 -1 4202560 16483 0 0 0 17475 214 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674409917264 140674466906855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661132 memory=1416 CPUtime=176.61 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) R 10245 10248 8861 0 -1 4202560 17902 0 0 0 17440 221 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674408864856 140674459268232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661132 memory=4612 CPUtime=177.28 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) R 10245 10248 8861 0 -1 4202560 15469 0 0 0 17526 202 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674407811976 140674466906855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661132 memory=8496 CPUtime=4.52 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 48978 0 0 0 448 4 0 0 20 0 15 0 96389053 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673966416848 140674474288853 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661132 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673965364320 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661132 memory=928 CPUtime=1.78 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 7560 0 0 0 177 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673962193104 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661132 memory=1572 CPUtime=1.53 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 10011 0 0 0 152 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673961146592 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661132 memory=2244 CPUtime=0.54 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 6131 0 0 0 53 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673960102272 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661132 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661132 memory=2200 CPUtime=0.16 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 520 0 0 0 7 9 0 0 20 0 15 0 96389057 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 786.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8245780 KiB

[startup+255.801 s]
/proc/loadavg: 4.59 3.12 2.11 6/215 10267
/proc/meminfo: memFree=16385736/32770624 swapFree=67108860/67108860
[pid=10248] ppid=10245 vsize=10661132 memory=8245780 CPUtime=787.21 cores=1,3,5,7
/proc/10248/stat : 10248 (java) S 10245 10248 8861 0 -1 1077944320 163847 0 0 0 77830 891 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140731304966672 140674474278647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
/proc/10248/statm: 2665283 2061445 3187 1 0 2627263 0
[pid=10248/tid=10250] ppid=10245 vsize=10661132 memory=844 CPUtime=70.31 cores=1,3,5,7
/proc/10248/task/10250/stat : 10250 (java) S 10245 10248 8861 0 -1 1077944384 21228 0 0 0 7008 23 0 0 20 0 15 0 96389051 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674478517408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10251] ppid=10245 vsize=10661132 memory=1800 CPUtime=176.91 cores=1,3,5,7
/proc/10248/task/10251/stat : 10251 (java) R 10245 10248 8861 0 -1 4202560 18176 0 0 0 17476 215 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674410970064 140674466906855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10252] ppid=10245 vsize=10661132 memory=6791534058613427641 CPUtime=177.09 cores=1,3,5,7
/proc/10248/task/10252/stat : 10252 (java) R 10245 10248 8861 0 -1 4202560 16483 0 0 0 17494 215 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674409917264 140674466906855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10253] ppid=10245 vsize=10661132 memory=1296 CPUtime=176.81 cores=1,3,5,7
/proc/10248/task/10253/stat : 10253 (java) R 10245 10248 8861 0 -1 4202560 17902 0 0 0 17460 221 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674408864856 140674458736115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10254] ppid=10245 vsize=10661132 memory=2424 CPUtime=177.47 cores=1,3,5,7
/proc/10248/task/10254/stat : 10254 (java) R 10245 10248 8861 0 -1 4202560 15469 0 0 0 17545 202 0 0 20 0 15 0 96389052 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140674407811976 140674466906855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10255] ppid=10245 vsize=10661132 memory=1840 CPUtime=4.52 cores=1,3,5,7
/proc/10248/task/10255/stat : 10255 (java) S 10245 10248 8861 0 -1 1077944384 48978 0 0 0 448 4 0 0 20 0 15 0 96389053 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673966416848 140674474288853 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10256] ppid=10245 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10256/stat : 10256 (java) S 10245 10248 8861 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673965364320 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10257] ppid=10245 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10257/stat : 10257 (java) S 10245 10248 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96389054 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673964311408 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10258] ppid=10245 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10258/stat : 10258 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673963259728 140674474297243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10259] ppid=10245 vsize=10661132 memory=792 CPUtime=1.78 cores=1,3,5,7
/proc/10248/task/10259/stat : 10259 (java) S 10245 10248 8861 0 -1 1077944384 7560 0 0 0 177 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673962193104 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10260] ppid=10245 vsize=10661132 memory=1228 CPUtime=1.53 cores=1,3,5,7
/proc/10248/task/10260/stat : 10260 (java) S 10245 10248 8861 0 -1 1077944384 10011 0 0 0 152 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673961146592 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10261] ppid=10245 vsize=10661132 memory=920 CPUtime=0.54 cores=1,3,5,7
/proc/10248/task/10261/stat : 10261 (java) S 10245 10248 8861 0 -1 1077944384 6131 0 0 0 53 1 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673960102272 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10262] ppid=10245 vsize=10661132 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/10248/task/10262/stat : 10262 (java) S 10245 10248 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96389056 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673959049952 140674474288853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
[pid=10248/tid=10263] ppid=10245 vsize=10661132 memory=2596 CPUtime=0.16 cores=1,3,5,7
/proc/10248/task/10263/stat : 10263 (java) S 10245 10248 8861 0 -1 1077944384 520 0 0 0 7 9 0 0 20 0 15 0 96389057 10916999168 2061445 33554432000 4194304 4196468 140731304984128 140673957997232 140674474289794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31453184 140731304985717 140731304985865 140731304985865 140731304988623 0
Current children cumulated CPU time: 787.21 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8245780 KiB

[startup+255.91 s]*
/proc/loadavg: 4.59 3.12 2.11 3/202 10268
/proc/meminfo: memFree=24318700/32770624 swapFree=67108860/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): 255.92
CPU time (s): 787.335
CPU user time (s): 778.388
CPU system time (s): 8.94721
CPU usage (%): 307.649
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8245780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 778.388
system time used= 8.94721
maximum resident set size= 8246104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21793
involuntary context switches= 7221


# summary of solver processes directly reported to runsolver:
#   pid: 10248
#   total CPU time (s): 787.335
#   total CPU user time (s): 778.388
#   total CPU system time (s): 8.94721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6454 second user time and 2.59092 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 16:30:59
IDJOB=4298970
IDBENCH=141277
IDSOLVER=2762
FILE ID=node151/4298970-1532788257
RUNJOBID= node151-1532775757-8893
PBS_JOBID= 21022465
Free space on /tmp= 54556 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-03-0300_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298970-1532788257/watcher-4298970-1532788257 -o /tmp/evaluation-result-4298970-1532788257/solver-4298970-1532788257 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8893 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298970-1532788257.xml

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

MD5SUM BENCH= 4cd5aede9cdfae4f3fb25eb1dc6a899d
RANDOM SEED=321664907

node151.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.87
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.87
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.87
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.87
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:        24788532 kB
MemAvailable:   28834640 kB
Buffers:          189844 kB
Cached:          4124116 kB
SwapCached:            0 kB
Active:          4924760 kB
Inactive:        2569992 kB
Active(anon):    3130472 kB
Inactive(anon):    78192 kB
Active(file):    1794288 kB
Inactive(file):  2491800 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            379124 kB
Writeback:             0 kB
AnonPages:       3188444 kB
Mapped:            54492 kB
Shmem:             25224 kB
Slab:             179372 kB
SReclaimable:     151708 kB
SUnreclaim:        27664 kB
KernelStack:        3744 kB
PageTables:        11688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3848764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3086336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54556 MiB
End job on node151 at 2018-07-28 16:35:15