Trace number 4396213

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.12.2OPT103 1623.24 1600.43

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-01.xml
MD5SUM90855c6c3ff0f3816786e6ae00e0aae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark99.291
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size332
Distribution of domain sizes[{"size":1,"count":1},{"size":332,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":2},{"degree":4,"count":9},{"degree":5,"count":20},{"degree":6,"count":15},{"degree":7,"count":14},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":112},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":31,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
9.02/3.90	o 140
9.02/3.96	o 139
10.64/4.66	o 138
10.64/4.68	o 133
10.82/4.72	o 132
10.82/4.78	o 129
11.06/4.85	o 121
11.57/5.17	o 120
11.69/5.20	o 117
12.00/5.48	o 116
12.86/6.13	o 115
15.93/8.60	o 114
16.37/9.07	o 111
25.88/18.27	o 110
48.51/40.34	o 109
50.92/42.70	o 108
50.92/42.77	o 107
51.14/42.90	o 106
51.14/42.92	o 105
51.14/42.94	o 104
1180.31/1161.39	o 103
1623.19/1600.42	v <instantiation
1623.19/1600.42	v         cost = '103'>
1623.19/1600.42	v       <list>
1623.19/1600.42	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
1623.19/1600.42	v       </list>
1623.19/1600.42	v       <values>
1623.19/1600.42	v         0 4 0 0 3 9 8 24 24 15 31 38 23 39 8 8 31 16 49 73 39 28 38 18 41 49 41 45 44 57 31 56 50 67 48 42 67 49 63 69 57 70 57 77 66 76 84 77 81 87 83 91 94 85 94 73 74 93 98 102 77 103
1623.19/1600.42	v       </values>
1623.19/1600.42	v     </instantiation>
1623.19/1600.42	s OPTIMUM FOUND

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396213-1568403319/watcher-4396213-1568403319 -o /tmp/evaluation-result-4396213-1568403319/solver-4396213-1568403319 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30101 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1106693791 HOME/instance-4396213-1568403319.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31572, runsolver pid=31569
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.23 1.40 1.39 3/220 31629
/proc/meminfo: memFree=30334088/32770624 swapFree=66918836/67108860
[pid=31572] ppid=31569 vsize=9972712 memory=17340 CPUtime=0.09 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 4561 13148 0 0 1 1 5 2 20 0 6 0 416269841 10212057088 4335 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2493178 4335 1958 1 0 2481616 0
[pid=31572/tid=31625] ppid=31569 vsize=9972712 memory=4279135703913103502 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 2350 13148 0 0 1 0 5 2 20 0 6 0 416269850 10212057088 4335 33554432000 4194304 4196468 140730130525600 139791510381136 139791522624862 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 416269851 10212057088 4335 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=9972712 memory=139645610894976 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 416269851 10212057088 4335 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=9977852 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 416269851 10217320448 4335 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=9983652 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 416269851 10223259648 4335 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210577 s]*
/proc/loadavg: 1.23 1.40 1.39 3/229 31638
/proc/meminfo: memFree=30311396/32770624 swapFree=66918836/67108860
[pid=31572] ppid=31569 vsize=10819664 memory=43824 CPUtime=0.26 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 7273 13148 0 0 17 2 5 2 20 0 15 0 416269841 11079335936 10956 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2704916 10956 3174 1 0 2667149 0
[pid=31572/tid=31625] ppid=31569 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 3758 13148 0 0 11 1 5 2 20 0 15 0 416269850 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791510361488 139791522624862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10819664 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10819664 memory=288370021762606720 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10819664 memory=139645610894976 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269852 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 416269852 11079335936 10956 33554432000 4194304 4196468 140730130525600 139790984930848 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11079335936 10956 33554432000 4194304 4196468 140730130525600 139790850712944 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11079335936 10956 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 620 13148 0 0 1 0 5 2 20 0 15 0 416269855 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) R 31569 31572 30069 0 -1 1077944384 39 13148 0 0 0 0 5 2 20 0 15 0 416269855 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10819664 memory=139645610894976 CPUtime=0.1 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) R 31569 31572 30069 0 -1 4202560 623 13148 0 0 3 0 5 2 20 0 15 0 416269855 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791061969008 139791530781502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11079335936 10956 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10819664 memory=139645610894976 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269856 11079335936 10956 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43824 KiB

[startup+0.310362 s]*
/proc/loadavg: 1.23 1.40 1.39 3/229 31638
/proc/meminfo: memFree=30298932/32770624 swapFree=66918836/67108860
[pid=31572] ppid=31569 vsize=10820148 memory=54952 CPUtime=0.4 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 10972 13148 0 0 29 4 5 2 20 0 15 0 416269841 11079831552 13738 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2705037 13738 3306 1 0 2667149 0
[pid=31572/tid=31625] ppid=31569 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 7439 13148 0 0 19 2 5 2 20 0 15 0 416269850 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791510344288 139791538566301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269852 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 416269852 11079831552 13738 33554432000 4194304 4196468 140730130525600 139790984930848 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11079831552 13738 33554432000 4194304 4196468 140730130525600 139790850712944 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11079831552 13738 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 621 13148 0 0 2 0 5 2 20 0 15 0 416269855 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 45 13148 0 0 1 0 5 2 20 0 15 0 416269855 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10820148 memory=139645610894976 CPUtime=0.12 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 632 13148 0 0 5 0 5 2 20 0 15 0 416269855 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11079831552 13738 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10820148 memory=139645610894976 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269856 11079831552 13738 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54952 KiB

[startup+0.701578 s]
/proc/loadavg: 1.23 1.40 1.39 4/229 31638
/proc/meminfo: memFree=30284312/32770624 swapFree=66918836/67108860
[pid=31572] ppid=31569 vsize=10824360 memory=87628 CPUtime=1.11 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 15161 13148 0 0 99 5 5 2 20 0 15 0 416269841 11084144640 21907 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2706090 21907 3506 1 0 2668173 0
[pid=31572/tid=31625] ppid=31569 vsize=10824360 memory=279290986127808 CPUtime=0.66 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 10445 13148 0 0 56 3 5 2 20 0 15 0 416269850 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791510369584 139791538566301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10824360 memory=279290986128000 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269851 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10824360 memory=279290985924624 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10824360 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10824360 memory=139645493064176 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269851 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10824360 memory=139646566662734 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 5 13148 0 0 0 0 5 2 20 0 15 0 416269852 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10824360 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 13 13148 0 0 0 0 5 2 20 0 15 0 416269852 11084144640 21973 33554432000 4194304 4196468 140730130525600 139790984930848 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10824360 memory=7452706766398776640 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11084144640 21973 33554432000 4194304 4196468 140730130525600 139790850712944 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10824360 memory=7739276948478323303 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11084144640 21973 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10824360 memory=5865188000529146989 CPUtime=0.17 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 1049 13148 0 0 10 0 5 2 20 0 15 0 416269855 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) R 31569 31572 30069 0 -1 4202560 639 13148 0 0 15 0 5 2 20 0 15 0 416269855 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791063008352 139791516947846 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) R 31569 31572 30069 0 -1 4202560 795 13148 0 0 17 0 5 2 20 0 15 0 416269855 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791061966816 139791531644075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10824360 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11084144640 21973 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269856 11084144640 21973 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87628 KiB

[startup+1.50069 s]
/proc/loadavg: 1.23 1.40 1.39 3/229 31638
/proc/meminfo: memFree=30239396/32770624 swapFree=66918836/67108860
[pid=31572] ppid=31569 vsize=10834676 memory=175944 CPUtime=2.44 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 21841 13148 0 0 226 11 5 2 20 0 15 0 416269841 11094708224 43986 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2708669 43986 3579 1 0 2670733 0
[pid=31572/tid=31625] ppid=31569 vsize=10834676 memory=2811011 CPUtime=1.42 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 15229 13148 0 0 130 5 5 2 20 0 15 0 416269850 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791510342192 139791522624862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 348 13148 0 0 1 0 5 2 20 0 15 0 416269851 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10834676 memory=3296 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 27 13148 0 0 0 0 5 2 20 0 15 0 416269851 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10834676 memory=1125236 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 63 13148 0 0 1 0 5 2 20 0 15 0 416269851 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10834676 memory=87628 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 89 13148 0 0 1 0 5 2 20 0 15 0 416269851 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10834676 memory=279290986127808 CPUtime=0.08 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 187 13148 0 0 1 0 5 2 20 0 15 0 416269852 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10834676 memory=279290986128000 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 14 13148 0 0 0 0 5 2 20 0 15 0 416269852 11094708224 43986 33554432000 4194304 4196468 140730130525600 139790984930912 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10834676 memory=279290985924256 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11094708224 43986 33554432000 4194304 4196468 140730130525600 139790850712944 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10834676 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11094708224 43986 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10834676 memory=4638778398332698720 CPUtime=0.29 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 1268 13148 0 0 22 0 5 2 20 0 15 0 416269855 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10834676 memory=279290986404800 CPUtime=0.32 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 745 13148 0 0 24 1 5 2 20 0 15 0 416269855 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10834676 memory=-7522837583129502606 CPUtime=0.49 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 1662 13148 0 0 42 0 5 2 20 0 15 0 416269855 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10834676 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11094708224 43986 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10834676 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269856 11094708224 43986 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

[pid=31572/tid=31637] ppid=31569 vsize=10846984 memory=624800 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10846984 memory=7444840959217067875 CPUtime=0.85 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1056 13148 0 0 37 41 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1619.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 624800 KiB

[startup+1598.4 s]
/proc/loadavg: 1.32 1.33 1.33 3/232 32195
/proc/meminfo: memFree=30350016/32770624 swapFree=66918856/67108860
[pid=31572] ppid=31569 vsize=10846984 memory=624800 CPUtime=1621.16 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 154655 13148 0 0 161928 181 5 2 20 0 15 0 416269841 11107311616 156200 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2711746 156200 3633 1 0 2673805 0
[pid=31572/tid=31625] ppid=31569 vsize=10846984 memory=864 CPUtime=1586.86 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 48384 13148 0 0 158654 25 5 2 20 0 15 0 416269850 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791510379680 139791152214400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10846984 memory=624800 CPUtime=5 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 7077 13148 0 0 466 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10846984 memory=6791534058613427641 CPUtime=5.01 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 5035 13148 0 0 466 28 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10846984 memory=588 CPUtime=5.01 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 5853 13148 0 0 467 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10846984 memory=780 CPUtime=5.01 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 7448 13148 0 0 467 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10846984 memory=1056 CPUtime=4.88 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 9988 13148 0 0 456 25 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10846984 memory=11464 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 15 13148 0 0 0 0 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790984930976 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10846984 memory=14072 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790850712960 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10846984 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10846984 memory=8444 CPUtime=3.52 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 20918 13148 0 0 342 3 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10846984 memory=528 CPUtime=3.63 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 21290 13148 0 0 352 4 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10846984 memory=1560 CPUtime=1.91 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 25379 13148 0 0 179 5 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10846984 memory=2608 CPUtime=0.86 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1056 13148 0 0 38 41 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1621.16 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 624800 KiB

[startup+1599.2 s]
/proc/loadavg: 1.32 1.33 1.33 3/232 32195
/proc/meminfo: memFree=30350016/32770624 swapFree=66918856/67108860
[pid=31572] ppid=31569 vsize=10846984 memory=624800 CPUtime=1621.97 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 154659 13148 0 0 162009 181 5 2 20 0 15 0 416269841 11107311616 156200 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2711746 156200 3633 1 0 2673805 0
[pid=31572/tid=31625] ppid=31569 vsize=10846984 memory=7381514415032133740 CPUtime=1587.66 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 48388 13148 0 0 158734 25 5 2 20 0 15 0 416269850 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791510380560 139791149477216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10846984 memory=624800 CPUtime=5 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 7077 13148 0 0 466 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10846984 memory=7595997247773894759 CPUtime=5.01 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 5035 13148 0 0 466 28 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10846984 memory=1760 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 5853 13148 0 0 468 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10846984 memory=6791534058613427641 CPUtime=5.01 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 7448 13148 0 0 467 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10846984 memory=2828 CPUtime=4.89 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 9988 13148 0 0 457 25 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10846984 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 15 13148 0 0 0 0 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790984930976 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10846984 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790850712960 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10846984 memory=1172 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10846984 memory=21940 CPUtime=3.52 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 20918 13148 0 0 342 3 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10846984 memory=988 CPUtime=3.63 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 21290 13148 0 0 352 4 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10846984 memory=2012 CPUtime=1.91 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 25379 13148 0 0 179 5 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10846984 memory=1324 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10846984 memory=1704 CPUtime=0.86 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1056 13148 0 0 38 41 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1621.97 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 624800 KiB

[startup+1600 s]*
/proc/loadavg: 1.38 1.35 1.33 3/232 32195
/proc/meminfo: memFree=30350016/32770624 swapFree=66918856/67108860
[pid=31572] ppid=31569 vsize=10846984 memory=624800 CPUtime=1622.79 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 154684 13148 0 0 162091 181 5 2 20 0 15 0 416269841 11107311616 156200 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2711746 156200 3633 1 0 2673805 0
[pid=31572/tid=31625] ppid=31569 vsize=10846984 memory=8444 CPUtime=1588.46 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 48413 13148 0 0 158814 25 5 2 20 0 15 0 416269850 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791510379616 139791151212683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10846984 memory=528 CPUtime=5 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 7077 13148 0 0 466 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10846984 memory=1560 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 5035 13148 0 0 467 28 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10846984 memory=4126316290023845779 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 5853 13148 0 0 468 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10846984 memory=780 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 7448 13148 0 0 468 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10846984 memory=1056 CPUtime=4.89 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 9988 13148 0 0 457 25 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10846984 memory=11464 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 15 13148 0 0 0 0 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790984930976 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10846984 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790850712960 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10846984 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10846984 memory=6791534058613427641 CPUtime=3.52 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 20918 13148 0 0 342 3 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10846984 memory=5936 CPUtime=3.63 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 21290 13148 0 0 352 4 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10846984 memory=588 CPUtime=1.91 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 25379 13148 0 0 179 5 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10846984 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10846984 memory=1324 CPUtime=0.86 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1056 13148 0 0 38 41 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1622.79 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 624800 KiB

[startup+1600.4 s]
/proc/loadavg: 1.38 1.35 1.33 3/232 32195
/proc/meminfo: memFree=30350016/32770624 swapFree=66918856/67108860
[pid=31572] ppid=31569 vsize=10846984 memory=624800 CPUtime=1623.19 cores=1,3,5,7
/proc/31572/stat : 31572 (java) S 31569 31572 30069 0 -1 1077944320 154686 13148 0 0 162130 182 5 2 20 0 15 0 416269841 11107311616 156200 33554432000 4194304 4196468 140730130525600 140730130508144 139791538544375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
/proc/31572/statm: 2711746 156200 3633 1 0 2673805 0
[pid=31572/tid=31625] ppid=31569 vsize=10846984 memory=1760 CPUtime=1588.85 cores=1,3,5,7
/proc/31572/task/31625/stat : 31625 (java) R 31569 31572 30069 0 -1 4202560 48415 13148 0 0 158853 25 5 2 20 0 15 0 416269850 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791510380320 139791143300840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31626] ppid=31569 vsize=10846984 memory=111636 CPUtime=5 cores=1,3,5,7
/proc/31572/task/31626/stat : 31626 (java) S 31569 31572 30069 0 -1 1077944384 7077 13148 0 0 466 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791542786704 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31627] ppid=31569 vsize=10846984 memory=800 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31627/stat : 31627 (java) S 31569 31572 30069 0 -1 1077944384 5035 13148 0 0 467 28 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791457606160 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31628] ppid=31569 vsize=10846984 memory=6791534058613427641 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31628/stat : 31628 (java) S 31569 31572 30069 0 -1 1077944384 5853 13148 0 0 468 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791456553360 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31629] ppid=31569 vsize=10846984 memory=8444 CPUtime=5.02 cores=1,3,5,7
/proc/31572/task/31629/stat : 31629 (java) S 31569 31572 30069 0 -1 1077944384 7448 13148 0 0 468 27 5 2 20 0 15 0 416269851 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791109380368 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31630] ppid=31569 vsize=10846984 memory=528 CPUtime=4.89 cores=1,3,5,7
/proc/31572/task/31630/stat : 31630 (java) S 31569 31572 30069 0 -1 1077944384 9988 13148 0 0 457 25 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791065127792 139791538555522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31631] ppid=31569 vsize=10846984 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31631/stat : 31631 (java) S 31569 31572 30069 0 -1 1077944384 15 13148 0 0 0 0 5 2 20 0 15 0 416269852 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790984930976 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31632] ppid=31569 vsize=10846984 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31632/stat : 31632 (java) S 31569 31572 30069 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 416269853 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790850712960 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31633] ppid=31569 vsize=10846984 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31633/stat : 31633 (java) S 31569 31572 30069 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139790246734160 139791538562971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31634] ppid=31569 vsize=10846984 memory=1000 CPUtime=3.52 cores=1,3,5,7
/proc/31572/task/31634/stat : 31634 (java) S 31569 31572 30069 0 -1 1077944384 20918 13148 0 0 342 3 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791064074608 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31635] ppid=31569 vsize=10846984 memory=1560 CPUtime=3.63 cores=1,3,5,7
/proc/31572/task/31635/stat : 31635 (java) S 31569 31572 30069 0 -1 1077944384 21290 13148 0 0 352 4 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791063021808 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31636] ppid=31569 vsize=10846984 memory=1172 CPUtime=1.91 cores=1,3,5,7
/proc/31572/task/31636/stat : 31636 (java) S 31569 31572 30069 0 -1 1077944384 25379 13148 0 0 179 5 5 2 20 0 15 0 416269855 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791061969008 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31637] ppid=31569 vsize=10846984 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/31572/task/31637/stat : 31637 (java) S 31569 31572 30069 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139789776972000 139791538554581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
[pid=31572/tid=31638] ppid=31569 vsize=10846984 memory=14072 CPUtime=0.86 cores=1,3,5,7
/proc/31572/task/31638/stat : 31638 (java) S 31569 31572 30069 0 -1 1077944384 1056 13148 0 0 38 41 5 2 20 0 15 0 416269856 11107311616 156200 33554432000 4194304 4196468 140730130525600 139791060917424 139791538555522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18092032 140730130529007 140730130531525 140730130531525 140730130534351 0
Current children cumulated CPU time: 1623.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 624800 KiB

Child status: 0
Real time (s): 1600.43
CPU time (s): 1623.24
CPU user time (s): 1621.38
CPU system time (s): 1.85695
CPU usage (%): 101.425
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 624800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1621.38
system time used= 1.85695
maximum resident set size= 626892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141177
involuntary context switches= 6009


# summary of solver processes directly reported to runsolver:
#   pid: 31572
#   total CPU time (s): 1623.24
#   total CPU user time (s): 1621.38
#   total CPU system time (s): 1.85695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.51537 second user time and 14.5029 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-13 21:34:38
IDJOB=4396213
IDBENCH=128339
IDSOLVER=2846
FILE ID=node141/4396213-1568403319
RUNJOBID= node141-1568395860-30101
PBS_JOBID= 21701869
Free space on /tmp= 58504 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396213-1568403319/watcher-4396213-1568403319 -o /tmp/evaluation-result-4396213-1568403319/solver-4396213-1568403319 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568395860-30101 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1106693791 HOME/instance-4396213-1568403319.xml

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

MD5SUM BENCH= 90855c6c3ff0f3816786e6ae00e0aae6
RANDOM SEED=1106693791

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30341828 kB
MemAvailable:   30729192 kB
Buffers:          162788 kB
Cached:           513064 kB
SwapCached:        80712 kB
Active:          1466736 kB
Inactive:         404648 kB
Active(anon):    1121076 kB
Inactive(anon):   106084 kB
Active(file):     345660 kB
Inactive(file):   298564 kB
Unevictable:      109444 kB
Mlocked:          109444 kB
SwapTotal:      67108860 kB
SwapFree:       66918836 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:       1266216 kB
Mapped:            48992 kB
Shmem:             22880 kB
Slab:             147652 kB
SReclaimable:     117952 kB
SUnreclaim:        29700 kB
KernelStack:        4032 kB
PageTables:         8064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2290392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1179648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-13 22:01:18