Trace number 4392086

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
Concrete 3.10OPT2 76.479 64.2165

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.318535
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.70/0.55	c Concrete v3.10.1560635388952 running
9.08/3.89	o 77
9.75/4.08	o 76
10.07/4.18	o 75
10.36/4.25	o 74
10.64/4.31	o 73
10.64/4.37	o 72
10.89/4.43	o 71
10.89/4.46	o 70
10.89/4.49	o 69
11.22/4.53	o 68
11.22/4.54	o 67
11.22/4.55	o 3
52.49/40.46	o 2
76.45/64.20	v <instantiation
76.45/64.20	v         cost = '2'>
76.45/64.20	v       <list>
76.45/64.20	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
76.45/64.20	v       </list>
76.45/64.20	v       <values>
76.45/64.20	v         1 2 1 1 1 0 0 2 0 0 2 2 1 2 2 0 0 2 1 0 1 0 2 2 0 0 0 1 0 2 2 1 1 0 2 0 1 2 0 0 1 1 2 1 0 2 2 2 0 1 2 0 1 1 0 2 2 1 2 2 2 1 0 2 1 2 2 0 0 0 1 0 1 2 2 1 2 0
76.45/64.20	v       </values>
76.45/64.20	v     </instantiation>
76.45/64.20	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392086-1568330009/watcher-4392086-1568330009 -o /tmp/evaluation-result-4392086-1568330009/solver-4392086-1568330009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=527412120 HOME/instance-4392086-1568330009.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30846, runsolver pid=30843

[startup+0.100058 s]*
/proc/loadavg: 1.31 1.51 1.47 3/223 30903
/proc/meminfo: memFree=29753312/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=9972712 memory=18596 CPUtime=0.1 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 4353 13130 0 0 1 1 5 3 20 0 6 0 409240519 10212057088 4649 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2493178 4649 1935 1 0 2481616 0
[pid=30846/tid=30899] ppid=30843 vsize=9972712 memory=4279135704014094991 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 2159 13130 0 0 0 0 5 3 20 0 6 0 409240528 10212057088 4649 33554432000 4194304 4196468 140721071681264 139775968842320 139775982128496 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 409240529 10212057088 4649 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=9972712 memory=139631209436800 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 409240529 10212057088 4649 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 6 0 409240529 10212057088 4649 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 6 0 409240529 10212057088 4649 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210207 s]*
/proc/loadavg: 1.31 1.51 1.47 4/232 30912
/proc/meminfo: memFree=29730160/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10818940 memory=41844 CPUtime=0.26 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 6791 13130 0 0 16 2 5 3 20 0 15 0 409240519 11078594560 10461 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2704735 10461 2975 1 0 2667149 0
[pid=30846/tid=30899] ppid=30843 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 3271 13130 0 0 10 1 5 3 20 0 15 0 409240528 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775968831056 139775997027485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11078594560 10461 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10818940 memory=139631209436800 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240529 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10818940 memory=139631209436800 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240531 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 409240531 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775455343904 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775348565616 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 467 13130 0 0 1 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 174 13130 0 0 1 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10818940 memory=139631209436800 CPUtime=0.11 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 626 13130 0 0 3 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10818940 memory=139631209436800 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240534 11078594560 10461 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41844 KiB

[startup+0.317292 s]*
/proc/loadavg: 1.31 1.51 1.47 3/232 30912
/proc/meminfo: memFree=29717492/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10820244 memory=53436 CPUtime=0.41 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 10573 13130 0 0 29 4 5 3 20 0 15 0 409240519 11079929856 13359 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2705061 13359 3294 1 0 2667149 0
[pid=30846/tid=30899] ppid=30843 vsize=10820244 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 7030 13130 0 0 19 3 5 3 20 0 15 0 409240528 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775968818000 139775997027485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10820244 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11079929856 13359 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10820244 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10820244 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240529 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240531 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 409240531 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775455343904 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775348565616 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 469 13130 0 0 1 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10820244 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 183 13130 0 0 2 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 639 13130 0 0 5 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240534 11079929856 13359 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 53436 KiB

[startup+0.700797 s]
/proc/loadavg: 1.31 1.51 1.47 6/232 30912
/proc/meminfo: memFree=29705064/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10824340 memory=82496 CPUtime=1.13 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 14329 13130 0 0 100 5 5 3 20 0 15 0 409240519 11084124160 20624 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2706085 20624 3503 1 0 2668173 0
[pid=30846/tid=30899] ppid=30843 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 10027 13130 0 0 54 4 5 3 20 0 15 0 409240528 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775968833216 139775997027485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11084124160 20624 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10824340 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240529 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240529 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10824340 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 5 13130 0 0 0 0 5 3 20 0 15 0 409240531 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10824340 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 33 13130 0 0 0 0 5 3 20 0 15 0 409240531 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775455343904 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10824340 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775348565616 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10824340 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10824340 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 711 13130 0 0 12 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10824340 memory=15460 CPUtime=0.23 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 559 13130 0 0 15 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10824340 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 776 13130 0 0 17 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10824340 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10824340 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240534 11084124160 20624 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82496 KiB

[startup+1.50936 s]
/proc/loadavg: 1.31 1.51 1.47 3/232 30912
/proc/meminfo: memFree=29665724/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10834656 memory=170044 CPUtime=2.52 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 23220 13130 0 0 234 10 5 3 20 0 15 0 409240519 11094687744 42511 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2708664 42511 3575 1 0 2670733 0
[pid=30846/tid=30899] ppid=30843 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 15551 13130 0 0 129 6 5 3 20 0 15 0 409240528 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775968807656 139775566826192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 17 13130 0 0 1 0 5 3 20 0 15 0 409240529 11094687744 42511 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 116 13130 0 0 1 0 5 3 20 0 15 0 409240529 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 340 13130 0 0 1 0 5 3 20 0 15 0 409240529 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 12 13130 0 0 1 0 5 3 20 0 15 0 409240529 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10834656 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 1614 13130 0 0 1 0 5 3 20 0 15 0 409240531 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10834656 memory=279262129105152 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 34 13130 0 0 0 0 5 3 20 0 15 0 409240531 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775455343904 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775348565616 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10834656 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10834656 memory=5912 CPUtime=0.31 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 858 13130 0 0 23 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10834656 memory=1056 CPUtime=0.39 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 895 13130 0 0 31 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10834656 memory=1540 CPUtime=0.5 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 1570 13130 0 0 42 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10834656 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10834656 memory=3436 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240534 11094687744 42511 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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

[pid=30846/tid=30911] ppid=30843 vsize=10846964 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191866 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10846964 memory=279262129948992 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 256 13130 0 0 1 1 5 3 20 0 15 0 409240534 11107291136 191866 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 73.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 767464 KiB

[startup+62.4008 s]
/proc/loadavg: 1.68 1.60 1.51 3/232 30918
/proc/meminfo: memFree=29003000/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10846964 memory=766952 CPUtime=74.62 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 85834 13130 0 0 7414 40 5 3 20 0 15 0 409240519 11107291136 191738 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2711741 191738 3622 1 0 2673805 0
[pid=30846/tid=30899] ppid=30843 vsize=10846964 memory=0 CPUtime=62.08 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 26367 13130 0 0 6186 14 5 3 20 0 15 0 409240528 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775968841856 139775584319779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10846964 memory=-8990767739041718176 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 2987 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10846964 memory=6944656592455350634 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 518 13130 0 0 8 3 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10846964 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1436 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10846964 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 923 13130 0 0 9 1 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10846964 memory=2 CPUtime=0.17 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 4013 13130 0 0 9 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10846964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 39 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775455344032 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10846964 memory=2 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775348565632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10846964 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10846964 memory=5912 CPUtime=4.41 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 12414 13130 0 0 429 4 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10846964 memory=1056 CPUtime=4.38 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 16929 13130 0 0 425 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10846964 memory=1540 CPUtime=3.34 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 17740 13130 0 0 321 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10846964 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10846964 memory=3436 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 256 13130 0 0 1 1 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 74.62 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766952 KiB

[startup+63.2008 s]
/proc/loadavg: 1.68 1.60 1.51 3/232 30918
/proc/meminfo: memFree=29003140/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10846964 memory=766952 CPUtime=75.42 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 85845 13130 0 0 7494 40 5 3 20 0 15 0 409240519 11107291136 191738 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2711741 191738 3622 1 0 2673805 0
[pid=30846/tid=30899] ppid=30843 vsize=10846964 memory=988 CPUtime=62.87 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 26373 13130 0 0 6265 14 5 3 20 0 15 0 409240528 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775968842096 139775581981748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10846964 memory=2052 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 2987 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10846964 memory=1220 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 518 13130 0 0 8 3 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10846964 memory=1616 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1437 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10846964 memory=784 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 924 13130 0 0 10 1 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10846964 memory=6944656592455360608 CPUtime=0.18 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 4016 13130 0 0 10 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10846964 memory=6944656592455360608 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 39 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775455344032 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10846964 memory=-7966001967374371424 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775348565632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10846964 memory=-6876588461455810512 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10846964 memory=6944656592452807325 CPUtime=4.41 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 12414 13130 0 0 429 4 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10846964 memory=6944656592455360608 CPUtime=4.38 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 16929 13130 0 0 425 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10846964 memory=6791534058613427641 CPUtime=3.34 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 17740 13130 0 0 321 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10846964 memory=784 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10846964 memory=8252 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 256 13130 0 0 1 1 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 75.42 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766952 KiB

[startup+64.0008 s]*
/proc/loadavg: 1.55 1.58 1.50 3/232 30918
/proc/meminfo: memFree=29003140/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10846964 memory=766952 CPUtime=76.25 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 87224 13130 0 0 7577 40 5 3 20 0 15 0 409240519 11107291136 191738 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2711741 191738 3622 1 0 2673805 0
[pid=30846/tid=30899] ppid=30843 vsize=10846964 memory=6791534058613427641 CPUtime=63.68 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 26450 13130 0 0 6346 14 5 3 20 0 15 0 409240528 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775968842048 139775581984118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10846964 memory=4872558044660077418 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 2987 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10846964 memory=8252 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 518 13130 0 0 8 3 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10846964 memory=5912 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1437 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10846964 memory=1056 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 924 13130 0 0 10 1 5 3 20 0 15 0 409240529 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10846964 memory=1540 CPUtime=0.18 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 4016 13130 0 0 10 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10846964 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 39 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775455344032 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10846964 memory=3260 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775348565632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10846964 memory=1886264 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10846964 memory=1408 CPUtime=4.41 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 12414 13130 0 0 429 4 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10846964 memory=2924 CPUtime=4.4 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 18231 13130 0 0 427 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10846964 memory=766952 CPUtime=3.34 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 17740 13130 0 0 321 5 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10846964 memory=134657492388586 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 256 13130 0 0 1 1 5 3 20 0 15 0 409240534 11107291136 191738 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 76.25 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766952 KiB

[startup+64.2008 s]
/proc/loadavg: 1.55 1.58 1.50 3/232 30918
/proc/meminfo: memFree=29003140/32770624 swapFree=67003384/67108860
[pid=30846] ppid=30843 vsize=10846964 memory=766968 CPUtime=76.45 cores=0,2,4,6
/proc/30846/stat : 30846 (java) S 30843 30846 20959 0 -1 1077944320 88205 13130 0 0 7596 41 5 3 20 0 15 0 409240519 11107291136 191742 33554432000 4194304 4196468 140721071681264 140721071663808 139775997005559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
/proc/30846/statm: 2711741 191742 3622 1 0 2673805 0
[pid=30846/tid=30899] ppid=30843 vsize=10846964 memory=11516531664 CPUtime=63.88 cores=0,2,4,6
/proc/30846/task/30899/stat : 30899 (java) R 30843 30846 20959 0 -1 4202560 27478 13130 0 0 6365 15 5 3 20 0 15 0 409240528 11107291136 191743 33554432000 4194304 4196468 140721071681264 139775968842048 139775997019850 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30900] ppid=30843 vsize=10846964 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30900/stat : 30900 (java) S 30843 30846 20959 0 -1 1077944384 2987 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191743 33554432000 4194304 4196468 140721071681264 139776001247632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30901] ppid=30843 vsize=10846964 memory=784 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30901/stat : 30901 (java) S 30843 30846 20959 0 -1 1077944384 518 13130 0 0 8 3 5 3 20 0 15 0 409240529 11107291136 191743 33554432000 4194304 4196468 140721071681264 139775889520912 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30902] ppid=30843 vsize=10846964 memory=8252 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30902/stat : 30902 (java) S 30843 30846 20959 0 -1 1077944384 1437 13130 0 0 9 2 5 3 20 0 15 0 409240529 11107291136 191743 33554432000 4194304 4196468 140721071681264 139775888468624 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30903] ppid=30843 vsize=10846964 memory=5912 CPUtime=0.19 cores=0,2,4,6
/proc/30846/task/30903/stat : 30903 (java) S 30843 30846 20959 0 -1 1077944384 924 13130 0 0 10 1 5 3 20 0 15 0 409240529 11107291136 191743 33554432000 4194304 4196468 140721071681264 139775887415824 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30904] ppid=30843 vsize=10879736 memory=1056 CPUtime=0.18 cores=0,2,4,6
/proc/30846/task/30904/stat : 30904 (java) S 30843 30846 20959 0 -1 1077944384 4016 13130 0 0 10 0 5 3 20 0 15 0 409240531 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775456397936 139775997016706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30905] ppid=30843 vsize=10879736 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30905/stat : 30905 (java) S 30843 30846 20959 0 -1 1077944384 39 13130 0 0 0 0 5 3 20 0 15 0 409240531 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775455344032 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30906] ppid=30843 vsize=10879736 memory=1212 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30906/stat : 30906 (java) S 30843 30846 20959 0 -1 1077944384 1 13130 0 0 0 0 5 3 20 0 15 0 409240531 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775348565632 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30907] ppid=30843 vsize=10879736 memory=1036 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30907/stat : 30907 (java) S 30843 30846 20959 0 -1 1077944384 2 13130 0 0 0 0 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139774744586832 139775997024155 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30908] ppid=30843 vsize=10879736 memory=14008 CPUtime=4.41 cores=0,2,4,6
/proc/30846/task/30908/stat : 30908 (java) S 30843 30846 20959 0 -1 1077944384 12414 13130 0 0 429 4 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775421786224 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30909] ppid=30843 vsize=10879736 memory=12024 CPUtime=4.4 cores=0,2,4,6
/proc/30846/task/30909/stat : 30909 (java) S 30843 30846 20959 0 -1 1077944384 18231 13130 0 0 427 5 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775420733424 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30910] ppid=30843 vsize=10879736 memory=2116 CPUtime=3.34 cores=0,2,4,6
/proc/30846/task/30910/stat : 30910 (java) S 30843 30846 20959 0 -1 1077944384 17740 13130 0 0 321 5 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775419681136 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30911] ppid=30843 vsize=10879736 memory=20236 CPUtime=0.08 cores=0,2,4,6
/proc/30846/task/30911/stat : 30911 (java) S 30843 30846 20959 0 -1 1077944384 3 13130 0 0 0 0 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139774274824672 139775997015765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
[pid=30846/tid=30912] ppid=30843 vsize=10879736 memory=496 CPUtime=0.1 cores=0,2,4,6
/proc/30846/task/30912/stat : 30912 (java) S 30843 30846 20959 0 -1 1077944384 256 13130 0 0 1 1 5 3 20 0 15 0 409240534 11140849664 191743 33554432000 4194304 4196468 140721071681264 139775418629040 139775997016706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7639040 140721071688438 140721071690949 140721071690949 140721071693775 0
Current children cumulated CPU time: 76.45 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 766968 KiB

Child status: 0
Real time (s): 64.2165
CPU time (s): 76.479
CPU user time (s): 76.0219
CPU system time (s): 0.457121
CPU usage (%): 119.096
Max. virtual memory (cumulated for all children) (KiB): 10849732
Max. memory (cumulated for all children) (KiB): 775152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.0219
system time used= 0.457121
maximum resident set size= 776692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103129
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16871
involuntary context switches= 205


# summary of solver processes directly reported to runsolver:
#   pid: 30846
#   total CPU time (s): 76.479
#   total CPU user time (s): 76.0219
#   total CPU system time (s): 0.457121

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.410722 second user time and 0.662882 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 01:12:49
IDJOB=4392086
IDBENCH=140558
IDSOLVER=2837
FILE ID=node133/4392086-1568330009
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392086-1568330009/watcher-4392086-1568330009 -o /tmp/evaluation-result-4392086-1568330009/solver-4392086-1568330009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=527412120 HOME/instance-4392086-1568330009.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=527412120

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.18
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.18
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.18
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.18
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:        29758596 kB
MemAvailable:   30025400 kB
Buffers:          132036 kB
Cached:           419228 kB
SwapCached:         3532 kB
Active:          2195652 kB
Inactive:         233092 kB
Active(anon):    1901224 kB
Inactive(anon):    16416 kB
Active(file):     294428 kB
Inactive(file):   216676 kB
Unevictable:      110516 kB
Mlocked:          110516 kB
SwapTotal:      67108860 kB
SwapFree:       67003384 kB
Dirty:             35020 kB
Writeback:             0 kB
AnonPages:       2031780 kB
Mapped:            56304 kB
Shmem:             31244 kB
Slab:             171920 kB
SReclaimable:     143068 kB
SUnreclaim:        28852 kB
KernelStack:        4064 kB
PageTables:        10136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3046108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1839104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-13 01:13:54