Trace number 4299008

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28? 208.083 92.7307

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-test03-0400_c18.xml
MD5SUM29f041b3bfd87680276f887da1fa13d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark287165498
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints4370
Number of domains85
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":2413},{"size":11,"count":2021},{"size":12,"count":1},{"size":21,"count":15},{"size":26,"count":8},{"size":29,"count":37},{"size":31,"count":9},{"size":32,"count":9},{"size":33,"count":36},{"size":35,"count":22},{"size":37,"count":62},{"size":41,"count":51},{"size":43,"count":13},{"size":44,"count":6},{"size":47,"count":16},{"size":49,"count":20},{"size":51,"count":47},{"size":53,"count":8},{"size":55,"count":14},{"size":56,"count":16},{"size":57,"count":3},{"size":59,"count":3},{"size":61,"count":30},{"size":63,"count":21},"...",{"size":91,"count":18}, {"size":93,"count":6}, {"size":94,"count":7}, {"size":97,"count":4}, {"size":99,"count":11}, {"size":101,"count":31}, {"size":103,"count":5}, {"size":105,"count":6}, {"size":107,"count":14}, {"size":109,"count":15}, {"size":113,"count":11}, {"size":115,"count":20}, {"size":117,"count":3}, {"size":123,"count":35}, {"size":127,"count":5}, {"size":135,"count":20}, {"size":136,"count":127}, {"size":137,"count":28}, {"size":153,"count":82}, {"size":158,"count":107}, {"size":160,"count":191}, {"size":163,"count":78}, {"size":165,"count":126}, {"size":167,"count":89}, {"size":175,"count":655}]
Minimum variable degree2
Maximum variable degree2022
Distribution of variable degrees[{"degree":2,"count":6063},{"degree":3,"count":3},{"degree":4,"count":12},{"degree":5,"count":22},{"degree":6,"count":42},{"degree":7,"count":47},{"degree":8,"count":59},{"degree":9,"count":62},{"degree":10,"count":77},{"degree":11,"count":88},{"degree":12,"count":91},{"degree":13,"count":96},{"degree":14,"count":131},{"degree":15,"count":70},{"degree":2022,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":328},{"arity":3,"count":2021},{"arity":6,"count":2021}]
Number of extensional constraints4370
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4370}]
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
207.94/92.68	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
207.94/92.68		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:41)
207.94/92.68		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
207.94/92.68		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
207.94/92.68		at minicp.cp.Factory.makeIntVar(Factory.java:80)
207.94/92.68		at minicp.cp.Factory.sum(Factory.java:221)
207.94/92.68		at xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:545)
207.94/92.68		at org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:578)
207.94/92.68		at org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
207.94/92.68		at org.xcsp.parser.XCallbacks$$Lambda$79/1194385648.accept(Unknown Source)
207.94/92.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
207.94/92.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
207.94/92.68		at org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
207.94/92.68		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
207.94/92.68		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
207.94/92.68		at xcsp3.XCSP3.<init>(XCSP3.java:72)
207.94/92.68		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
207.94/92.68		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
207.94/92.68	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 (13044 MiB free)
  memory of node 1: 16384 MiB (7425 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299008-1532789532/watcher-4299008-1532789532 -o /tmp/evaluation-result-4299008-1532789532/solver-4299008-1532789532 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299008-1532789532.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=25056, runsolver pid=25053

[startup+0.10102 s]*
/proc/loadavg: 1.94 1.46 1.41 3/215 25071
/proc/meminfo: memFree=20945556/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661052 memory=28144 CPUtime=0.13 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 5019 0 0 0 12 1 0 0 20 0 15 0 96516604 10916917248 7036 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665263 7036 2809 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661052 memory=-8197568871503401346 CPUtime=0.09 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) R 25053 25056 23229 0 -1 4202560 2872 0 0 0 8 1 0 0 20 0 15 0 96516604 10916917248 7036 33554432000 4194304 4196468 140731452071200 140164870462832 140164462574236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 7036 33554432000 4194304 4196468 140731452071200 140164792315024 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164791262224 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164790209424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164789156624 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164357630320 140164866251394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164356576288 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) R 25053 25056 23229 0 -1 4202560 341 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164353420144 140164844073104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) R 25053 25056 23229 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164352367344 140164866251394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0.02 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164351314544 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 7102 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28144 KiB

[startup+0.216058 s]*
/proc/loadavg: 1.94 1.46 1.41 5/215 25071
/proc/meminfo: memFree=20933708/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661052 memory=40344 CPUtime=0.36 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 7695 0 0 0 34 2 0 0 20 0 15 0 96516604 10916917248 10086 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665263 10086 3002 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) R 25053 25056 23229 0 -1 4202560 4639 0 0 0 19 1 0 0 20 0 15 0 96516604 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164870479552 140164866262173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661052 memory=364 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164792315024 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661052 memory=140530892958967 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164791262224 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164790209424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164789156624 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164357630320 140164866251394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164356576288 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) R 25053 25056 23229 0 -1 4202560 407 0 0 0 2 0 0 0 20 0 15 0 96516610 10916917248 10086 33554432000 4194304 4196468 140731452071200 140164353410064 140164851405840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) R 25053 25056 23229 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 96516610 10916917248 10122 33554432000 4194304 4196468 140731452071200 140164352367440 140164866250453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0.09 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) R 25053 25056 23229 0 -1 4202560 894 0 0 0 9 0 0 0 20 0 15 0 96516610 10916917248 10122 33554432000 4194304 4196468 140731452071200 140164351310272 140164858957210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 10122 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 10122 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40344 KiB

[startup+0.313856 s]*
/proc/loadavg: 1.94 1.46 1.41 5/215 25071
/proc/meminfo: memFree=20881892/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661052 memory=99276 CPUtime=0.62 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 9128 0 0 0 57 5 0 0 20 0 15 0 96516604 10916917248 24819 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665263 24819 3051 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661052 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) R 25053 25056 23229 0 -1 4202560 4669 0 0 0 27 3 0 0 20 0 15 0 96516604 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164870476176 140164866262173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661052 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164792315024 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661052 memory=140530892959651 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164791262224 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164790209424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516605 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164789156624 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164357630320 140164866251394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164356576288 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661052 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) R 25053 25056 23229 0 -1 4202560 1304 0 0 0 9 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164353400712 140164850629112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661052 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 836 0 0 0 8 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164352367344 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0.11 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 951 0 0 0 11 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164351314544 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661052 memory=140530892424832 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 24819 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 99276 KiB

[startup+0.700905 s]
/proc/loadavg: 1.94 1.46 1.41 4/215 25071
/proc/meminfo: memFree=20678960/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661052 memory=422328 CPUtime=1.55 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 11060 0 0 0 118 37 0 0 20 0 15 0 96516604 10916917248 105582 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665263 105582 3077 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661052 memory=16236 CPUtime=0.54 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) S 25053 25056 23229 0 -1 1077944384 4704 0 0 0 47 7 0 0 20 0 15 0 96516604 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164870479504 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661052 memory=4048 CPUtime=0.1 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) R 25053 25056 23229 0 -1 4202560 167 0 0 0 4 6 0 0 20 0 15 0 96516605 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164792315224 140164859343300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661052 memory=640 CPUtime=0.12 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) R 25053 25056 23229 0 -1 4202560 193 0 0 0 5 7 0 0 20 0 15 0 96516605 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164791262424 140164859342964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661052 memory=1788 CPUtime=0.11 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) R 25053 25056 23229 0 -1 4202560 171 0 0 0 5 6 0 0 20 0 15 0 96516605 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164790209424 140164859342964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661052 memory=960 CPUtime=0.12 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) R 25053 25056 23229 0 -1 4202560 195 0 0 0 5 7 0 0 20 0 15 0 96516605 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164789156824 140164859342964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661052 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164357628832 140164866250453 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661052 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 105582 33554432000 4194304 4196468 140731452071200 140164356576288 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661052 memory=928 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661052 memory=6153431502485415274 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661052 memory=6081108994580113768 CPUtime=0.24 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) S 25053 25056 23229 0 -1 1077944384 2170 0 0 0 24 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164353420144 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661052 memory=6154282490091891024 CPUtime=0.12 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 1058 0 0 0 12 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164352367344 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661052 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 957 0 0 0 11 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164351314544 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661052 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96516610 10916917248 106094 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 422328 KiB

[startup+1.50084 s]
/proc/loadavg: 1.94 1.46 1.41 3/215 25071
/proc/meminfo: memFree=20448044/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661052 memory=881888 CPUtime=3.42 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 13875 0 0 0 255 87 0 0 20 0 15 0 96516604 10916917248 220472 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665263 220472 3100 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661052 memory=878072 CPUtime=1.02 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) R 25053 25056 23229 0 -1 4202560 4762 0 0 0 89 13 0 0 20 0 15 0 96516604 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164870479504 140164866262173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661052 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) S 25053 25056 23229 0 -1 1077944384 422 0 0 0 24 16 0 0 20 0 15 0 96516605 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164792315024 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661052 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) S 25053 25056 23229 0 -1 1077944384 442 0 0 0 25 17 0 0 20 0 15 0 96516605 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164791262224 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661052 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) S 25053 25056 23229 0 -1 1077944384 613 0 0 0 24 17 0 0 20 0 15 0 96516605 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164790209424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661052 memory=6943526294502006880 CPUtime=0.42 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) S 25053 25056 23229 0 -1 1077944384 702 0 0 0 24 18 0 0 20 0 15 0 96516605 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164789156624 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 943 0 0 0 0 0 0 0 20 0 15 0 96516607 10916917248 220472 33554432000 4194304 4196468 140731452071200 140164357630320 140164866251394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0

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


[startup+91.2008 s]
/proc/loadavg: 3.33 2.05 1.62 5/215 25072
/proc/meminfo: memFree=12575312/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661128 memory=8301428 CPUtime=202.56 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 103934 0 0 0 19497 759 0 0 20 0 15 0 96516604 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665282 2075357 3192 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661128 memory=8301428 CPUtime=52.65 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) S 25053 25056 23229 0 -1 1077944384 18254 0 0 0 5226 39 0 0 20 0 15 0 96516604 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164870479008 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661128 memory=3868 CPUtime=36.02 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) R 25053 25056 23229 0 -1 4202560 11826 0 0 0 3429 173 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164792315024 140164859343286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661128 memory=28028 CPUtime=35.99 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) R 25053 25056 23229 0 -1 4202560 13075 0 0 0 3427 172 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164791262032 140164858868455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661128 memory=6791534058613427641 CPUtime=35.96 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) R 25053 25056 23229 0 -1 4202560 12022 0 0 0 3418 178 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164790209232 140164858868455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661128 memory=8301420 CPUtime=35.96 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) R 25053 25056 23229 0 -1 4202560 13340 0 0 0 3412 184 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164789156744 140164858868455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661128 memory=8301424 CPUtime=2.12 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 12864 0 0 0 210 2 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164357628880 140164866250453 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661128 memory=2733 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164356576352 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661128 memory=1280 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661128 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661128 memory=1832 CPUtime=1.66 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) S 25053 25056 23229 0 -1 1077944384 7476 0 0 0 166 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164353411424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661128 memory=792 CPUtime=1.5 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 7083 0 0 0 146 4 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164352352336 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661128 memory=1960 CPUtime=0.54 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 6314 0 0 0 53 1 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164351314112 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661128 memory=5756 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661128 memory=4616 CPUtime=0.05 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 232 0 0 0 3 2 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 202.56 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8301428 KiB

[startup+92.0007 s]*
/proc/loadavg: 3.38 2.08 1.63 6/215 25072
/proc/meminfo: memFree=12575312/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661128 memory=8301428 CPUtime=205.7 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 103950 0 0 0 19809 761 0 0 20 0 15 0 96516604 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665282 2075357 3192 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661128 memory=6791534058613427641 CPUtime=52.65 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) S 25053 25056 23229 0 -1 1077944384 18254 0 0 0 5226 39 0 0 20 0 15 0 96516604 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164870479008 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661128 memory=4872558044660077418 CPUtime=36.83 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) R 25053 25056 23229 0 -1 4202560 11843 0 0 0 3510 173 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164792315224 140164859343894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661128 memory=16664 CPUtime=36.78 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) R 25053 25056 23229 0 -1 4202560 13075 0 0 0 3505 173 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164791262344 140164858868455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661128 memory=16236 CPUtime=36.74 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) R 25053 25056 23229 0 -1 4202560 12022 0 0 0 3496 178 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164790209544 140164858868455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661128 memory=4048 CPUtime=36.73 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) R 25053 25056 23229 0 -1 4202560 13340 0 0 0 3488 185 0 0 20 0 15 0 96516605 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164789156744 140164858868455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661128 memory=640 CPUtime=2.12 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 12864 0 0 0 210 2 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164357628880 140164866250453 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164356576352 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661128 memory=960 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661128 memory=2332 CPUtime=1.66 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) S 25053 25056 23229 0 -1 1077944384 7476 0 0 0 166 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164353411424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661128 memory=928 CPUtime=1.5 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 7083 0 0 0 146 4 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164352352336 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661128 memory=281061587496800 CPUtime=0.54 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 6314 0 0 0 53 1 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164351314112 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661128 memory=7812726576340533336 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661128 memory=16870 CPUtime=0.05 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 232 0 0 0 3 2 0 0 20 0 15 0 96516610 10916995072 2075357 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 205.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8301428 KiB

[startup+92.4009 s]
/proc/loadavg: 3.38 2.08 1.63 6/215 25072
/proc/meminfo: memFree=12575312/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661128 memory=8301448 CPUtime=207.21 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 104829 0 0 0 19960 761 0 0 20 0 15 0 96516604 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665282 2075362 3192 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661128 memory=8301420 CPUtime=52.65 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) S 25053 25056 23229 0 -1 1077944384 18254 0 0 0 5226 39 0 0 20 0 15 0 96516604 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164870479008 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661128 memory=6791534058613427641 CPUtime=37.21 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) R 25053 25056 23229 0 -1 4202560 11982 0 0 0 3548 173 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164792314832 140164858868455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661128 memory=1788 CPUtime=37.16 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) R 25053 25056 23229 0 -1 4202560 13075 0 0 0 3543 173 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164791262344 140164858868455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661128 memory=960 CPUtime=37.11 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) R 25053 25056 23229 0 -1 4202560 12761 0 0 0 3533 178 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164790209544 140164851236657 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661128 memory=1232 CPUtime=37.1 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) R 25053 25056 23229 0 -1 4202560 13340 0 0 0 3525 185 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164789156432 140164858868455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661128 memory=2332 CPUtime=2.12 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) S 25053 25056 23229 0 -1 1077944384 12864 0 0 0 210 2 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164357628880 140164866250453 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164356576352 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661128 memory=2976 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661128 memory=8301424 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661128 memory=6791534058613427641 CPUtime=1.66 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) S 25053 25056 23229 0 -1 1077944384 7476 0 0 0 166 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164353411424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661128 memory=4872558044660077418 CPUtime=1.5 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 7083 0 0 0 146 4 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164352352336 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661128 memory=1692 CPUtime=0.54 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 6314 0 0 0 53 1 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164351314112 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661128 memory=916 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661128 memory=3852 CPUtime=0.05 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 232 0 0 0 3 2 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 207.21 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8301448 KiB

[startup+92.6009 s]
/proc/loadavg: 3.38 2.08 1.63 6/215 25072
/proc/meminfo: memFree=12575312/32770624 swapFree=67108532/67108860
[pid=25056] ppid=25053 vsize=10661128 memory=8301448 CPUtime=207.94 cores=0,2,4,6
/proc/25056/stat : 25056 (java) S 25053 25056 23229 0 -1 1077944320 104848 0 0 0 20033 761 0 0 20 0 15 0 96516604 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140731452053744 140164866240247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
/proc/25056/statm: 2665282 2075362 3192 1 0 2627263 0
[pid=25056/tid=25058] ppid=25053 vsize=10661128 memory=16870 CPUtime=52.65 cores=0,2,4,6
/proc/25056/task/25058/stat : 25058 (java) S 25053 25056 23229 0 -1 1077944384 18254 0 0 0 5226 39 0 0 20 0 15 0 96516604 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164870479008 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25059] ppid=25053 vsize=10661128 memory=-6800859132029471843 CPUtime=37.39 cores=0,2,4,6
/proc/25056/task/25059/stat : 25059 (java) S 25053 25056 23229 0 -1 1077944384 11982 0 0 0 3566 173 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164792315024 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25060] ppid=25053 vsize=10661128 memory=-3472574944341025154 CPUtime=37.33 cores=0,2,4,6
/proc/25056/task/25060/stat : 25060 (java) S 25053 25056 23229 0 -1 1077944384 13075 0 0 0 3560 173 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164791262224 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25061] ppid=25053 vsize=10661128 memory=-9174445032661854264 CPUtime=37.3 cores=0,2,4,6
/proc/25056/task/25061/stat : 25061 (java) S 25053 25056 23229 0 -1 1077944384 12780 0 0 0 3552 178 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164790209424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25062] ppid=25053 vsize=10661128 memory=-1891255765032775953 CPUtime=37.28 cores=0,2,4,6
/proc/25056/task/25062/stat : 25062 (java) S 25053 25056 23229 0 -1 1077944384 13340 0 0 0 3543 185 0 0 20 0 15 0 96516605 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164789156624 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25063] ppid=25053 vsize=10661128 memory=-2893623298589923098 CPUtime=2.13 cores=0,2,4,6
/proc/25056/task/25063/stat : 25063 (java) R 25053 25056 23229 0 -1 4202560 12864 0 0 0 211 2 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164357628768 140164851236654 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25064] ppid=25053 vsize=10661128 memory=-6421031960926448530 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25064/stat : 25064 (java) S 25053 25056 23229 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164356576352 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25065] ppid=25053 vsize=10661128 memory=7451606271308096341 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25065/stat : 25065 (java) S 25053 25056 23229 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96516607 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164355523440 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25066] ppid=25053 vsize=10661128 memory=5933038854908570979 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25066/stat : 25066 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164354471760 140164866258843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25067] ppid=25053 vsize=10661128 memory=8026650869813564775 CPUtime=1.66 cores=0,2,4,6
/proc/25056/task/25067/stat : 25067 (java) S 25053 25056 23229 0 -1 1077944384 7476 0 0 0 166 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164353411424 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25068] ppid=25053 vsize=10661128 memory=-7966001954452177503 CPUtime=1.5 cores=0,2,4,6
/proc/25056/task/25068/stat : 25068 (java) S 25053 25056 23229 0 -1 1077944384 7083 0 0 0 146 4 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164352352336 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25069] ppid=25053 vsize=10661128 memory=6944656425123094137 CPUtime=0.54 cores=0,2,4,6
/proc/25056/task/25069/stat : 25069 (java) S 25053 25056 23229 0 -1 1077944384 6314 0 0 0 53 1 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164351314112 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25070] ppid=25053 vsize=10661128 memory=8292095139715588497 CPUtime=0 cores=0,2,4,6
/proc/25056/task/25070/stat : 25070 (java) S 25053 25056 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164350261984 140164866250453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
[pid=25056/tid=25071] ppid=25053 vsize=10661128 memory=4137287014106042739 CPUtime=0.05 cores=0,2,4,6
/proc/25056/task/25071/stat : 25071 (java) S 25053 25056 23229 0 -1 1077944384 232 0 0 0 3 2 0 0 20 0 15 0 96516610 10916995072 2075362 33554432000 4194304 4196468 140731452071200 140164349209264 140164866251394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21467136 140731452073133 140731452073225 140731452073225 140731452075983 0
Current children cumulated CPU time: 207.94 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8301448 KiB

[startup+92.7007 s]*
/proc/loadavg: 3.38 2.08 1.63 3/202 25073
/proc/meminfo: memFree=14103584/32770624 swapFree=67108532/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): 92.7307
CPU time (s): 208.083
CPU user time (s): 200.427
CPU system time (s): 7.65539
CPU usage (%): 224.395
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8301448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.427
system time used= 7.65539
maximum resident set size= 8301632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6034
involuntary context switches= 1989


# summary of solver processes directly reported to runsolver:
#   pid: 25056
#   total CPU time (s): 208.083
#   total CPU user time (s): 200.427
#   total CPU system time (s): 7.65539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.524416 second user time and 0.98665 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 16:52:14
IDJOB=4299008
IDBENCH=141282
IDSOLVER=2766
FILE ID=node104/4299008-1532789532
RUNJOBID= node104-1532774598-23260
PBS_JOBID= 21022461
Free space on /tmp= 47684 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test03-0400_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299008-1532789532/watcher-4299008-1532789532 -o /tmp/evaluation-result-4299008-1532789532/solver-4299008-1532789532 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23260 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299008-1532789532.xml

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

MD5SUM BENCH= 29f041b3bfd87680276f887da1fa13d6
RANDOM SEED=1691728475

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20961384 kB
MemAvailable:   25477364 kB
Buffers:          154604 kB
Cached:          4611564 kB
SwapCached:           12 kB
Active:          9055656 kB
Inactive:        2222524 kB
Active(anon):    6466856 kB
Inactive(anon):    73040 kB
Active(file):    2588800 kB
Inactive(file):  2149484 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:            491992 kB
Writeback:             0 kB
AnonPages:       6519568 kB
Mapped:            52696 kB
Shmem:             25060 kB
Slab:             215472 kB
SReclaimable:     187060 kB
SUnreclaim:        28412 kB
KernelStack:        3504 kB
PageTables:        17928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7204240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6295552 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= 47684 MiB
End job on node104 at 2018-07-28 16:53:47