Trace number 4291366

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02UNSAT 12.2401 9.14675

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g34-g36_c18.xml
MD5SUMbf1db001ac5fdaef8f815bb03b0feb23
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0424
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints241
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":240},{"arity":120,"count":1}]
Number of extensional constraints240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":240},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 735106124
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.47/0.92	c Parsing done, starting search...
12.19/9.13	s UNSATISFIABLE

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 (9591 MiB free)
  memory of node 1: 16384 MiB (10186 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291366-1532667426/watcher-4291366-1532667426 -o /tmp/evaluation-result-4291366-1532667426/solver-4291366-1532667426 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532662354-12245 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 735106124 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291366-1532667426.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12680, runsolver pid=12677

[startup+0.100161 s]*
/proc/loadavg: 8.58 8.89 8.81 3/198 12700
/proc/meminfo: memFree=20236816/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26103424 memory=29744 CPUtime=0.11 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 7349 0 0 0 10 1 0 0 20 0 20 0 84305785 26729906176 7436 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6525856 7436 3151 1 0 6487932 0
[pid=12680/tid=12682] ppid=12677 vsize=26103424 memory=8112841586870491551 CPUtime=0.09 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 5374 0 0 0 8 1 0 0 20 0 20 0 84305785 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672897466736 140672877344094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26103424 memory=732370196448369637 CPUtime=0 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26103424 memory=140058110916224 CPUtime=0 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 7436 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671300060704 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671299007856 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) R 12677 12680 12218 0 -1 4202560 285 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671293745136 140672877344094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 7436 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29744 KiB

[startup+0.209932 s]*
/proc/loadavg: 8.58 8.89 8.81 4/198 12700
/proc/meminfo: memFree=20223236/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26103424 memory=41732 CPUtime=0.29 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 10638 0 0 0 27 2 0 0 20 0 20 0 84305785 26729906176 10433 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6525856 10433 3318 1 0 6487932 0
[pid=12680/tid=12682] ppid=12677 vsize=26103424 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 8249 0 0 0 18 1 0 0 20 0 20 0 84305785 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672897493200 140672877344094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26103424 memory=288230613264367967 CPUtime=0 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26103424 memory=288370434262627968 CPUtime=0 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 10433 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671300060704 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671299007856 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 464 0 0 0 1 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) R 12677 12680 12218 0 -1 4202560 440 0 0 0 6 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671293745136 140672893284954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 10433 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 41732 KiB

[startup+0.309415 s]*
/proc/loadavg: 8.58 8.89 8.81 2/198 12700
/proc/meminfo: memFree=20219452/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26103424 memory=45520 CPUtime=0.43 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 11091 0 0 0 40 3 0 0 20 0 20 0 84305785 26729906176 11380 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6525856 11380 3344 1 0 6487932 0
[pid=12680/tid=12682] ppid=12677 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 8586 0 0 0 28 2 0 0 20 0 20 0 84305785 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672897472944 140672877344094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26103424 memory=140058011202479 CPUtime=0 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26103424 memory=140058011204784 CPUtime=0 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26103424 memory=140058011207088 CPUtime=0 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26729906176 11380 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26103424 memory=280116022421136 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671300060704 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26103424 memory=280116022428048 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84305788 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671299007856 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26103424 memory=280116022369328 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26103424 memory=280116022441872 CPUtime=0.01 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26103424 memory=280116022448784 CPUtime=0.02 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26103424 memory=280116022446480 CPUtime=0 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26103424 memory=280116022463040 CPUtime=0.07 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) S 12677 12680 12218 0 -1 1077944384 475 0 0 0 7 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671293745136 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26729906176 11380 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 45520 KiB

[startup+0.700859 s]
/proc/loadavg: 8.58 8.89 8.81 2/198 12700
/proc/meminfo: memFree=20195392/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26105492 memory=84924 CPUtime=0.98 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 18193 0 0 0 93 5 0 0 20 0 20 0 84305785 26732023808 21231 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6526373 21231 3499 1 0 6488444 0
[pid=12680/tid=12682] ppid=12677 vsize=26105492 memory=7230638415940512855 CPUtime=0.67 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 15073 0 0 0 64 3 0 0 20 0 20 0 84305785 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672897478576 140672893287197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26105492 memory=54541789717302 CPUtime=0 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26105492 memory=140058011217345 CPUtime=0 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26105492 memory=2353 CPUtime=0 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26105492 memory=1724 CPUtime=0 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305786 26732023808 21231 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84305788 26732023808 21231 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0

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

[pid=12680/tid=12695] ppid=12677 vsize=26111636 memory=792 CPUtime=0.69 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 2594 0 0 0 68 1 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26111636 memory=1716 CPUtime=0.71 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 2173 0 0 0 70 1 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26111636 memory=1952 CPUtime=0.81 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 2199 0 0 0 80 1 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26111636 memory=8576 CPUtime=0.7 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) S 12677 12680 12218 0 -1 1077944384 4505 0 0 0 68 2 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671293745136 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26111636 memory=15872 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26111636 memory=4012 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 63304 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 253216 KiB

[startup+8.80079 s]
/proc/loadavg: 7.56 8.66 8.74 2/198 12700
/proc/meminfo: memFree=20011896/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26111636 memory=274432 CPUtime=11.88 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 35444 0 0 0 1166 22 0 0 20 0 20 0 84305785 26738315264 68608 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6527909 68608 3585 1 0 6489980 0
[pid=12680/tid=12682] ppid=12677 vsize=26111636 memory=952 CPUtime=8.73 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 20513 0 0 0 867 6 0 0 20 0 20 0 84305785 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672897497072 140672538970625 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26111636 memory=1240 CPUtime=0.01 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 639 0 0 0 1 0 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26111636 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26111636 memory=308778256465920314 CPUtime=0.02 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26111636 memory=16102567671237208 CPUtime=0.01 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 122 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26111636 memory=280116022584288 CPUtime=0.01 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26111636 memory=6944613755445342871 CPUtime=0.02 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26111636 memory=6944656425123290226 CPUtime=0.01 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 37 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26111636 memory=-5345911753256963030 CPUtime=0.02 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68608 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26111636 memory=7100839852556256653 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26111636 memory=7533807676074704953 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671300060768 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26111636 memory=8652377599665396853 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671299007872 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26111636 memory=-7318199385838417604 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26111636 memory=7451883335437670250 CPUtime=0.69 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 2594 0 0 0 68 1 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26111636 memory=7800344859672537426 CPUtime=0.71 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 2173 0 0 0 70 1 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26111636 memory=56 CPUtime=0.82 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 2280 0 0 0 81 1 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26111636 memory=8833132921530523693 CPUtime=0.7 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) S 12677 12680 12218 0 -1 1077944384 4505 0 0 0 68 2 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671293745136 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26111636 memory=288291064996168918 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26111636 memory=140058011405188 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68608 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 11.88 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 274432 KiB

[startup+9.00079 s]*
/proc/loadavg: 7.56 8.66 8.74 2/198 12700
/proc/meminfo: memFree=19990172/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26111636 memory=274476 CPUtime=12.09 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 35492 0 0 0 1187 22 0 0 20 0 20 0 84305785 26738315264 68619 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6527909 68619 3585 1 0 6489980 0
[pid=12680/tid=12682] ppid=12677 vsize=26111636 memory=29681743523217448 CPUtime=8.94 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 20513 0 0 0 888 6 0 0 20 0 20 0 84305785 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672897497072 140672538622628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26111636 memory=288230613264367967 CPUtime=0.01 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 639 0 0 0 1 0 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26111636 memory=288370434346933632 CPUtime=0.02 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26111636 memory=26738315263 CPUtime=0.02 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26111636 memory=26822621050 CPUtime=0.01 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 122 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26111636 memory=26822621050 CPUtime=0.01 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26111636 memory=140058011732511 CPUtime=0.02 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26111636 memory=0 CPUtime=0.01 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 37 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26111636 memory=280116023246368 CPUtime=0.02 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68619 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26111636 memory=69 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671300060768 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26111636 memory=280116023258064 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671299007872 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26111636 memory=280116022492512 CPUtime=0.69 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 2594 0 0 0 68 1 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26111636 memory=0 CPUtime=0.71 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 2173 0 0 0 70 1 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26111636 memory=0 CPUtime=0.82 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 2280 0 0 0 81 1 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26111636 memory=0 CPUtime=0.7 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) S 12677 12680 12218 0 -1 1077944384 4553 0 0 0 68 2 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671293745136 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26111636 memory=-1 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68619 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 12.09 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 274476 KiB

[startup+9.10955 s]
/proc/loadavg: 7.56 8.66 8.74 2/198 12700
/proc/meminfo: memFree=19990172/32770624 swapFree=67108860/67108860
[pid=12680] ppid=12677 vsize=26111636 memory=274508 CPUtime=12.19 cores=0-7
/proc/12680/stat : 12680 (java) S 12677 12680 12218 0 -1 1077944320 35570 0 0 0 1197 22 0 0 20 0 20 0 84305785 26738315264 68627 33554432000 4194304 4196468 140727506852144 140727506834688 140672893263607 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
/proc/12680/statm: 6527909 68627 3586 1 0 6489980 0
[pid=12680/tid=12682] ppid=12677 vsize=26111636 memory=0 CPUtime=9.04 cores=0-7
/proc/12680/task/12682/stat : 12682 (java) R 12677 12680 12218 0 -1 4202560 20514 0 0 0 898 6 0 0 20 0 20 0 84305785 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672897496896 140672539016033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12683] ppid=12677 vsize=26111636 memory=14380 CPUtime=0.01 cores=0-7
/proc/12680/task/12683/stat : 12683 (java) S 12677 12680 12218 0 -1 1077944384 639 0 0 0 1 0 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672451554448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12684] ppid=12677 vsize=26111636 memory=18484 CPUtime=0.02 cores=0-7
/proc/12680/task/12684/stat : 12684 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672450501648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12685] ppid=12677 vsize=26111636 memory=644 CPUtime=0.02 cores=0-7
/proc/12680/task/12685/stat : 12685 (java) S 12677 12680 12218 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672449448848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12686] ppid=12677 vsize=26111636 memory=4012 CPUtime=0.01 cores=0-7
/proc/12680/task/12686/stat : 12686 (java) S 12677 12680 12218 0 -1 1077944384 122 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672448396048 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12687] ppid=12677 vsize=26111636 memory=14380 CPUtime=0.01 cores=0-7
/proc/12680/task/12687/stat : 12687 (java) S 12677 12680 12218 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672447343248 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12688] ppid=12677 vsize=26111636 memory=18484 CPUtime=0.02 cores=0-7
/proc/12680/task/12688/stat : 12688 (java) S 12677 12680 12218 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672446290448 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12689] ppid=12677 vsize=26111636 memory=0 CPUtime=0.01 cores=0-7
/proc/12680/task/12689/stat : 12689 (java) S 12677 12680 12218 0 -1 1077944384 37 0 0 0 0 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672445237648 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12690] ppid=12677 vsize=26111636 memory=6944652177228980320 CPUtime=0.02 cores=0-7
/proc/12680/task/12690/stat : 12690 (java) S 12677 12680 12218 0 -1 1077944384 214 0 0 0 1 1 0 0 20 0 20 0 84305786 26738315264 68627 33554432000 4194304 4196468 140727506852144 140672444184848 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12691] ppid=12677 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12691/stat : 12691 (java) S 12677 12680 12218 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671301114736 140672893274754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12692] ppid=12677 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/12680/task/12692/stat : 12692 (java) S 12677 12680 12218 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671300060768 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12693] ppid=12677 vsize=26111636 memory=280116022299584 CPUtime=0 cores=0-7
/proc/12680/task/12693/stat : 12693 (java) S 12677 12680 12218 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 84305788 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671299007872 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12694] ppid=12677 vsize=26111636 memory=-7523660553960122769 CPUtime=0 cores=0-7
/proc/12680/task/12694/stat : 12694 (java) S 12677 12680 12218 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671297956176 140672893282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12695] ppid=12677 vsize=26111636 memory=6944656591801718942 CPUtime=0.69 cores=0-7
/proc/12680/task/12695/stat : 12695 (java) S 12677 12680 12218 0 -1 1077944384 2671 0 0 0 68 1 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671296903536 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12696] ppid=12677 vsize=26111636 memory=253184 CPUtime=0.71 cores=0-7
/proc/12680/task/12696/stat : 12696 (java) S 12677 12680 12218 0 -1 1077944384 2173 0 0 0 70 1 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671295850736 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12697] ppid=12677 vsize=26111636 memory=69 CPUtime=0.82 cores=0-7
/proc/12680/task/12697/stat : 12697 (java) S 12677 12680 12218 0 -1 1077944384 2280 0 0 0 81 1 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671294797936 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12698] ppid=12677 vsize=26111636 memory=71 CPUtime=0.7 cores=0-7
/proc/12680/task/12698/stat : 12698 (java) S 12677 12680 12218 0 -1 1077944384 4553 0 0 0 68 2 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671293745136 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12699] ppid=12677 vsize=26111636 memory=81 CPUtime=0 cores=0-7
/proc/12680/task/12699/stat : 12699 (java) S 12677 12680 12218 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671292693600 140672893273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
[pid=12680/tid=12700] ppid=12677 vsize=26111636 memory=69 CPUtime=0 cores=0-7
/proc/12680/task/12700/stat : 12700 (java) S 12677 12680 12218 0 -1 1077944384 476 0 0 0 0 0 0 0 20 0 20 0 84305791 26738315264 68627 33554432000 4194304 4196468 140727506852144 140671291640880 140672893274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 26574848 140727506859086 140727506859269 140727506859269 140727506862031 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 274508 KiB

Child status: 0
Real time (s): 9.14675
CPU time (s): 12.2401
CPU user time (s): 12.0053
CPU system time (s): 0.234788
CPU usage (%): 133.819
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 274508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0053
system time used= 0.234788
maximum resident set size= 275860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4795
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 12680
#   total CPU time (s): 12.2401
#   total CPU user time (s): 12.0053
#   total CPU system time (s): 0.234788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082736 second user time and 0.122194 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-27 06:57:06
IDJOB=4291366
IDBENCH=141496
IDSOLVER=2745
FILE ID=node103/4291366-1532667426
RUNJOBID= node103-1532662354-12245
PBS_JOBID= 21022226
Free space on /tmp= 56536 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g34-g36_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291366-1532667426/watcher-4291366-1532667426 -o /tmp/evaluation-result-4291366-1532667426/solver-4291366-1532667426 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1532662354-12245 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 735106124 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291366-1532667426.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= bf1db001ac5fdaef8f815bb03b0feb23
RANDOM SEED=735106124

node103.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.48
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.48
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.48
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.48
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:        20252636 kB
MemAvailable:   31929408 kB
Buffers:          292912 kB
Cached:         11570136 kB
SwapCached:            0 kB
Active:          3899404 kB
Inactive:        8016200 kB
Active(anon):      55548 kB
Inactive(anon):    25180 kB
Active(file):    3843856 kB
Inactive(file):  7991020 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36036 kB
Writeback:             0 kB
AnonPages:         58184 kB
Mapped:            41436 kB
Shmem:             25228 kB
Slab:             297384 kB
SReclaimable:     270356 kB
SUnreclaim:        27028 kB
KernelStack:        3328 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node103 at 2018-07-27 06:57:15