Trace number 4299005

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 857.922 273.242

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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
857.86/273.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
857.86/273.20		at minicp.engine.constraints.TableCT.<init>(TableCT.java:361)
857.86/273.20		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
857.86/273.20		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
857.86/273.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
857.86/273.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
857.86/273.20		at xcsp3.XCSP3.<init>(XCSP3.java:70)
857.86/273.20		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
857.86/273.20		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
857.86/273.20	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 (7798 MiB free)
  memory of node 1: 16384 MiB (9982 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299005-1532789254/watcher-4299005-1532789254 -o /tmp/evaluation-result-4299005-1532789254/solver-4299005-1532789254 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299005-1532789254.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=31888, runsolver pid=31885

[startup+0.100083 s]*
/proc/loadavg: 1.79 1.39 1.42 4/215 31903
/proc/meminfo: memFree=18192948/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661056 memory=27432 CPUtime=0.12 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 5273 0 0 0 11 1 0 0 20 0 15 0 96488715 10916921344 6858 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665264 6858 2842 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661056 memory=-8269626465541460607 CPUtime=0.09 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) R 31885 31888 30301 0 -1 4202560 3143 0 0 0 9 0 0 0 20 0 15 0 96488715 10916921344 6858 33554432000 4194304 4196468 140721859665296 139913729226720 139913725017494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 6858 33554432000 4194304 4196468 140721859665296 139913661697168 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 6858 33554432000 4194304 4196468 140721859665296 139913330551824 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 6858 33554432000 4194304 4196468 140721859665296 139913329499024 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 6858 33554432000 4194304 4196468 140721859665296 139913328446224 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912978319728 139913725016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912977265696 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912974109552 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) R 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912973056752 139913725016706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0.01 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) R 31885 31888 30301 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912972003952 139913725026906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) R 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 6858 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27432 KiB

[startup+0.210674 s]*
/proc/loadavg: 1.79 1.39 1.42 4/215 31903
/proc/meminfo: memFree=18181100/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661056 memory=40468 CPUtime=0.34 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 8193 0 0 0 32 2 0 0 20 0 15 0 96488715 10916921344 10117 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665264 10117 3007 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) R 31885 31888 30301 0 -1 4202560 5112 0 0 0 19 1 0 0 20 0 15 0 96488715 10916921344 10117 33554432000 4194304 4196468 140721859665296 139913729243872 139913725027485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 10117 33554432000 4194304 4196468 140721859665296 139913661697168 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661056 memory=140085104176632 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 10117 33554432000 4194304 4196468 140721859665296 139913330551824 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 10117 33554432000 4194304 4196468 140721859665296 139913329499024 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 10117 33554432000 4194304 4196468 140721859665296 139913328446224 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912978319728 139913725016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912977265696 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) R 31885 31888 30301 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912974094456 139913709395153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912973056752 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0.08 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) R 31885 31888 30301 0 -1 4202560 895 0 0 0 8 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912972000320 139913703961836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 10117 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40468 KiB

[startup+0.310617 s]*
/proc/loadavg: 1.79 1.39 1.42 8/215 31903
/proc/meminfo: memFree=18128664/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661056 memory=93376 CPUtime=0.62 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 9658 0 0 0 57 5 0 0 20 0 15 0 96488715 10916921344 23344 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665264 23344 3051 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661056 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) R 31885 31888 30301 0 -1 4202560 5151 0 0 0 27 3 0 0 20 0 15 0 96488715 10916921344 23856 33554432000 4194304 4196468 140721859665296 139913729236944 139913725027485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661056 memory=288230609002954775 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 23856 33554432000 4194304 4196468 140721859665296 139913661697168 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661056 memory=140085104176524 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 23856 33554432000 4194304 4196468 140721859665296 139913330551824 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 23856 33554432000 4194304 4196468 140721859665296 139913329499024 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488716 10916921344 23856 33554432000 4194304 4196468 140721859665296 139913328446224 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912978319728 139913725016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912977265696 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661056 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) R 31885 31888 30301 0 -1 4202560 1553 0 0 0 10 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912974090776 139913717295008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661056 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 630 0 0 0 8 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912973056752 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0.11 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 982 0 0 0 11 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912972003952 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661056 memory=140085104146048 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 23856 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 93376 KiB

[startup+0.701587 s]
/proc/loadavg: 1.79 1.39 1.42 3/215 31903
/proc/meminfo: memFree=17876332/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661056 memory=373352 CPUtime=1.52 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 11507 0 0 0 118 34 0 0 20 0 15 0 96488715 10916921344 93338 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665264 93338 3077 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661056 memory=1840 CPUtime=0.56 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) S 31885 31888 30301 0 -1 1077944384 5188 0 0 0 49 7 0 0 20 0 15 0 96488715 10916921344 93338 33554432000 4194304 4196468 140721859665296 139913729244816 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661056 memory=1716 CPUtime=0.1 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) R 31885 31888 30301 0 -1 4202560 172 0 0 0 4 6 0 0 20 0 15 0 96488716 10916921344 93850 33554432000 4194304 4196468 140721859665296 139913661697368 139913718108617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661056 memory=796 CPUtime=0.11 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) R 31885 31888 30301 0 -1 4202560 182 0 0 0 5 6 0 0 20 0 15 0 96488716 10916921344 93850 33554432000 4194304 4196468 140721859665296 139913330551824 139913718108276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661056 memory=11008 CPUtime=0.09 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) R 31885 31888 30301 0 -1 4202560 165 0 0 0 4 5 0 0 20 0 15 0 96488716 10916921344 93850 33554432000 4194304 4196468 140721859665296 139913329499024 139913718108276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661056 memory=1008 CPUtime=0.09 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) R 31885 31888 30301 0 -1 4202560 145 0 0 0 4 5 0 0 20 0 15 0 96488716 10916921344 93850 33554432000 4194304 4196468 140721859665296 139913328446424 139913718108276 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661056 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912978318240 139913725015765 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661056 memory=8568 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912977265696 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661056 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96488718 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661056 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661056 memory=7302135314614015848 CPUtime=0.25 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 2254 0 0 0 25 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912974109552 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661056 memory=7450453974481135974 CPUtime=0.12 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 964 0 0 0 12 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912973056752 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661056 memory=7151830906713428048 CPUtime=0.11 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 995 0 0 0 11 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912972003952 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661056 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96488721 10916921344 93850 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 373352 KiB

[startup+1.50074 s]
/proc/loadavg: 2.20 1.49 1.45 6/215 31903
/proc/meminfo: memFree=17600980/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661056 memory=877960 CPUtime=3.45 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 13505 0 0 0 253 92 0 0 20 0 15 0 96488715 10916921344 219490 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665264 219490 3101 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661056 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) R 31885 31888 30301 0 -1 4202560 5247 0 0 0 88 13 0 0 20 0 15 0 96488715 10916921344 219490 33554432000 4194304 4196468 140721859665296 139913729244816 139913725027485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661056 memory=-6951259422114956437 CPUtime=0.44 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) S 31885 31888 30301 0 -1 1077944384 404 0 0 0 25 19 0 0 20 0 15 0 96488716 10916921344 219490 33554432000 4194304 4196468 140721859665296 139913661697168 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661056 memory=-6509546260019855299 CPUtime=0.44 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) S 31885 31888 30301 0 -1 1077944384 395 0 0 0 26 18 0 0 20 0 15 0 96488716 10916921344 219490 33554432000 4194304 4196468 140721859665296 139913330551824 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661056 memory=-7390251449858225344 CPUtime=0.42 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) S 31885 31888 30301 0 -1 1077944384 416 0 0 0 23 19 0 0 20 0 15 0 96488716 10916921344 219490 33554432000 4194304 4196468 140721859665296 139913329499024 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661056 memory=4134692831991786133 CPUtime=0.43 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) S 31885 31888 30301 0 -1 1077944384 365 0 0 0 24 19 0 0 20 0 15 0 96488716 10916921344 219490 33554432000 4194304 4196468 140721859665296 139913328446224 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661056 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 947 0 0 0 1 0 0 0 20 0 15 0 96488718 10916921344 219490 33554432000 4194304 4196468 140721859665296 139912978319728 139913725016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0

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

[pid=31888/tid=31902] ppid=31885 vsize=10661132 memory=8208688 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661132 memory=8208688 CPUtime=0.17 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 496 0 0 0 10 7 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 841.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8208708 KiB

[startup+270.402 s]
/proc/loadavg: 4.59 2.98 2.05 3/216 31915
/proc/meminfo: memFree=7082704/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661132 memory=8208708 CPUtime=847.22 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 179446 0 0 0 83874 848 0 0 20 0 15 0 96488715 10916999168 2052177 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665283 2052177 3190 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661132 memory=27856 CPUtime=69.11 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) S 31885 31888 30301 0 -1 1077944384 21464 0 0 0 6870 41 0 0 20 0 15 0 96488715 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139913729244144 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661132 memory=2396 CPUtime=191.67 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) R 31885 31888 30301 0 -1 4202560 21579 0 0 0 18962 205 0 0 20 0 15 0 96488716 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139913661697168 139913709703334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661132 memory=1300 CPUtime=192.22 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) R 31885 31888 30301 0 -1 4202560 18726 0 0 0 19026 196 0 0 20 0 15 0 96488716 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139913330551824 139913709956164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661132 memory=1840 CPUtime=192.04 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) R 31885 31888 30301 0 -1 4202560 19501 0 0 0 19003 201 0 0 20 0 15 0 96488716 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139913329499224 139913709956164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661132 memory=16024 CPUtime=191.61 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) R 31885 31888 30301 0 -1 4202560 21246 0 0 0 18969 192 0 0 20 0 15 0 96488716 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139913328446112 139913705032054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661132 memory=16240 CPUtime=5.68 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 50368 0 0 0 565 3 0 0 20 0 15 0 96488718 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912978318064 139913725015765 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912977265760 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661132 memory=8208708 CPUtime=2.31 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 9669 0 0 0 230 1 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912974109312 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661132 memory=1716 CPUtime=1.75 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 8315 0 0 0 174 1 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912973056752 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661132 memory=796 CPUtime=0.55 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 6596 0 0 0 54 1 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912972004000 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661132 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661132 memory=1008 CPUtime=0.17 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 520 0 0 0 10 7 0 0 20 0 15 0 96488721 10916999168 2052177 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 847.22 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8208708 KiB

[startup+272.001 s]*
/proc/loadavg: 4.70 3.03 2.07 6/216 31915
/proc/meminfo: memFree=7082704/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661132 memory=8208712 CPUtime=853.48 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 183364 0 0 0 84500 848 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665283 2052178 3190 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661132 memory=6791534058613427641 CPUtime=69.11 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) S 31885 31888 30301 0 -1 1077944384 21464 0 0 0 6870 41 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913729244144 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661132 memory=4126316290023845779 CPUtime=193.26 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) R 31885 31888 30301 0 -1 4202560 21583 0 0 0 19121 205 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913661697168 139913709995202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661132 memory=8208708 CPUtime=193.8 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) R 31885 31888 30301 0 -1 4202560 18747 0 0 0 19184 196 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913330551632 139913717633767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661132 memory=1440 CPUtime=193.61 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) R 31885 31888 30301 0 -1 4202560 19509 0 0 0 19159 202 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913329499144 139913717633767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661132 memory=4612 CPUtime=193.14 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) R 31885 31888 30301 0 -1 4202560 21250 0 0 0 19122 192 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913328446344 139913717633767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661132 memory=6791534058613427641 CPUtime=5.69 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 54244 0 0 0 566 3 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912978318288 139913725015765 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661132 memory=916 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912977265760 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661132 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661132 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661132 memory=2588 CPUtime=2.31 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 9669 0 0 0 230 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912974109312 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661132 memory=4096 CPUtime=1.75 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 8319 0 0 0 174 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912973056800 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661132 memory=1408 CPUtime=0.55 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 6596 0 0 0 54 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912972004000 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661132 memory=3072 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661132 memory=7685060 CPUtime=0.17 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 521 0 0 0 10 7 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 853.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8208712 KiB

[startup+272.801 s]
/proc/loadavg: 4.70 3.03 2.07 6/216 31915
/proc/meminfo: memFree=7082704/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661132 memory=8208712 CPUtime=856.57 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 183364 0 0 0 84807 850 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665283 2052178 3190 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661132 memory=8208712 CPUtime=69.11 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) S 31885 31888 30301 0 -1 1077944384 21464 0 0 0 6870 41 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913729244144 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661132 memory=3036 CPUtime=194.05 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) R 31885 31888 30301 0 -1 4202560 21583 0 0 0 19200 205 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913661697168 139913718105227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661132 memory=8208708 CPUtime=194.56 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) R 31885 31888 30301 0 -1 4202560 18747 0 0 0 19259 197 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913330551632 139913717633767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661132 memory=6791534058613427641 CPUtime=194.38 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) R 31885 31888 30301 0 -1 4202560 19509 0 0 0 19236 202 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913329498832 139913717633767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661132 memory=4044 CPUtime=193.89 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) R 31885 31888 30301 0 -1 4202560 21250 0 0 0 19197 192 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913328446344 139913717633767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661132 memory=16024 CPUtime=5.69 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) S 31885 31888 30301 0 -1 1077944384 54244 0 0 0 566 3 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912978318288 139913725015765 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661132 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912977265760 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661132 memory=956 CPUtime=2.31 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 9669 0 0 0 230 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912974109312 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661132 memory=1232 CPUtime=1.75 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 8319 0 0 0 174 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912973056800 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661132 memory=2336 CPUtime=0.55 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 6596 0 0 0 54 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912972004000 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661132 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661132 memory=928 CPUtime=0.17 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 521 0 0 0 10 7 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 856.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8208712 KiB

[startup+273.201 s]
/proc/loadavg: 4.70 3.03 2.07 6/216 31915
/proc/meminfo: memFree=7082580/32770624 swapFree=67108404/67108860
[pid=31888] ppid=31885 vsize=10661132 memory=8208712 CPUtime=857.86 cores=0,2,4,6
/proc/31888/stat : 31888 (java) S 31885 31888 30301 0 -1 1077944320 183387 0 0 0 84936 850 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 140721859647840 139913725005559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
/proc/31888/statm: 2665283 2052178 3190 1 0 2627263 0
[pid=31888/tid=31890] ppid=31885 vsize=10661132 memory=6791534058613427641 CPUtime=69.11 cores=0,2,4,6
/proc/31888/task/31890/stat : 31890 (java) S 31885 31888 30301 0 -1 1077944384 21464 0 0 0 6870 41 0 0 20 0 15 0 96488715 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913729244144 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31891] ppid=31885 vsize=10661132 memory=1200 CPUtime=194.37 cores=0,2,4,6
/proc/31888/task/31891/stat : 31891 (java) S 31885 31888 30301 0 -1 1077944384 21583 0 0 0 19232 205 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913661697168 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31892] ppid=31885 vsize=10661132 memory=15876 CPUtime=194.87 cores=0,2,4,6
/proc/31888/task/31892/stat : 31892 (java) S 31885 31888 30301 0 -1 1077944384 18747 0 0 0 19290 197 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913330551824 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31893] ppid=31885 vsize=10661132 memory=4044 CPUtime=194.68 cores=0,2,4,6
/proc/31888/task/31893/stat : 31893 (java) S 31885 31888 30301 0 -1 1077944384 19509 0 0 0 19266 202 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913329499024 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31894] ppid=31885 vsize=10661132 memory=16024 CPUtime=194.19 cores=0,2,4,6
/proc/31888/task/31894/stat : 31894 (java) S 31885 31888 30301 0 -1 1077944384 21250 0 0 0 19226 193 0 0 20 0 15 0 96488716 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139913328446224 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31895] ppid=31885 vsize=10661132 memory=16240 CPUtime=5.77 cores=0,2,4,6
/proc/31888/task/31895/stat : 31895 (java) R 31885 31888 30301 0 -1 4202560 54526 0 0 0 574 3 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912978318288 139913704206606 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31896] ppid=31885 vsize=10661132 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31896/stat : 31896 (java) S 31885 31888 30301 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912977265760 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31897] ppid=31885 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31897/stat : 31897 (java) S 31885 31888 30301 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96488718 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912976212848 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31898] ppid=31885 vsize=10661132 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31898/stat : 31898 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912975161168 139913725024155 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31899] ppid=31885 vsize=10661132 memory=1232 CPUtime=2.31 cores=0,2,4,6
/proc/31888/task/31899/stat : 31899 (java) S 31885 31888 30301 0 -1 1077944384 9669 0 0 0 230 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912974109312 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31900] ppid=31885 vsize=10661132 memory=2336 CPUtime=1.75 cores=0,2,4,6
/proc/31888/task/31900/stat : 31900 (java) S 31885 31888 30301 0 -1 1077944384 8319 0 0 0 174 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912973056800 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31901] ppid=31885 vsize=10661132 memory=1580 CPUtime=0.55 cores=0,2,4,6
/proc/31888/task/31901/stat : 31901 (java) S 31885 31888 30301 0 -1 1077944384 6596 0 0 0 54 1 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912972004000 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31902] ppid=31885 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/31888/task/31902/stat : 31902 (java) S 31885 31888 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912970951392 139913725015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
[pid=31888/tid=31903] ppid=31885 vsize=10661132 memory=2244 CPUtime=0.17 cores=0,2,4,6
/proc/31888/task/31903/stat : 31903 (java) S 31885 31888 30301 0 -1 1077944384 521 0 0 0 10 7 0 0 20 0 15 0 96488721 10916999168 2052178 33554432000 4194304 4196468 140721859665296 139912969898672 139913725016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15425536 140721859667061 140721859667209 140721859667209 140721859669967 0
Current children cumulated CPU time: 857.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8208712 KiB

Child status: 1
Real time (s): 273.242
CPU time (s): 857.922
CPU user time (s): 849.374
CPU system time (s): 8.54793
CPU usage (%): 313.978
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8208712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 849.374
system time used= 8.54793
maximum resident set size= 8208844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23214
involuntary context switches= 9193


# summary of solver processes directly reported to runsolver:
#   pid: 31888
#   total CPU time (s): 857.922
#   total CPU user time (s): 849.374
#   total CPU system time (s): 8.54793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.61842 second user time and 2.80905 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 16:47:36
IDJOB=4299005
IDBENCH=141282
IDSOLVER=2762
FILE ID=node148/4299005-1532789254
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 42604 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-test03-0400_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299005-1532789254/watcher-4299005-1532789254 -o /tmp/evaluation-result-4299005-1532789254/solver-4299005-1532789254 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299005-1532789254.xml

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

MD5SUM BENCH= 29f041b3bfd87680276f887da1fa13d6
RANDOM SEED=448167678

node148.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.50
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.50
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.50
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.50
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:        18208008 kB
MemAvailable:   27158936 kB
Buffers:          227224 kB
Cached:          8856692 kB
SwapCached:          352 kB
Active:          7431536 kB
Inactive:        6468756 kB
Active(anon):    4770036 kB
Inactive(anon):    74228 kB
Active(file):    2661500 kB
Inactive(file):  6394528 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:            492276 kB
Writeback:             0 kB
AnonPages:       4776172 kB
Mapped:            54944 kB
Shmem:             25016 kB
Slab:             351540 kB
SReclaimable:     323360 kB
SUnreclaim:        28180 kB
KernelStack:        3504 kB
PageTables:        14620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5466604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4663296 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= 42604 MiB
End job on node148 at 2018-07-28 16:52:09