Trace number 4273442

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
OscaR - Conflict Ordering 2017-07-26? 2519.03 2515.29

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.37	c version: 2017-07-26
0.29/0.37	c seed: 680712438
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.39	c Parsing instance...
2.66/1.24	c Parsing done, starting search...
2518.93/2515.28	d NO_SOL_FOUND
2518.93/2515.28	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 (15091 MiB free)
  memory of node 1: 16384 MiB (14665 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273442-1502806566/watcher-4273442-1502806566 -o /tmp/evaluation-result-4273442-1502806566/solver-4273442-1502806566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 680712438 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273442-1502806566.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=32363, runsolver pid=32360

[startup+0.100592 s]*
/proc/loadavg: 1.86 1.77 1.74 3/207 32369
/proc/meminfo: memFree=30463812/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13573664 memory=16436 CPUtime=0.02 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 4021 0 0 0 2 0 0 0 20 0 9 0 128471760 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3393416 4109 2072 1 0 3382913 0
[pid=32363/tid=32365] ppid=32360 vsize=13573664 memory=7077796292425249400 CPUtime=0.02 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 2650 0 0 0 2 0 0 0 20 0 9 0 128471768 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913517667472 139913513448605 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 128471769 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13573664 memory=140141928138368 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 128471769 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 128471769 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 128471769 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 128471770 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 128471771 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913058739104 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 128471771 13899431936 4109 18446744073709551615 4194304 4196468 140731443364784 139913057686576 139913513436885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16436 KiB

[startup+0.210363 s]*
/proc/loadavg: 1.86 1.77 1.74 3/216 32378
/proc/meminfo: memFree=30447852/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13975920 memory=35892 CPUtime=0.12 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 9407 0 0 0 10 2 0 0 20 0 15 0 128471760 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3493980 8973 3362 1 0 3482759 0
[pid=32363/tid=32365] ppid=32360 vsize=13975920 memory=8316850467074736180 CPUtime=0.1 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 7366 0 0 0 8 2 0 0 20 0 15 0 128471768 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913517616128 139913513438614 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13975920 memory=8293 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13975920 memory=3762393191821362848 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13975920 memory=140141928138368 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471770 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 128471771 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913058739104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 128471771 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 128471773 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 128471773 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13975920 memory=140141928138368 CPUtime=0.01 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) R 32360 32363 8289 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 128471773 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913491541700 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13975920 memory=140141928138368 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471777 14311342080 8973 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 35892 KiB

[startup+0.310931 s]*
/proc/loadavg: 1.86 1.77 1.74 4/216 32378
/proc/meminfo: memFree=30441284/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13975920 memory=45016 CPUtime=0.29 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 10995 0 0 0 26 3 0 0 20 0 15 0 128471760 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3493980 11254 3630 1 0 3482759 0
[pid=32363/tid=32365] ppid=32360 vsize=13975920 memory=8316850467074736180 CPUtime=0.2 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 8520 0 0 0 17 3 0 0 20 0 15 0 128471768 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913517644784 139913513448605 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13975920 memory=8293 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13975920 memory=3762393191821362848 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13975920 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13975920 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471769 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13975920 memory=3471342538248976048 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 128471770 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13975920 memory=6879655668675933547 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 128471771 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913058739104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 128471771 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 15 0 128471773 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13975920 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 515 0 0 0 1 0 0 0 20 0 15 0 128471773 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13975920 memory=7599809891952278243 CPUtime=0.05 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 442 0 0 0 5 0 0 0 20 0 15 0 128471773 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13975920 memory=140141928138368 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471777 14311342080 11254 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 45016 KiB

[startup+0.701588 s]
/proc/loadavg: 1.86 1.77 1.74 3/216 32378
/proc/meminfo: memFree=30427312/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13977988 memory=77640 CPUtime=1.16 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 14055 0 0 0 111 5 0 0 20 0 15 0 128471760 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3494497 19410 3736 1 0 3483271 0
[pid=32363/tid=32365] ppid=32360 vsize=13977988 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 10315 0 0 0 53 4 0 0 20 0 15 0 128471768 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913517658448 139913142700776 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13977988 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13977988 memory=956 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471769 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13977988 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 128471770 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13977988 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 128471771 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913058739104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13977988 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 128471771 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13977988 memory=928 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13977988 memory=1620 CPUtime=0.16 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) R 32360 32363 8289 0 -1 4202560 511 0 0 0 16 0 0 0 20 0 15 0 128471773 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912426005712 139913496953347 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13977988 memory=15620 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) R 32360 32363 8289 0 -1 4202560 991 0 0 0 17 0 0 0 20 0 15 0 128471773 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912424955440 139913496894793 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13977988 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 856 0 0 0 23 0 0 0 20 0 15 0 128471773 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13977988 memory=737 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13977988 memory=844 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471777 14313459712 19410 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 77640 KiB

[startup+1.50163 s]
/proc/loadavg: 1.86 1.77 1.74 5/216 32378
/proc/meminfo: memFree=30381776/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13980036 memory=177648 CPUtime=3.61 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 23648 0 0 0 352 9 0 0 20 0 15 0 128471760 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3495009 44412 3764 1 0 3483783 0
[pid=32363/tid=32365] ppid=32360 vsize=13980036 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 13557 0 0 0 130 7 0 0 20 0 15 0 128471768 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913517662104 139913146018816 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13980036 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13980036 memory=62572 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 128471769 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13980036 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471769 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13980036 memory=140141830484415 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 128471770 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13980036 memory=7668335384779320423 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913058739104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13980036 memory=7668335384779320423 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13980036 memory=7668335384779320423 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13980036 memory=7738986690293557095 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 2272 0 0 0 79 0 0 0 20 0 15 0 128471773 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13980036 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 2929 0 0 0 89 0 0 0 20 0 15 0 128471773 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13980036 memory=280283660416864 CPUtime=0.53 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 3491 0 0 0 53 0 0 0 20 0 15 0 128471773 14315556864 44412 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0

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

[pid=32363/tid=32377] ppid=32360 vsize=13980036 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13980036 memory=1436 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 787 0 0 0 33 46 0 0 20 0 15 0 128471777 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 2515.74 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 167360 KiB

[startup+2513.6 s]
/proc/loadavg: 1.65 1.77 1.83 3/214 32630
/proc/meminfo: memFree=30838104/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13980036 memory=167360 CPUtime=2517.33 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 55305 0 0 0 251665 68 0 0 20 0 15 0 128471760 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3495009 41840 3793 1 0 3483783 0
[pid=32363/tid=32365] ppid=32360 vsize=13980036 memory=1716 CPUtime=2513.11 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 21391 0 0 0 251297 14 0 0 20 0 15 0 128471768 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913517665120 139913146156061 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13980036 memory=1228 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1881 0 0 0 14 3 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13980036 memory=14356 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 3796 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 5664 0 0 0 13 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13980036 memory=640 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 1494 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13980036 memory=1792 CPUtime=0.1 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 4445 0 0 0 7 3 0 0 20 0 15 0 128471770 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913058739168 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13980036 memory=3912 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13980036 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13980036 memory=1148 CPUtime=0.92 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 3427 0 0 0 91 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=1.06 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 6173 0 0 0 106 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13980036 memory=2440 CPUtime=0.58 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 4807 0 0 0 57 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13980036 memory=1840 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13980036 memory=792 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 787 0 0 0 33 46 0 0 20 0 15 0 128471777 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 2517.33 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 167360 KiB

[startup+2514.4 s]
/proc/loadavg: 1.65 1.77 1.83 3/214 32630
/proc/meminfo: memFree=30838104/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13980036 memory=167360 CPUtime=2518.13 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 55305 0 0 0 251745 68 0 0 20 0 15 0 128471760 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3495009 41840 3793 1 0 3483783 0
[pid=32363/tid=32365] ppid=32360 vsize=13980036 memory=0 CPUtime=2513.91 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 21391 0 0 0 251377 14 0 0 20 0 15 0 128471768 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913517665120 139913146156196 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1881 0 0 0 14 3 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 3796 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13980036 memory=4040 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 5664 0 0 0 13 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13980036 memory=38280 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 1494 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13980036 memory=1232 CPUtime=0.1 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 4445 0 0 0 7 3 0 0 20 0 15 0 128471770 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13980036 memory=167360 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913058739168 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13980036 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13980036 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13980036 memory=1436 CPUtime=0.92 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 3427 0 0 0 91 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13980036 memory=1200 CPUtime=1.06 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 6173 0 0 0 106 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13980036 memory=4168 CPUtime=0.58 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 4807 0 0 0 57 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13980036 memory=62696 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13980036 memory=1296 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 787 0 0 0 33 46 0 0 20 0 15 0 128471777 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 2518.13 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 167360 KiB

[startup+2514.8 s]
/proc/loadavg: 1.65 1.77 1.83 3/214 32630
/proc/meminfo: memFree=30838104/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13980036 memory=167360 CPUtime=2518.53 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 55305 0 0 0 251785 68 0 0 20 0 15 0 128471760 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3495009 41840 3793 1 0 3483783 0
[pid=32363/tid=32365] ppid=32360 vsize=13980036 memory=288230617509003574 CPUtime=2514.31 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 21391 0 0 0 251417 14 0 0 20 0 15 0 128471768 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913517665120 139913146018615 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13980036 memory=15825482134324680 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1881 0 0 0 14 3 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 3796 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 5664 0 0 0 13 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 1494 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0.1 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 4445 0 0 0 7 3 0 0 20 0 15 0 128471770 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913058739168 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0.92 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 3427 0 0 0 91 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=1.06 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 6173 0 0 0 106 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13980036 memory=280283660157168 CPUtime=0.58 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 4807 0 0 0 57 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13980036 memory=280283660160336 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13980036 memory=0 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 787 0 0 0 33 46 0 0 20 0 15 0 128471777 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 2518.53 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 167360 KiB

[startup+2515.2 s]
/proc/loadavg: 1.60 1.76 1.83 3/214 32630
/proc/meminfo: memFree=30838104/32770624 swapFree=67108860/67108860
[pid=32363] ppid=32360 vsize=13980036 memory=167360 CPUtime=2518.93 cores=0,2,4,6
/proc/32363/stat : 32363 (java) S 32360 32363 8289 0 -1 1077944320 55305 0 0 0 251825 68 0 0 20 0 15 0 128471760 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 140731443347328 139913513426679 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
/proc/32363/statm: 3495009 41840 3793 1 0 3483783 0
[pid=32363/tid=32365] ppid=32360 vsize=13980036 memory=288230376990842610 CPUtime=2514.71 cores=0,2,4,6
/proc/32363/task/32365/stat : 32365 (java) R 32360 32363 8289 0 -1 4202560 21391 0 0 0 251457 14 0 0 20 0 15 0 128471768 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913517665120 139913146018264 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32366] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32366/stat : 32366 (java) S 32360 32363 8289 0 -1 1077944384 1881 0 0 0 14 3 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913470393104 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32367] ppid=32360 vsize=13980036 memory=1228 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32367/stat : 32367 (java) S 32360 32363 8289 0 -1 1077944384 3796 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913469340560 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32368] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.17 cores=0,2,4,6
/proc/32363/task/32368/stat : 32368 (java) S 32360 32363 8289 0 -1 1077944384 5664 0 0 0 13 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913468288016 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32369] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.18 cores=0,2,4,6
/proc/32363/task/32369/stat : 32369 (java) S 32360 32363 8289 0 -1 1077944384 1494 0 0 0 14 4 0 0 20 0 15 0 128471769 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913467235472 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32370] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.1 cores=0,2,4,6
/proc/32363/task/32370/stat : 32370 (java) S 32360 32363 8289 0 -1 1077944384 4445 0 0 0 7 3 0 0 20 0 15 0 128471770 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913059792880 139913513437826 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32371] ppid=32360 vsize=13980036 memory=167360 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32371/stat : 32371 (java) S 32360 32363 8289 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913058739168 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32372] ppid=32360 vsize=13980036 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32372/stat : 32372 (java) S 32360 32363 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 128471771 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139913057686512 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32373] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32373/stat : 32373 (java) S 32360 32363 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912427071696 139913513445275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32374] ppid=32360 vsize=13980036 memory=4040 CPUtime=0.92 cores=0,2,4,6
/proc/32363/task/32374/stat : 32374 (java) S 32360 32363 8289 0 -1 1077944384 3427 0 0 0 91 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912426019312 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32375] ppid=32360 vsize=13980036 memory=38280 CPUtime=1.06 cores=0,2,4,6
/proc/32363/task/32375/stat : 32375 (java) S 32360 32363 8289 0 -1 1077944384 6173 0 0 0 106 0 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912424966768 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32376] ppid=32360 vsize=13980036 memory=167360 CPUtime=0.58 cores=0,2,4,6
/proc/32363/task/32376/stat : 32376 (java) S 32360 32363 8289 0 -1 1077944384 4807 0 0 0 57 1 0 0 20 0 15 0 128471773 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912423914224 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32377] ppid=32360 vsize=13980036 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/32363/task/32377/stat : 32377 (java) S 32360 32363 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 128471774 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912422861920 139913513436885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
[pid=32363/tid=32378] ppid=32360 vsize=13980036 memory=-8774313645642428999 CPUtime=0.79 cores=0,2,4,6
/proc/32363/task/32378/stat : 32378 (java) S 32360 32363 8289 0 -1 1077944384 787 0 0 0 33 46 0 0 20 0 15 0 128471777 14315556864 41840 18446744073709551615 4194304 4196468 140731443364784 139912421808432 139913513437826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10379264 140731443368303 140731443368489 140731443368489 140731443371983 0
Current children cumulated CPU time: 2518.93 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 167360 KiB

Child status: 0
Real time (s): 2515.29
CPU time (s): 2519.03
CPU user time (s): 2518.34
CPU system time (s): 0.690079
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 256620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.34
system time used= 0.690079
maximum resident set size= 275136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58368
involuntary context switches= 2821


# summary of solver processes directly reported to runsolver:
#   pid: 32363
#   total CPU time (s): 2519.03
#   total CPU user time (s): 2518.34
#   total CPU system time (s): 0.690079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3047 second user time and 23.5726 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 16:01:58
IDJOB=4273442
IDBENCH=133712
IDSOLVER=2666
FILE ID=node133/4273442-1502806566
RUNJOBID= node133-1502652501-6258
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273442-1502806566/watcher-4273442-1502806566 -o /tmp/evaluation-result-4273442-1502806566/solver-4273442-1502806566 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 680712438 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273442-1502806566.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=680712438

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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.17
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.17
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.17
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:        30471208 kB
MemAvailable:   31252540 kB
Buffers:          274592 kB
Cached:           807108 kB
SwapCached:            0 kB
Active:          1572408 kB
Inactive:         270824 kB
Active(anon):     702756 kB
Inactive(anon):   108956 kB
Active(file):     869652 kB
Inactive(file):   161868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41920 kB
Writeback:             0 kB
AnonPages:        761572 kB
Mapped:            76656 kB
Shmem:             49852 kB
Slab:             158564 kB
SReclaimable:     131292 kB
SUnreclaim:        27272 kB
KernelStack:        3584 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2312916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-15 16:43:53