Trace number 4299007

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
slowpoke 2018-04-29? 233.808 93.2424

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: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
233.63/93.16	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
233.63/93.16		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
233.76/93.21		at minicp.engine.constraints.TableCT.<init>(TableCT.java:70)
233.76/93.21		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:155)
233.76/93.21		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
233.76/93.21		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
233.76/93.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
233.76/93.21		at xcsp3.XCSP3.<init>(XCSP3.java:84)
233.76/93.21		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
233.76/93.21		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
233.76/93.22	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 (8447 MiB free)
  memory of node 1: 16384 MiB (14090 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299007-1532798264/watcher-4299007-1532798264 -o /tmp/evaluation-result-4299007-1532798264/solver-4299007-1532798264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299007-1532798264.xml --timelimit 2520 

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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=18222, runsolver pid=18219

[startup+0.101272 s]*
/proc/loadavg: 1.79 1.71 1.70 5/218 18237
/proc/meminfo: memFree=23064128/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661056 memory=27716 CPUtime=0.13 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 5287 0 0 0 11 2 0 0 20 0 15 0 97389798 10916921344 6929 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665264 6929 2844 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) R 18219 18222 15776 0 -1 4202560 3152 0 0 0 8 1 0 0 20 0 15 0 97389799 10916921344 6995 33554432000 4194304 4196468 140735347371344 140426224400352 140426220200538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661056 memory=5793855692346128825 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 6995 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 6995 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425780013680 140426220190338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425778959648 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) R 18219 18222 15776 0 -1 4202560 473 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425775802480 140426200592496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) R 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0.01 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) R 18219 18222 15776 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425773697392 140426220191126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 6995 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27716 KiB

[startup+0.210777 s]*
/proc/loadavg: 1.79 1.71 1.70 4/218 18237
/proc/meminfo: memFree=23052484/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661056 memory=40236 CPUtime=0.35 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 8160 0 0 0 32 3 0 0 20 0 15 0 97389798 10916921344 10059 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665264 10059 2977 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) R 18219 18222 15776 0 -1 4202560 5124 0 0 0 18 2 0 0 20 0 15 0 97389799 10916921344 10059 33554432000 4194304 4196468 140735347371344 140426224417408 140425851687760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661056 memory=4211974167541026186 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 10059 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 10059 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425780013680 140426220190338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425778959648 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) R 18219 18222 15776 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) R 18219 18222 15776 0 -1 4202560 254 0 0 0 2 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425774749680 140426212468573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0.08 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) R 18219 18222 15776 0 -1 4202560 875 0 0 0 8 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425773693304 140426199135426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 10059 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40236 KiB

[startup+0.310626 s]*
/proc/loadavg: 1.79 1.71 1.70 4/218 18237
/proc/meminfo: memFree=22994588/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661056 memory=104176 CPUtime=0.6 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 9814 0 0 0 56 4 0 0 20 0 15 0 97389798 10916921344 26044 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665264 26044 3048 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) R 18219 18222 15776 0 -1 4202560 5160 0 0 0 27 3 0 0 20 0 15 0 97389799 10916921344 26044 33554432000 4194304 4196468 140735347371344 140426224417760 140426220201117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661056 memory=4211974167541026186 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 26044 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661056 memory=280882539067776 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 26044 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661056 memory=280882405691904 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661056 memory=140441202832143 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389799 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661056 memory=280882539074688 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425780013680 140426220190338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661056 memory=140441202836751 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425778959648 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661056 memory=140441202854864 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661056 memory=140441202859397 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661056 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) R 18219 18222 15776 0 -1 4202560 975 0 0 0 6 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425775802480 140426204468032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661056 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) R 18219 18222 15776 0 -1 4202560 1355 0 0 0 10 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425774731272 140426197773974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661056 memory=140441336235648 CPUtime=0.11 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) R 18219 18222 15776 0 -1 1077944384 955 0 0 0 11 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661056 memory=140441336263364 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 26044 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 104176 KiB

[startup+0.702552 s]
/proc/loadavg: 1.79 1.71 1.70 3/218 18237
/proc/meminfo: memFree=22796992/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661056 memory=460672 CPUtime=1.58 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 12277 0 0 0 117 41 0 0 20 0 15 0 97389798 10916921344 115168 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665264 115168 3086 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661056 memory=56 CPUtime=0.53 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18219 18222 15776 0 -1 1077944384 5193 0 0 0 48 5 0 0 20 0 15 0 97389799 10916921344 115168 33554432000 4194304 4196468 140735347371344 140426224418448 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661056 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 422 0 0 0 5 8 0 0 20 0 15 0 97389799 10916921344 115168 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661056 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 447 0 0 0 5 8 0 0 20 0 15 0 97389799 10916921344 115168 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 226 0 0 0 4 8 0 0 20 0 15 0 97389799 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661056 memory=8320808402719684661 CPUtime=0.12 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 290 0 0 0 5 7 0 0 20 0 15 0 97389799 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661056 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) R 18219 18222 15776 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425780012000 140426212420581 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661056 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425778959648 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661056 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97389801 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661056 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661056 memory=1200 CPUtime=0.1 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) S 18219 18222 15776 0 -1 1077944384 1323 0 0 0 10 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661056 memory=12136 CPUtime=0.25 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18219 18222 15776 0 -1 1077944384 1965 0 0 0 25 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661056 memory=1008 CPUtime=0.12 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) S 18219 18222 15776 0 -1 1077944384 961 0 0 0 12 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661056 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661056 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97389804 10916921344 115168 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 460672 KiB

[startup+1.50142 s]
/proc/loadavg: 1.79 1.71 1.70 3/218 18237
/proc/meminfo: memFree=22541244/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661056 memory=883904 CPUtime=3.39 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 14200 0 0 0 255 84 0 0 20 0 15 0 97389798 10916921344 220976 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665264 220976 3097 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661056 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) R 18219 18222 15776 0 -1 4202560 5253 0 0 0 93 10 0 0 20 0 15 0 97389799 10916921344 220976 33554432000 4194304 4196468 140735347371344 140426224411072 140425853868189 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661056 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 592 0 0 0 25 16 0 0 20 0 15 0 97389799 10916921344 220976 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661056 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 595 0 0 0 23 18 0 0 20 0 15 0 97389799 10916921344 220976 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661056 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 378 0 0 0 23 18 0 0 20 0 15 0 97389799 10916921344 220976 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661056 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 436 0 0 0 23 17 0 0 20 0 15 0 97389799 10916921344 220976 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 890 0 0 0 1 0 0 0 20 0 15 0 97389801 10916921344 220976 33554432000 4194304 4196468 140735347371344 140425780013680 140426220190338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0

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

[pid=18222/tid=18236] ppid=18219 vsize=10661132 memory=140441203139513 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661132 memory=56 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 427 0 0 0 4 2 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 220.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8311144 KiB

[startup+91.2014 s]
/proc/loadavg: 2.66 1.96 1.78 6/218 18238
/proc/meminfo: memFree=14764652/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661132 memory=8311144 CPUtime=226.25 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 104037 0 0 0 21828 797 0 0 20 0 15 0 97389798 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665283 2077786 3199 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661132 memory=6791534058613427641 CPUtime=44.51 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18219 18222 15776 0 -1 1077944384 17020 0 0 0 4425 26 0 0 20 0 15 0 97389799 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140426224417808 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661132 memory=1292 CPUtime=43.99 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) R 18219 18222 15776 0 -1 4202560 11889 0 0 0 4204 195 0 0 20 0 15 0 97389799 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140426172798960 140426212807399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661132 memory=2444 CPUtime=44.08 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) R 18219 18222 15776 0 -1 4202560 10873 0 0 0 4220 188 0 0 20 0 15 0 97389799 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140426171746776 140426205164487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661132 memory=1832 CPUtime=43.87 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) R 18219 18222 15776 0 -1 4202560 10091 0 0 0 4201 186 0 0 20 0 15 0 97389799 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425825016048 140426212807399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661132 memory=1948 CPUtime=44.06 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) R 18219 18222 15776 0 -1 4202560 11638 0 0 0 4212 194 0 0 20 0 15 0 97389799 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425823963248 140426212807399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661132 memory=1224 CPUtime=2.01 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 22709 0 0 0 199 2 0 0 20 0 15 0 97389801 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425780012000 140426220189397 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425778959616 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661132 memory=8452 CPUtime=1.48 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) S 18219 18222 15776 0 -1 1077944384 5868 0 0 0 147 1 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661132 memory=5776 CPUtime=1.6 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18219 18222 15776 0 -1 1077944384 6745 0 0 0 159 1 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661132 memory=1200 CPUtime=0.52 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) S 18219 18222 15776 0 -1 1077944384 5314 0 0 0 51 1 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661132 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661132 memory=1008 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 441 0 0 0 4 2 0 0 20 0 15 0 97389804 10916999168 2077786 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 226.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8311144 KiB

[startup+92.0014 s]*
/proc/loadavg: 2.85 2.01 1.80 6/218 18238
/proc/meminfo: memFree=14764652/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661132 memory=8311180 CPUtime=229.3 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 112877 0 0 0 22132 798 0 0 20 0 15 0 97389798 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665283 2077795 3200 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661132 memory=7452445177238667361 CPUtime=44.51 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18219 18222 15776 0 -1 1077944384 17020 0 0 0 4425 26 0 0 20 0 15 0 97389799 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140426224417808 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661132 memory=7523095400336288615 CPUtime=44.74 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) R 18219 18222 15776 0 -1 4202560 12188 0 0 0 4279 195 0 0 20 0 15 0 97389799 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140426172799376 140426204877016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661132 memory=-7003737579269690708 CPUtime=44.82 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) R 18219 18222 15776 0 -1 4202560 10918 0 0 0 4294 188 0 0 20 0 15 0 97389799 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140426171746776 140426204876860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661132 memory=912 CPUtime=44.62 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) R 18219 18222 15776 0 -1 4202560 10139 0 0 0 4276 186 0 0 20 0 15 0 97389799 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425825016464 140426204876966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661132 memory=3844 CPUtime=44.81 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) R 18219 18222 15776 0 -1 4202560 11674 0 0 0 4287 194 0 0 20 0 15 0 97389799 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425823963864 140426204876966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661132 memory=2696 CPUtime=2.06 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 31099 0 0 0 204 2 0 0 20 0 15 0 97389801 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425780012016 140426220189397 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661132 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425778959616 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661132 memory=3100 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661132 memory=121992 CPUtime=1.48 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) S 18219 18222 15776 0 -1 1077944384 5868 0 0 0 147 1 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661132 memory=4108 CPUtime=1.6 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18219 18222 15776 0 -1 1077944384 6745 0 0 0 159 1 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661132 memory=1404 CPUtime=0.52 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) S 18219 18222 15776 0 -1 1077944384 5314 0 0 0 51 1 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661132 memory=2844 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661132 memory=12136 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 463 0 0 0 4 2 0 0 20 0 15 0 97389804 10916999168 2077795 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 229.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8311180 KiB

[startup+92.8014 s]
/proc/loadavg: 2.85 2.01 1.80 6/218 18238
/proc/meminfo: memFree=14764652/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661132 memory=8311192 CPUtime=232.41 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 113447 0 0 0 22442 799 0 0 20 0 15 0 97389798 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665283 2077798 3200 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661132 memory=6791534058613427641 CPUtime=44.51 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18219 18222 15776 0 -1 1077944384 17020 0 0 0 4425 26 0 0 20 0 15 0 97389799 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140426224417808 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661132 memory=28172 CPUtime=45.5 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) R 18219 18222 15776 0 -1 4202560 12256 0 0 0 4355 195 0 0 20 0 15 0 97389799 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140426172799376 140426205168656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661132 memory=1292 CPUtime=45.6 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) R 18219 18222 15776 0 -1 4202560 11171 0 0 0 4372 188 0 0 20 0 15 0 97389799 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140426171746576 140426204879103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661132 memory=2444 CPUtime=45.38 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) R 18219 18222 15776 0 -1 4202560 10139 0 0 0 4352 186 0 0 20 0 15 0 97389799 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425825016664 140426205168834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661132 memory=56 CPUtime=45.59 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) R 18219 18222 15776 0 -1 4202560 11918 0 0 0 4365 194 0 0 20 0 15 0 97389799 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425823963664 140426205175601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661132 memory=7379244086626116178 CPUtime=2.06 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) S 18219 18222 15776 0 -1 1077944384 31104 0 0 0 204 2 0 0 20 0 15 0 97389801 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425780012240 140426220189397 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661132 memory=7379244086626116178 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425778959616 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661132 memory=7379244086626116178 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661132 memory=28172 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661132 memory=1292 CPUtime=1.48 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) S 18219 18222 15776 0 -1 1077944384 5868 0 0 0 147 1 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661132 memory=2444 CPUtime=1.6 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18219 18222 15776 0 -1 1077944384 6745 0 0 0 159 1 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661132 memory=1832 CPUtime=0.52 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) S 18219 18222 15776 0 -1 1077944384 5314 0 0 0 51 1 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661132 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661132 memory=1224 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 463 0 0 0 4 2 0 0 20 0 15 0 97389804 10916999168 2077798 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 232.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8311192 KiB

[startup+93.2008 s]
/proc/loadavg: 2.85 2.01 1.80 6/218 18238
/proc/meminfo: memFree=14764652/32770624 swapFree=67108860/67108860
[pid=18222] ppid=18219 vsize=10661132 memory=8311196 CPUtime=233.76 cores=0,2,4,6
/proc/18222/stat : 18222 (java) S 18219 18222 15776 0 -1 1077944320 113683 0 0 0 22577 799 0 0 20 0 15 0 97389798 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140735347353888 140426220179191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
/proc/18222/statm: 2665283 2077799 3201 1 0 2627263 0
[pid=18222/tid=18224] ppid=18219 vsize=10661132 memory=8311144 CPUtime=44.51 cores=0,2,4,6
/proc/18222/task/18224/stat : 18224 (java) S 18219 18222 15776 0 -1 1077944384 17095 0 0 0 4425 26 0 0 20 0 15 0 97389799 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140426224419200 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18225] ppid=18219 vsize=10661132 memory=280882405637568 CPUtime=45.83 cores=0,2,4,6
/proc/18222/task/18225/stat : 18225 (java) S 18219 18222 15776 0 -1 1077944384 12382 0 0 0 4388 195 0 0 20 0 15 0 97389799 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140426172799376 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18226] ppid=18219 vsize=10661132 memory=3303 CPUtime=45.92 cores=0,2,4,6
/proc/18222/task/18226/stat : 18226 (java) S 18219 18222 15776 0 -1 1077944384 11171 0 0 0 4404 188 0 0 20 0 15 0 97389799 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140426171746576 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18227] ppid=18219 vsize=10661132 memory=24057 CPUtime=45.69 cores=0,2,4,6
/proc/18222/task/18227/stat : 18227 (java) S 18219 18222 15776 0 -1 1077944384 10139 0 0 0 4383 186 0 0 20 0 15 0 97389799 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425825016464 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18228] ppid=18219 vsize=10661132 memory=24052 CPUtime=45.91 cores=0,2,4,6
/proc/18222/task/18228/stat : 18228 (java) S 18219 18222 15776 0 -1 1077944384 11920 0 0 0 4397 194 0 0 20 0 15 0 97389799 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425823963664 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18229] ppid=18219 vsize=10661132 memory=-9001733975035308135 CPUtime=2.14 cores=0,2,4,6
/proc/18222/task/18229/stat : 18229 (java) R 18219 18222 15776 0 -1 4202560 31133 0 0 0 212 2 0 0 20 0 15 0 97389801 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425780012224 140426212468645 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18230] ppid=18219 vsize=10661132 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18230/stat : 18230 (java) S 18219 18222 15776 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425778959712 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18231] ppid=18219 vsize=10661132 memory=7510432583741839257 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18231/stat : 18231 (java) S 18219 18222 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97389801 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425777907312 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18232] ppid=18219 vsize=10661132 memory=4424331879302324800 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18232/stat : 18232 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425776855632 140426220197787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18233] ppid=18219 vsize=10661132 memory=7740107122133721664 CPUtime=1.48 cores=0,2,4,6
/proc/18222/task/18233/stat : 18233 (java) S 18219 18222 15776 0 -1 1077944384 5868 0 0 0 147 1 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425775802480 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18234] ppid=18219 vsize=10661132 memory=7162520452743586368 CPUtime=1.6 cores=0,2,4,6
/proc/18222/task/18234/stat : 18234 (java) S 18219 18222 15776 0 -1 1077944384 6745 0 0 0 159 1 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425774749680 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18235] ppid=18219 vsize=10661132 memory=3475195960850671205 CPUtime=0.52 cores=0,2,4,6
/proc/18222/task/18235/stat : 18235 (java) S 18219 18222 15776 0 -1 1077944384 5314 0 0 0 51 1 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425773697392 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18236] ppid=18219 vsize=10661132 memory=6944656592387977274 CPUtime=0 cores=0,2,4,6
/proc/18222/task/18236/stat : 18236 (java) S 18219 18222 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425772644832 140426220189397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
[pid=18222/tid=18237] ppid=18219 vsize=10661132 memory=5792563037048762470 CPUtime=0.06 cores=0,2,4,6
/proc/18222/task/18237/stat : 18237 (java) S 18219 18222 15776 0 -1 1077944384 465 0 0 0 4 2 0 0 20 0 15 0 97389804 10916999168 2077799 33554432000 4194304 4196468 140735347371344 140425771592624 140426220190338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37453824 140735347377308 140735347377417 140735347377417 140735347380175 0
Current children cumulated CPU time: 233.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8311196 KiB

Child status: 1
Real time (s): 93.2424
CPU time (s): 233.808
CPU user time (s): 225.781
CPU system time (s): 8.0266
CPU usage (%): 250.753
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8311196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.781
system time used= 8.0266
maximum resident set size= 8311196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6781
involuntary context switches= 1794


# summary of solver processes directly reported to runsolver:
#   pid: 18222
#   total CPU time (s): 233.808
#   total CPU user time (s): 225.781
#   total CPU system time (s): 8.0266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.578141 second user time and 0.979741 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 19:17:46
IDJOB=4299007
IDBENCH=141282
IDSOLVER=2765
FILE ID=node132/4299007-1532798264
RUNJOBID= node132-1532775768-15807
PBS_JOBID= 21022466
Free space on /tmp= 51560 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test03-0400_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299007-1532798264/watcher-4299007-1532798264 -o /tmp/evaluation-result-4299007-1532798264/solver-4299007-1532798264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299007-1532798264.xml --timelimit 2520

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

MD5SUM BENCH= 29f041b3bfd87680276f887da1fa13d6
RANDOM SEED=2055584928

node132.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.65
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.65
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.65
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.65
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:        23080332 kB
MemAvailable:   31821228 kB
Buffers:          207652 kB
Cached:          8735788 kB
SwapCached:            0 kB
Active:          3201636 kB
Inactive:        5906592 kB
Active(anon):     114992 kB
Inactive(anon):    77832 kB
Active(file):    3086644 kB
Inactive(file):  5828760 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            438580 kB
Writeback:             0 kB
AnonPages:        171908 kB
Mapped:            55004 kB
Shmem:             25248 kB
Slab:             281812 kB
SReclaimable:     253952 kB
SUnreclaim:        27860 kB
KernelStack:        3568 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1068500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51560 MiB
End job on node132 at 2018-07-28 19:19:20