Trace number 4290611

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT 3.0139 2.13977

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-4-cp_c18.xml
MD5SUM323265c27f21e70af41ff0037033f3ab
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.168527
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints726
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":64}]
Minimum variable degree47
Maximum variable degree48
Distribution of variable degrees[{"degree":47,"count":48},{"degree":48,"count":16}]
Minimum constraint arity4
Maximum constraint arity64
Distribution of constraint arities[{"arity":4,"count":720},{"arity":16,"count":5},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints720
Distribution of constraint types[{"type":"intension","count":720},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.56	c seed: 279551052
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.62/1.43	c Parsing done, starting search...
2.87/1.53	s SATISFIABLE
2.87/1.53	v <instantiation>
2.87/1.53	v 	<list>
2.87/1.53	v 		x[0][0] 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[0][13] x[0][14] x[0][15] x[1][0] x[1][1] 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[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] 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[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] 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[3][13] x[3][14] x[3][15]
2.87/1.53	v 	</list>
2.87/1.53	v 	<values>
2.87/1.53	v 		0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 1 2 3 0 3 0 1 2 2 1 0 3 0 3 2 1 2 0 1 3 3 1 0 2 1 3 2 0 0 2 3 1 
2.87/1.53	v 	</values>
2.87/1.53	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290611-1532248980/watcher-4290611-1532248980 -o /tmp/evaluation-result-4290611-1532248980/solver-4290611-1532248980 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31762 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 279551052 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290611-1532248980.xml 

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

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
solver pid=2014, runsolver pid=2011
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 1.38 1.33 1.31 3/216 2029
/proc/meminfo: memFree=21576172/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14082740 memory=33296 CPUtime=0.12 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 6715 0 0 0 10 2 0 0 20 0 15 0 42461196 14420725760 8324 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3520685 8324 3155 1 0 3482761 0
[pid=2014/tid=2016] ppid=2011 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 4762 0 0 0 8 1 0 0 20 0 15 0 42461197 14420725760 8324 33554432000 4194304 4196468 140733869294752 139740112716416 139740108514461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14082740 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 8324 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 8324 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 8324 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 8324 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) S 2011 2014 31730 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739083823216 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739082770416 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0.01 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) S 2011 2014 31730 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739081718128 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 8324 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33296 KiB

[startup+0.211239 s]*
/proc/loadavg: 1.38 1.33 1.31 7/216 2029
/proc/meminfo: memFree=21560916/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14082740 memory=49088 CPUtime=0.3 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 10386 0 0 0 28 2 0 0 20 0 15 0 42461196 14420725760 12272 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3520685 12272 3364 1 0 3482761 0
[pid=2014/tid=2016] ppid=2011 vsize=14082740 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 8096 0 0 0 18 1 0 0 20 0 15 0 42461197 14420725760 12272 33554432000 4194304 4196468 140733869294752 139740112719600 139740108514461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14082740 memory=4294967627 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 12272 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14082740 memory=3978561291926918816 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 12272 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 12272 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 12272 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) R 2011 2014 31730 0 -1 4202560 448 0 0 0 2 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739083823216 139740108503682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) S 2011 2014 31730 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739082770416 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0.05 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) R 2011 2014 31730 0 -1 4202560 300 0 0 0 5 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739081713856 139740108513882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14082740 memory=139866556356224 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 12272 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49088 KiB

[startup+0.310607 s]*
/proc/loadavg: 1.38 1.33 1.31 3/216 2029
/proc/meminfo: memFree=21557628/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14082740 memory=52512 CPUtime=0.44 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 10783 0 0 0 41 3 0 0 20 0 15 0 42461196 14420725760 13128 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3520685 13128 3367 1 0 3482761 0
[pid=2014/tid=2016] ppid=2011 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 8453 0 0 0 28 2 0 0 20 0 15 0 42461197 14420725760 13128 33554432000 4194304 4196468 140733869294752 139740112700368 139740108506384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 13128 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 13128 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 13128 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14420725760 13128 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14082740 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) S 2011 2014 31730 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739083823216 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14082740 memory=139866415398159 CPUtime=0.02 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) S 2011 2014 31730 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739082770416 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14082740 memory=139866556358083 CPUtime=0.07 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) S 2011 2014 31730 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739081718128 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14082740 memory=139866415400367 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14082740 memory=279732971796448 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461202 14420725760 13128 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52512 KiB

[startup+0.700738 s]
/proc/loadavg: 1.38 1.33 1.31 3/216 2029
/proc/meminfo: memFree=21532824/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14084808 memory=91176 CPUtime=0.97 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 17595 0 0 0 92 5 0 0 20 0 15 0 42461196 14422843392 22794 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3521202 22794 3497 1 0 3483273 0
[pid=2014/tid=2016] ppid=2011 vsize=14084808 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 14914 0 0 0 64 4 0 0 20 0 15 0 42461197 14422843392 22794 33554432000 4194304 4196468 140733869294752 139740112716640 139740108514461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14422843392 22794 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14084808 memory=2 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14422843392 22794 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14422843392 22794 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14084808 memory=8174711894690511157 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14422843392 22794 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14084808 memory=5787214926558160466 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42461199 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14084808 memory=5865491479076426066 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14084808 memory=4638778398332698726 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) S 2011 2014 31730 0 -1 1077944384 613 0 0 0 6 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739083823216 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14084808 memory=43772361331 CPUtime=0.07 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) S 2011 2014 31730 0 -1 1077944384 284 0 0 0 7 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739082770416 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14084808 memory=1200 CPUtime=0.14 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) S 2011 2014 31730 0 -1 1077944384 403 0 0 0 14 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739081718128 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14084808 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14084808 memory=8988 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461202 14422843392 22794 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 91176 KiB

[startup+1.50101 s]
/proc/loadavg: 1.38 1.33 1.31 4/216 2029
/proc/meminfo: memFree=21497460/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14090952 memory=166104 CPUtime=2.87 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 24991 0 0 0 279 8 0 0 20 0 15 0 42461196 14429134848 41526 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3522738 41526 3540 1 0 3484809 0
[pid=2014/tid=2016] ppid=2011 vsize=14090952 memory=15872 CPUtime=1.47 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 18285 0 0 0 142 5 0 0 20 0 15 0 42461197 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740112729136 139739730642054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14090952 memory=8988 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14090952 memory=7734207134923188544 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14090952 memory=7301550365703684195 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14090952 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 42461199 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14090952 memory=33 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14090952 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) R 2011 2014 31730 0 -1 1077944384 1040 0 0 0 35 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739083823344 139740108502741 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14090952 memory=139866415571792 CPUtime=0.36 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) R 2011 2014 31730 0 -1 4202560 1195 0 0 0 36 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739082763440 139740086239946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14090952 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) R 2011 2014 31730 0 -1 4202560 3077 0 0 0 65 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739081717312 139740087462979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 166104 KiB

[startup+2.13974 s]
# the end of solver process 2014 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.92726 s, system=0.086641 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.50101 s]
/proc/loadavg: 1.38 1.33 1.31 4/216 2029
/proc/meminfo: memFree=21497460/32770624 swapFree=67108860/67108860
[pid=2014] ppid=2011 vsize=14090952 memory=166104 CPUtime=2.87 cores=1,3,5,7
/proc/2014/stat : 2014 (java) S 2011 2014 31730 0 -1 1077944320 24991 0 0 0 279 8 0 0 20 0 15 0 42461196 14429134848 41526 33554432000 4194304 4196468 140733869294752 140733869277296 139740108492535 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
/proc/2014/statm: 3522738 41526 3540 1 0 3484809 0
[pid=2014/tid=2016] ppid=2011 vsize=14090952 memory=15872 CPUtime=1.47 cores=1,3,5,7
/proc/2014/task/2016/stat : 2016 (java) R 2011 2014 31730 0 -1 4202560 18285 0 0 0 142 5 0 0 20 0 15 0 42461197 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740112729136 139739730642054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2017] ppid=2011 vsize=14090952 memory=8988 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2017/stat : 2017 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740061112720 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2018] ppid=2011 vsize=14090952 memory=7734207134923188544 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2018/stat : 2018 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740060059920 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2019] ppid=2011 vsize=14090952 memory=7301550365703684195 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2019/stat : 2019 (java) S 2011 2014 31730 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740059007632 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2020] ppid=2011 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2020/stat : 2020 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461198 14429134848 41526 33554432000 4194304 4196468 140733869294752 139740057954832 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2021] ppid=2011 vsize=14090952 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2021/stat : 2021 (java) S 2011 2014 31730 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 42461199 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739650488944 139740108503682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2022] ppid=2011 vsize=14090952 memory=33 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2022/stat : 2022 (java) S 2011 2014 31730 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42461199 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739649434912 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2023] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2023/stat : 2023 (java) S 2011 2014 31730 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42461200 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739648382576 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2024] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2024/stat : 2024 (java) S 2011 2014 31730 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739084876368 139740108511131 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2025] ppid=2011 vsize=14090952 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2014/task/2025/stat : 2025 (java) R 2011 2014 31730 0 -1 1077944384 1040 0 0 0 35 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739083823344 139740108502741 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2026] ppid=2011 vsize=14090952 memory=139866415571792 CPUtime=0.36 cores=1,3,5,7
/proc/2014/task/2026/stat : 2026 (java) R 2011 2014 31730 0 -1 4202560 1195 0 0 0 36 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739082763440 139740086239946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2027] ppid=2011 vsize=14090952 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/2014/task/2027/stat : 2027 (java) R 2011 2014 31730 0 -1 4202560 3077 0 0 0 65 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739081717312 139740087462979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2028] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2028/stat : 2028 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739080665568 139740108502741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
[pid=2014/tid=2029] ppid=2011 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2014/task/2029/stat : 2029 (java) S 2011 2014 31730 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42461202 14429134848 41526 33554432000 4194304 4196468 140733869294752 139739079613360 139740108503682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27185152 140733869298761 140733869298953 140733869298953 140733869301711 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 166104 KiB

Child status: 0
Real time (s): 2.13977
CPU time (s): 3.0139
CPU user time (s): 2.92726
CPU system time (s): 0.086641
CPU usage (%): 140.852
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 166104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92726
system time used= 0.086641
maximum resident set size= 168880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2770
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 2014
#   total CPU time (s): 3.0139
#   total CPU user time (s): 2.92726
#   total CPU system time (s): 0.086641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031244 second user time and 0.057584 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 10:43:00
IDJOB=4290611
IDBENCH=141378
IDSOLVER=2743
FILE ID=node137/4290611-1532248980
RUNJOBID= node137-1532225156-31762
PBS_JOBID= 21018945
Free space on /tmp= 56856 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-4-cp_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290611-1532248980/watcher-4290611-1532248980 -o /tmp/evaluation-result-4290611-1532248980/solver-4290611-1532248980 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532225156-31762 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 279551052 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290611-1532248980.xml

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

MD5SUM BENCH= 323265c27f21e70af41ff0037033f3ab
RANDOM SEED=279551052

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21596136 kB
MemAvailable:   31781876 kB
Buffers:          234564 kB
Cached:         10149472 kB
SwapCached:            0 kB
Active:          1895940 kB
Inactive:        8700192 kB
Active(anon):     214488 kB
Inactive(anon):    16944 kB
Active(file):    1681452 kB
Inactive(file):  8683248 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35724 kB
Writeback:            12 kB
AnonPages:        218928 kB
Mapped:            48876 kB
Shmem:             17036 kB
Slab:             276600 kB
SReclaimable:     249500 kB
SUnreclaim:        27100 kB
KernelStack:        3552 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1194084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56824 MiB
End job on node137 at 2018-07-22 10:43:03